Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit df8a1f1

Browse files
committed
Added k8s 1.15.2 dep. Removed explicit versions from direct deps, overrides are enough
1 parent 89a6c6c commit df8a1f1

File tree

2 files changed

+163
-14
lines changed

2 files changed

+163
-14
lines changed

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ require (
44
github.com/spf13/pflag v1.0.3
55
github.com/xanzy/go-cloudstack v2.4.1+incompatible
66
gopkg.in/gcfg.v1 v1.2.3
7-
k8s.io/api v0.0.0-20190805141119-fdd30b57c827 // kubernetes-1.15.2
8-
k8s.io/apimachinery v0.0.0-20190612205821-1799e75a0719 // kubernetes-1.15.2
9-
k8s.io/apiserver v0.0.0-20190805142138-368b2058237c // kubernetes-1.15.2
10-
k8s.io/cloud-provider v0.0.0-20190805144409-8484242760e7 // kubernetes-1.15.2
11-
k8s.io/component-base v0.0.0-20190805141645-3a5e5ac800ae // kubernetes-1.15.2
7+
k8s.io/api v0.0.0
8+
k8s.io/apimachinery v0.0.0
9+
k8s.io/cloud-provider v0.0.0
10+
k8s.io/component-base v0.0.0
1211
k8s.io/klog v0.3.1
12+
k8s.io/kubernetes v1.15.2
1313
)
1414

1515
replace (

0 commit comments

Comments
 (0)