forked from Azure/acs-engine
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
66 lines (66 loc) · 1.94 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
package: github.com/Azure/acs-engine
import:
- package: github.com/Azure/azure-sdk-for-go
version: ~v10.1.0-beta
subpackages:
- arm/compute
- arm/network
- arm/resources/resources
- arm/resources/subscriptions
- arm/storage
- arm/disk
- storage
- package: github.com/Azure/go-autorest
version: ~8.1.0
subpackages:
- autorest
- autorest/adal
- autorest/azure
- autorest/to
- autorest/date
- package: github.com/sirupsen/logrus
version: v1.0.3
- package: github.com/ghodss/yaml
version: v1.0.0
- package: github.com/mitchellh/go-homedir
version: b8bc1bf767474819792c23f32d8286a45736f1c6
- package: github.com/satori/go.uuid
version: v1.1.0
- package: github.com/spf13/cobra
version: 4cdb38c072b86bf795d2c81de50784d9fdd6eb77
- package: github.com/spf13/pflag
version: v1.0.0
- package: github.com/leonelquinteros/gotext
version: 1fc8dec04d161fc0b4007e808a48620c537b6a6e
- package: gopkg.in/go-playground/validator.v9
version: v9.4.0
subpackages:
- locales
- package: github.com/go-playground/universal-translator
version: v0.16.0
- package: golang.org/x/crypto
version: eb71ad9bd329b5ac0fd0148dd99bd62e8be8e035 # update this every release cycle
subpackages:
- ssh
- package: github.com/alexcesaro/statsd
version: v2.0.0
- package: github.com/JiangtianLi/gettext
version: a8983c062be4b565d723c478922d7736e04fdba4
- package: github.com/Masterminds/semver
version: v1.3.1
- package: github.com/imdario/mergo
version: ^0.2.2
- package: k8s.io/apiserver
version: 366b072768b4e6d93c7de236464c0abe85d0b7c6
- package: k8s.io/client-go
version: ~4.0.0
testImport:
# glide isn't able to mutually reconcile pinned versions of these deps
- package: github.com/onsi/gomega
- package: github.com/onsi/ginkgo
- package: github.com/kelseyhightower/envconfig
- package: k8s.io/apiserver
version: 366b072768b4e6d93c7de236464c0abe85d0b7c6
- package: k8s.io/client-go
version: ~4.0.0
- package: github.com/influxdata/influxdb/client/v2