Skip to content

Commit 667d5ed

Browse files
Bump github.com/spf13/viper from 1.11.0 to 1.16.0
Bumps [github.com/spf13/viper](https://github.com/spf13/viper) from 1.11.0 to 1.16.0. - [Release notes](https://github.com/spf13/viper/releases) - [Commits](spf13/viper@v1.11.0...v1.16.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]>
1 parent f6a5c6e commit 667d5ed

File tree

2 files changed

+69
-70
lines changed

2 files changed

+69
-70
lines changed

go.mod

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ go 1.18
44

55
require (
66
github.com/CosmWasm/wasmvm v1.0.0
7-
github.com/armon/go-metrics v0.3.10
7+
github.com/armon/go-metrics v0.4.0
88
github.com/cosmos/cosmos-sdk v0.45.4
99
github.com/cosmos/iavl v0.19.4
1010
github.com/cosmos/ibc-go/v3 v3.0.0
1111
github.com/cosmos/interchain-accounts v0.1.0
1212
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b
1313
github.com/gogo/protobuf v1.3.3
14-
github.com/golang/protobuf v1.5.2
14+
github.com/golang/protobuf v1.5.3
1515
github.com/google/gofuzz v1.2.0
1616
github.com/gorilla/mux v1.8.0
1717
github.com/grpc-ecosystem/grpc-gateway v1.16.0
@@ -20,16 +20,17 @@ require (
2020
github.com/rakyll/statik v0.1.7
2121
github.com/regen-network/cosmos-proto v0.3.1
2222
github.com/snikch/goodman v0.0.0-20171125024755-10e37e294daa
23-
github.com/spf13/cast v1.5.0
23+
github.com/spf13/cast v1.5.1
2424
github.com/spf13/cobra v1.4.0
2525
github.com/spf13/pflag v1.0.5
26-
github.com/spf13/viper v1.12.0
27-
github.com/stretchr/testify v1.8.1
26+
github.com/spf13/viper v1.16.0
27+
github.com/stretchr/testify v1.8.3
2828
github.com/syndtr/goleveldb v1.0.1-0.20210819022825-2ae1ddf74ef7
2929
github.com/tendermint/tendermint v0.37.0-dev
3030
github.com/tendermint/tm-db v0.6.8-0.20220519162814-e24b96538a12
31-
google.golang.org/genproto v0.0.0-20221014213838-99cd37c6964a
32-
google.golang.org/grpc v1.50.1
31+
go.opentelemetry.io/otel/sdk v1.9.0
32+
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1
33+
google.golang.org/grpc v1.55.0
3334
gopkg.in/yaml.v2 v2.4.0
3435
)
3536

@@ -57,7 +58,7 @@ require (
5758
github.com/dgraph-io/ristretto v0.1.0 // indirect
5859
github.com/dustin/go-humanize v1.0.1-0.20200219035652-afde56e7acac // indirect
5960
github.com/felixge/httpsnoop v1.0.1 // indirect
60-
github.com/fsnotify/fsnotify v1.5.4 // indirect
61+
github.com/fsnotify/fsnotify v1.6.0 // indirect
6162
github.com/go-kit/kit v0.12.0 // indirect
6263
github.com/go-kit/log v0.2.0 // indirect
6364
github.com/go-logfmt/logfmt v0.5.1 // indirect
@@ -89,15 +90,14 @@ require (
8990
github.com/klauspost/compress v1.15.9 // indirect
9091
github.com/lib/pq v1.10.6 // indirect
9192
github.com/libp2p/go-buffer-pool v0.0.2 // indirect
92-
github.com/magiconair/properties v1.8.6 // indirect
93+
github.com/magiconair/properties v1.8.7 // indirect
9394
github.com/mattn/go-colorable v0.1.13 // indirect
9495
github.com/mattn/go-isatty v0.0.16 // indirect
9596
github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 // indirect
9697
github.com/mitchellh/mapstructure v1.5.0 // indirect
9798
github.com/mtibben/percent v0.2.1 // indirect
9899
github.com/oasisprotocol/curve25519-voi v0.0.0-20210609091139-0a56a4bca00b // indirect
99-
github.com/pelletier/go-toml v1.9.5 // indirect
100-
github.com/pelletier/go-toml/v2 v2.0.2 // indirect
100+
github.com/pelletier/go-toml/v2 v2.0.8 // indirect
101101
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
102102
github.com/pmezard/go-difflib v1.0.0 // indirect
103103
github.com/prometheus/client_model v0.2.0 // indirect
@@ -108,29 +108,28 @@ require (
108108
github.com/sasha-s/go-deadlock v0.3.1 // indirect
109109
github.com/savaki/jq v0.0.0-20161209013833-0e6baecebbf8 // indirect
110110
github.com/sei-protocol/sei-tm-db v0.0.5 // indirect
111-
github.com/spf13/afero v1.8.2 // indirect
111+
github.com/spf13/afero v1.9.5 // indirect
112112
github.com/spf13/jwalterweatherman v1.1.0 // indirect
113-
github.com/subosito/gotenv v1.4.0 // indirect
113+
github.com/subosito/gotenv v1.4.2 // indirect
114114
github.com/tendermint/btcd v0.1.1 // indirect
115115
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
116116
github.com/tendermint/go-amino v0.16.0 // indirect
117117
github.com/yourbasic/graph v0.0.0-20210606180040-8ecfec1c2869 // indirect
118118
github.com/zondax/hid v0.9.0 // indirect
119119
go.etcd.io/bbolt v1.3.6 // indirect
120-
go.opencensus.io v0.23.0 // indirect
120+
go.opencensus.io v0.24.0 // indirect
121121
go.opentelemetry.io/otel v1.9.0 // indirect
122122
go.opentelemetry.io/otel/exporters/jaeger v1.9.0 // indirect
123-
go.opentelemetry.io/otel/sdk v1.9.0 // indirect
124123
go.opentelemetry.io/otel/trace v1.9.0 // indirect
125-
golang.org/x/crypto v0.1.0 // indirect
124+
golang.org/x/crypto v0.9.0 // indirect
126125
golang.org/x/exp v0.0.0-20221026153819-32f3d567a233 // indirect
127-
golang.org/x/net v0.2.0 // indirect
128-
golang.org/x/sync v0.0.0-20220513210516-0976fa681c29 // indirect
129-
golang.org/x/sys v0.2.0 // indirect
130-
golang.org/x/term v0.2.0 // indirect
131-
golang.org/x/text v0.4.0 // indirect
132-
google.golang.org/protobuf v1.28.1 // indirect
133-
gopkg.in/ini.v1 v1.66.6 // indirect
126+
golang.org/x/net v0.10.0 // indirect
127+
golang.org/x/sync v0.1.0 // indirect
128+
golang.org/x/sys v0.8.0 // indirect
129+
golang.org/x/term v0.8.0 // indirect
130+
golang.org/x/text v0.9.0 // indirect
131+
google.golang.org/protobuf v1.30.0 // indirect
132+
gopkg.in/ini.v1 v1.67.0 // indirect
134133
gopkg.in/yaml.v3 v3.0.1 // indirect
135134
nhooyr.io/websocket v1.8.6 // indirect
136135
)

0 commit comments

Comments
 (0)