-
Notifications
You must be signed in to change notification settings - Fork 7
/
glide.yaml
38 lines (38 loc) · 897 Bytes
/
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
package: github.com/odlp/antifreeze
import:
- package: github.com/cloudfoundry/cli
subpackages:
- plugin
- plugin/models
- plugin/pluginfakes
- package: github.com/onsi/ginkgo
version: 2c2e9bb47b4e44067024f29339588cac8b34dd12
subpackages:
- config
- internal/codelocation
- internal/containernode
- internal/failer
- internal/leafnodes
- internal/remote
- internal/spec
- internal/specrunner
- internal/suite
- internal/testingtproxy
- internal/writer
- reporters
- reporters/stenographer
- types
- package: github.com/onsi/gomega
subpackages:
- format
- internal/assertion
- internal/asyncassertion
- internal/oraclematcher
- internal/testingtsupport
- matchers
- matchers/support/goraph/bipartitegraph
- matchers/support/goraph/edge
- matchers/support/goraph/node
- matchers/support/goraph/util
- types
- package: gopkg.in/yaml.v2