We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a150d16 + 5eaf97a commit 50c3157Copy full SHA for 50c3157
go.mod
@@ -9,7 +9,7 @@ require (
9
github.com/spf13/cobra v1.5.0
10
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
11
gopkg.in/yaml.v3 v3.0.1
12
- k8s.io/client-go v0.24.3
+ k8s.io/client-go v0.24.4
13
)
14
15
require (
@@ -36,7 +36,7 @@ require (
36
google.golang.org/protobuf v1.28.1 // indirect
37
gopkg.in/inf.v0 v0.9.1 // indirect
38
gopkg.in/yaml.v2 v2.4.0 // indirect
39
- k8s.io/apimachinery v0.24.3 // indirect
+ k8s.io/apimachinery v0.24.4 // indirect
40
k8s.io/klog/v2 v2.70.1 // indirect
41
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
42
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect
0 commit comments