We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ebd752 commit 560eedbCopy full SHA for 560eedb
go.mod
@@ -10,9 +10,12 @@ require (
10
github.com/golang/mock v1.6.0
11
github.com/onsi/ginkgo v1.14.1
12
github.com/onsi/gomega v1.10.2
13
+ github.com/stretchr/testify v1.6.1
14
gotest.tools v2.2.0+incompatible
- k8s.io/api v0.19.2
15
- k8s.io/apimachinery v0.19.2
16
- k8s.io/client-go v0.19.2
17
- sigs.k8s.io/controller-runtime v0.7.2
+ k8s.io/api v0.20.2
+ k8s.io/apimachinery v0.20.2
+ k8s.io/client-go v0.20.2
18
+ sigs.k8s.io/controller-runtime v0.8.3
19
)
20
+
21
+replace github.com/spf13/viper v1.4.0 => github.com/spf13/viper v1.8.0
0 commit comments