Skip to content

Commit 0f75d37

Browse files
authored
Merge pull request #1469 from andyzhangx/GHSA-xr7q-jx4m-x55m-1.22
[release-1.22] fix: GHSA-xr7q-jx4m-x55m
2 parents 2018629 + c88cd58 commit 0f75d37

File tree

253 files changed

+7118
-18117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

253 files changed

+7118
-18117
lines changed

go.mod

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
module sigs.k8s.io/blob-csi-driver
22

3-
go 1.20
3+
go 1.21
4+
5+
toolchain go1.22.5
46

57
require (
68
github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
@@ -18,9 +20,9 @@ require (
1820
github.com/pborman/uuid v1.2.1
1921
github.com/pelletier/go-toml v1.9.5
2022
github.com/stretchr/testify v1.9.0
21-
golang.org/x/net v0.26.0
22-
google.golang.org/grpc v1.59.0
23-
google.golang.org/protobuf v1.33.0
23+
golang.org/x/net v0.27.0
24+
google.golang.org/grpc v1.65.0
25+
google.golang.org/protobuf v1.34.2
2426
k8s.io/api v0.28.3
2527
k8s.io/apimachinery v0.28.3
2628
k8s.io/client-go v0.28.3
@@ -66,7 +68,7 @@ require (
6668
github.com/beorn7/perks v1.0.1 // indirect
6769
github.com/blang/semver/v4 v4.0.0 // indirect
6870
github.com/cenkalti/backoff/v4 v4.2.1 // indirect
69-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
71+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
7072
github.com/coreos/go-semver v0.3.1 // indirect
7173
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
7274
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -129,19 +131,18 @@ require (
129131
go.uber.org/atomic v1.10.0 // indirect
130132
go.uber.org/multierr v1.11.0 // indirect
131133
go.uber.org/zap v1.19.0 // indirect
132-
golang.org/x/crypto v0.24.0 // indirect
134+
golang.org/x/crypto v0.25.0 // indirect
133135
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
134-
golang.org/x/oauth2 v0.11.0 // indirect
136+
golang.org/x/oauth2 v0.20.0 // indirect
135137
golang.org/x/sync v0.7.0 // indirect
136-
golang.org/x/sys v0.21.0 // indirect
137-
golang.org/x/term v0.21.0 // indirect
138+
golang.org/x/sys v0.22.0 // indirect
139+
golang.org/x/term v0.22.0 // indirect
138140
golang.org/x/text v0.16.0 // indirect
139141
golang.org/x/time v0.3.0 // indirect
140142
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
141-
google.golang.org/appengine v1.6.7 // indirect
142143
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
143-
google.golang.org/genproto/googleapis/api v0.0.0-20231016165738-49dd2c1f3d0b // indirect
144-
google.golang.org/genproto/googleapis/rpc v0.0.0-20231106174013-bbf56f31fb17 // indirect
144+
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
145+
google.golang.org/genproto/googleapis/rpc v0.0.0-20240709173604-40e1e62336c5 // indirect
145146
gopkg.in/inf.v0 v0.9.1 // indirect
146147
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
147148
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

Lines changed: 52 additions & 29 deletions
Large diffs are not rendered by default.

vendor/github.com/cespare/xxhash/v2/README.md

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

vendor/github.com/cespare/xxhash/v2/xxhash.go

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

vendor/github.com/cespare/xxhash/v2/xxhash_asm.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_other.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_safe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/cespare/xxhash/v2/xxhash_unsafe.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)