Skip to content

Commit c243947

Browse files
authored
Merge pull request #924 from kubernetes-csi/dependabot/go_modules/golang.org/x/mod-0.25.0
chore(deps): bump golang.org/x/mod from 0.24.0 to 0.25.0
2 parents 3e009a1 + a1a247d commit c243947

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ require (
106106
go.uber.org/zap v1.26.0 // indirect
107107
golang.org/x/crypto v0.38.0 // indirect
108108
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
109-
golang.org/x/mod v0.24.0
109+
golang.org/x/mod v0.25.0
110110
golang.org/x/oauth2 v0.28.0 // indirect
111111
golang.org/x/sync v0.14.0 // indirect
112112
golang.org/x/sys v0.33.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ golang.org/x/mod v0.1.0/go.mod h1:0QHyrYULN0/3qlju5TqG8bIK38QM8yzMo5ekMj3DlcY=
448448
golang.org/x/mod v0.1.1-0.20191105210325-c90efee705ee/go.mod h1:QqPTAvyqsEbceGzBzNggFXnrqF1CaUcvgkdR5Ot7KZg=
449449
golang.org/x/mod v0.2.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
450450
golang.org/x/mod v0.3.0/go.mod h1:s0Qsj1ACt9ePp/hMypM3fl4fZqREWJwdYDEqhRiZZUA=
451-
golang.org/x/mod v0.24.0 h1:ZfthKaKaT4NrhGVZHO1/WDTwGES4De8KtWO0SIbNJMU=
452-
golang.org/x/mod v0.24.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
451+
golang.org/x/mod v0.25.0 h1:n7a+ZbQKQA/Ysbyb0/6IbB1H/X41mKgbhfv7AfG/44w=
452+
golang.org/x/mod v0.25.0/go.mod h1:IXM97Txy2VM4PJ3gI61r1YEk/gAj6zAHN3AdZt6S9Ww=
453453
golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
454454
golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
455455
golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=

vendor/golang.org/x/mod/sumdb/dirhash/hash.go

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ golang.org/x/crypto/ssh/internal/bcrypt_pbkdf
408408
## explicit; go 1.20
409409
golang.org/x/exp/constraints
410410
golang.org/x/exp/slices
411-
# golang.org/x/mod v0.24.0
411+
# golang.org/x/mod v0.25.0
412412
## explicit; go 1.23.0
413413
golang.org/x/mod/sumdb/dirhash
414414
# golang.org/x/net v0.40.0

0 commit comments

Comments
 (0)