Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
701e36bd
Unverified
Commit
701e36bd
authored
Apr 15, 2019
by
Kubernetes Prow Robot
Committed by
GitHub
Apr 15, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #76610 from liggitt/bump-proto
github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
parents
f294037a
7a6d64a3
Hide whitespace changes
Inline
Side-by-side
Showing
24 changed files
with
11 additions
and
33 deletions
+11
-33
go.mod
go.mod
+1
-1
go.mod
staging/src/k8s.io/api/go.mod
+1
-2
go.mod
staging/src/k8s.io/apiextensions-apiserver/go.mod
+1
-2
go.mod
staging/src/k8s.io/apimachinery/go.mod
+1
-2
go.mod
staging/src/k8s.io/apiserver/go.mod
+1
-2
go.mod
staging/src/k8s.io/cli-runtime/go.mod
+0
-1
go.mod
staging/src/k8s.io/client-go/go.mod
+1
-2
go.mod
staging/src/k8s.io/cloud-provider/go.mod
+0
-1
go.mod
staging/src/k8s.io/cluster-bootstrap/go.mod
+0
-1
go.mod
staging/src/k8s.io/code-generator/go.mod
+1
-2
go.mod
staging/src/k8s.io/component-base/go.mod
+0
-1
go.mod
staging/src/k8s.io/cri-api/go.mod
+1
-2
go.mod
staging/src/k8s.io/csi-translation-lib/go.mod
+0
-1
go.mod
staging/src/k8s.io/kube-aggregator/go.mod
+1
-2
go.mod
staging/src/k8s.io/kube-controller-manager/go.mod
+0
-1
go.mod
staging/src/k8s.io/kube-proxy/go.mod
+0
-1
go.mod
staging/src/k8s.io/kube-scheduler/go.mod
+0
-1
go.mod
staging/src/k8s.io/kubelet/go.mod
+0
-1
go.mod
staging/src/k8s.io/metrics/go.mod
+1
-2
go.mod
staging/src/k8s.io/node-api/go.mod
+0
-1
go.mod
staging/src/k8s.io/sample-apiserver/go.mod
+0
-1
go.mod
staging/src/k8s.io/sample-cli-plugin/go.mod
+0
-1
go.mod
staging/src/k8s.io/sample-controller/go.mod
+0
-1
modules.txt
vendor/modules.txt
+1
-1
No files found.
go.mod
View file @
701e36bd
...
@@ -67,7 +67,7 @@ require (
...
@@ -67,7 +67,7 @@ require (
github.com/go-openapi/validate v0.18.0
github.com/go-openapi/validate v0.18.0
github.com/go-ozzo/ozzo-validation v3.5.0+incompatible // indirect
github.com/go-ozzo/ozzo-validation v3.5.0+incompatible // indirect
github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55
github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55
github.com/gogo/protobuf v
1.1.1
github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01
github.com/golang/mock v0.0.0-20160127222235-bd3c8e81be01
github.com/golang/protobuf v1.2.0
github.com/golang/protobuf v1.2.0
...
...
staging/src/k8s.io/api/go.mod
View file @
701e36bd
...
@@ -5,13 +5,12 @@ module k8s.io/api
...
@@ -5,13 +5,12 @@ module k8s.io/api
go 1.12
go 1.12
require (
require (
github.com/gogo/protobuf v
1.1.1
github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
github.com/stretchr/testify v1.2.2
github.com/stretchr/testify v1.2.2
k8s.io/apimachinery v0.0.0
k8s.io/apimachinery v0.0.0
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/apiextensions-apiserver/go.mod
View file @
701e36bd
...
@@ -15,7 +15,7 @@ require (
...
@@ -15,7 +15,7 @@ require (
github.com/go-openapi/spec v0.17.2
github.com/go-openapi/spec v0.17.2
github.com/go-openapi/strfmt v0.17.0
github.com/go-openapi/strfmt v0.17.0
github.com/go-openapi/validate v0.18.0
github.com/go-openapi/validate v0.18.0
github.com/gogo/protobuf v
1.1.1
github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
...
@@ -38,7 +38,6 @@ require (
...
@@ -38,7 +38,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/apimachinery/go.mod
View file @
701e36bd
...
@@ -9,7 +9,7 @@ require (
...
@@ -9,7 +9,7 @@ require (
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96
github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e
github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e
github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550
github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550
github.com/gogo/protobuf v
1.1.1
github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
github.com/golang/protobuf v1.2.0
github.com/golang/protobuf v1.2.0
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
...
@@ -36,7 +36,6 @@ require (
...
@@ -36,7 +36,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/apiserver/go.mod
View file @
701e36bd
...
@@ -22,7 +22,7 @@ require (
...
@@ -22,7 +22,7 @@ require (
github.com/go-openapi/jsonreference v0.19.0 // indirect
github.com/go-openapi/jsonreference v0.19.0 // indirect
github.com/go-openapi/spec v0.17.2
github.com/go-openapi/spec v0.17.2
github.com/go-openapi/swag v0.17.2 // indirect
github.com/go-openapi/swag v0.17.2 // indirect
github.com/gogo/protobuf v
1.1.1
github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/google/go-cmp v0.2.0 // indirect
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
github.com/google/gofuzz v0.0.0-20170612174753-24818f796faf
...
@@ -74,7 +74,6 @@ require (
...
@@ -74,7 +74,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/cli-runtime/go.mod
View file @
701e36bd
...
@@ -27,7 +27,6 @@ require (
...
@@ -27,7 +27,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/client-go/go.mod
View file @
701e36bd
...
@@ -10,7 +10,7 @@ require (
...
@@ -10,7 +10,7 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/davecgh/go-spew v1.1.1
github.com/dgrijalva/jwt-go v0.0.0-20160705203006-01aeca54ebda // indirect
github.com/dgrijalva/jwt-go v0.0.0-20160705203006-01aeca54ebda // indirect
github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550
github.com/evanphx/json-patch v0.0.0-20190203023257-5858425f7550
github.com/gogo/protobuf v
1.1.1
github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903
github.com/golang/protobuf v1.2.0
github.com/golang/protobuf v1.2.0
github.com/google/btree v0.0.0-20160524151835-7d79101e329e // indirect
github.com/google/btree v0.0.0-20160524151835-7d79101e329e // indirect
...
@@ -35,7 +35,6 @@ require (
...
@@ -35,7 +35,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/cloud-provider/go.mod
View file @
701e36bd
...
@@ -14,7 +14,6 @@ require (
...
@@ -14,7 +14,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/cluster-bootstrap/go.mod
View file @
701e36bd
...
@@ -10,7 +10,6 @@ require (
...
@@ -10,7 +10,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/code-generator/go.mod
View file @
701e36bd
...
@@ -5,7 +5,7 @@ module k8s.io/code-generator
...
@@ -5,7 +5,7 @@ module k8s.io/code-generator
go 1.12
go 1.12
require (
require (
github.com/gogo/protobuf v
1.1.1
github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
github.com/spf13/pflag v1.0.1
github.com/spf13/pflag v1.0.1
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384 // indirect
golang.org/x/tools v0.0.0-20190328211700-ab21143f2384 // indirect
gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485
gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485
...
@@ -15,7 +15,6 @@ require (
...
@@ -15,7 +15,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
golang.org/x/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/component-base/go.mod
View file @
701e36bd
...
@@ -12,7 +12,6 @@ require (
...
@@ -12,7 +12,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/cri-api/go.mod
View file @
701e36bd
...
@@ -6,7 +6,7 @@ go 1.12
...
@@ -6,7 +6,7 @@ go 1.12
require (
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/gogo/protobuf v
1.1.1
github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/golang/protobuf v1.2.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
...
@@ -19,7 +19,6 @@ require (
...
@@ -19,7 +19,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
k8s.io/cri-api => ../cri-api
k8s.io/cri-api => ../cri-api
)
)
staging/src/k8s.io/csi-translation-lib/go.mod
View file @
701e36bd
...
@@ -11,7 +11,6 @@ require (
...
@@ -11,7 +11,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/kube-aggregator/go.mod
View file @
701e36bd
...
@@ -8,7 +8,7 @@ require (
...
@@ -8,7 +8,7 @@ require (
github.com/davecgh/go-spew v1.1.1
github.com/davecgh/go-spew v1.1.1
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633
github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633
github.com/go-openapi/spec v0.17.2
github.com/go-openapi/spec v0.17.2
github.com/gogo/protobuf v
1.1.1
github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/prometheus/client_golang v0.9.2
github.com/prometheus/client_golang v0.9.2
github.com/spf13/cobra v0.0.0-20180319062004-c439c4fa0937
github.com/spf13/cobra v0.0.0-20180319062004-c439c4fa0937
...
@@ -27,7 +27,6 @@ require (
...
@@ -27,7 +27,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/kube-controller-manager/go.mod
View file @
701e36bd
...
@@ -10,7 +10,6 @@ require (
...
@@ -10,7 +10,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/kube-proxy/go.mod
View file @
701e36bd
...
@@ -10,7 +10,6 @@ require (
...
@@ -10,7 +10,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/kube-scheduler/go.mod
View file @
701e36bd
...
@@ -10,7 +10,6 @@ require (
...
@@ -10,7 +10,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/kubelet/go.mod
View file @
701e36bd
...
@@ -10,7 +10,6 @@ require (
...
@@ -10,7 +10,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/metrics/go.mod
View file @
701e36bd
...
@@ -5,7 +5,7 @@ module k8s.io/metrics
...
@@ -5,7 +5,7 @@ module k8s.io/metrics
go 1.12
go 1.12
require (
require (
github.com/gogo/protobuf v
1.1.1
github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
github.com/stretchr/testify v1.2.2
github.com/stretchr/testify v1.2.2
k8s.io/api v0.0.0
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/apimachinery v0.0.0
...
@@ -14,7 +14,6 @@ require (
...
@@ -14,7 +14,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/node-api/go.mod
View file @
701e36bd
...
@@ -11,7 +11,6 @@ require (
...
@@ -11,7 +11,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/sample-apiserver/go.mod
View file @
701e36bd
...
@@ -17,7 +17,6 @@ require (
...
@@ -17,7 +17,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/sample-cli-plugin/go.mod
View file @
701e36bd
...
@@ -12,7 +12,6 @@ require (
...
@@ -12,7 +12,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
staging/src/k8s.io/sample-controller/go.mod
View file @
701e36bd
...
@@ -13,7 +13,6 @@ require (
...
@@ -13,7 +13,6 @@ require (
)
)
replace (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
github.com/onsi/ginkgo => github.com/onsi/ginkgo v0.0.0-20170318221715-67b9df7f55fe
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/sys => golang.org/x/sys v0.0.0-20190209173611-3b5209105503
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
...
...
vendor/modules.txt
View file @
701e36bd
...
@@ -373,7 +373,7 @@ github.com/go-ozzo/ozzo-validation
...
@@ -373,7 +373,7 @@ github.com/go-ozzo/ozzo-validation
github.com/go-ozzo/ozzo-validation/is
github.com/go-ozzo/ozzo-validation/is
# github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55 => github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55
# github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55 => github.com/godbus/dbus v0.0.0-20151105175453-c7fdd8b5cd55
github.com/godbus/dbus
github.com/godbus/dbus
# github.com/gogo/protobuf v
1.1.1
=> github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
# github.com/gogo/protobuf v
0.0.0-20171007142547-342cbe0a0415
=> github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/gogo/protobuf/gogoproto
github.com/gogo/protobuf/gogoproto
github.com/gogo/protobuf/plugin/compare
github.com/gogo/protobuf/plugin/compare
github.com/gogo/protobuf/plugin/defaultcheck
github.com/gogo/protobuf/plugin/defaultcheck
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment