Skip to content

Commit 50c3157

Browse files
Merge pull request #18 from nicklasfrahm/dependabot/go_modules/k8s.io/client-go-0.24.4
2 parents a150d16 + 5eaf97a commit 50c3157

File tree

2 files changed

+8
-174
lines changed

2 files changed

+8
-174
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ require (
99
github.com/spf13/cobra v1.5.0
1010
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa
1111
gopkg.in/yaml.v3 v3.0.1
12-
k8s.io/client-go v0.24.3
12+
k8s.io/client-go v0.24.4
1313
)
1414

1515
require (
@@ -36,7 +36,7 @@ require (
3636
google.golang.org/protobuf v1.28.1 // indirect
3737
gopkg.in/inf.v0 v0.9.1 // indirect
3838
gopkg.in/yaml.v2 v2.4.0 // indirect
39-
k8s.io/apimachinery v0.24.3 // indirect
39+
k8s.io/apimachinery v0.24.4 // indirect
4040
k8s.io/klog/v2 v2.70.1 // indirect
4141
k8s.io/utils v0.0.0-20220728103510-ee6ede2d64ed // indirect
4242
sigs.k8s.io/json v0.0.0-20220713155537-f223a00ba0e2 // indirect

0 commit comments

Comments
 (0)