chore(deps): update module github.com/masterminds/semver/v3 to v3.3.1
Some checks failed
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is failing

This commit is contained in:
2024-11-19 23:08:45 +00:00
parent 5709a751bd
commit b98e69854d
2 changed files with 6 additions and 5 deletions

6
go.mod
View File

@ -1,10 +1,12 @@
module git.cryptic.systems/volker.raschek/civ
go 1.17
go 1.21
toolchain go1.23.3
require (
git.cryptic.systems/volker.raschek/dockerutils v0.2.0
github.com/Masterminds/semver/v3 v3.2.1
github.com/Masterminds/semver/v3 v3.3.1
github.com/spf13/cobra v1.8.1
gopkg.in/yaml.v2 v2.4.0
)