Skip to content

Commit 03347b3

Browse files
build(deps): bump the golang-org-x group with 2 updates (#21417)
* build(deps): bump the golang-org-x group with 2 updates Bumps the golang-org-x group with 2 updates: [golang.org/x/sync](https://github.com/golang/sync) and [golang.org/x/term](https://github.com/golang/term). Updates `golang.org/x/sync` from 0.21.0 to 0.22.0 - [Commits](golang/sync@v0.21.0...v0.22.0) Updates `golang.org/x/term` from 0.44.0 to 0.45.0 - [Commits](golang/term@v0.44.0...v0.45.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-org-x - dependency-name: golang.org/x/term dependency-version: 0.45.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: golang-org-x ... Signed-off-by: dependabot[bot] <support@github.com> * Update NOTICE.txt and NOTICE-fips.txt --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: obltmachine <150269514+obltmachine@users.noreply.github.com>
1 parent 2329c74 commit 03347b3

4 files changed

Lines changed: 21 additions & 21 deletions

File tree

NOTICE-fips.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5162,11 +5162,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51625162

51635163
--------------------------------------------------------------------------------
51645164
Dependency : golang.org/x/sync
5165-
Version: v0.21.0
5165+
Version: v0.22.0
51665166
Licence type (autodetected): BSD-3-Clause
51675167
--------------------------------------------------------------------------------
51685168

5169-
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.21.0/LICENSE:
5169+
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.22.0/LICENSE:
51705170

51715171
Copyright 2009 The Go Authors.
51725172

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

52005200
--------------------------------------------------------------------------------
52015201
Dependency : golang.org/x/term
5202-
Version: v0.44.0
5202+
Version: v0.45.0
52035203
Licence type (autodetected): BSD-3-Clause
52045204
--------------------------------------------------------------------------------
52055205

5206-
Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.44.0/LICENSE:
5206+
Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.45.0/LICENSE:
52075207

52085208
Copyright 2009 The Go Authors.
52095209

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

1317113171
--------------------------------------------------------------------------------
1317213172
Dependency : golang.org/x/sys
13173-
Version: v0.46.0
13173+
Version: v0.47.0
1317413174
Licence type (autodetected): BSD-3-Clause
1317513175
--------------------------------------------------------------------------------
1317613176

13177-
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.46.0/LICENSE:
13177+
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.47.0/LICENSE:
1317813178

1317913179
Copyright 2009 The Go Authors.
1318013180

NOTICE.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5162,11 +5162,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
51625162

51635163
--------------------------------------------------------------------------------
51645164
Dependency : golang.org/x/sync
5165-
Version: v0.21.0
5165+
Version: v0.22.0
51665166
Licence type (autodetected): BSD-3-Clause
51675167
--------------------------------------------------------------------------------
51685168

5169-
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.21.0/LICENSE:
5169+
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.22.0/LICENSE:
51705170

51715171
Copyright 2009 The Go Authors.
51725172

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

52005200
--------------------------------------------------------------------------------
52015201
Dependency : golang.org/x/term
5202-
Version: v0.44.0
5202+
Version: v0.45.0
52035203
Licence type (autodetected): BSD-3-Clause
52045204
--------------------------------------------------------------------------------
52055205

5206-
Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.44.0/LICENSE:
5206+
Contents of probable licence file $GOMODCACHE/golang.org/x/term@v0.45.0/LICENSE:
52075207

52085208
Copyright 2009 The Go Authors.
52095209

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

1601316013
--------------------------------------------------------------------------------
1601416014
Dependency : golang.org/x/sys
16015-
Version: v0.46.0
16015+
Version: v0.47.0
1601616016
Licence type (autodetected): BSD-3-Clause
1601716017
--------------------------------------------------------------------------------
1601816018

16019-
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.46.0/LICENSE:
16019+
Contents of probable licence file $GOMODCACHE/golang.org/x/sys@v0.47.0/LICENSE:
1602016020

1602116021
Copyright 2009 The Go Authors.
1602216022

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ require (
4343
go.uber.org/zap/exp v0.3.0
4444
go.yaml.in/yaml/v2 v2.4.4
4545
golang.org/x/net v0.56.0
46-
golang.org/x/sync v0.21.0
47-
golang.org/x/term v0.44.0
46+
golang.org/x/sync v0.22.0
47+
golang.org/x/term v0.45.0
4848
golang.org/x/time v0.15.0
4949
google.golang.org/grpc v1.82.0
5050
google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af
@@ -254,7 +254,7 @@ require (
254254
golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f // indirect
255255
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
256256
golang.org/x/mod v0.36.0 // indirect
257-
golang.org/x/sys v0.46.0 // indirect
257+
golang.org/x/sys v0.47.0 // indirect
258258
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 // indirect
259259
golang.org/x/text v0.38.0 // indirect
260260
golang.org/x/tools v0.45.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ
826826
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
827827
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
828828
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
829-
golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM=
830-
golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
829+
golang.org/x/sync v0.22.0 h1:SZjpbeLmrCk4xhRSZFNZW5gFUeCeFgjekvI/+gfScek=
830+
golang.org/x/sync v0.22.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
831831
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
832832
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
833833
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
@@ -849,14 +849,14 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc
849849
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
850850
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
851851
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
852-
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
853-
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
852+
golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
853+
golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
854854
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 h1:HjU6IWBiAgRIdAJ9/y1rwCn+UELEmwV+VsTLzj/W4sE=
855855
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6/go.mod h1:Eqhaxk/wZsWEH8CRxLwj6xzEJbz7k1EFGqx7nyCoabE=
856856
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
857857
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
858-
golang.org/x/term v0.44.0 h1:0rLvDRCtNj0gZkyIXhCyOb2OAzEhLVqc4B+hrsBhrmc=
859-
golang.org/x/term v0.44.0/go.mod h1:7ze4MdzUzLXpSAoFP1H0bOI9aXDqveSvatT5vKcFh2Y=
858+
golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0=
859+
golang.org/x/term v0.45.0/go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w=
860860
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
861861
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
862862
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=

0 commit comments

Comments
 (0)