File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/containernetworking/plugins
22
3- go 1.22
3+ go 1.23.0
44
55require (
66 github.com/Microsoft/hcsshim v0.9.2
@@ -14,7 +14,7 @@ require (
1414 github.com/safchain/ethtool v0.1.0
1515 github.com/vishvananda/netlink v1.1.1-0.20210330154013-f5de75959ad5
1616 go.uber.org/zap v1.10.0
17- golang.org/x/sys v0.20 .0
17+ golang.org/x/sys v0.31 .0
1818 gopkg.in/natefinch/lumberjack.v2 v2.0.0
1919)
2020
@@ -33,8 +33,8 @@ require (
3333 go.opencensus.io v0.22.3 // indirect
3434 go.uber.org/atomic v1.4.0 // indirect
3535 go.uber.org/multierr v1.1.0 // indirect
36- golang.org/x/net v0.25 .0 // indirect
37- golang.org/x/text v0.15 .0 // indirect
36+ golang.org/x/net v0.38 .0 // indirect
37+ golang.org/x/text v0.23 .0 // indirect
3838 gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 // indirect
3939 gopkg.in/yaml.v3 v3.0.1 // indirect
4040)
You can’t perform that action at this time.
0 commit comments