-
Notifications
You must be signed in to change notification settings - Fork 25
/
go.mod
25 lines (22 loc) · 873 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/bluzelle/curium
go 1.15
replace github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
require (
github.com/anacrolix/torrent v1.28.0
github.com/cosmos/cosmos-sdk v0.39.2
github.com/cosmos/modules/incubator/faucet v0.0.0-20200315124306-c86f71ae76a0
github.com/ethereum/go-ethereum v1.10.4
github.com/golang/mock v1.4.4
github.com/gorilla/mux v1.7.4
github.com/magiconair/properties v1.8.1
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/cobra v1.0.0
github.com/spf13/viper v1.6.3
github.com/stretchr/testify v1.7.0
github.com/tendermint/go-amino v0.15.1
github.com/tendermint/tendermint v0.33.9
github.com/tendermint/tm-db v0.5.1
github.com/wenxiang/go-nestedjson v0.0.0-20150910062500-11a6c4340577
github.com/zeebo/bencode v1.0.0
golang.org/x/time v0.0.0-20210220033141-f8bda1e9f3ba
)