Skip to content

Commit 1319920

Browse files
committed
go.mod: require correct version of k8s.io/client-go directly
1 parent 4174437 commit 1319920

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ require (
66
github.com/stretchr/testify v1.5.1
77
k8s.io/api v0.18.2
88
k8s.io/apimachinery v0.18.2
9-
k8s.io/client-go v12.0.0+incompatible
9+
k8s.io/client-go v0.18.2
1010
sigs.k8s.io/controller-runtime v0.6.0
1111
)
12-
13-
replace k8s.io/client-go => k8s.io/client-go v0.18.2

0 commit comments

Comments
 (0)