mirror of
https://github.com/kairos-io/provider-k3s.git
synced 2025-10-20 13:09:00 +00:00
* fix(deps): update module github.com/mudler/yip to v1.16.2 * chore: go mod tidy --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nianyu Shen <xiaoyu9964@gmail.com>
34 lines
1.1 KiB
Modula-2
34 lines
1.1 KiB
Modula-2
module github.com/kairos-io/provider-k3s
|
|
|
|
go 1.24.2
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
github.com/kairos-io/kairos-sdk v0.9.3
|
|
github.com/mudler/go-pluggable v0.0.0-20230126220627-7710299a0ae5
|
|
github.com/mudler/yip v1.16.2
|
|
github.com/sirupsen/logrus v1.9.4-0.20230606125235-dd1b4c2e81af
|
|
gopkg.in/natefinch/lumberjack.v2 v2.2.1
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
sigs.k8s.io/yaml v1.4.0
|
|
)
|
|
|
|
require (
|
|
github.com/chuckpreslar/emission v0.0.0-20170206194824-a7ddd980baf9 // 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.17 // indirect
|
|
github.com/itchyny/timefmt-go v0.1.6 // indirect
|
|
github.com/kr/pretty v0.3.1 // indirect
|
|
github.com/nxadm/tail v1.4.11 // indirect
|
|
github.com/pkg/errors v0.9.1 // indirect
|
|
github.com/rogpeppe/go-internal v1.11.0 // indirect
|
|
github.com/stretchr/testify v1.9.0 // indirect
|
|
github.com/twpayne/go-vfs/v4 v4.3.0 // indirect
|
|
golang.org/x/sys v0.32.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|