-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #63 from kairos-io/reset-fix
PE-4727 fix rke2 reset
- Loading branch information
1 parent
2ca08fa
commit c3da918
Showing
3 changed files
with
45 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,30 @@ | ||
module github.com/c3os-io/c3os/provider-rke2 | ||
|
||
go 1.18 | ||
go 1.23.1 | ||
|
||
require ( | ||
github.com/kairos-io/kairos-sdk v0.0.2-0.20230414094028-0c9d2bd9e6ae | ||
github.com/mudler/yip v1.0.0 | ||
github.com/sirupsen/logrus v1.9.0 | ||
github.com/kairos-io/kairos-sdk v0.4.3 | ||
github.com/mudler/yip v1.9.4 | ||
github.com/sirupsen/logrus v1.9.3 | ||
gopkg.in/yaml.v2 v2.4.0 | ||
sigs.k8s.io/yaml v1.3.0 | ||
) | ||
|
||
require ( | ||
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9 // indirect | ||
github.com/fsnotify/fsnotify v1.5.4 // indirect | ||
github.com/google/pprof v0.0.0-20230228050547-1710fef4ab10 // indirect | ||
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect | ||
github.com/hashicorp/errwrap v1.1.0 // indirect | ||
github.com/hashicorp/go-multierror v1.1.1 // indirect | ||
github.com/itchyny/gojq v0.12.12 // indirect | ||
github.com/itchyny/timefmt-go v0.1.5 // indirect | ||
github.com/itchyny/gojq v0.12.16 // indirect | ||
github.com/itchyny/timefmt-go v0.1.6 // indirect | ||
github.com/kr/pretty v0.3.0 // indirect | ||
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5 // indirect | ||
github.com/nxadm/tail v1.4.8 // indirect | ||
github.com/onsi/ginkgo/v2 v2.9.2 // indirect | ||
github.com/onsi/gomega v1.27.6 // indirect | ||
github.com/pkg/errors v0.9.1 // indirect | ||
github.com/twpayne/go-vfs v1.7.2 // indirect | ||
github.com/twpayne/go-vfs/v4 v4.2.0 // indirect | ||
golang.org/x/net v0.9.0 // indirect | ||
golang.org/x/sys v0.7.0 // indirect | ||
github.com/twpayne/go-vfs/v4 v4.3.0 // indirect | ||
golang.org/x/sys v0.24.0 // indirect | ||
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect | ||
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0 // indirect | ||
gopkg.in/yaml.v3 v3.0.1 // indirect | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters