forked from decred/dcrd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
44 lines (44 loc) · 1006 Bytes
/
glide.yaml
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
package: github.com/decred/dcrd
import:
- package: github.com/btcsuite/btclog
- package: github.com/btcsuite/go-flags
- package: github.com/btcsuite/go-socks
subpackages:
- socks
- package: github.com/btcsuite/goleveldb
subpackages:
- leveldb
- leveldb/comparer
- leveldb/errors
- leveldb/filter
- leveldb/iterator
- leveldb/opt
- leveldb/util
- package: github.com/btcsuite/seelog
- package: github.com/btcsuite/websocket
- package: github.com/btcsuite/winsvc
subpackages:
- eventlog
- mgr
- svc
- package: github.com/davecgh/go-spew
subpackages:
- spew
- package: github.com/decred/bitset
- package: github.com/decred/blake256
- package: github.com/decred/dcrrpcclient
- package: github.com/decred/dcrutil
subpackages:
- bloom
- package: github.com/decred/ed25519
subpackages:
- edwards25519
- package: golang.org/x/crypto
subpackages:
- ripemd160
- ssh/terminal
testImport:
- package: github.com/stretchr/testify
version: ^1.1.0
subpackages:
- assert