-
Notifications
You must be signed in to change notification settings - Fork 49
/
glide.yaml
48 lines (48 loc) · 1.09 KB
/
glide.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
package: github.com/getamis/istanbul-tools
import:
- package: github.com/ethereum/go-ethereum
version: istanbul/develop
repo: [email protected]:getamis/go-ethereum
vcs: git
subpackages:
- cmd/utils
- common
- common/hexutil
- core/types
- crypto
- ethclient
- rlp
- package: github.com/docker/docker
version: v17.05.0-ce
subpackages:
- api/types
- api/types/container
- client
- package: github.com/docker/distribution
version: master
subpackages:
- reference
- digestset
- 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
- package: github.com/onsi/ginkgo
version: ^1.4.0
subpackages:
- ginkgo
- package: github.com/onsi/gomega
version: ^1.2.0
- package: gopkg.in/yaml.v2
- package: github.com/phayes/freeport
- package: k8s.io/client-go
version: ^4.0.0
- package: github.com/golang/protobuf
version: master
subpackages:
- proto
- package: github.com/Sirupsen/logrus
version: v1.0.3
- package: github.com/inconshreveable/log15
version: ^2.11.0