-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathglide.yaml
More file actions
26 lines (26 loc) · 834 Bytes
/
glide.yaml
File metadata and controls
26 lines (26 loc) · 834 Bytes
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
package: github.com/deis/minio
ignore:
- appengine
- appengine/datastore
- appengine/memcache
- appengine/user
import:
- package: gopkg.in/natefinch/lumberjack.v2
version: 600ceb4523e5b7ff745f91083c8a023c2bf73af5
- package: gopkg.in/olivere/elastic.v2
version: 444684342d4c12c7c05bed13bd249034370840a9
- package: gopkg.in/tomb.v1
version: dd632973f1e7218eb1089048e0798ec9ae7dceb8
- package: gopkg.in/v2/yaml
version: a83829b6f1293c91addabc89d0571c246397bbf4
- package: gopkg.in/yaml.v2
version: a83829b6f1293c91addabc89d0571c246397bbf4
- package: github.com/deis/pkg
version: 189ed6bd6b6aa6629b72c2c5472095e176eec8a6
subpackages:
- /utils
- package: github.com/minio/minio-go
version: c5884ce9ce3ac73b025d0bc58c4d3d72870edc0b
- package: speter.net/go/exp/math/dec/inf
repo: https://github.com/belua/inf
vcs: git