-
Notifications
You must be signed in to change notification settings - Fork 2
/
go.mod
30 lines (27 loc) · 1.02 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
module github.com/chainapsis/cosmos-sdk-interchain-account
go 1.15
require (
github.com/coreos/etcd v3.3.13+incompatible
github.com/cosmos/cosmos-sdk v0.40.0-rc3
github.com/ghodss/yaml v1.0.0
github.com/gibson042/canonicaljson-go v1.0.3 // indirect
github.com/gobuffalo/genny v0.6.0
github.com/gogo/protobuf v1.3.1
github.com/golang/protobuf v1.4.3
github.com/gorilla/mux v1.8.0
github.com/grpc-ecosystem/grpc-gateway v1.15.2
github.com/rakyll/statik v0.1.7
github.com/regen-network/cosmos-proto v0.3.0
github.com/spf13/cast v1.3.1
github.com/spf13/cobra v1.1.1
github.com/spf13/viper v1.7.1
github.com/stretchr/testify v1.6.1
github.com/tendermint/starport v0.12.1-0.20201213075021-0e5d2c0217eb
github.com/tendermint/tendermint v0.34.0-rc6
github.com/tendermint/tm-db v0.6.2
google.golang.org/genproto v0.0.0-20201019141844-1ed22bb0c154
google.golang.org/grpc v1.33.0
gopkg.in/yaml.v2 v2.3.0
rsc.io/quote/v3 v3.1.0 // indirect
)
replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.2-alpha.regen.4