Skip to content

Commit

Permalink
bump k8s.io library version
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kuro committed Dec 10, 2020
1 parent c0302e2 commit 93e58d9
Show file tree
Hide file tree
Showing 2 changed files with 148 additions and 81 deletions.
10 changes: 5 additions & 5 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ require (
github.com/spf13/pflag v1.0.5
github.com/tidwall/sjson v1.1.2
golang.org/x/sync v0.0.0-20201207232520-09787c993a3a
k8s.io/api v0.19.4
k8s.io/apimachinery v0.19.4
k8s.io/cli-runtime v0.19.4
k8s.io/client-go v0.19.4
k8s.io/api v0.20.0
k8s.io/apimachinery v0.20.0
k8s.io/cli-runtime v0.20.0
k8s.io/client-go v0.20.0
k8s.io/klog/v2 v2.4.0
k8s.io/kubectl v0.19.4
k8s.io/kubectl v0.20.0
sigs.k8s.io/yaml v1.2.0
)
Loading

0 comments on commit 93e58d9

Please sign in to comment.