Skip to content

Commit f1d453a

Browse files
authored
Merge branch 'master' into fix-k8s-fields
2 parents 73de660 + 2b74ee7 commit f1d453a

File tree

2 files changed

+68
-36
lines changed

2 files changed

+68
-36
lines changed

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ require (
3131
golang.org/x/tools v0.1.5
3232
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
3333
helm.sh/helm/v3 v3.6.3
34-
k8s.io/apimachinery v0.21.3
35-
k8s.io/cli-runtime v0.21.3
36-
k8s.io/client-go v0.21.3
34+
k8s.io/apimachinery v0.22.0
35+
k8s.io/cli-runtime v0.22.0
36+
k8s.io/client-go v0.22.0
3737
)

0 commit comments

Comments
 (0)