forked from kubernetes/sample-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
25 lines (20 loc) · 965 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// This is a generated file. Do not edit directly.
module k8s.io/sample-controller
go 1.12
require (
k8s.io/api v0.0.0-20190612125737-db0771252981
k8s.io/apimachinery v0.0.0-20190612125636-6a5db36e93ad
k8s.io/client-go v0.0.0-20190612125919-5c45477a8ae7
k8s.io/code-generator v0.0.0-20190612125529-c522cb6c26aa
k8s.io/klog v0.3.1
)
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-20190612125737-db0771252981
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20190612125636-6a5db36e93ad
k8s.io/client-go => k8s.io/client-go v0.0.0-20190612125919-5c45477a8ae7
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20190612125529-c522cb6c26aa
)
replace k8s.io/component-base => k8s.io/component-base v0.0.0-20190612130303-4062e14deebe