forked from lightninglabs/neutrino
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
55 lines (55 loc) · 1.26 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
package: github.com/lightninglabs/neutrino
import:
- package: github.com/coreos/bbolt
version: 4f5275f4ebbf6fe7cb772de987fa96ee674460a7
- package: github.com/btcsuite/btcd
version: 79e00513b1011888b1e675157ab89f527f901cae
subpackages:
- blockchain
- btcec
- btcjson
- chaincfg
- chaincfg/chainhash
- txscript
- wire
- package: github.com/btcsuite/btclog
- package: github.com/btcsuite/btcutil
version: ab6388e0c60ae4834a1f57511e20c17b5f78be4b
subpackages:
- base58
- gcs
- gcs/builder
- hdkeychain
- package: github.com/btcsuite/btcwallet
version: 8ae4afc70174bacc745e8dd89fc6db2d817909bd
subpackages:
- waddrmgr
- wallet/txauthor
- walletdb
- walletdb/bdb
- package: github.com/btcsuite/golangcrypto
subpackages:
- nacl/secretbox
- ripemd160
- scrypt
- ssh/terminal
- package: github.com/btcsuite/seelog
- package: github.com/btcsuite/websocket
- package: github.com/golang/protobuf
subpackages:
- proto
- package: github.com/jessevdk/go-flags
version: 1679536dcc895411a9f5848d9a0250be7856448c
- package: golang.org/x/net
subpackages:
- context
- package: google.golang.org/grpc
version: 1.0.3
subpackages:
- codes
- credentials
- grpclog
testImport:
- package: github.com/davecgh/go-spew
subpackages:
- spew