Merge pull request #3654 from AkihiroSuda/go-mod-sys-v0.1.0

go.mod: golang.org/x/*: use tagged versions
This commit is contained in:
Sebastiaan van Stijn
2022-11-08 22:32:06 +01:00
committed by GitHub
36 changed files with 12490 additions and 215 deletions
+2 -2
View File
@@ -19,8 +19,8 @@ require (
github.com/syndtr/gocapability v0.0.0-20200815063812-42c35b437635
github.com/urfave/cli v1.22.9
github.com/vishvananda/netlink v1.1.0
golang.org/x/net v0.0.0-20201224014010-6772e930b67b
golang.org/x/sys v0.0.0-20220928140112-f11e5e49a4ec
golang.org/x/net v0.1.0
golang.org/x/sys v0.1.0
google.golang.org/protobuf v1.28.1
)