chore(deps): update module github.com/masterminds/semver/v3 to v3.4.0
All checks were successful
Golang Tests / unittest (stable, ubuntu-latest-amd64) (pull_request) Successful in 1m0s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (pull_request) Successful in 1m20s
Lint Markdown files / markdown-lint (pull_request) Successful in 13s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (pull_request) Successful in 31s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (pull_request) Successful in 39s
Golang Tests / unittest (stable, ubuntu-latest-arm64) (push) Successful in 32s
Golang Tests / unittest (stable, ubuntu-latest-amd64) (push) Successful in 59s
Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 39s
Lint Markdown files / markdown-lint (push) Successful in 11s
Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 1m5s

This commit is contained in:
2025-07-03 16:04:08 +00:00
parent 5412c3676a
commit ac7a516177
2 changed files with 3 additions and 3 deletions

2
go.mod
View File

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