forked from rexray/rexray
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
57 lines (45 loc) · 2.08 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
package: github.com/codedellemc/rexray
import:
################################################################################
## Framework Dependencies ##
################################################################################
- package: github.com/akutz/golf
version: v0.1.2
- package: github.com/akutz/goof
version: v0.1.1
- package: github.com/Sirupsen/logrus
ref: feature/logrus-aware-types
repo: https://github.com/akutz/logrus
- package: github.com/codedellemc/libstorage
version: e752e4ca6ae3a8314c07b4a40d354cfce95c48bf # libstorage-version
repo: https://github.com/codedellemc/libstorage # libstorage-repo
- package: github.com/akutz/gofig
version: v0.1.6
- package: github.com/akutz/gotil
version: v0.1.0
- package: github.com/spf13/pflag
ref: d16db1e50e33dff1b6cdf37596cef36742128670
- package: github.com/spf13/cobra
ref: 7be4beda01ec05d0b93d80b3facd2b6f44080d94
- package: golang.org/x/net
repo: https://github.com/golang/net
- package: github.com/SermoDigital/jose
version: 1.1
################################################################################
## Go-YAML ##
################################################################################
- package: github.com/go-yaml/yaml
ref: feature/preserve-json-compat
repo: https://github.com/akutz/yaml.git
- package: gopkg.in/yaml.v1
ref: feature/preserve-json-compat
repo: https://github.com/akutz/yaml.git
- package: gopkg.in/yaml.v2
ref: feature/preserve-json-compat
repo: https://github.com/akutz/yaml.git
################################################################################
## Build System Tools ##
################################################################################
- package: github.com/jteeuwen/go-bindata
ref: feature/md5checksum
repo: https://github.com/akutz/go-bindata