chore(deps): update module github.com/masterminds/semver/v3 to v3.3.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is failing

This commit is contained in:
CSRBot 2024-08-28 01:03:26 +00:00
parent 5709a751bd
commit d8dde86061
Signed by: CSRBot
GPG Key ID: DDBB888D261A47AB

2
go.mod
View File

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