Skip to content

Commit beec26e

Browse files
Go: Bump golang.org/x/sync
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.0.0-20220722155255-886fb9371eb4 to 0.1.0. - [Release notes](https://github.com/golang/sync/releases) - [Commits](https://github.com/golang/sync/commits/v0.1.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 93d1330 commit beec26e

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ require (
4747
github.com/spf13/pflag v1.0.5
4848
github.com/tidwall/gjson v1.14.4
4949
github.com/zalando/go-keyring v0.2.1
50-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
50+
golang.org/x/sync v0.1.0
5151
golang.org/x/sys v0.3.0
5252
golang.org/x/term v0.3.0
5353
golang.org/x/text v0.6.0
@@ -63,6 +63,7 @@ require (
6363
k8s.io/klog v1.0.0
6464
k8s.io/klog/v2 v2.80.1
6565
k8s.io/kubectl v0.24.0
66+
k8s.io/pod-security-admission v0.26.1
6667
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
6768
sigs.k8s.io/controller-runtime v0.14.4
6869
sigs.k8s.io/yaml v1.3.0
@@ -198,7 +199,6 @@ require (
198199
k8s.io/apiserver v0.26.1 // indirect
199200
k8s.io/component-base v0.26.1 // indirect
200201
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
201-
k8s.io/pod-security-admission v0.26.1 // indirect
202202
oras.land/oras-go v1.1.0 // indirect
203203
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
204204
sigs.k8s.io/kustomize/api v0.11.4 // indirect

go.sum

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1562,8 +1562,9 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
15621562
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
15631563
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
15641564
golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
1565-
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4 h1:uVc8UZUe6tr40fFVnUP5Oj+veunVezqYl9z7DYw9xzw=
15661565
golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
1566+
golang.org/x/sync v0.1.0 h1:wsuoTGHzEhffawBOhz5CYhcrV4IdKZbEyZjBMuTp12o=
1567+
golang.org/x/sync v0.1.0/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
15671568
golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
15681569
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
15691570
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=

vendor/golang.org/x/sync/errgroup/errgroup.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/modules.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ golang.org/x/net/proxy
851851
## explicit; go 1.11
852852
golang.org/x/oauth2
853853
golang.org/x/oauth2/internal
854-
# golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
854+
# golang.org/x/sync v0.1.0
855855
## explicit
856856
golang.org/x/sync/errgroup
857857
golang.org/x/sync/semaphore

0 commit comments

Comments
 (0)