Skip to content

Commit 7066c3c

Browse files
build(deps): bump golang.org/x/net from 0.44.0 to 0.45.0 (#5637)
* build(deps): bump golang.org/x/net from 0.44.0 to 0.45.0 Bumps [golang.org/x/net](https://github.com/golang/net) from 0.44.0 to 0.45.0. - [Commits](golang/net@v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Post dependabot file modifications --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
1 parent 17b461c commit 7066c3c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4596,11 +4596,11 @@ THE SOFTWARE.
45964596

45974597
--------------------------------------------------------------------------------
45984598
Dependency : golang.org/x/net
4599-
Version: v0.44.0
4599+
Version: v0.45.0
46004600
Licence type (autodetected): BSD-3-Clause
46014601
--------------------------------------------------------------------------------
46024602

4603-
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.44.0/LICENSE:
4603+
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.45.0/LICENSE:
46044604

46054605
Copyright 2009 The Go Authors.
46064606

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4596,11 +4596,11 @@ THE SOFTWARE.
45964596

45974597
--------------------------------------------------------------------------------
45984598
Dependency : golang.org/x/net
4599-
Version: v0.44.0
4599+
Version: v0.45.0
46004600
Licence type (autodetected): BSD-3-Clause
46014601
--------------------------------------------------------------------------------
46024602

4603-
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.44.0/LICENSE:
4603+
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.45.0/LICENSE:
46044604

46054605
Copyright 2009 The Go Authors.
46064606

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
go.elastic.co/apm/v2 v2.7.1
3838
go.elastic.co/ecszerolog v0.2.0
3939
go.uber.org/zap v1.27.0
40-
golang.org/x/net v0.44.0
40+
golang.org/x/net v0.45.0
4141
golang.org/x/sync v0.17.0
4242
golang.org/x/time v0.13.0
4343
google.golang.org/grpc v1.76.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,8 +241,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
241241
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
242242
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
243243
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
244-
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
245-
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
244+
golang.org/x/net v0.45.0 h1:RLBg5JKixCy82FtLJpeNlVM0nrSqpCRYzVU1n8kj0tM=
245+
golang.org/x/net v0.45.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
246246
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
247247
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
248248
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

testing/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ require (
8585
go.uber.org/multierr v1.11.0 // indirect
8686
go.uber.org/zap v1.27.0 // indirect
8787
golang.org/x/crypto v0.42.0 // indirect
88-
golang.org/x/net v0.44.0 // indirect
88+
golang.org/x/net v0.45.0 // indirect
8989
golang.org/x/sys v0.36.0 // indirect
9090
golang.org/x/text v0.29.0 // indirect
9191
google.golang.org/genproto/googleapis/api v0.0.0-20250804133106-a7a43d27e69b // indirect

testing/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
218218
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
219219
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
220220
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
221-
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
222-
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
221+
golang.org/x/net v0.45.0 h1:RLBg5JKixCy82FtLJpeNlVM0nrSqpCRYzVU1n8kj0tM=
222+
golang.org/x/net v0.45.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
223223
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
224224
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
225225
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=

0 commit comments

Comments
 (0)