Skip to content

Commit d4f558b

Browse files
build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 (#5457)
* build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.16.0 to 0.17.0. - [Commits](golang/sync@v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.17.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Post dependabot file modifications --------- Signed-off-by: dependabot[bot] <support@github.com> 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 00c415e commit d4f558b

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

NOTICE-fips.txt

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

46344634
--------------------------------------------------------------------------------
46354635
Dependency : golang.org/x/sync
4636-
Version: v0.16.0
4636+
Version: v0.17.0
46374637
Licence type (autodetected): BSD-3-Clause
46384638
--------------------------------------------------------------------------------
46394639

4640-
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.16.0/LICENSE:
4640+
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.17.0/LICENSE:
46414641

46424642
Copyright 2009 The Go Authors.
46434643

NOTICE.txt

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

46344634
--------------------------------------------------------------------------------
46354635
Dependency : golang.org/x/sync
4636-
Version: v0.16.0
4636+
Version: v0.17.0
46374637
Licence type (autodetected): BSD-3-Clause
46384638
--------------------------------------------------------------------------------
46394639

4640-
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.16.0/LICENSE:
4640+
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.17.0/LICENSE:
46414641

46424642
Copyright 2009 The Go Authors.
46434643

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
go.elastic.co/ecszerolog v0.2.0
3939
go.uber.org/zap v1.27.0
4040
golang.org/x/net v0.43.0
41-
golang.org/x/sync v0.16.0
41+
golang.org/x/sync v0.17.0
4242
golang.org/x/time v0.13.0
4343
google.golang.org/grpc v1.75.0
4444
google.golang.org/protobuf v1.36.8

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ golang.org/x/net v0.43.0/go.mod h1:vhO1fvI4dGsIjh73sWfUVjj3N7CA9WkKJNQm2svM6Jg=
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=
249-
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
250-
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
249+
golang.org/x/sync v0.17.0 h1:l60nONMj9l5drqw6jlhIELNv9I0A4OFgRsG9k2oT9Ug=
250+
golang.org/x/sync v0.17.0/go.mod h1:9KTHXmSnoGruLpwFjVSX0lNNA75CykiMECbovNTZqGI=
251251
golang.org/x/sys v0.0.0-20180810173357-98c5dad5d1a0/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
252252
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
253253
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)