Skip to content

Commit 03ab6b3

Browse files
authored
Merge pull request #588 from vincepri/0213
✨ Update Kubernetes dependencies to v0.21.3
2 parents b2ab2dd + 8daea43 commit 03ab6b3

File tree

2 files changed

+206
-30
lines changed

2 files changed

+206
-30
lines changed

go.mod

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ require (
77
github.com/gobuffalo/flect v0.2.3
88
github.com/google/go-cmp v0.5.6
99
github.com/onsi/ginkgo v1.16.4
10-
github.com/onsi/gomega v1.13.0
11-
github.com/spf13/cobra v1.1.3
10+
github.com/onsi/gomega v1.14.0
11+
github.com/spf13/cobra v1.2.1
1212
github.com/spf13/pflag v1.0.5
13-
golang.org/x/tools v0.1.3
13+
golang.org/x/tools v0.1.5
1414
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b
15-
k8s.io/api v0.21.2
16-
k8s.io/apiextensions-apiserver v0.21.2
17-
k8s.io/apimachinery v0.21.2
15+
k8s.io/api v0.21.3
16+
k8s.io/apiextensions-apiserver v0.21.3
17+
k8s.io/apimachinery v0.21.3
1818
sigs.k8s.io/yaml v1.2.0
1919
)

0 commit comments

Comments
 (0)