Skip to content

Commit 86b2116

Browse files
chore(deps): update module golang.org/x/net to v0.54.0
1 parent c10251a commit 86b2116

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/shortlink-org/csi
22

3-
go 1.24.2
3+
go 1.25.0
44

55
require (
66
github.com/container-storage-interface/spec v1.12.0
@@ -13,8 +13,8 @@ require (
1313
github.com/spf13/viper v1.20.1
1414
github.com/stretchr/testify v1.11.1
1515
go.opentelemetry.io/otel/trace v1.39.0
16-
golang.org/x/net v0.48.0
17-
golang.org/x/sync v0.19.0
16+
golang.org/x/net v0.54.0
17+
golang.org/x/sync v0.20.0
1818
google.golang.org/grpc v1.79.3
1919
google.golang.org/protobuf v1.36.10
2020
k8s.io/kubernetes v1.32.8
@@ -153,11 +153,11 @@ require (
153153
go.uber.org/multierr v1.11.0 // indirect
154154
go.uber.org/zap v1.27.0 // indirect
155155
go.yaml.in/yaml/v3 v3.0.4 // indirect
156-
golang.org/x/crypto v0.46.0 // indirect
156+
golang.org/x/crypto v0.51.0 // indirect
157157
golang.org/x/oauth2 v0.34.0 // indirect
158-
golang.org/x/sys v0.39.0 // indirect
159-
golang.org/x/text v0.32.0 // indirect
160-
golang.org/x/tools v0.39.0 // indirect
158+
golang.org/x/sys v0.44.0 // indirect
159+
golang.org/x/text v0.37.0 // indirect
160+
golang.org/x/tools v0.44.0 // indirect
161161
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
162162
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
163163
gopkg.in/yaml.v2 v2.4.0 // indirect

go.sum

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

0 commit comments

Comments
 (0)