Skip to content

Commit 78f1885

Browse files
build(deps): bump golang.org/x/net from 0.46.0 to 0.47.0 in the golang-org-x group (#19555)
* build(deps): bump golang.org/x/net in the golang-org-x group Bumps the golang-org-x group with 1 update: [golang.org/x/net](https://github.com/golang/net). Updates `golang.org/x/net` from 0.46.0 to 0.47.0 - [Commits](golang/net@v0.46.0...v0.47.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.47.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-org-x ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt * Update NOTICE-fips.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 79268fa commit 78f1885

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

NOTICE-fips.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4914,11 +4914,11 @@ THE SOFTWARE.
49144914

49154915
--------------------------------------------------------------------------------
49164916
Dependency : golang.org/x/net
4917-
Version: v0.46.0
4917+
Version: v0.47.0
49184918
Licence type (autodetected): BSD-3-Clause
49194919
--------------------------------------------------------------------------------
49204920

4921-
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.46.0/LICENSE:
4921+
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.47.0/LICENSE:
49224922

49234923
Copyright 2009 The Go Authors.
49244924

@@ -14909,11 +14909,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1490914909

1491014910
--------------------------------------------------------------------------------
1491114911
Dependency : golang.org/x/text
14912-
Version: v0.30.0
14912+
Version: v0.31.0
1491314913
Licence type (autodetected): BSD-3-Clause
1491414914
--------------------------------------------------------------------------------
1491514915

14916-
Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.30.0/LICENSE:
14916+
Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.31.0/LICENSE:
1491714917

1491814918
Copyright 2009 The Go Authors.
1491914919

NOTICE.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4914,11 +4914,11 @@ THE SOFTWARE.
49144914

49154915
--------------------------------------------------------------------------------
49164916
Dependency : golang.org/x/net
4917-
Version: v0.46.0
4917+
Version: v0.47.0
49184918
Licence type (autodetected): BSD-3-Clause
49194919
--------------------------------------------------------------------------------
49204920

4921-
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.46.0/LICENSE:
4921+
Contents of probable licence file $GOMODCACHE/golang.org/x/net@v0.47.0/LICENSE:
49224922

49234923
Copyright 2009 The Go Authors.
49244924

@@ -16887,11 +16887,11 @@ Contents of probable licence file $GOMODCACHE/go.yaml.in/yaml/[email protected]/LICENSE:
1688716887

1688816888
--------------------------------------------------------------------------------
1688916889
Dependency : golang.org/x/crypto
16890-
Version: v0.43.0
16890+
Version: v0.44.0
1689116891
Licence type (autodetected): BSD-3-Clause
1689216892
--------------------------------------------------------------------------------
1689316893

16894-
Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.43.0/LICENSE:
16894+
Contents of probable licence file $GOMODCACHE/golang.org/x/crypto@v0.44.0/LICENSE:
1689516895

1689616896
Copyright 2009 The Go Authors.
1689716897

@@ -16998,11 +16998,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1699816998

1699916999
--------------------------------------------------------------------------------
1700017000
Dependency : golang.org/x/text
17001-
Version: v0.30.0
17001+
Version: v0.31.0
1700217002
Licence type (autodetected): BSD-3-Clause
1700317003
--------------------------------------------------------------------------------
1700417004

17005-
Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.30.0/LICENSE:
17005+
Contents of probable licence file $GOMODCACHE/golang.org/x/text@v0.31.0/LICENSE:
1700617006

1700717007
Copyright 2009 The Go Authors.
1700817008

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ require (
4141
go.opentelemetry.io/proto/otlp v1.9.0
4242
go.uber.org/zap v1.27.0
4343
go.uber.org/zap/exp v0.3.0
44-
golang.org/x/net v0.46.0
44+
golang.org/x/net v0.47.0
4545
golang.org/x/sync v0.18.0
4646
golang.org/x/term v0.37.0
4747
golang.org/x/time v0.14.0
@@ -233,13 +233,13 @@ require (
233233
go.opentelemetry.io/collector/featuregate v1.45.0 // indirect
234234
go.uber.org/multierr v1.11.0 // indirect
235235
go.yaml.in/yaml/v2 v2.4.2 // indirect
236-
golang.org/x/crypto v0.43.0 // indirect
236+
golang.org/x/crypto v0.44.0 // indirect
237237
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 // indirect
238238
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
239239
golang.org/x/mod v0.29.0 // indirect
240240
golang.org/x/sys v0.38.0 // indirect
241241
golang.org/x/telemetry v0.0.0-20251008203120-078029d740a8 // indirect
242-
golang.org/x/text v0.30.0 // indirect
242+
golang.org/x/text v0.31.0 // indirect
243243
golang.org/x/tools v0.38.0 // indirect
244244
golang.org/x/tools/go/vcs v0.1.0-deprecated // indirect
245245
google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -691,8 +691,8 @@ golang.org/x/crypto v0.13.0/go.mod h1:y6Z2r+Rw4iayiXXAIxJIDAJ1zMW4yaTpebo8fPOliY
691691
golang.org/x/crypto v0.19.0/go.mod h1:Iy9bg/ha4yyC70EfRS8jz+B6ybOBKMaSxLj6P6oBDfU=
692692
golang.org/x/crypto v0.21.0/go.mod h1:0BP7YvVV9gBbVKyeTG0Gyn+gZm94bibOW5BjDEYAOMs=
693693
golang.org/x/crypto v0.22.0/go.mod h1:vr6Su+7cTlO45qkww3VDJlzDn0ctJvRgYbC2NvXHt+M=
694-
golang.org/x/crypto v0.43.0 h1:dduJYIi3A3KOfdGOHX8AVZ/jGiyPa3IbBozJ5kNuE04=
695-
golang.org/x/crypto v0.43.0/go.mod h1:BFbav4mRNlXJL4wNeejLpWxB7wMbc79PdRGhWKncxR0=
694+
golang.org/x/crypto v0.44.0 h1:A97SsFvM3AIwEEmTBiaxPPTYpDC47w720rdiiUvgoAU=
695+
golang.org/x/crypto v0.44.0/go.mod h1:013i+Nw79BMiQiMsOPcVCB5ZIJbYkerPrGnOa00tvmc=
696696
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50 h1:3yiSh9fhy5/RhCSntf4Sy0Tnx50DmMpQ4MQdKKk4yg4=
697697
golang.org/x/exp v0.0.0-20250811191247-51f88131bc50/go.mod h1:rT6SFzZ7oxADUDx58pcaKFTcZ+inxAa9fTrYx/uVYwg=
698698
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 h1:1P7xPZEwZMoBoz0Yze5Nx2/4pxj6nw9ZqHWXqP0iRgQ=
@@ -725,8 +725,8 @@ golang.org/x/net v0.12.0/go.mod h1:zEVYFnQC7m/vmpQFELhcD1EWkZlX69l4oqgmer6hfKA=
725725
golang.org/x/net v0.15.0/go.mod h1:idbUs1IY1+zTqbi8yxTbhexhEEk5ur9LInksu6HrEpk=
726726
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
727727
golang.org/x/net v0.22.0/go.mod h1:JKghWKKOSdJwpW2GEx0Ja7fmaKnMsbu+MWVZTokSYmg=
728-
golang.org/x/net v0.46.0 h1:giFlY12I07fugqwPuWJi68oOnpfqFnJIJzaIIm2JVV4=
729-
golang.org/x/net v0.46.0/go.mod h1:Q9BGdFy1y4nkUwiLvT5qtyhAnEHgnQ/zd8PfU6nc210=
728+
golang.org/x/net v0.47.0 h1:Mx+4dIFzqraBXUugkia1OOvlD6LemFo1ALMHjrXDOhY=
729+
golang.org/x/net v0.47.0/go.mod h1:/jNxtkgq5yWUGYkaZGqo27cfGZ1c5Nen03aYrrKpVRU=
730730
golang.org/x/oauth2 v0.30.0 h1:dnDm7JmhM45NNpd8FDDeLhK6FwqbOf4MLCM9zb1BOHI=
731731
golang.org/x/oauth2 v0.30.0/go.mod h1:B++QgG3ZKulg6sRPGD/mqlHQs5rB3Ml9erfeDY7xKlU=
732732
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
@@ -800,8 +800,8 @@ golang.org/x/text v0.9.0/go.mod h1:e1OnstbJyHTd6l/uOt8jFFHp6TRDWZR/bV3emEE/zU8=
800800
golang.org/x/text v0.11.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
801801
golang.org/x/text v0.13.0/go.mod h1:TvPlkZtksWOMsz7fbANvkp4WM8x/WCo/om8BMLbz+aE=
802802
golang.org/x/text v0.14.0/go.mod h1:18ZOQIKpY8NJVqYksKHtTdi31H5itFRjB5/qKTNYzSU=
803-
golang.org/x/text v0.30.0 h1:yznKA/E9zq54KzlzBEAWn1NXSQ8DIp/NYMy88xJjl4k=
804-
golang.org/x/text v0.30.0/go.mod h1:yDdHFIX9t+tORqspjENWgzaCVXgk0yYnYuSZ8UzzBVM=
803+
golang.org/x/text v0.31.0 h1:aC8ghyu4JhP8VojJ2lEHBnochRno1sgL6nEi9WGFGMM=
804+
golang.org/x/text v0.31.0/go.mod h1:tKRAlv61yKIjGGHX/4tP1LTbc13YSec1pxVEWXzfoeM=
805805
golang.org/x/time v0.14.0 h1:MRx4UaLrDotUKUdCIqzPC48t1Y9hANFKIRpNx+Te8PI=
806806
golang.org/x/time v0.14.0/go.mod h1:eL/Oa2bBBK0TkX57Fyni+NgnyQQN4LitPmob2Hjnqw4=
807807
golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=

0 commit comments

Comments
 (0)