Skip to content

Commit f12f841

Browse files
build(deps): bump github.com/spf13/viper from 1.11.0 to 1.12.0 (cosmos#1448)
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: github.com/spf13/viper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 25767f6 commit f12f841

File tree

2 files changed

+54
-28
lines changed

2 files changed

+54
-28
lines changed

go.mod

+10-10
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ require (
1616
github.com/regen-network/cosmos-proto v0.3.1
1717
github.com/spf13/cast v1.5.0
1818
github.com/spf13/cobra v1.4.0
19-
github.com/spf13/viper v1.11.0
19+
github.com/spf13/viper v1.12.0
2020
github.com/stretchr/testify v1.7.1
2121
github.com/tendermint/tendermint v0.34.19
2222
github.com/tendermint/tm-db v0.6.6
23-
google.golang.org/genproto v0.0.0-20220407144326-9054f6ed7bac
23+
google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd
2424
google.golang.org/grpc v1.46.2
2525
google.golang.org/protobuf v1.28.0
2626
gopkg.in/yaml.v2 v2.4.0
@@ -52,7 +52,7 @@ require (
5252
github.com/dustin/go-humanize v1.0.0 // indirect
5353
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect
5454
github.com/felixge/httpsnoop v1.0.1 // indirect
55-
github.com/fsnotify/fsnotify v1.5.1 // indirect
55+
github.com/fsnotify/fsnotify v1.5.4 // indirect
5656
github.com/gin-gonic/gin v1.7.0 // indirect
5757
github.com/go-kit/kit v0.12.0 // indirect
5858
github.com/go-kit/log v0.2.0 // indirect
@@ -85,10 +85,10 @@ require (
8585
github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
8686
github.com/minio/highwayhash v1.0.2 // indirect
8787
github.com/mitchellh/go-homedir v1.1.0 // indirect
88-
github.com/mitchellh/mapstructure v1.4.3 // indirect
88+
github.com/mitchellh/mapstructure v1.5.0 // indirect
8989
github.com/mtibben/percent v0.2.1 // indirect
90-
github.com/pelletier/go-toml v1.9.4 // indirect
91-
github.com/pelletier/go-toml/v2 v2.0.0-beta.8 // indirect
90+
github.com/pelletier/go-toml v1.9.5 // indirect
91+
github.com/pelletier/go-toml/v2 v2.0.1 // indirect
9292
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
9393
github.com/pkg/errors v0.9.1 // indirect
9494
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -103,7 +103,7 @@ require (
103103
github.com/spf13/afero v1.8.2 // indirect
104104
github.com/spf13/jwalterweatherman v1.1.0 // indirect
105105
github.com/spf13/pflag v1.0.5 // indirect
106-
github.com/subosito/gotenv v1.2.0 // indirect
106+
github.com/subosito/gotenv v1.3.0 // indirect
107107
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
108108
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
109109
github.com/tendermint/btcd v0.1.1 // indirect
@@ -112,11 +112,11 @@ require (
112112
github.com/zondax/hid v0.9.0 // indirect
113113
go.etcd.io/bbolt v1.3.6 // indirect
114114
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
115-
golang.org/x/net v0.0.0-20220412020605-290c469a71a5 // indirect
116-
golang.org/x/sys v0.0.0-20220412211240-33da011f77ad // indirect
115+
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 // indirect
116+
golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a // indirect
117117
golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 // indirect
118118
golang.org/x/text v0.3.7 // indirect
119119
gopkg.in/ini.v1 v1.66.4 // indirect
120-
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
120+
gopkg.in/yaml.v3 v3.0.0 // indirect
121121
nhooyr.io/websocket v1.8.6 // indirect
122122
)

0 commit comments

Comments
 (0)