mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-03-14 08:23:24 +08:00

vendor: update golang.org/x/oauth2 Kubernetes-commit: 219b166cb172344ee666a107161c07ba3805bd67
26 lines
965 B
Modula-2
26 lines
965 B
Modula-2
// This is a generated file. Do not edit directly.
|
|
|
|
module k8s.io/sample-controller
|
|
|
|
go 1.12
|
|
|
|
require (
|
|
k8s.io/api v0.0.0-20190424052528-e8c4fd2c9be3
|
|
k8s.io/apimachinery v0.0.0-20190424052434-11f1676e3da4
|
|
k8s.io/client-go v0.0.0-20190424052710-157c3d454138
|
|
k8s.io/code-generator v0.0.0-20190419212335-ff26e7842f9d
|
|
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-20190424052528-e8c4fd2c9be3
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190424052434-11f1676e3da4
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20190424052710-157c3d454138
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20190419212335-ff26e7842f9d
|
|
)
|
|
|
|
replace k8s.io/component-base => k8s.io/component-base v0.0.0-20190424053038-9fe063da3132
|