Skip to content

Commit b74947b

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

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

daemon/src/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/foundation-model-stack/multi-nic-cni/daemon
22

3-
go 1.24.1
3+
go 1.25.0
44

55
require (
66
github.com/NVIDIA/gpu-monitoring-tools v0.0.0-20211102125545-5a2c58442e48
@@ -43,13 +43,13 @@ require (
4343
go.uber.org/atomic v1.7.0 // indirect
4444
go.uber.org/multierr v1.6.0 // indirect
4545
go.uber.org/zap v1.19.1 // indirect
46-
golang.org/x/net v0.38.0 // indirect
46+
golang.org/x/net v0.55.0 // indirect
4747
golang.org/x/oauth2 v0.27.0 // indirect
48-
golang.org/x/sys v0.31.0 // indirect
49-
golang.org/x/term v0.30.0 // indirect
50-
golang.org/x/text v0.23.0 // indirect
48+
golang.org/x/sys v0.45.0 // indirect
49+
golang.org/x/term v0.43.0 // indirect
50+
golang.org/x/text v0.37.0 // indirect
5151
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
52-
golang.org/x/tools v0.26.0 // indirect
52+
golang.org/x/tools v0.44.0 // indirect
5353
google.golang.org/protobuf v1.35.1 // indirect
5454
gopkg.in/inf.v0 v0.9.1 // indirect
5555
gopkg.in/yaml.v2 v2.4.0 // indirect

0 commit comments

Comments
 (0)