Skip to content

Commit de3d736

Browse files
authored
Merge pull request #1035 from NVIDIA/dependabot/go_modules/tests/golang.org/x/net-0.38.0
Bump golang.org/x/net from 0.37.0 to 0.38.0 in /tests
2 parents e4e7c5d + abea8d3 commit de3d736

File tree

6 files changed

+652
-635
lines changed

6 files changed

+652
-635
lines changed

tests/go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module github.com/NVIDIA/nvidia-container-toolkit/tests
22

33
go 1.23.2
4+
45
toolchain go1.24.1
56

67
require (
@@ -14,7 +15,7 @@ require (
1415
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
1516
github.com/google/go-cmp v0.7.0 // indirect
1617
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
17-
golang.org/x/net v0.37.0 // indirect
18+
golang.org/x/net v0.38.0 // indirect
1819
golang.org/x/sys v0.31.0 // indirect
1920
golang.org/x/text v0.23.0 // indirect
2021
golang.org/x/tools v0.30.0 // indirect

tests/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ github.com/stretchr/testify v1.8.4 h1:CcVxjf3Q8PM0mHUKJCdn+eZZtm5yQwehR5yeSVQQcU
1818
github.com/stretchr/testify v1.8.4/go.mod h1:sz/lmYIOXD/1dqDmKjjqLyZ2RngseejIcXlSw2iwfAo=
1919
golang.org/x/crypto v0.36.0 h1:AnAEvhDddvBdpY+uR+MyHmuZzzNqXSe/GvuDeob5L34=
2020
golang.org/x/crypto v0.36.0/go.mod h1:Y4J0ReaxCR1IMaabaSMugxJES1EpwhBHhv2bDHklZvc=
21-
golang.org/x/net v0.37.0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c=
22-
golang.org/x/net v0.37.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
21+
golang.org/x/net v0.38.0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8=
22+
golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
2323
golang.org/x/sys v0.31.0 h1:ioabZlmFYtWhL+TRYpcnNlLwhyxaM9kWTDEmfnprqik=
2424
golang.org/x/sys v0.31.0/go.mod h1:BJP2sWEmIv4KK5OTEluFJCKSidICx8ciO85XgH3Ak8k=
2525
golang.org/x/term v0.30.0 h1:PQ39fJZ+mfadBm0y5WlL4vlM7Sx1Hgf13sMIY2+QS9Y=

0 commit comments

Comments
 (0)