forked from kubernetes/sample-controller
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
20 lines (16 loc) · 653 Bytes
/
Copy pathgo.mod
File metadata and controls
20 lines (16 loc) · 653 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// This is a generated file. Do not edit directly.
module k8s.io/sample-controller
go 1.16
require (
k8s.io/api v0.0.0-20220327010943-9431395a90d0
k8s.io/apimachinery v0.0.0-20220327010739-4d8ad187e0a0
k8s.io/client-go v0.0.0-20220327011239-402aa66c5cad
k8s.io/code-generator v0.0.0-20220327010549-a207ba43f29b
k8s.io/klog/v2 v2.60.1
)
replace (
k8s.io/api => k8s.io/api v0.0.0-20220327010943-9431395a90d0
k8s.io/apimachinery => k8s.io/apimachinery v0.0.0-20220327010739-4d8ad187e0a0
k8s.io/client-go => k8s.io/client-go v0.0.0-20220327011239-402aa66c5cad
k8s.io/code-generator => k8s.io/code-generator v0.0.0-20220327010549-a207ba43f29b
)