forked from amalgam8/amalgam8
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
77 lines (57 loc) · 2.24 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
# Copyright 2016 IBM Corporation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
##########################################################################
### NOTES:
### 1. Please use glide v0.12.3 or newer to regenerate the vendor tree
### 2. Please you sematic versioning wherever applicable
##########################################################################
package: github.com/amalgam8/amalgam8
import:
- package: github.com/Sirupsen/logrus
version: 0.8.7
- package: github.com/ant0ine/go-json-rest
version: 3.3.1
- package: github.com/garyburd/redigo
version: 80f7de34463b0ed3d7c61303e5619efe1b227f92
- package: github.com/xeipuuv/gojsonschema
version: 0a98b2bd93655a563d1f23c4407e8f01791b6b31
- package: github.com/urfave/cli
version: 1.19.0
- package: github.com/dgrijalva/jwt-go
version: 2.3.0
- package: github.com/nicksnyder/go-i18n
version: 1.4.0
- package: github.com/rcrowley/go-metrics
version: 1ce93efbc8f9c568886b2ef85ce305b2217b3de3
- package: github.com/cactus/go-statsd-client
version: 3.0.2
- package: github.com/pborman/uuid
version: 1.0.0
- package: github.com/miekg/dns
version: db96a2b759cdef4f11a34506a42eb8d1290c598e
- package: github.com/shirou/gopsutil
version: 2.1.0
- package: k8s.io/client-go
version: 2.0.0-alpha.0
repo: git@github.com:kubernetes/client-go
# Workaround to resolve dependency version conflicts between k8s.io/client-go
# and github.com/docker/distribution (vendored by k8s.io/client-go)
- package: golang.org/x/net
version: e90d6d0afc4c315a0d87a568ae68577cc15149a0
- package: github.com/stretchr/testify
version: 1.1.4
- package: github.com/onsi/ginkgo
version: 1.2.0
- package: github.com/onsi/gomega
version: 0fe204460da2c8fa1babcaac196e694de8f1aaa1