-
Notifications
You must be signed in to change notification settings - Fork 67
/
go.mod
36 lines (34 loc) · 1.57 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
35
36
module github.com/mit-dci/opencx
go 1.12
require (
github.com/Rjected/gmp v1.0.4-0.20190521043342-9c9965578e96
github.com/btcsuite/btcd v0.0.0-20190427004231-96897255fd17 // indirect
github.com/btcsuite/fastsha256 v0.0.0-20160815193821-637e65642941
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
github.com/davecgh/go-spew v1.1.1 // 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.8.27
github.com/fatih/color v1.7.0
github.com/go-redis/redis v6.15.2+incompatible
github.com/go-sql-driver/mysql v1.4.1
github.com/golang/protobuf v1.3.1 // indirect
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
github.com/kr/pretty v0.1.0 // indirect
github.com/mattn/go-isatty v0.0.7 // indirect
github.com/mattn/go-runewidth v0.0.4 // 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.1
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
golang.org/x/crypto v0.0.0-20190513172903-22d7a77e9e5f
golang.org/x/net v0.0.0-20190520210107-018c4d40a106 // indirect
golang.org/x/sys v0.0.0-20190520201301-c432e742b0af // indirect
golang.org/x/text v0.3.2 // indirect
google.golang.org/appengine v1.6.0 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)