Skip to content

Commit d68ba4c

Browse files
build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.8.0 to 0.9.0. - [Commits](golang/sync@v0.8.0...v0.9.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]>
1 parent 9ec1b02 commit d68ba4c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ go 1.22.5
44

55
require (
66
github.com/blang/semver/v4 v4.0.0
7+
github.com/containers/image/v5 v5.32.2
78
github.com/coreos/go-semver v0.3.1
89
github.com/distribution/reference v0.6.0
910
github.com/evanphx/json-patch v5.9.0+incompatible
@@ -33,7 +34,7 @@ require (
3334
github.com/spf13/pflag v1.0.5
3435
github.com/stretchr/testify v1.9.0
3536
golang.org/x/net v0.30.0
36-
golang.org/x/sync v0.8.0
37+
golang.org/x/sync v0.9.0
3738
golang.org/x/time v0.7.0
3839
google.golang.org/grpc v1.67.1
3940
gopkg.in/yaml.v2 v2.4.0
@@ -73,7 +74,6 @@ require (
7374
github.com/containerd/ttrpc v1.2.5 // indirect
7475
github.com/containerd/typeurl/v2 v2.1.1 // indirect
7576
github.com/containers/common v0.60.4 // indirect
76-
github.com/containers/image/v5 v5.32.2 // indirect
7777
github.com/containers/libtrust v0.0.0-20230121012942-c1716e8a8d01 // indirect
7878
github.com/containers/ocicrypt v1.2.0 // indirect
7979
github.com/containers/storage v1.55.0 // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2235,8 +2235,8 @@ golang.org/x/sync v0.3.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
22352235
golang.org/x/sync v0.4.0/go.mod h1:FU7BRWz2tNW+3quACPkgCx/L+uEAv1htQ0V83Z9Rj+Y=
22362236
golang.org/x/sync v0.5.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
22372237
golang.org/x/sync v0.6.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
2238-
golang.org/x/sync v0.8.0 h1:3NFvSEYkUoMifnESzZl15y791HH1qU2xm6eCJU5ZPXQ=
2239-
golang.org/x/sync v0.8.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
2238+
golang.org/x/sync v0.9.0 h1:fEo0HyrW1GIgZdpbhCRO0PkJajUS5H9IFUztCgEo2jQ=
2239+
golang.org/x/sync v0.9.0/go.mod h1:Czt+wKu1gCyEFDUtn0jG5QVvpJ6rzVqr5aXyt9drQfk=
22402240
golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
22412241
golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
22422242
golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@ golang.org/x/net/websocket
773773
## explicit; go 1.18
774774
golang.org/x/oauth2
775775
golang.org/x/oauth2/internal
776-
# golang.org/x/sync v0.8.0
776+
# golang.org/x/sync v0.9.0
777777
## explicit; go 1.18
778778
golang.org/x/sync/errgroup
779779
golang.org/x/sync/semaphore

0 commit comments

Comments
 (0)