Skip to content

Commit 888fbfe

Browse files
committed
Update dependencies to Kubernetes v1.20.2
Signed-off-by: Vince Prignano <[email protected]>
1 parent cec7320 commit 888fbfe

File tree

2 files changed

+182
-130
lines changed

2 files changed

+182
-130
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ require (
99
github.com/mattn/go-colorable v0.1.8 // indirect
1010
github.com/onsi/ginkgo v1.14.1
1111
github.com/onsi/gomega v1.10.2
12-
github.com/spf13/cobra v1.0.0
12+
github.com/spf13/cobra v1.1.1
1313
github.com/spf13/pflag v1.0.5
14-
golang.org/x/tools v0.0.0-20201007032633-0806396f153e
14+
golang.org/x/tools v0.0.0-20200616133436-c1934b75d054
1515
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776
16-
k8s.io/api v0.19.2
17-
k8s.io/apiextensions-apiserver v0.19.2
18-
k8s.io/apimachinery v0.19.2
16+
k8s.io/api v0.20.2
17+
k8s.io/apiextensions-apiserver v0.20.2
18+
k8s.io/apimachinery v0.20.2
1919
sigs.k8s.io/yaml v1.2.0
2020
)

0 commit comments

Comments
 (0)