Skip to content

Commit 560eedb

Browse files
authored
Update controller and k8s client versions (#42)
1 parent 2ebd752 commit 560eedb

File tree

2 files changed

+205
-138
lines changed

2 files changed

+205
-138
lines changed

go.mod

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,12 @@ require (
1010
github.com/golang/mock v1.6.0
1111
github.com/onsi/ginkgo v1.14.1
1212
github.com/onsi/gomega v1.10.2
13+
github.com/stretchr/testify v1.6.1
1314
gotest.tools v2.2.0+incompatible
14-
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
15+
k8s.io/api v0.20.2
16+
k8s.io/apimachinery v0.20.2
17+
k8s.io/client-go v0.20.2
18+
sigs.k8s.io/controller-runtime v0.8.3
1819
)
20+
21+
replace github.com/spf13/viper v1.4.0 => github.com/spf13/viper v1.8.0

0 commit comments

Comments
 (0)