forked from fetchai/fetchd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (19 loc) · 813 Bytes
/
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
module github.com/fetchai/fetchd
go 1.16
require (
github.com/CosmWasm/wasmd v0.16.0
github.com/cosmos/cosmos-sdk v0.42.7
github.com/gorilla/mux v1.8.0
github.com/prometheus/client_golang v1.10.0
github.com/rakyll/statik v0.1.7
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.3
github.com/tendermint/tendermint v0.34.11
github.com/tendermint/tm-db v0.6.4
)
// fix for "invalid Go type types.Dec for field ..." errors
// see: https://github.com/cosmos/cosmos-sdk/issues/8426
replace google.golang.org/grpc => google.golang.org/grpc v1.33.2
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
replace github.com/cosmos/cosmos-sdk => github.com/fetchai/cosmos-sdk v0.17.3
replace github.com/tendermint/tendermint => github.com/fetchai/tendermint v1.0.0