forked from vmware-tanzu-labs/cf-mgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
26 lines (26 loc) · 816 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
package: github.com/pivotalservices/cf-mgmt
import:
- package: gopkg.in/yaml.v2
- package: github.com/xchapter7x/lo
- package: github.com/go-ldap/ldap
- package: github.com/jessevdk/go-flags
version: ~1.3.0
- package: github.com/cloudfoundry-community/go-cfclient
version: metadata-support
repo: https://github.com/calebwashburn/go-cfclient
- package: golang.org/x/oauth2
- package: github.com/pkg/errors
version: ~0.8.0
- package: github.com/cloudfoundry-community/go-uaa
version: master
- package: code.cloudfoundry.org/routing-api
version: master
- package: github.com/fatih/color
version: ^1.9.0
testImport:
- package: github.com/onsi/gomega
version: ^1.1.0
- package: github.com/onsi/ginkgo
version: ^1.3.1
- package: github.com/maxbrunsfeld/counterfeiter
- package: github.com/moul/http2curl