forked from decred/dcrd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
56 lines (42 loc) · 1008 Bytes
/
Gopkg.toml
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
[[constraint]]
branch = "master"
name = "github.com/agl/ed25519"
[[constraint]]
branch = "master"
name = "github.com/btcsuite/btclog"
[[constraint]]
branch = "master"
name = "github.com/btcsuite/go-socks"
[[constraint]]
branch = "master"
name = "github.com/btcsuite/goleveldb"
[[constraint]]
branch = "master"
name = "github.com/btcsuite/websocket"
[[constraint]]
branch = "master"
name = "github.com/btcsuite/winsvc"
[[constraint]]
branch = "master"
name = "github.com/davecgh/go-spew"
[[constraint]]
branch = "master"
name = "github.com/dchest/blake256"
[[constraint]]
branch = "master"
name = "github.com/decred/base58"
[[constraint]]
name = "github.com/jessevdk/go-flags"
version = "1.3.0"
[[constraint]]
branch = "master"
name = "github.com/jrick/bitset"
[[constraint]]
branch = "master"
name = "github.com/jrick/logrotate"
[[constraint]]
branch = "master"
name = "golang.org/x/crypto"
[prune]
go-tests = true
unused-packages = true