File tree 4 files changed +7
-6
lines changed
golang.org/x/sync/errgroup 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ require (
47
47
github.com/spf13/pflag v1.0.5
48
48
github.com/tidwall/gjson v1.14.4
49
49
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
51
51
golang.org/x/sys v0.3.0
52
52
golang.org/x/term v0.3.0
53
53
golang.org/x/text v0.6.0
@@ -63,6 +63,7 @@ require (
63
63
k8s.io/klog v1.0.0
64
64
k8s.io/klog/v2 v2.80.1
65
65
k8s.io/kubectl v0.24.0
66
+ k8s.io/pod-security-admission v0.26.1
66
67
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
67
68
sigs.k8s.io/controller-runtime v0.14.4
68
69
sigs.k8s.io/yaml v1.3.0
@@ -198,7 +199,6 @@ require (
198
199
k8s.io/apiserver v0.26.1 // indirect
199
200
k8s.io/component-base v0.26.1 // indirect
200
201
k8s.io/kube-openapi v0.0.0-20221012153701-172d655c2280 // indirect
201
- k8s.io/pod-security-admission v0.26.1 // indirect
202
202
oras.land/oras-go v1.1.0 // indirect
203
203
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
204
204
sigs.k8s.io/kustomize/api v0.11.4 // indirect
Original file line number Diff line number Diff line change @@ -1562,8 +1562,9 @@ golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9/go.mod h1:RxMgew5VJxzue5/jJ
1562
1562
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
1563
1563
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c /go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM =
1564
1564
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 =
1566
1565
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 =
1567
1568
golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
1568
1569
golang.org/x/sys v0.0.0-20180823144017-11551d06cbcc /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
1569
1570
golang.org/x/sys v0.0.0-20180830151530-49385e6e1522 /go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY =
Original file line number Diff line number Diff line change @@ -851,7 +851,7 @@ golang.org/x/net/proxy
851
851
## explicit; go 1.11
852
852
golang.org/x/oauth2
853
853
golang.org/x/oauth2/internal
854
- # golang.org/x/sync v0.0.0-20220722155255-886fb9371eb4
854
+ # golang.org/x/sync v0.1.0
855
855
## explicit
856
856
golang.org/x/sync/errgroup
857
857
golang.org/x/sync/semaphore
You can’t perform that action at this time.
0 commit comments