Skip to content

Commit b7ef173

Browse files
authored
Merge pull request kubernetes#129349 from dims/bump-x/net-to-v0.33.0
Bump x/net to v0.33.0
2 parents 7c88741 + 0b6e371 commit b7ef173

File tree

78 files changed

+619
-235
lines changed

Some content is hidden

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

78 files changed

+619
-235
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ require (
7575
go.uber.org/goleak v1.3.0
7676
go.uber.org/zap v1.27.0
7777
golang.org/x/crypto v0.31.0
78-
golang.org/x/net v0.30.0
78+
golang.org/x/net v0.33.0
7979
golang.org/x/oauth2 v0.23.0
8080
golang.org/x/sync v0.10.0
8181
golang.org/x/sys v0.28.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,8 +557,8 @@ golang.org/x/net v0.0.0-20200822124328-c89045814202/go.mod h1:/O7V0waA8r7cgGh81R
557557
golang.org/x/net v0.0.0-20201021035429-f5854403a974/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
558558
golang.org/x/net v0.0.0-20201202161906-c7110b5ffcbb/go.mod h1:sp8m0HH+o8qH0wwXwYZr8TS3Oi6o0r6Gce1SSxlDquU=
559559
golang.org/x/net v0.0.0-20211123203042-d83791d6bcd9/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
560-
golang.org/x/net v0.30.0 h1:AcW1SDZMkb8IpzCdQUaIq2sP4sZ4zw+55h6ynffypl4=
561-
golang.org/x/net v0.30.0/go.mod h1:2wGyMJ5iFasEhkwi13ChkO/t1ECNC4X4eBKkVFyYFlU=
560+
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
561+
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
562562
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
563563
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
564564
golang.org/x/oauth2 v0.23.0 h1:PbgcYx2W7i4LvjJWEbf0ngHV6qJYr86PkAV3bXdLEbs=

staging/src/k8s.io/api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ require (
2626
github.com/rogpeppe/go-internal v1.12.0 // indirect
2727
github.com/spf13/pflag v1.0.5 // indirect
2828
github.com/x448/float16 v0.8.4 // indirect
29-
golang.org/x/net v0.30.0 // indirect
29+
golang.org/x/net v0.33.0 // indirect
3030
golang.org/x/text v0.21.0 // indirect
3131
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
3232
gopkg.in/inf.v0 v0.9.1 // indirect

staging/src/k8s.io/api/go.sum

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

staging/src/k8s.io/apiextensions-apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ require (
109109
golang.org/x/crypto v0.31.0 // indirect
110110
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
111111
golang.org/x/mod v0.21.0 // indirect
112-
golang.org/x/net v0.30.0 // indirect
112+
golang.org/x/net v0.33.0 // indirect
113113
golang.org/x/oauth2 v0.23.0 // indirect
114114
golang.org/x/sync v0.10.0 // indirect
115115
golang.org/x/sys v0.28.0 // indirect

staging/src/k8s.io/apiextensions-apiserver/go.sum

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

staging/src/k8s.io/apimachinery/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ require (
2222
github.com/onsi/ginkgo/v2 v2.21.0
2323
github.com/spf13/pflag v1.0.5
2424
github.com/stretchr/testify v1.9.0
25-
golang.org/x/net v0.30.0
25+
golang.org/x/net v0.33.0
2626
golang.org/x/time v0.7.0
2727
gopkg.in/evanphx/json-patch.v4 v4.12.0
2828
gopkg.in/inf.v0 v0.9.1

staging/src/k8s.io/apimachinery/go.sum

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

staging/src/k8s.io/apiserver/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ require (
4242
go.opentelemetry.io/otel/trace v1.28.0
4343
go.uber.org/zap v1.27.0
4444
golang.org/x/crypto v0.31.0
45-
golang.org/x/net v0.30.0
45+
golang.org/x/net v0.33.0
4646
golang.org/x/sync v0.10.0
4747
golang.org/x/sys v0.28.0
4848
golang.org/x/time v0.7.0

staging/src/k8s.io/apiserver/go.sum

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

0 commit comments

Comments
 (0)