tendermint/glide.yaml

21 lines
509 B
YAML
Raw Normal View History

2017-04-21 13:05:03 -07:00
package: github.com/tendermint/tmlibs
import:
- package: github.com/jmhodges/levigo
- package: github.com/syndtr/goleveldb
subpackages:
- leveldb
- leveldb/errors
- leveldb/opt
- package: github.com/tendermint/go-wire
- package: github.com/tendermint/log15
- package: golang.org/x/crypto
subpackages:
- ripemd160
- package: github.com/go-logfmt/logfmt
- package: github.com/spf13/cobra
- package: github.com/spf13/viper
2017-04-21 13:05:03 -07:00
testImport:
- package: github.com/stretchr/testify
subpackages:
- assert