forked from coinexchain/dex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
25 lines (21 loc) · 913 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/coinexchain/dex
go 1.13
require (
github.com/coinexchain/cet-sdk v0.2.17-0.20200422093521-1a8e2c0d4d8c
github.com/coinexchain/codon v0.0.0-20191012070227-3ee72dde596c
github.com/coinexchain/randsrc v0.0.0-20191012073615-acfab7318ec6
github.com/coinexchain/trade-server v0.2.8-0.20200423021423-12d59229ce5a
github.com/cosmos/cosmos-sdk v0.37.4
github.com/gorilla/mux v1.7.3
github.com/mattn/go-runewidth v0.0.8 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/pelletier/go-toml v1.4.0
github.com/rakyll/statik v0.1.6
github.com/spf13/cobra v0.0.5
github.com/spf13/viper v1.6.1
github.com/stretchr/testify v1.4.0
github.com/tendermint/tendermint v0.32.9
github.com/tendermint/tm-db v0.2.0
)
replace github.com/cosmos/cosmos-sdk => github.com/coinexchain/cosmos-sdk v0.37.710
replace github.com/tendermint/tendermint => github.com/coinexchain/tendermint v0.32.905