Compare commits

..

3 Commits

Author SHA1 Message Date
36086e3875
chore(deps): update module gopkg.in/yaml.v2 to v3
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing
2025-03-23 14:08:10 +00:00
d6238e76e5 Merge pull request 'chore(deps): update dependency go to v1.24.1' (#17) from renovate/go-1.x into master
Some checks failed
continuous-integration/drone/push Build is failing
Reviewed-on: #17
2025-03-23 11:35:30 +00:00
8905c48e5d
chore(deps): update dependency go to v1.24.1
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone/pr Build was killed
2025-03-22 15:22:17 +00:00
2 changed files with 3 additions and 1 deletions

3
go.mod
View File

@ -2,12 +2,13 @@ module git.cryptic.systems/volker.raschek/civ
go 1.21
toolchain go1.23.5
toolchain go1.24.1
require (
git.cryptic.systems/volker.raschek/dockerutils v0.2.0
github.com/Masterminds/semver/v3 v3.3.1
github.com/spf13/cobra v1.8.1
gopkg.in/yaml.v2 v2.2.3
gopkg.in/yaml.v3 v3.0.1
)

1
go.sum
View File

@ -218,6 +218,7 @@ google.golang.org/protobuf v1.27.1/go.mod h1:9q0QmTI4eRPtz6boOQmLYwt+qCgq0jsYwAQ
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.2.3 h1:fvjTMHxHEw/mxHbtzPi3JCcKXQRAnQTBRo6YCJSVHKI=
gopkg.in/yaml.v2 v2.2.3/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
gopkg.in/yaml.v2 v2.4.0 h1:D8xgwECY7CYvx+Y2n4sBz93Jn9JRvxdiyyo8CTfuKaY=
gopkg.in/yaml.v2 v2.4.0/go.mod h1:RDklbk79AGWmwhnvt/jBztapEOGDOx6ZbXqjP6csGnQ=