Compare commits

...

1 Commits

Author SHA1 Message Date
8410571f51
chore(deps): update module gopkg.in/yaml.v2 to v3
Some checks failed
renovate/artifacts Artifact file update failure
2025-02-09 01:18:39 +00:00

2
go.mod
View File

@ -8,7 +8,7 @@ require (
git.cryptic.systems/volker.raschek/dockerutils v0.2.0
github.com/Masterminds/semver/v3 v3.3.1
github.com/spf13/cobra v1.8.1
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (