Skip to content

Commit 488fb60

Browse files
deps: bump golang.org/x/net from 0.32.0 to 0.33.0 in /build/tools (#3387)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.32.0 to 0.33.0. - [Commits](golang/net@v0.32.0...v0.33.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 962b7f3 commit 488fb60

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build/tools/go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ require (
201201
golang.org/x/exp v0.0.0-20241004190924-225e2abe05e6 // indirect
202202
golang.org/x/exp/typeparams v0.0.0-20241108190413-2d47ceb2692f // indirect
203203
golang.org/x/mod v0.22.0 // indirect
204-
golang.org/x/net v0.32.0 // indirect
204+
golang.org/x/net v0.33.0 // indirect
205205
golang.org/x/sync v0.10.0 // indirect
206206
golang.org/x/sys v0.28.0 // indirect
207207
golang.org/x/text v0.21.0 // indirect

build/tools/go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -510,8 +510,8 @@ golang.org/x/net v0.8.0/go.mod h1:QVkue5JL9kW//ek3r6jTKnTFis1tRmNAW2P1shuFdJc=
510510
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
511511
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
512512
golang.org/x/net v0.16.0/go.mod h1:NxSsAGuq816PNPmqtQdLE42eU2Fs7NoRIZrHJAlaCOE=
513-
golang.org/x/net v0.32.0 h1:ZqPmj8Kzc+Y6e0+skZsuACbx+wzMgo5MQsJh9Qd6aYI=
514-
golang.org/x/net v0.32.0/go.mod h1:CwU0IoeOlnQQWJ6ioyFrfRuomB8GKF6KbYXZVyeXNfs=
513+
golang.org/x/net v0.33.0 h1:74SYHlV8BIgHIFC/LrYkOGIwL19eTYXQ5wc6TBuO36I=
514+
golang.org/x/net v0.33.0/go.mod h1:HXLR5J+9DxmrqMwG9qjGCxZ+zKXxBru04zlTvWlWuN4=
515515
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
516516
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
517517
golang.org/x/sync v0.0.0-20200625203802-6e8e738ad208/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)