Skip to content

Commit e20b2a6

Browse files
Bump github.com/spf13/viper from 1.6.3 to 1.7.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.6.3 to 1.7.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.6.3...v1.7.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
1 parent 44b3aab commit e20b2a6

File tree

2 files changed

+75
-2
lines changed

2 files changed

+75
-2
lines changed

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ require (
2323
github.com/go-playground/universal-translator v0.17.0
2424
github.com/go-playground/validator/v10 v10.2.0
2525
github.com/gogo/protobuf v1.3.1
26-
github.com/golang/mock v1.3.1 // indirect
2726
github.com/golang/protobuf v1.3.5
2827
github.com/google/uuid v1.1.1 // indirect
2928
github.com/gorilla/mux v1.7.3
@@ -46,7 +45,7 @@ require (
4645
github.com/sirupsen/logrus v1.5.0 // indirect
4746
github.com/spf13/afero v1.2.2 // indirect
4847
github.com/spf13/cobra v0.0.6
49-
github.com/spf13/viper v1.6.3
48+
github.com/spf13/viper v1.7.0
5049
github.com/stretchr/testify v1.5.1
5150
github.com/tcnksm/ghr v0.13.0
5251
github.com/tendermint/go-amino v0.15.1

0 commit comments

Comments
 (0)