0ea4a6ebd4
Now that glide is used for version management and a specific commit of the upstream repository can be locked it is no longer necessary to maintain a fork of the package specifically to keep a stable dependency. While here, update the glide dependency for btcutil as well since it was switched to use the upstream path as well.
35 lines
824 B
YAML
35 lines
824 B
YAML
package: github.com/btcsuite/btcd
|
|
import:
|
|
- package: github.com/btcsuite/btclog
|
|
- package: github.com/btcsuite/btcrpcclient
|
|
- package: github.com/btcsuite/btcutil
|
|
subpackages:
|
|
- bloom
|
|
- hdkeychain
|
|
- package: github.com/btcsuite/go-socks
|
|
subpackages:
|
|
- socks
|
|
- package: golang.org/x/crypto
|
|
subpackages:
|
|
- ripemd160
|
|
- 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/jessevdk/go-flags
|
|
version: 1679536dcc895411a9f5848d9a0250be7856448c
|