mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
updating googleapis/gnostic to v0.1.0
per https://github.com/googleapis/gnostic/releases/tag/v0.1.0, the v0.1.0 was made specifically for use by k8s, but we still seem to be using a random SHA. Let's try to switch to a tagged version. Kubernetes-commit: 420d5d10c4baad0aced31de382801fd999f2c94b
This commit is contained in:
committed by
Kubernetes Publisher
parent
ab780863f6
commit
575eb3267b
@@ -5,18 +5,19 @@ module k8s.io/sample-controller
|
||||
go 1.13
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20200111233631-530d314087d8
|
||||
k8s.io/apimachinery v0.0.0-20200111153451-51168acb8295
|
||||
k8s.io/client-go v0.0.0-20200111153838-ea0a6e11838c
|
||||
k8s.io/code-generator v0.0.0-20200113233325-0826954c61ed
|
||||
k8s.io/api v0.0.0
|
||||
k8s.io/apimachinery v0.0.0
|
||||
k8s.io/client-go v0.0.0
|
||||
k8s.io/code-generator v0.0.0
|
||||
k8s.io/klog v1.0.0
|
||||
)
|
||||
|
||||
replace (
|
||||
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a // pinned to release-branch.go1.13
|
||||
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7 // pinned to release-branch.go1.13
|
||||
k8s.io/api => k8s.io/api v0.0.0-20200111233631-530d314087d8
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20200111153451-51168acb8295
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20200111153838-ea0a6e11838c
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20200113233325-0826954c61ed
|
||||
k8s.io/api => ../api
|
||||
k8s.io/apimachinery => ../apimachinery
|
||||
k8s.io/client-go => ../client-go
|
||||
k8s.io/code-generator => ../code-generator
|
||||
k8s.io/sample-controller => ../sample-controller
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user