2025-01-28 05:41:53 +00:00
|
|
|
module github.com/kairos-io/provider-rke2
|
2022-08-18 17:28:57 +00:00
|
|
|
|
2025-01-24 16:21:04 +00:00
|
|
|
go 1.23.1
|
2022-08-18 17:28:57 +00:00
|
|
|
|
|
|
|
require (
|
2025-01-28 05:42:44 +00:00
|
|
|
github.com/kairos-io/kairos-sdk v0.7.2
|
2025-01-24 16:21:04 +00:00
|
|
|
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
|
2025-01-28 05:42:44 +00:00
|
|
|
github.com/mudler/yip v1.13.1
|
|
|
|
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
|
2025-01-28 05:41:53 +00:00
|
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
2024-09-24 04:19:19 +00:00
|
|
|
gopkg.in/yaml.v3 v3.0.1
|
2024-09-16 06:31:56 +00:00
|
|
|
sigs.k8s.io/yaml v1.4.0
|
2022-08-18 17:28:57 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9 // indirect
|
2025-01-28 05:42:44 +00:00
|
|
|
github.com/fsnotify/fsnotify v1.7.0 // indirect
|
2022-08-18 17:28:57 +00:00
|
|
|
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
|
2025-01-28 05:42:44 +00:00
|
|
|
github.com/itchyny/gojq v0.12.17 // indirect
|
2024-09-15 22:18:10 +00:00
|
|
|
github.com/itchyny/timefmt-go v0.1.6 // indirect
|
2024-09-15 23:03:22 +00:00
|
|
|
github.com/kr/pretty v0.3.1 // indirect
|
2023-04-20 07:39:35 +00:00
|
|
|
github.com/nxadm/tail v1.4.8 // indirect
|
2022-08-18 17:28:57 +00:00
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-09-15 23:03:22 +00:00
|
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
2024-09-15 22:18:10 +00:00
|
|
|
github.com/twpayne/go-vfs/v4 v4.3.0 // indirect
|
2025-01-28 05:42:44 +00:00
|
|
|
golang.org/x/sys v0.29.0 // indirect
|
2023-04-20 07:39:35 +00:00
|
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
2025-01-24 16:21:04 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
2022-08-18 17:28:57 +00:00
|
|
|
)
|