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

This commit is contained in:
2023-04-04 17:36:09 +02:00
parent 155713e701
commit 5ecf0ba60a
2 changed files with 6 additions and 6 deletions

4
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.6.1
github.com/spf13/cobra v1.7.0
github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.15.0
)
@ -11,7 +11,7 @@ require (
require (
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/inconshreveable/mousetrap v1.0.1 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/magiconair/properties v1.8.7 // indirect
github.com/mitchellh/mapstructure v1.5.0 // indirect
github.com/pelletier/go-toml/v2 v2.0.6 // indirect