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

This commit is contained in:
CSRBot 2023-12-09 16:21:07 +01:00
parent 770aa43894
commit 5cded3fb21

2
go.mod
View File

@ -5,7 +5,7 @@ go 1.18
require ( require (
github.com/spf13/cobra v1.8.0 github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5 github.com/spf13/pflag v1.0.5
github.com/spf13/viper v1.18.0 github.com/spf13/viper v1.18.1
) )
require ( require (