Update go dependencies (#4322)
This commit is contained in:
parent
28cc3bb5e2
commit
a54ab3341e
507 changed files with 50566 additions and 40414 deletions
25
vendor/k8s.io/cloud-provider/go.mod
generated
vendored
Normal file
25
vendor/k8s.io/cloud-provider/go.mod
generated
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
// This is a generated file. Do not edit directly.
|
||||
|
||||
module k8s.io/cloud-provider
|
||||
|
||||
go 1.12
|
||||
|
||||
require (
|
||||
k8s.io/api v0.0.0-20190711103429-37c3b8b1ca65
|
||||
k8s.io/apimachinery v0.0.0-20190711103026-7bf792636534
|
||||
k8s.io/client-go v0.0.0-20190711103903-4a0861cac5e0
|
||||
k8s.io/klog v0.3.1
|
||||
k8s.io/utils v0.0.0-20190607212802-c55fbcfc754a
|
||||
)
|
||||
|
||||
replace (
|
||||
golang.org/x/crypto => golang.org/x/crypto v0.0.0-20181025213731-e84da0312774
|
||||
golang.org/x/net => golang.org/x/net v0.0.0-20190206173232-65e2d4e15006
|
||||
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/text => golang.org/x/text v0.3.1-0.20181227161524-e6919f6577db
|
||||
golang.org/x/tools => golang.org/x/tools v0.0.0-20190313210603-aa82965741a9
|
||||
k8s.io/api => k8s.io/api v0.0.0-20190711103429-37c3b8b1ca65
|
||||
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190711103026-7bf792636534
|
||||
k8s.io/client-go => k8s.io/client-go v0.0.0-20190711103903-4a0861cac5e0
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue