github.com/golang/protobuf v1.2.0

Kubernetes-commit: 12d66f6d640e7480fadabcb552762879228ecf1f
This commit is contained in:
Jordan Liggitt
2019-04-14 00:43:05 -04:00
committed by Kubernetes Publisher
parent 108c485f89
commit e6938fbb75
2 changed files with 7 additions and 13 deletions

10
go.mod
View File

@@ -27,8 +27,8 @@ require (
golang.org/x/oauth2 v0.0.0-20170412232759-a6bd8cefa181
golang.org/x/time v0.0.0-20161028155119-f51c12702a4d
google.golang.org/appengine v1.5.0 // indirect
k8s.io/api v0.0.0-20190413052509-3cc1b3fb6d0f
k8s.io/apimachinery v0.0.0-20190413052414-40a3f73b0fa2
k8s.io/api v0.0.0
k8s.io/apimachinery v0.0.0
k8s.io/klog v0.0.0-20190306015804-8e90cee79f82
k8s.io/utils v0.0.0-20190221042446-c2654d5206da
sigs.k8s.io/yaml v1.1.0
@@ -36,10 +36,10 @@ require (
replace (
github.com/gogo/protobuf => github.com/gogo/protobuf v0.0.0-20171007142547-342cbe0a0415
github.com/golang/protobuf => github.com/golang/protobuf v1.1.0
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/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
k8s.io/api => k8s.io/api v0.0.0-20190413052509-3cc1b3fb6d0f
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190413052414-40a3f73b0fa2
k8s.io/api => ../api
k8s.io/apimachinery => ../apimachinery
k8s.io/client-go => ../client-go
)