Skip to content

Commit c85aa73

Browse files
committed
feat: Avoid override if clusterctl support Virtink provider
1 parent 09d024a commit c85aa73

File tree

3 files changed

+25
-328
lines changed

3 files changed

+25
-328
lines changed

go.mod

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,12 @@ go 1.17
55
require (
66
github.com/spf13/cobra v1.4.0
77
github.com/spf13/viper v1.12.0
8+
gopkg.in/yaml.v3 v3.0.0
89
k8s.io/apimachinery v0.24.2
910
k8s.io/client-go v0.24.2
10-
sigs.k8s.io/cluster-api v1.1.5
1111
)
1212

1313
require (
14-
github.com/blang/semver v3.5.1+incompatible // indirect
1514
github.com/davecgh/go-spew v1.1.1 // indirect
1615
github.com/fsnotify/fsnotify v1.5.4 // indirect
1716
github.com/go-logr/logr v1.2.0 // indirect
@@ -44,10 +43,8 @@ require (
4443
gopkg.in/inf.v0 v0.9.1 // indirect
4544
gopkg.in/ini.v1 v1.66.4 // indirect
4645
gopkg.in/yaml.v2 v2.4.0 // indirect
47-
gopkg.in/yaml.v3 v3.0.0 // indirect
4846
k8s.io/klog/v2 v2.60.1 // indirect
4947
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
50-
sigs.k8s.io/controller-runtime v0.11.2 // indirect
5148
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
5249
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
5350
sigs.k8s.io/yaml v1.3.0 // indirect

0 commit comments

Comments
 (0)