forked from wbuchwalter/acs-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathglide.yaml
38 lines (38 loc) · 998 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/Azure/acs-engine
import:
- package: github.com/Azure/azure-sdk-for-go
version: ^10.0.2-beta
subpackages:
- arm/compute
- arm/network
- arm/resources/resources
- arm/resources/subscriptions
- arm/storage
- storage
- package: github.com/Azure/go-autorest
version: ^8.0.0
subpackages:
- autorest
- autorest/adal
- autorest/azure
- autorest/to
- package: github.com/Sirupsen/logrus
version: ^0.11.5
- package: github.com/ghodss/yaml
version: ^1.0.0
- package: github.com/mitchellh/go-homedir
version: b8bc1bf767474819792c23f32d8286a45736f1c6
- package: github.com/prometheus/common
subpackages:
- log
- package: github.com/satori/go.uuid
version: ^1.1.0
- package: github.com/spf13/cobra
version: 4cdb38c072b86bf795d2c81de50784d9fdd6eb77
- package: github.com/spf13/pflag
version: e57e3eeb33f795204c1ca35f56c44f83227c6e66
testImport:
- package: github.com/onsi/gomega
version: ^1.1.0
- package: github.com/onsi/ginkgo
version: ^1.3.1