1
0
Fork 0
mirror of https://github.com/fluffle/goirc synced 2025-09-06 00:43:20 +00:00

Bump x/net dep to shut dependabot up; mod tidy.

This commit is contained in:
Alex Bramley 2025-09-05 14:35:19 +01:00
parent 893a0b4077
commit 53eac75162
2 changed files with 4 additions and 37 deletions

4
go.mod
View file

@ -5,7 +5,7 @@ require (
github.com/fluffle/golog/logging v0.0.0-20180928190033-7d99e85061cb
github.com/golang/glog v1.0.0
github.com/golang/mock v1.5.0
golang.org/x/net v0.18.0
golang.org/x/net v0.43.0
)
go 1.13
go 1.23.0