chore(deps): update module github.com/spf13/cobra to v1.9.0
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-02-15 20:16:20 +00:00
parent fda1b738a9
commit 97ace8631a
2 changed files with 7 additions and 7 deletions

4
go.mod
View File

@ -3,8 +3,8 @@ module git.cryptic.systems/volker.raschek/drone-email-docker
go 1.18
require (
github.com/spf13/cobra v1.8.1
github.com/spf13/pflag v1.0.5
github.com/spf13/cobra v1.9.0
github.com/spf13/pflag v1.0.6
github.com/spf13/viper v1.19.0
)