-
Notifications
You must be signed in to change notification settings - Fork 21
/
glide.yaml
38 lines (38 loc) · 1 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
package: github.com/ecsteam/cloudfoundry-top-plugin
import:
- package: code.cloudfoundry.org/cli
subpackages:
- plugin
- package: github.com/Jeffail/gabs
- package: github.com/Knetic/govaluate
- package: github.com/ansel1/merry
- package: github.com/atotto/clipboard
- package: github.com/cloudfoundry/cli
subpackages:
- cf/terminal
- cf/trace
- plugin
- package: github.com/cloudfoundry/noaa
subpackages:
- consumer
- package: github.com/cloudfoundry/sonde-go
subpackages:
- events
- package: github.com/eapache/queue
- package: github.com/gogo/protobuf
subpackages:
- proto
- package: github.com/gorilla/websocket
- package: github.com/jroimartin/gocui
- package: github.com/mitchellh/go-ps
- package: github.com/mohae/deepcopy
- package: github.com/nu7hatch/gouuid
- package: github.com/simonleung8/flags
testImport:
- package: github.com/cloudfoundry/firehose-plugin
subpackages:
- firehose
- firehose/fakes
- testhelpers
- package: github.com/onsi/ginkgo
- package: github.com/onsi/gomega