chore(deps): update module github.com/spf13/cobra to v1.6.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
CSRBot 2022-10-11 19:41:59 +02:00
parent 823223e046
commit a45f90b645

2
go.mod
View File

@ -3,7 +3,7 @@ module git.cryptic.systems/volker.raschek/drone-email-docker
go 1.18
require (
github.com/spf13/cobra v1.5.0
github.com/spf13/cobra v1.6.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.13.0
)