chore(deps): update go modules
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 1m18s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 21s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 11s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 8s
Lint Markdown files / Run markdown linter (pull_request) Successful in 5s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m11s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m13s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 45s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 36s

This commit is contained in:
2025-09-18 16:06:11 +00:00
parent b6afcc4911
commit 36db8c2995
2 changed files with 7 additions and 7 deletions

6
go.mod
View File

@ -2,12 +2,12 @@ module git.cryptic.systems/volker.raschek/civ
go 1.24
toolchain go1.25.0
toolchain go1.25.1
require (
git.cryptic.systems/volker.raschek/dockerutils v0.2.0
github.com/Masterminds/semver/v3 v3.4.0
github.com/spf13/cobra v1.9.1
github.com/spf13/cobra v1.10.1
gopkg.in/yaml.v2 v2.4.0
)
@ -25,7 +25,7 @@ require (
github.com/opencontainers/image-spec v1.0.2-0.20190823105129-775207bd45b6 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/pflag v1.0.6 // indirect
github.com/spf13/pflag v1.0.9 // indirect
golang.org/x/net v0.0.0-20210813160813-60bc85c4be6d // indirect
golang.org/x/sys v0.0.0-20211205182925-97ca703d548d // indirect
google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa // indirect