-
Notifications
You must be signed in to change notification settings - Fork 50
/
glide.yaml
109 lines (89 loc) · 3.71 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
package: github.com/codedellemc/libstorage
import:
################################################################################
## Framework Dependencies ##
################################################################################
- package: github.com/spf13/pflag
ref: 5ccb023bc27df288a957c5e994cd44fd19619465
- package: github.com/spf13/viper
ref: 651d9d916abc3c3d6a91a12549495caba5edffd2
- package: github.com/Sirupsen/logrus
ref: feature/logrus-aware-types
repo: https://github.com/akutz/logrus
- package: github.com/akutz/gofig
version: v0.1.6
- package: github.com/akutz/gotil
version: v0.1.0
- package: github.com/akutz/goof
version: v0.1.0
- package: github.com/akutz/golf
version: v0.1.1
- package: github.com/codedellemc/gournal
version: v0.3.0
- package: github.com/cesanta/validate-json
################################################################################
## Golang X ##
################################################################################
- package: golang.org/x/net
version: b336a971b799939dd16ae9b1df8334cb8b977c4d
subpackages:
- context
- context/ctxhttp
- package: golang.org/x/sys
version: 002cbb5f952456d0c50e0d2aff17ea5eca716979
subpackages:
- unix
################################################################################
## Storage Driver Dependencies ##
################################################################################
### ScaleIO
- package: github.com/codedellemc/goscaleio
ref: support/tls-sio-gw-2.0.0.2
repo: https://github.com/codedellemc/goscaleio
### VirtualBox
- package: github.com/appropriate/go-virtualboxclient
ref: e0978ab2ed407095400a69d5933958dd260058cd
repo: https://github.com/clintonskitson/go-virtualboxclient
### Isilon
- package: github.com/codedellemc/goisilon
version: v1.5.0
### EFS and EBS and S3FS
- package: github.com/aws/aws-sdk-go
version: v1.6.18
repo: https://github.com/aws/aws-sdk-go
### Rackspace
- package: github.com/rackspace/gophercloud
ref: 42196eaf5b93739d335921404bb7c5f2205fceb3
repo: https://github.com/clintonskitson/gophercloud.git
### GCE
- package: golang.org/x/oauth2
ref: 314dd2c0bf3ebd592ec0d20847d27e79d0dbe8dd
subpackages:
- google
- package: google.golang.org/api
ref: d61af0b67e5c8213e8c260ac29a762487bad020d
repo: https://github.com/google/google-api-go-client
subpackages:
- compute/v0.beta
- googleapi
### DigitalOcean
- package: github.com/digitalocean/godo
version: 2ff8a02a86cd6918b384a5000ceebe886844fbce
### Azure
- package: github.com/Azure/azure-sdk-for-go
version: v7.0.1-beta
- package: github.com/Azure/go-autorest
version: v7.2.2
- package: github.com/rubiojr/go-vhd
ref: 96a0db67ea8209453cfa694bdf03de202d6dd8f8
repo: https://github.com/codenrhoden/go-vhd
################################################################################
## Build System Tools ##
################################################################################
- package: github.com/jteeuwen/go-bindata
ref: feature/md5checksum
repo: https://github.com/akutz/go-bindata
################################################################################
## Test Dependencies ##
################################################################################
- package: github.com/stretchr/testify