-
Notifications
You must be signed in to change notification settings - Fork 67
/
go.mod
41 lines (39 loc) · 1.9 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
37
38
39
40
41
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
github.com/btcsuite/fastsha256 v0.0.0-20160815193821-637e65642941
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
github.com/btcsuite/goleveldb v1.0.0 // indirect
github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e // indirect
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/google/pprof v0.0.0-20190515194954-54271f7e092f // indirect
github.com/ianlancetaylor/demangle v0.0.0-20181102032728-5e5cf60278f6 // indirect
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
github.com/kkdai/bstream v0.0.0-20181106074824-b3251f7901ec // 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/ncw/gmp v1.0.4
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-20190514140710-3ec191127204 // indirect
golang.org/x/sys v0.0.0-20190515120540-06a5c4944438 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190515163646-ce09bef8aae2 // indirect
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
gopkg.in/yaml.v2 v2.2.2 // indirect
)