mirror of
https://github.com/kubernetes/sample-controller.git
synced 2026-05-19 00:00:14 +08:00
vendor: update golang.org/x/oauth2 and cloud.google.com/go
Pick up the bug fix for golang/oauth2#237 Bump up cloud.google.com/go as a result of updating the OAuth2 code. This commit was generated by: ./hack/pin-dependency.sh golang.org/x/oauth2 9f3314589c9a ./hack/pin-dependency.sh cloud.google.com/go v0.34.0 ./hack/update-vendor.sh git add vendor git add -u Kubernetes-commit: ef492e2d70385c43c5f1dad203ce635b40699341
This commit is contained in:
committed by
Kubernetes Publisher
parent
fcf1ad8faf
commit
2b45d4a00f
@@ -5,20 +5,20 @@ module k8s.io/sample-controller
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20190418212532-b8e4ab4b136a
|
||||
k8s.io/apimachinery v0.0.0-20190418212431-b3683fe6b520
|
||||
k8s.io/client-go v0.0.0-20190418212717-1d2e9628a1ee
|
||||
k8s.io/code-generator v0.0.0-20190418212317-87cbbb0903cf
|
||||
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 v0.3.0
|
||||
)
|
||||
|
||||
replace (
|
||||
golang.org/x/sync => golang.org/x/sync v0.0.0-20181108010431-42b317875d0f
|
||||
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-20190418212532-b8e4ab4b136a
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190418212431-b3683fe6b520
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20190418212717-1d2e9628a1ee
|
||||
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20190418212317-87cbbb0903cf
|
||||
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
|
||||
)
|
||||
|
||||
replace k8s.io/component-base => k8s.io/component-base v0.0.0-20190418213057-380654ddefc0
|
||||
|
||||
Reference in New Issue
Block a user