forked from thecodeteam/libstorage
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglide.yaml
More file actions
61 lines (50 loc) · 2.39 KB
/
glide.yaml
File metadata and controls
61 lines (50 loc) · 2.39 KB
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
package: github.com/emccode/libstorage
import:
################################################################################
## Framework Dependencies ##
################################################################################
- package: github.com/Sirupsen/logrus
ref: feature/logrus-aware-types
repo: https://github.com/akutz/logrus
- package: github.com/akutz/gofig
version: v0.1.4
- 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/cesanta/validate-json
################################################################################
## Storage Driver Dependencies ##
################################################################################
### ScaleIO
- package: github.com/emccode/goscaleio
ref: 9d95003c0069b1949a0fb46832870799caa5c360
repo: https://github.com/emccode/goscaleio
### VirtualBox
- package: github.com/appropriate/go-virtualboxclient
ref: e0978ab2ed407095400a69d5933958dd260058cd
repo: https://github.com/clintonskitson/go-virtualboxclient
### Isilon
- package: github.com/emccode/goisilon
ref: f9b53f0aaadb12a26b134830142fc537f492cb13
################################################################################
## 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
- package: github.com/go-yaml/yaml
ref: b4a9f8c4b84c6c4256d669c649837f1441e4b050
repo: https://github.com/akutz/yaml.git
- package: gopkg.in/yaml.v1
ref: b4a9f8c4b84c6c4256d669c649837f1441e4b050
repo: https://github.com/akutz/yaml.git
- package: gopkg.in/yaml.v2
ref: b4a9f8c4b84c6c4256d669c649837f1441e4b050
repo: https://github.com/akutz/yaml.git