-
Notifications
You must be signed in to change notification settings - Fork 67
/
go.mod
33 lines (32 loc) · 1.84 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
31
32
33
module github.com/mit-dci/opencx
require (
github.com/NebulousLabs/go-UpnP v0.0.0-20181203152547-b32978b8ccbf // indirect
github.com/adiabat/btcd v0.0.0-20171117230543-09ac5b3e5420 // indirect
github.com/adiabat/btcutil v0.0.0-20170622193340-85f68caa63c5
github.com/aead/skein v0.0.0-20160722084837-9365ae6e95d2 // indirect
github.com/awalterschulze/gographviz v0.0.0-20181013152038-b2885df04310 // indirect
github.com/bitgoin/lyra2rev2 v0.0.0-20161212102046-bae9ad2043bb // indirect
github.com/boltdb/bolt v1.3.1 // indirect
github.com/btcsuite/btcd v0.0.0-20190115013929-ed77733ec07d
github.com/btcsuite/fastsha256 v0.0.0-20160815193821-637e65642941 // indirect
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8 // indirect
github.com/dchest/blake256 v1.0.0 // indirect
github.com/deedlefake/crypto v0.0.0-20170910233742-2f50d39c528d // indirect
github.com/fatih/color v1.7.0 // indirect
github.com/getlantern/deepcopy v0.0.0-20160317154340-7f45deb8130a // indirect
github.com/go-redis/redis v6.15.1+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/howeyc/gopass v0.0.0-20170109162249-bf9dde6d0d2c // indirect
github.com/jackpal/gateway v1.0.5 // indirect
github.com/jackpal/go-nat-pmp v1.0.1 // indirect
github.com/jessevdk/go-flags v1.4.0 // indirect
github.com/mattn/go-colorable v0.0.9 // indirect
github.com/mattn/go-isatty v0.0.4 // indirect
github.com/mit-dci/lit v0.0.0-20181121210834-087d77ede336
github.com/vertcoin/lyra2re v0.0.0-20170910033546-8bfa142041c2 // indirect
gitlab.com/NebulousLabs/fastrand v0.0.0-20181126182046-603482d69e40 // indirect
gitlab.com/NebulousLabs/go-upnp v0.0.0-20181011194642-3a71999ed0d3 // indirect
golang.org/x/crypto v0.0.0-20190128193316-c7b33c32a30b
golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3 // indirect
golang.org/x/sys v0.0.0-20190124100055-b90733256f2e // indirect
)