OSDN Git Service

new repo
[bytom/vapor.git] / vendor / github.com / tendermint / go-wire / glide.yaml
1 package: github.com/tendermint/go-wire
2 import:
3 - package: github.com/clipperhouse/typewriter
4 - package: github.com/pkg/errors
5 - package: github.com/tendermint/tmlibs
6   subpackages:
7   - common
8 - package: golang.org/x/crypto
9   subpackages:
10   - ripemd160
11 testImport:
12 - package: github.com/stretchr/testify
13   subpackages:
14   - assert
15   - require