dcrd/glide.yaml
Dave Collins 592146b34b deps: Update to latest commits. (#362)
This updates the glide.yaml to remove the incorrect seelog version so it
can make use of the latest commit and adds the test import for testify
used by the dcrec package.  Finally it uses glide update to update the
glide.lock file accordingly.

All commits in between the old and newest commits in the lock file have
been reviewed.
2016-09-22 14:14:22 -05:00

46 lines
1.0 KiB
YAML

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/golangcrypto
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/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:
- ssh/terminal
testImport:
- package: github.com/stretchr/testify
subpackages:
- assert