forked from chappjc/dcrvanity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgo.mod
34 lines (32 loc) · 1.45 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/dcrlabs/dcrvanity
go 1.12
require (
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/btcsuite/golangcrypto v0.0.0-20150304025918-53f62d9b43e8
github.com/dchest/blake256 v1.0.0
github.com/decred/base58 v1.0.0
github.com/decred/dcrd v1.3.0
github.com/decred/dcrd/certgen v1.0.2 // indirect
github.com/decred/dcrd/chaincfg v1.4.0
github.com/decred/dcrd/chaincfg/chainhash v1.0.1
github.com/decred/dcrd/connmgr v1.0.2 // indirect
github.com/decred/dcrd/dcrec v0.0.0-20190429225806-70c14042d837
github.com/decred/dcrd/dcrec/edwards v0.0.0-20190429225806-70c14042d837 // indirect
github.com/decred/dcrd/dcrec/secp256k1 v1.0.1
github.com/decred/dcrd/dcrjson v1.2.0 // indirect
github.com/decred/dcrd/dcrutil v1.2.0
github.com/decred/dcrd/hdkeychain v1.1.1 // indirect
github.com/decred/dcrd/mempool v1.2.0 // indirect
github.com/decred/dcrd/peer v1.1.0 // indirect
github.com/decred/dcrd/rpcclient v1.1.0 // indirect
github.com/golang/protobuf v1.3.1 // indirect
github.com/gorilla/websocket v1.4.0 // indirect
github.com/kr/pty v1.1.4 // indirect
github.com/onsi/ginkgo v1.8.0 // indirect
github.com/onsi/gomega v1.5.0 // indirect
golang.org/x/crypto v0.0.0-20190426145343-a29dc8fdc734
golang.org/x/net v0.0.0-20190501004415-9ce7a6920f09 // indirect
golang.org/x/sys v0.0.0-20190429190828-d89cdac9e872 // indirect
golang.org/x/text v0.3.2 // indirect
golang.org/x/tools v0.0.0-20190501045030-23463209683d // indirect
)