-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
43 lines (43 loc) · 881 Bytes
/
glide.yaml
File metadata and controls
43 lines (43 loc) · 881 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
package: github.com/saveio/scan
import:
- package: github.com/anacrolix/dht
subpackages:
- krpc
- package: github.com/anacrolix/missinggo
subpackages:
- httptoo
- pproffd
- package: github.com/anacrolix/torrent
subpackages:
- bencode
- package: github.com/golang/protobuf
subpackages:
- proto
- package: github.com/saveio/themis/
subpackages:
- common
- common/log
- core/store/common
- errors
- package: github.com/saveio/carrier/
subpackages:
- crypto/ed25519
- network
- network/keepalive
- network/nat
- types/opcode
- package: github.com/syndtr/goleveldb
subpackages:
- leveldb
- leveldb/errors
- leveldb/filter
- leveldb/opt
- leveldb/storage
- leveldb/util
- package: github.com/urfave/cli
testImport:
- package: github.com/anacrolix/envpprof
- package: github.com/stretchr/testify
subpackages:
- assert
- require