chore(deps): update module github.com/spf13/cobra to v1.8.1
Some checks reported errors
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build was killed

This commit is contained in:
2024-06-14 22:03:27 +00:00
parent 27d7545023
commit 5709a751bd
2 changed files with 4 additions and 4 deletions

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.17
require (
git.cryptic.systems/volker.raschek/dockerutils v0.2.0
github.com/Masterminds/semver/v3 v3.2.1
github.com/spf13/cobra v1.8.0
github.com/spf13/cobra v1.8.1
gopkg.in/yaml.v2 v2.4.0
)