forked from minishift/minishift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
glide.yaml
76 lines (76 loc) · 2.47 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
package: github.com/minishift/minishift
import:
- package: github.com/docker/machine
version: 0.11.0
subpackages:
- drivers/hyperv
- drivers/virtualbox
- drivers/vmwarefusion
- libmachine
- libmachine/auth
- libmachine/drivers
- libmachine/drivers/plugin
- libmachine/drivers/plugin/localbinary
- libmachine/engine
- libmachine/host
- libmachine/log
- libmachine/mcnerror
- libmachine/mcnflag
- libmachine/mcnutils
- libmachine/provision
- libmachine/provision/pkgaction
- libmachine/provision/serviceaction
- libmachine/shell
- libmachine/ssh
- libmachine/state
- libmachine/swarm
- package: github.com/google/go-github
version: 30a21ee1a3839fb4a408efe331f226b73faac379
subpackages:
- github
- package: github.com/inconshreveable/go-update
- package: github.com/mitchellh/mapstructure
version: db1efb556f84b25a0a13a04aad883943538ad2e0
- package: github.com/kardianos/osext
- package: github.com/olekukonko/tablewriter
- package: github.com/pkg/browser
# Latest viper have issue with IsSet: https://github.com/spf13/viper/issues/276
# Also, there is not released/tagged version to otherwise depend on
- package: github.com/spf13/viper
version: 382f87b929b84ce13e9c8a375a4b217f224e6c65
- package: github.com/xeipuuv/gojsonschema
- package: github.com/blang/semver
version: 3.5.0
- package: github.com/docker/go-units
- package: github.com/pkg/errors
version: ^0.8.0
- package: github.com/jteeuwen/go-bindata
version: v3.0.7
- package: github.com/spf13/cobra
subpackages:
- doc
- package: github.com/spf13/pflag
- package: golang.org/x/crypto
subpackages:
- ssh
- package: golang.org/x/oauth2
- package: gopkg.in/cheggaaa/pb.v1
version: v1.0.13
- package: github.com/asaskevich/govalidator/
version: 5
- package: github.com/DATA-DOG/godog
version: v0.7.4
- package: github.com/elazarl/goproxy
- package: github.com/gorillalabs/go-powershell
version: 3bc7a60b1df80a5766820c4a53d59668f4553f75
- package: github.com/juju/errors
version: c7d06af17c68cd34c835053720b21f6549d9b0ee
- package: github.com/gbraad/go-hvkvp
version: 0.3
# The following repositories need to be specified explicitly, since the versions referenced by the openshift/origin dependency
# refer to forks of these projects within the openshift organizaton
# This needs to be manually updated after upgrading the openshift/origin dependnecy
- package: github.com/golang/glog
version: 335da9dda11408a34b64344f82e9c03779b71673
repo: https://github.com/openshift/glog.git
vcs: git