Skip to content

Commit eb394a7

Browse files
chore(deps): bump golang.org/x/net from 0.25.0 to 0.38.0 in /cni
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.25.0 to 0.38.0. - [Commits](golang/net@v0.25.0...v0.38.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.38.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d712e36 commit eb394a7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cni/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/containernetworking/plugins
22

3-
go 1.22
3+
go 1.23.0
44

55
require (
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
)

0 commit comments

Comments
 (0)