Skip to content

Commit

Permalink
feat: Avoid override if clusterctl support Virtink provider
Browse files Browse the repository at this point in the history
  • Loading branch information
scuzhanglei committed Nov 16, 2022
1 parent 09d024a commit c85aa73
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 328 deletions.
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@ go 1.17
require (
github.com/spf13/cobra v1.4.0
github.com/spf13/viper v1.12.0
gopkg.in/yaml.v3 v3.0.0
k8s.io/apimachinery v0.24.2
k8s.io/client-go v0.24.2
sigs.k8s.io/cluster-api v1.1.5
)

require (
github.com/blang/semver v3.5.1+incompatible // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/go-logr/logr v1.2.0 // indirect
Expand Down Expand Up @@ -44,10 +43,8 @@ require (
gopkg.in/inf.v0 v0.9.1 // indirect
gopkg.in/ini.v1 v1.66.4 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0 // indirect
k8s.io/klog/v2 v2.60.1 // indirect
k8s.io/utils v0.0.0-20220210201930-3a6ce19ff2f9 // indirect
sigs.k8s.io/controller-runtime v0.11.2 // indirect
sigs.k8s.io/json v0.0.0-20211208200746-9f7c6b3444d2 // indirect
sigs.k8s.io/structured-merge-diff/v4 v4.2.1 // indirect
sigs.k8s.io/yaml v1.3.0 // indirect
Expand Down
Loading

0 comments on commit c85aa73

Please sign in to comment.