Compare commits

..

No commits in common. "renovate/github.com-masterminds-semver-v3-3.x" and "master" have entirely different histories.

2
go.mod
View File

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