mirror of
https://github.com/kairos-io/kairos-sdk.git
synced 2025-07-21 10:40:45 +00:00
fix(deps): update module gopkg.in/yaml.v1 to v3 (#348)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
27a8bebe03
commit
4ad3208224
2
go.mod
2
go.mod
@ -30,7 +30,7 @@ require (
|
|||||||
github.com/urfave/cli/v2 v2.27.3
|
github.com/urfave/cli/v2 v2.27.3
|
||||||
github.com/zcalusic/sysinfo v1.1.0
|
github.com/zcalusic/sysinfo v1.1.0
|
||||||
golang.org/x/mod v0.19.0
|
golang.org/x/mod v0.19.0
|
||||||
gopkg.in/yaml.v1 v1.0.0-20140924161607-9f9df34309c0
|
gopkg.in/yaml.v3 v3.0.1
|
||||||
gopkg.in/yaml.v2 v2.4.0
|
gopkg.in/yaml.v2 v2.4.0
|
||||||
gopkg.in/yaml.v3 v3.0.1
|
gopkg.in/yaml.v3 v3.0.1
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user