Skip to content

Commit 7c0de9e

Browse files
mergify[bot]dependabot[bot]ycombinator
authored
[9.0](backport #5637) build(deps): bump golang.org/x/net from 0.44.0 to 0.45.0 (#5647)
* 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> (cherry picked from commit 7066c3c) # Conflicts: # testing/go.sum * Fixing conflicts --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Shaunak Kashyap <[email protected]>
1 parent bdf8320 commit 7c0de9e

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.75.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,8 @@ golang.org/x/net v0.0.0-20220722155237-a158d28d115b/go.mod h1:XRhObCWvk6IyKnWLug
243243
golang.org/x/net v0.6.0/go.mod h1:2Tu9+aMcznHK/AK1HMvgo6xiTLG5rD5rZLDS+rp2Bjs=
244244
golang.org/x/net v0.10.0/go.mod h1:0qNGK6F8kojg2nk9dLZ2mShWaEBan6FAoqfSigmmuDg=
245245
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
246-
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
247-
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
246+
golang.org/x/net v0.45.0 h1:RLBg5JKixCy82FtLJpeNlVM0nrSqpCRYzVU1n8kj0tM=
247+
golang.org/x/net v0.45.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
248248
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
249249
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
250250
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
@@ -69,7 +69,7 @@ require (
6969
go.opentelemetry.io/otel/trace v1.37.0 // indirect
7070
go.opentelemetry.io/proto/otlp v1.0.0 // indirect
7171
golang.org/x/crypto v0.42.0 // indirect
72-
golang.org/x/net v0.44.0 // indirect
72+
golang.org/x/net v0.45.0 // indirect
7373
golang.org/x/sys v0.36.0 // indirect
7474
golang.org/x/text v0.29.0 // indirect
7575
google.golang.org/genproto/googleapis/api v0.0.0-20250707201910-8d1bb00bc6a7 // indirect

testing/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,8 @@ go.uber.org/zap v1.27.0 h1:aJMhYGrd5QSmlpLMr2MftRKl7t8J8PTZPA732ud/XR8=
182182
go.uber.org/zap v1.27.0/go.mod h1:GB2qFLM7cTU87MWRP2mPIjqfIDnGu+VIO4V/SdhGo2E=
183183
golang.org/x/crypto v0.42.0 h1:chiH31gIWm57EkTXpwnqf8qeuMUi0yekh6mT2AvFlqI=
184184
golang.org/x/crypto v0.42.0/go.mod h1:4+rDnOTJhQCx2q7/j6rAN5XDw8kPjeaXEUR2eL94ix8=
185-
golang.org/x/net v0.44.0 h1:evd8IRDyfNBMBTTY5XRF1vaZlD+EmWx6x8PkhR04H/I=
186-
golang.org/x/net v0.44.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
185+
golang.org/x/net v0.45.0 h1:RLBg5JKixCy82FtLJpeNlVM0nrSqpCRYzVU1n8kj0tM=
186+
golang.org/x/net v0.45.0/go.mod h1:ECOoLqd5U3Lhyeyo/QDCEVQ4sNgYsqvCZ722XogGieY=
187187
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
188188
golang.org/x/sys v0.0.0-20201204225414-ed752295db88/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
189189
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=

0 commit comments

Comments
 (0)