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

bump x/net again, dependabot version was still ancient

This commit is contained in:
Alex Bramley 2023-11-23 20:48:11 +00:00
parent b1a6e3a286
commit 8f19c23050
2 changed files with 15 additions and 1 deletions

2
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.7.0
golang.org/x/net v0.18.0
)
go 1.13