-
Notifications
You must be signed in to change notification settings - Fork 67
/
go.mod
34 lines (32 loc) · 1.51 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
34
module github.com/mit-dci/opencx
go 1.12
require (
github.com/Rjected/gmp v1.0.4-0.20190521043342-9c9965578e96
github.com/awalterschulze/gographviz v0.0.0-20190522210029-fa59802746ab // indirect
github.com/btcsuite/btcd v0.20.1-beta // indirect
github.com/btcsuite/fastsha256 v0.0.0-20160815193821-637e65642941
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
github.com/dchest/blake256 v1.1.0 // indirect
github.com/dchest/siphash v1.2.1
github.com/dgryski/go-rc5 v0.0.0-20181025211356-a14dd155920a
github.com/dgryski/go-rc6 v0.0.0-20181026001059-5073bcd24073
github.com/ethereum/go-ethereum v1.9.7
github.com/fatih/color v1.7.0
github.com/go-redis/redis v6.15.6+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/howeyc/gopass v0.0.0-20190910152052-7cb4b85ec19c // indirect
github.com/jackpal/go-nat-pmp v1.0.2 // indirect
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
github.com/mattn/go-colorable v0.1.4 // indirect
github.com/mattn/go-isatty v0.0.10 // indirect
github.com/mattn/go-runewidth v0.0.6 // indirect
github.com/minio/highwayhash v1.0.0
github.com/mit-dci/lit v0.0.0-20190430192525-57c63ed5cc95
github.com/mit-dci/zksigma v0.0.0-20190313133734-a6a19e83b9cc
github.com/olekukonko/tablewriter v0.0.2
golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708
golang.org/x/net v0.0.0-20191112182307-2180aed22343 // indirect
golang.org/x/sys v0.0.0-20191115151921-52ab43148777 // indirect
golang.org/x/text v0.3.2
google.golang.org/appengine v1.6.5 // indirect
)