Skip to content

Commit 69004bb

Browse files
authoredMay 14, 2024
build(deps): bump golang.org/x/sync from 0.6.0 to 0.7.0 (#3250)
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.6.0 to 0.7.0. - [Commits](golang/sync@v0.6.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 76022e9 commit 69004bb

File tree

4 files changed

+37
-13
lines changed

4 files changed

+37
-13
lines changed
 

Diff for: ‎go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ require (
3838
github.com/spf13/pflag v1.0.5
3939
github.com/stretchr/testify v1.9.0
4040
golang.org/x/net v0.23.0
41-
golang.org/x/sync v0.6.0
41+
golang.org/x/sync v0.7.0
4242
golang.org/x/time v0.5.0
4343
google.golang.org/grpc v1.61.1
4444
gopkg.in/yaml.v2 v2.4.0

Diff for: ‎go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -751,8 +751,8 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
751751
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
752752
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
753753
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
754-
golang.org/x/sync v0.6.0 h1:5BMeUDZ7vkXGfEr1x9B4bRcTH4lpkTkpdh0T/J+qjbQ=
755-
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
754+
golang.org/x/sync v0.7.0 h1:YsImfSBoP9QPYL0xyKJPq0gcaJdG3rInoqxTWbfQu9M=
755+
golang.org/x/sync v0.7.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
756756
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
757757
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
758758
golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

Diff for: ‎vendor/golang.org/x/sync/semaphore/semaphore.go

+33-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: ‎vendor/modules.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ golang.org/x/net/websocket
10221022
## explicit; go 1.18
10231023
golang.org/x/oauth2
10241024
golang.org/x/oauth2/internal
1025-
# golang.org/x/sync v0.6.0
1025+
# golang.org/x/sync v0.7.0
10261026
## explicit; go 1.18
10271027
golang.org/x/sync/errgroup
10281028
golang.org/x/sync/semaphore

0 commit comments

Comments
 (0)