-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
48 lines (44 loc) · 1.96 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
module moul.io/cosmos-snapshot
go 1.16
require (
github.com/BurntSushi/toml v1.1.0 // indirect
github.com/ChainSafe/go-schnorrkel v0.0.0-20200405005733-88cbf1b4c40d // indirect
github.com/DataDog/zstd v1.4.5 // indirect
github.com/Workiva/go-datastructures v1.0.53 // indirect
github.com/adlio/schema v1.3.0 // indirect
github.com/btcsuite/btcd v0.22.0-beta // indirect
github.com/cosmos/go-bip39 v1.0.0 // indirect
github.com/creachadair/taskgroup v0.3.2 // indirect
github.com/dgraph-io/ristretto v0.0.3 // indirect
github.com/dgryski/go-farm v0.0.0-20200201041132-a6ae2369ad13 // indirect
github.com/etcd-io/bbolt v1.3.3 // indirect
github.com/go-kit/kit v0.12.0 // indirect
github.com/gogo/protobuf v1.3.3 // indirect
github.com/golangci/golangci-lint v1.45.2 // indirect
github.com/gorilla/websocket v1.5.0 // indirect
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
github.com/gtank/merlin v0.1.1 // indirect
github.com/lib/pq v1.10.5 // indirect
github.com/mroth/weightedrand v0.4.1 // indirect
github.com/oasisprotocol/curve25519-voi v0.0.0-20210609091139-0a56a4bca00b // indirect
github.com/peterbourgon/ff v1.7.1
github.com/prometheus/client_golang v1.12.1 // indirect
github.com/rs/cors v1.8.2 // indirect
github.com/schollz/progressbar/v3 v3.8.6
github.com/tendermint/go-amino v0.14.1 // indirect
github.com/tendermint/tendermint v0.34.13
github.com/tendermint/tm-db v0.6.6 // indirect
github.com/vektra/mockery/v2 v2.10.4 // indirect
go.uber.org/zap v1.19.1
golang.org/x/crypto v0.0.0-20220331220935-ae2d96664a29 // indirect
golang.org/x/sys v0.0.0-20220406163625-3f8b81556e12 // indirect
google.golang.org/genproto v0.0.0-20211223182754-3ac035c7e7cb // indirect
google.golang.org/grpc v1.45.0 // indirect
moul.io/u v1.27.0
moul.io/zapconfig v1.4.0
pgregory.net/rapid v0.4.7 // indirect
)
replace (
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
google.golang.org/grpc => google.golang.org/grpc v1.33.2
)