File tree Expand file tree Collapse file tree 3 files changed +25
-328
lines changed Expand file tree Collapse file tree 3 files changed +25
-328
lines changed Original file line number Diff line number Diff line change @@ -5,13 +5,12 @@ go 1.17
5
5
require (
6
6
github.com/spf13/cobra v1.4.0
7
7
github.com/spf13/viper v1.12.0
8
+ gopkg.in/yaml.v3 v3.0.0
8
9
k8s.io/apimachinery v0.24.2
9
10
k8s.io/client-go v0.24.2
10
- sigs.k8s.io/cluster-api v1.1.5
11
11
)
12
12
13
13
require (
14
- github.com/blang/semver v3.5.1+incompatible // indirect
15
14
github.com/davecgh/go-spew v1.1.1 // indirect
16
15
github.com/fsnotify/fsnotify v1.5.4 // indirect
17
16
github.com/go-logr/logr v1.2.0 // indirect
@@ -44,10 +43,8 @@ require (
44
43
gopkg.in/inf.v0 v0.9.1 // indirect
45
44
gopkg.in/ini.v1 v1.66.4 // indirect
46
45
gopkg.in/yaml.v2 v2.4.0 // indirect
47
- gopkg.in/yaml.v3 v3.0.0 // indirect
48
46
k8s.io/klog/v2 v2.60.1 // indirect
49
47
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
50
- sigs.k8s.io/controller-runtime v0.11.2 // indirect
51
48
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
52
49
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
53
50
sigs.k8s.io/yaml v1.3.0 // indirect
You can’t perform that action at this time.
0 commit comments