Skip to content

Commit c25f007

Browse files
mergify[bot]dependabot[bot]obltmachine
authored
build(deps): bump the golang-org-x group with 2 updates (#21417) (#21423)
* 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 ... * Update NOTICE.txt and NOTICE-fips.txt --------- (cherry picked from commit 6296b7b) 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 6a2128b commit c25f007

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

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

1296012960
--------------------------------------------------------------------------------
1296112961
Dependency : golang.org/x/sys
12962-
Version: v0.46.0
12962+
Version: v0.47.0
1296312963
Licence type (autodetected): BSD-3-Clause
1296412964
--------------------------------------------------------------------------------
1296512965

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

1296812968
Copyright 2009 The Go Authors.
1296912969

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

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

1580215802
--------------------------------------------------------------------------------
1580315803
Dependency : golang.org/x/sys
15804-
Version: v0.46.0
15804+
Version: v0.47.0
1580515805
Licence type (autodetected): BSD-3-Clause
1580615806
--------------------------------------------------------------------------------
1580715807

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

1581015810
Copyright 2009 The Go Authors.
1581115811

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
@@ -231,7 +231,7 @@ require (
231231
golang.org/x/exp v0.0.0-20260529124908-c761662dc8c9 // indirect
232232
golang.org/x/exp/typeparams v0.0.0-20231108232855-2478ac86f678 // indirect
233233
golang.org/x/mod v0.36.0 // indirect
234-
golang.org/x/sys v0.46.0 // indirect
234+
golang.org/x/sys v0.47.0 // indirect
235235
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 // indirect
236236
golang.org/x/text v0.38.0 // indirect
237237
golang.org/x/tools v0.45.0 // indirect

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -714,8 +714,8 @@ golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJ
714714
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
715715
golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
716716
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
717-
golang.org/x/sync v0.21.0 h1:HLII4xRRTtCRkxYp4HNFF0Js/Og6q2i++KXbg0gHCwM=
718-
golang.org/x/sync v0.21.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
717+
golang.org/x/sync v0.22.0 h1:SZjpbeLmrCk4xhRSZFNZW5gFUeCeFgjekvI/+gfScek=
718+
golang.org/x/sync v0.22.0/go.mod h1:9xrNwdLfx4jkKbNva9FpL6vEN7evnE43NNNJQ2LF3+0=
719719
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
720720
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
721721
golang.org/x/sys v0.0.0-20190502175342-a43fa875dd82/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
@@ -737,14 +737,14 @@ golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBc
737737
golang.org/x/sys v0.0.0-20220722155257-8c9f86f7a55f/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
738738
golang.org/x/sys v0.1.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
739739
golang.org/x/sys v0.6.0/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
740-
golang.org/x/sys v0.46.0 h1:noSf2Fq6F8DBgS+LysIkx7rIExoNHJsxOAtPp4rthXw=
741-
golang.org/x/sys v0.46.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
740+
golang.org/x/sys v0.47.0 h1:o7XGOvZQCADBQQ4Y7VNq2dRWQR7JmOUW8Kxx4ZsNgWs=
741+
golang.org/x/sys v0.47.0/go.mod h1:4GL1E5IUh+htKOUEOaiffhrAeqysfVGipDYzABqnCmw=
742742
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6 h1:HjU6IWBiAgRIdAJ9/y1rwCn+UELEmwV+VsTLzj/W4sE=
743743
golang.org/x/telemetry v0.0.0-20260508192327-42602be52be6/go.mod h1:Eqhaxk/wZsWEH8CRxLwj6xzEJbz7k1EFGqx7nyCoabE=
744744
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1/go.mod h1:bj7SfCRtBDWHUb9snDiAeCFNEtKQo2Wmx5Cou7ajbmo=
745745
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211/go.mod h1:jbD1KX2456YbFQfuXm/mYQcufACuNUgVhRMnK/tPxf8=
746-
golang.org/x/term v0.44.0 h1:0rLvDRCtNj0gZkyIXhCyOb2OAzEhLVqc4B+hrsBhrmc=
747-
golang.org/x/term v0.44.0/go.mod h1:7ze4MdzUzLXpSAoFP1H0bOI9aXDqveSvatT5vKcFh2Y=
746+
golang.org/x/term v0.45.0 h1:NwWyBmoJCbfTHpxrWoZ9C6/VxOf7ic219I8xZZFdrf0=
747+
golang.org/x/term v0.45.0/go.mod h1:9aqxs0blBcrm/n0L9QW0aRVD+ktan8ssZromtqJC43w=
748748
golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
749749
golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
750750
golang.org/x/text v0.3.3/go.mod h1:5Zoc/QRtKVWzQhOtBMvqHzDpF6irO9z98xDceosuGiQ=

0 commit comments

Comments
 (0)