File tree Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Expand file tree Collapse file tree 3 files changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ require (
28
28
golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45
29
29
golang.org/x/time v0.0.0-20190308202827-9d24e82272b4
30
30
google.golang.org/appengine v1.5.0 // indirect
31
- k8s.io/api v0.0.0
32
- k8s.io/apimachinery v0.0.0
31
+ k8s.io/api v0.0.0-20200903132056-f4b723619c71
32
+ k8s.io/apimachinery v0.0.0-20200903131703-e01b6f647e0d
33
33
k8s.io/klog v1.0.0
34
34
k8s.io/utils v0.0.0-20191114184206-e782cd3c129f
35
35
sigs.k8s.io/yaml v1.1.0
@@ -38,7 +38,6 @@ require (
38
38
replace (
39
39
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // pinned to release-branch.go1.13
40
40
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // pinned to release-branch.go1.13
41
- k8s.io/api => ../api
42
- k8s.io/apimachinery => ../apimachinery
43
- k8s.io/client-go => ../client-go
41
+ k8s.io/api => k8s.io/api v0.0.0-20200903132056-f4b723619c71
42
+ k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200903131703-e01b6f647e0d
44
43
)
Original file line number Diff line number Diff line change @@ -190,6 +190,8 @@ gopkg.in/yaml.v2 v2.2.8 h1:obN1ZagJSUGI0Ek/LBmuj4SNLPfIny3KsKFopxRdj10=
190
190
gopkg.in/yaml.v2 v2.2.8 /go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI =
191
191
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
192
192
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
193
+ k8s.io/api v0.0.0-20200903132056-f4b723619c71 /go.mod h1:6jldM/f+1srnQ6exBO4L0duPFhjZA0QXAuxBg1nxJd0 =
194
+ k8s.io/apimachinery v0.0.0-20200903131703-e01b6f647e0d /go.mod h1:T54ZSpncArE25c5r2PbUPsLeTpkPWY/ivafigSX6+xk =
193
195
k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6 /go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0 =
194
196
k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92 /go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk =
195
197
k8s.io/klog v0.3.0 /go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk =
You can’t perform that action at this time.
0 commit comments