istanbul-tools/glide.yaml

33 lines
748 B
YAML
Raw Normal View History

2017-08-09 01:46:52 -07:00
package: github.com/getamis/istanbul-tools
import:
- package: github.com/ethereum/go-ethereum
version: istanbul/develop
repo: git@github.com:getamis/go-ethereum
vcs: git
2017-08-09 01:46:52 -07:00
subpackages:
- cmd/utils
- common
- common/hexutil
- core/types
- crypto
- ethclient
- rlp
- package: github.com/docker/docker
subpackages:
- api/types
- api/types/container
- client
- package: github.com/naoina/toml
- package: github.com/urfave/cli
- package: github.com/opencontainers/go-digest
- package: github.com/satori/go.uuid
version: ~1.1.0
2017-08-10 23:18:20 -07:00
- package: github.com/onsi/ginkgo
version: ^1.4.0
subpackages:
- ginkgo
- package: github.com/onsi/gomega
version: ^1.2.0
2017-08-13 20:17:10 -07:00
- package: gopkg.in/yaml.v2
2017-08-13 23:07:19 -07:00
- package: github.com/phayes/freeport