-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
24 lines (22 loc) · 866 Bytes
/
go.mod
File metadata and controls
24 lines (22 loc) · 866 Bytes
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/picfight/pfcd
go 1.12
require (
github.com/agl/ed25519 v0.0.0-20170116200512-5312a6153412
github.com/btcsuite/go-socks v0.0.0-20170105172521-4720035b7bfd
github.com/btcsuite/goleveldb v1.0.0
github.com/btcsuite/winsvc v1.0.0
github.com/davecgh/go-spew v1.1.1
github.com/dchest/blake256 v1.1.0
github.com/dchest/siphash v1.2.1
github.com/decred/base58 v1.0.0
github.com/decred/slog v1.0.0
github.com/gorilla/websocket v1.4.1
github.com/jessevdk/go-flags v1.4.0
github.com/jfixby/coin v0.0.0-20190927091650-385b78bc116b
github.com/jfixby/coinknife v0.0.0-20190926203656-03d129b9318a
github.com/jfixby/pin v0.0.0-20190926185208-4828e1e664f4
github.com/jrick/bitset v1.0.0
github.com/jrick/logrotate v1.0.0
github.com/picfight/picfightcoin v0.0.0-20191107151210-0ab5c80ba5bc
golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4
)