mirror of
https://github.com/kubernetes/sample-controller.git
synced 2025-04-10 03:03:07 +08:00
23 lines
799 B
Modula-2
23 lines
799 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-20191108101507-5d8c3d1f60af
|
|
k8s.io/apimachinery v0.0.0-20191108101507-4ce4ee60b177
|
|
k8s.io/client-go v0.0.0-20191108101507-14c92e3dc9df
|
|
k8s.io/code-generator v0.0.0-20191108105555-8b39d7f75b89
|
|
k8s.io/klog v1.0.0
|
|
)
|
|
|
|
replace (
|
|
golang.org/x/sys => golang.org/x/sys v0.0.0-20190813064441-fde4db37ae7a
|
|
golang.org/x/tools => golang.org/x/tools v0.0.0-20190821162956-65e3620a7ae7
|
|
k8s.io/api => k8s.io/api v0.0.0-20191108101507-5d8c3d1f60af
|
|
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20191108101507-4ce4ee60b177
|
|
k8s.io/client-go => k8s.io/client-go v0.0.0-20191108101507-14c92e3dc9df
|
|
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20191108105555-8b39d7f75b89
|
|
)
|