Skip to content

Commit 95835e9

Browse files
authored
Merge pull request #702 from rhmdnd/bump-x-net
OCPBUGS-46839: Bump x/net dependency
2 parents a03d80e + 800c8b7 commit 95835e9

File tree

76 files changed

+2545
-426
lines changed

Some content is hidden

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

76 files changed

+2545
-426
lines changed

go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ require (
5757
go.opentelemetry.io/otel/trace v1.28.0 // indirect
5858
go.uber.org/atomic v1.11.0 // indirect
5959
go.uber.org/goleak v1.3.0 // indirect
60-
golang.org/x/crypto v0.26.0 // indirect
60+
golang.org/x/crypto v0.31.0 // indirect
6161
google.golang.org/genproto/googleapis/rpc v0.0.0-20240708141625-4ad9e859172b // indirect
6262
google.golang.org/grpc v1.65.0 // indirect
6363
)
@@ -111,11 +111,11 @@ require (
111111
go.uber.org/multierr v1.11.0 // indirect
112112
go.uber.org/zap v1.27.0
113113
golang.org/x/mod v0.20.0
114-
golang.org/x/net v0.28.0
114+
golang.org/x/net v0.33.0
115115
golang.org/x/oauth2 v0.21.0 // indirect
116-
golang.org/x/sys v0.23.0 // indirect
117-
golang.org/x/term v0.23.0 // indirect
118-
golang.org/x/text v0.17.0 // indirect
116+
golang.org/x/sys v0.28.0 // indirect
117+
golang.org/x/term v0.27.0 // indirect
118+
golang.org/x/text v0.21.0 // indirect
119119
golang.org/x/time v0.5.0 // indirect
120120
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
121121
google.golang.org/protobuf v1.34.2 // indirect
@@ -181,7 +181,7 @@ require (
181181
github.com/xo/terminfo v0.0.0-20210125001918-ca9a967f8778 // indirect
182182
go4.org v0.0.0-20200104003542-c7e774b10ea0 // indirect
183183
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
184-
golang.org/x/sync v0.8.0 // indirect
184+
golang.org/x/sync v0.10.0 // indirect
185185
golang.org/x/tools v0.24.0 // indirect
186186
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
187187
k8s.io/kube-aggregator v0.30.1 // indirect

go.sum

Lines changed: 101 additions & 33 deletions
Large diffs are not rendered by default.

vendor/golang.org/x/net/html/doc.go

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

vendor/golang.org/x/net/html/doctype.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/golang.org/x/net/html/foreign.go

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

vendor/golang.org/x/net/html/iter.go

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

vendor/golang.org/x/net/html/node.go

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

vendor/golang.org/x/net/html/parse.go

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

vendor/golang.org/x/net/http2/client_conn_pool.go

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

vendor/golang.org/x/net/http2/config.go

Lines changed: 122 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)