chore(deps): update module github.com/spf13/cobra to v1.10.2
All checks were successful
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (push) Successful in 44s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (push) Successful in 22s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-amd64) (pull_request) Successful in 12s
Run Golang tests / Run unit tests (stable, ubuntu-latest-amd64) (pull_request) Successful in 9s
Lint Markdown files / Run markdown linter (pull_request) Successful in 4s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (push) Successful in 2m2s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (push) Successful in 1m12s
Lint Golang files / Run golang CI linter (stable, ubuntu-latest-arm64) (pull_request) Successful in 42s
Run Golang tests / Run unit tests (stable, ubuntu-latest-arm64) (pull_request) Successful in 34s

This commit is contained in:
2025-12-04 02:08:03 +00:00
parent 2d8b5e69e5
commit 0013f93201
2 changed files with 5 additions and 5 deletions

2
go.mod
View File

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