@@ -14,27 +14,25 @@ require (
14
14
github.com/grpc-ecosystem/grpc-gateway v1.16.0
15
15
github.com/rakyll/statik v0.1.7
16
16
github.com/regen-network/cosmos-proto v0.3.1
17
- github.com/spf13/cast v1.4.1
18
- github.com/spf13/cobra v1.3 .0
19
- github.com/spf13/viper v1.10.1
20
- github.com/stretchr/testify v1.7 .0
21
- github.com/tendermint/tendermint v0.34.14
22
- github.com/tendermint/tm-db v0.6.4
23
- google.golang.org/genproto v0.0.0-20211208223120-3a66f561d7aa
24
- google.golang.org/grpc v1.44 .0
25
- google.golang.org/protobuf v1.27.1
17
+ github.com/spf13/cast v1.5.0
18
+ github.com/spf13/cobra v1.5 .0
19
+ github.com/spf13/viper v1.12.0
20
+ github.com/stretchr/testify v1.8 .0
21
+ github.com/tendermint/tendermint v0.35.9
22
+ github.com/tendermint/tm-db v0.6.6
23
+ google.golang.org/genproto v0.0.0-20220519153652-3a47de7e79bd
24
+ google.golang.org/grpc v1.47 .0
25
+ google.golang.org/protobuf v1.28.0
26
26
gopkg.in/yaml.v2 v2.4.0
27
27
)
28
28
29
29
require (
30
30
filippo.io/edwards25519 v1.0.0-beta.2 // indirect
31
31
github.com/99designs/keyring v1.1.6 // indirect
32
- github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
33
32
github.com/DataDog/zstd v1.4.5 // indirect
34
- github.com/Workiva/go-datastructures v1.0.52 // indirect
35
33
github.com/beorn7/perks v1.0.1 // indirect
36
34
github.com/bgentry/speakeasy v0.1.0 // indirect
37
- github.com/btcsuite/btcd v0.22.0-beta // indirect
35
+ github.com/btcsuite/btcd v0.22.1 // indirect
38
36
github.com/cespare/xxhash v1.1.0 // indirect
39
37
github.com/cespare/xxhash/v2 v2.1.2 // indirect
40
38
github.com/coinbase/rosetta-sdk-go v0.7.0 // indirect
@@ -43,6 +41,7 @@ require (
43
41
github.com/cosmos/iavl v0.17.3 // indirect
44
42
github.com/cosmos/ledger-cosmos-go v0.11.1 // indirect
45
43
github.com/cosmos/ledger-go v0.9.2 // indirect
44
+ github.com/creachadair/taskgroup v0.3.2 // indirect
46
45
github.com/danieljoos/wincred v1.0.2 // indirect
47
46
github.com/davecgh/go-spew v1.1.1 // indirect
48
47
github.com/desertbit/timer v0.0.0-20180107155436-c41aec40b27f // indirect
@@ -52,21 +51,20 @@ require (
52
51
github.com/dustin/go-humanize v1.0.0 // indirect
53
52
github.com/dvsekhvalnov/jose2go v0.0.0-20200901110807-248326c1351b // indirect
54
53
github.com/felixge/httpsnoop v1.0.1 // indirect
55
- github.com/fsnotify/fsnotify v1.5.1 // indirect
54
+ github.com/fsnotify/fsnotify v1.5.4 // indirect
56
55
github.com/gin-gonic/gin v1.7.0 // indirect
57
- github.com/go-kit/kit v0.10.0 // indirect
58
- github.com/go-logfmt/logfmt v0.5.0 // indirect
56
+ github.com/go-kit/kit v0.12.0 // indirect
59
57
github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2 // indirect
60
58
github.com/gogo/gateway v1.1.0 // indirect
61
59
github.com/golang/snappy v0.0.3 // indirect
62
60
github.com/google/btree v1.0.0 // indirect
63
61
github.com/google/orderedcode v0.0.1 // indirect
62
+ github.com/google/uuid v1.3.0 // indirect
64
63
github.com/gorilla/handlers v1.5.1 // indirect
65
- github.com/gorilla/websocket v1.4.2 // indirect
64
+ github.com/gorilla/websocket v1.5.0 // indirect
66
65
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
66
+ github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0 // indirect
67
67
github.com/gsterjov/go-libsecret v0.0.0-20161001094733-a6f4afe4910c // indirect
68
- github.com/gtank/merlin v0.1.1 // indirect
69
- github.com/gtank/ristretto255 v0.1.2 // indirect
70
68
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
71
69
github.com/hashicorp/golang-lru v0.5.4 // indirect
72
70
github.com/hashicorp/hcl v1.0.0 // indirect
@@ -75,48 +73,49 @@ require (
75
73
github.com/inconshreveable/mousetrap v1.0.0 // indirect
76
74
github.com/jmhodges/levigo v1.0.0 // indirect
77
75
github.com/keybase/go-keychain v0.0.0-20190712205309-48d3d31d256d // indirect
78
- github.com/klauspost/compress v1.11.7 // indirect
79
- github.com/lib/pq v1.10.2 // indirect
80
- github.com/libp2p/go-buffer-pool v0.0.2 // indirect
81
- github.com/magiconair/properties v1.8.5 // indirect
76
+ github.com/klauspost/compress v1.15.1 // indirect
77
+ github.com/lib/pq v1.10.6 // indirect
78
+ github.com/libp2p/go-buffer-pool v0.1.0 // indirect
79
+ github.com/magiconair/properties v1.8.6 // indirect
80
+ github.com/mattn/go-colorable v0.1.12 // indirect
82
81
github.com/mattn/go-isatty v0.0.14 // indirect
83
82
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
84
- github.com/mimoo/StrobeGo v0.0.0-20181016162300-f8f6d4d2b643 // indirect
85
- github.com/minio/highwayhash v1.0.1 // indirect
83
+ github.com/minio/highwayhash v1.0.2 // indirect
86
84
github.com/mitchellh/go-homedir v1.1.0 // indirect
87
- github.com/mitchellh/mapstructure v1.4.3 // indirect
85
+ github.com/mitchellh/mapstructure v1.5.0 // indirect
88
86
github.com/mtibben/percent v0.2.1 // indirect
89
- github.com/opencontainers/image-spec v1 .0.2 // indirect
90
- github.com/opencontainers/runc v1.0.3 // indirect
91
- github.com/pelletier/go-toml v1.9.4 // indirect
87
+ github.com/oasisprotocol/curve25519-voi v0 .0.0-20210609091139-0a56a4bca00b // indirect
88
+ github.com/pelletier/go-toml v1.9.5 // indirect
89
+ github.com/pelletier/go-toml/v2 v2.0.2 // indirect
92
90
github.com/petermattis/goid v0.0.0-20180202154549-b0b1615b78e5 // indirect
93
91
github.com/pkg/errors v0.9.1 // indirect
94
92
github.com/pmezard/go-difflib v1.0.0 // indirect
95
- github.com/prometheus/client_golang v1.11.0 // indirect
93
+ github.com/prometheus/client_golang v1.12.2 // indirect
96
94
github.com/prometheus/client_model v0.2.0 // indirect
97
- github.com/prometheus/common v0.29.0 // indirect
98
- github.com/prometheus/procfs v0.6.0 // indirect
95
+ github.com/prometheus/common v0.32.1 // indirect
96
+ github.com/prometheus/procfs v0.7.3 // indirect
99
97
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
100
- github.com/rs/cors v1.7.0 // indirect
101
- github.com/rs/zerolog v1.23 .0 // indirect
98
+ github.com/rs/cors v1.8.2 // indirect
99
+ github.com/rs/zerolog v1.27 .0 // indirect
102
100
github.com/sasha-s/go-deadlock v0.2.1-0.20190427202633-1595213edefa // indirect
103
- github.com/spf13/afero v1.6.0 // indirect
101
+ github.com/spf13/afero v1.8.2 // indirect
104
102
github.com/spf13/jwalterweatherman v1.1.0 // indirect
105
103
github.com/spf13/pflag v1.0.5 // indirect
106
- github.com/subosito/gotenv v1.2 .0 // indirect
104
+ github.com/subosito/gotenv v1.4 .0 // indirect
107
105
github.com/syndtr/goleveldb v1.0.1-0.20200815110645-5c35d600f0ca // indirect
108
106
github.com/tecbot/gorocksdb v0.0.0-20191217155057-f0fad39f321c // indirect
109
107
github.com/tendermint/btcd v0.1.1 // indirect
110
108
github.com/tendermint/crypto v0.0.0-20191022145703-50d29ede1e15 // indirect
111
109
github.com/tendermint/go-amino v0.16.0 // indirect
112
110
github.com/zondax/hid v0.9.0 // indirect
113
- go.etcd.io/bbolt v1.3.5 // indirect
114
- golang.org/x/crypto v0.0.0-20210817164053-32db794688a5 // indirect
115
- golang.org/x/net v0.0.0-20210903162142-ad29c8ab022f // indirect
116
- golang.org/x/sys v0.0.0-20211210111614-af8b64212486 // indirect
117
- golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
111
+ go.etcd.io/bbolt v1.3.6 // indirect
112
+ golang.org/x/crypto v0.0.0-20220525230936-793ad666bf5e // indirect
113
+ golang.org/x/net v0.0.0-20220617184016-355a448f1bc9 // indirect
114
+ golang.org/x/sync v0.0.0-20220601150217-0de741cfad7f // indirect
115
+ golang.org/x/sys v0.0.0-20220702020025-31831981b65f // indirect
116
+ golang.org/x/term v0.0.0-20220526004731-065cf7ba2467 // indirect
118
117
golang.org/x/text v0.3.7 // indirect
119
- gopkg.in/ini.v1 v1.66.2 // indirect
120
- gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
118
+ gopkg.in/ini.v1 v1.66.6 // indirect
119
+ gopkg.in/yaml.v3 v3.0.1 // indirect
121
120
nhooyr.io/websocket v1.8.6 // indirect
122
121
)
0 commit comments