Skip to content

Commit 02a8fc2

Browse files
mergify[bot]dependabot[bot]Kaan Yalti
authored
[8.19](backport #5457) build(deps): bump golang.org/x/sync from 0.16.0 to 0.17.0 (#5475)
* 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> (cherry picked from commit d4f558b) # Conflicts: # go.mod * resolve conflicts * ran go mod tidy --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kaan Yalti <kaan.yalti@elastic.co>
1 parent 6079b74 commit 02a8fc2

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
@@ -4603,11 +4603,11 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
46034603

46044604
--------------------------------------------------------------------------------
46054605
Dependency : golang.org/x/sync
4606-
Version: v0.16.0
4606+
Version: v0.17.0
46074607
Licence type (autodetected): BSD-3-Clause
46084608
--------------------------------------------------------------------------------
46094609

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

46124612
Copyright 2009 The Go Authors.
46134613

NOTICE.txt

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

46044604
--------------------------------------------------------------------------------
46054605
Dependency : golang.org/x/sync
4606-
Version: v0.16.0
4606+
Version: v0.17.0
46074607
Licence type (autodetected): BSD-3-Clause
46084608
--------------------------------------------------------------------------------
46094609

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

46124612
Copyright 2009 The Go Authors.
46134613

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/ecszerolog v0.2.0
3838
go.uber.org/zap v1.27.0
3939
golang.org/x/net v0.43.0
40-
golang.org/x/sync v0.16.0
40+
golang.org/x/sync v0.17.0
4141
golang.org/x/time v0.13.0
4242
google.golang.org/grpc v1.75.1
4343
google.golang.org/protobuf v1.36.9

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)