forked from Azure/draft-classic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
31 lines (31 loc) · 1002 Bytes
/
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
package: github.com/Azure/draft
import:
- package: github.com/BurntSushi/toml
- package: github.com/docker/distribution
version: ~2.6.1
- package: github.com/docker/docker
version: v17.03.1-ce
- package: github.com/docker/go-units
version: 0dadbb0345b35ec7ef35e228dabb8de89a65bf52
- package: github.com/emicklei/go-restful
version: v1.2
- package: github.com/ghodss/yaml
- package: github.com/gorilla/websocket
version: 7fe3183ee95b29153898356cc2c6026a8cb7afe5
repo: https://github.com/bacongobbler/websocket
vcs: git
- package: github.com/julienschmidt/httprouter
- package: github.com/rjeczalik/notify
- package: github.com/spf13/cobra
- package: github.com/technosophos/moniker
- package: k8s.io/apimachinery
- package: k8s.io/client-go
version: 8aceb98010c1c18b6b54a35b52fd5b46905e3d7f
- package: k8s.io/helm
version: ~2.4.0
- package: k8s.io/kubernetes
version: v1.6.2
- package: github.com/Sirupsen/logrus
version: ~0.11.5
- package: github.com/pkg/errors
version: ~0.8.0