forked from whiteblock/genesis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
22 lines (20 loc) · 820 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
module github.com/whiteblock/genesis
go 1.12
require (
github.com/btcsuite/btcd v0.0.0-20190427004231-96897255fd17 // indirect
github.com/ethereum/go-ethereum v1.8.27
github.com/golang/mock v1.1.1
github.com/gorilla/mux v1.7.1
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/libp2p/go-libp2p-crypto v0.1.0
github.com/libp2p/go-libp2p-peer v0.2.0
github.com/mattn/go-sqlite3 v1.10.0
github.com/sirupsen/logrus v1.4.1
github.com/spf13/viper v1.4.0
github.com/tmc/scp v0.0.0-20170824174625-f7b48647feef // indirect
github.com/whiteblock/go.uuid v1.2.1
github.com/whiteblock/mustache v1.0.1
github.com/whiteblock/scp v0.0.0-20190401151346-3a0c9dc7020d
golang.org/x/crypto v0.0.0-20190530122614-20be4c3c3ed5
golang.org/x/sync v0.0.0-20190423024810-112230192c58
)