Files
tendermint/glide.yaml
Ethan Buchman 1ea866fd69 glide
2017-04-21 16:05:03 -04:00

18 lines
402 B
YAML

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