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

Prune matching replace directives in staging repos more effectively Kubernetes-commit: 6f6890b09e2a8ae7eaaea0a5052d45c3960e1c76
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-20190511023547-e63b5755afac
|
|
k8s.io/apimachinery v0.0.0-20190511023455-ad85901afca0
|
|
k8s.io/client-go v0.0.0-20190511023711-c6f3777976ad
|
|
k8s.io/code-generator v0.0.0-20190511023357-639c964206c2
|
|
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-20190511023547-e63b5755afac
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190511023455-ad85901afca0
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20190511023711-c6f3777976ad
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20190511023357-639c964206c2
|
|
)
|
|
|
|
replace k8s.io/component-base => k8s.io/component-base v0.0.0-20190511024024-91ee9e34fdd1
|