forked from terra-money/santa
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
25 lines (21 loc) · 896 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/terra-project/santa
go 1.12
require (
github.com/bartekn/go-bip39 v0.0.0-20171116152956-a05967ea095d
github.com/cosmos/cosmos-sdk v0.0.0-00010101000000-000000000000
github.com/cosmos/go-bip39 v0.0.0-20180819234021-555e2067c45d
github.com/gorilla/handlers v1.4.0
github.com/gorilla/mux v1.7.0
github.com/gorilla/websocket v1.4.0
github.com/mitchellh/go-homedir v1.1.0
github.com/spf13/cobra v0.0.3
github.com/spf13/viper v1.3.2
github.com/stretchr/testify v1.3.0
github.com/tendermint/go-amino v0.14.1
github.com/tendermint/tendermint v0.31.5
github.com/terra-project/core v0.2.3
github.com/terra-project/keyserver v0.1.1-0.20190807072644-de151113d1f6
gopkg.in/yaml.v2 v2.2.2
)
replace github.com/cosmos/cosmos-sdk => github.com/YunSuk-Yeo/cosmos-sdk v0.35.2-terra
replace golang.org/x/crypto => github.com/tendermint/crypto v0.0.0-20180820045704-3764759f34a5