-
Notifications
You must be signed in to change notification settings - Fork 67
/
Copy pathgo.mod
24 lines (22 loc) · 989 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
23
24
module github.com/mit-dci/opencx
go 1.12
require (
github.com/Rjected/gmp v1.0.4-0.20190521043342-9c9965578e96
github.com/awalterschulze/gographviz v2.0.1+incompatible // indirect
github.com/btcsuite/fastsha256 v0.0.0-20160815193821-637e65642941
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
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.10.17
github.com/fatih/color v1.9.0
github.com/go-sql-driver/mysql v1.5.0
github.com/jackpal/gateway v1.0.6 // indirect
github.com/jessevdk/go-flags v1.4.1-0.20181221193153-c0795c8afcf4
github.com/minio/highwayhash v1.0.0
github.com/mit-dci/lit v0.0.0-20200512190823-511d703a128d
github.com/mit-dci/zksigma v0.0.0-20190313133734-a6a19e83b9cc
github.com/olekukonko/tablewriter v0.0.5
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2
golang.org/x/text v0.3.7
)