Skip to content

Commit 9734e0a

Browse files
build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 (#5130)
* build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0 --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.16.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 5103618 commit 9734e0a

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
@@ -4596,11 +4596,11 @@ THE SOFTWARE.
45964596

45974597
--------------------------------------------------------------------------------
45984598
Dependency : golang.org/x/sync
4599-
Version: v0.15.0
4599+
Version: v0.16.0
46004600
Licence type (autodetected): BSD-3-Clause
46014601
--------------------------------------------------------------------------------
46024602

4603-
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.15.0/LICENSE:
4603+
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.16.0/LICENSE:
46044604

46054605
Copyright 2009 The Go Authors.
46064606

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4596,11 +4596,11 @@ THE SOFTWARE.
45964596

45974597
--------------------------------------------------------------------------------
45984598
Dependency : golang.org/x/sync
4599-
Version: v0.15.0
4599+
Version: v0.16.0
46004600
Licence type (autodetected): BSD-3-Clause
46014601
--------------------------------------------------------------------------------
46024602

4603-
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.15.0/LICENSE:
4603+
Contents of probable licence file $GOMODCACHE/golang.org/x/sync@v0.16.0/LICENSE:
46044604

46054605
Copyright 2009 The Go Authors.
46064606

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/apm/v2 v2.7.1
3838
go.elastic.co/ecszerolog v0.2.0
3939
go.uber.org/zap v1.27.0
40-
golang.org/x/sync v0.15.0
40+
golang.org/x/sync v0.16.0
4141
golang.org/x/time v0.12.0
4242
google.golang.org/grpc v1.73.0
4343
google.golang.org/protobuf v1.36.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -244,8 +244,8 @@ golang.org/x/net v0.38.0/go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8=
244244
golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
245245
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
246246
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
247-
golang.org/x/sync v0.15.0 h1:KWH3jNZsfyT6xfAfKiz6MRNmd46ByHDYaZ7KSkCtdW8=
248-
golang.org/x/sync v0.15.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
247+
golang.org/x/sync v0.16.0 h1:ycBJEhp9p4vXvUZNszeOq0kGTPghopOL8q0fq3vstxw=
248+
golang.org/x/sync v0.16.0/go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA=
249249
golang.org/x/sys v0.0.0-20180810173357-98c5dad5d1a0/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
250250
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
251251
golang.org/x/sys v0.0.0-20190916202348-b4ddaad3f8a3/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

0 commit comments

Comments
 (0)