-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (19 loc) · 744 Bytes
/
go.mod
File metadata and controls
21 lines (19 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/picfight/pfcwallet
go 1.12
require (
github.com/boltdb/bolt v1.3.1
github.com/decred/slog v1.0.0
github.com/golang/protobuf v1.3.2
github.com/gorilla/websocket v1.4.1
github.com/jessevdk/go-flags v1.4.0
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/pfcd v0.0.0-20191107152947-874b0656a0e6
github.com/picfight/picfightcoin v0.0.0-20191107151210-0ab5c80ba5bc
golang.org/x/crypto v0.0.0-20191106202628-ed6320f186d4
golang.org/x/net v0.0.0-20190926025831-c00fd9afed17
golang.org/x/sync v0.0.0-20190423024810-112230192c58
google.golang.org/grpc v1.24.0
)