forked from minishift/minishift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gopkg.toml
181 lines (140 loc) · 4.59 KB
/
Gopkg.toml
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
# Gopkg.toml example
#
# Refer to https://github.com/golang/dep/blob/master/docs/Gopkg.toml.md
# for detailed Gopkg.toml documentation.
#
# required = ["github.com/user/thing/cmd/thing"]
# ignored = ["github.com/user/project/pkgX", "bitbucket.org/user/project/pkgA/pkgY"]
#
# [[constraint]]
# name = "github.com/user/project"
# version = "1.0.0"
#
# [[constraint]]
# name = "github.com/user/project2"
# branch = "dev"
# source = "github.com/myfork/project2"
#
# [[override]]
# name = "github.com/x/y"
# version = "2.4.0"
# We don't want to end up with an old logrus import, only github.com/sirupsen/logrus should be used
ignored = ["github.com/Sirupsen/logrus"]
[[constraint]]
name = "github.com/DATA-DOG/godog"
version = "=0.7.6"
[[constraint]]
name = "github.com/asaskevich/govalidator"
version = "=5"
[[constraint]]
name = "github.com/blang/semver"
version = "=3.5.0"
[[constraint]]
name = "github.com/docker/go-units"
revision = "0bbddae09c5a5419a8c6dcdd7ff90da3d450393b"
[[constraint]]
name = "github.com/docker/machine"
version = "=0.13.0"
[[constraint]]
name = "github.com/elazarl/goproxy"
revision = "aacba83f36a55ac31cbb71c06547a328c0cd1604"
[[constraint]]
name = "github.com/gbraad/go-hvkvp"
version = "=0.3.0"
[[constraint]]
name = "github.com/golang/glog"
revision = "335da9dda11408a34b64344f82e9c03779b71673"
source = "https://github.com/openshift/glog.git"
[[constraint]]
name = "github.com/google/go-github"
revision = "30a21ee1a3839fb4a408efe331f226b73faac379"
[[constraint]]
name = "github.com/inconshreveable/go-update"
revision = "8152e7eb6ccf8679a64582a66b78519688d156ad"
[[constraint]]
name = "github.com/kardianos/osext"
revision = "ae77be60afb1dcacde03767a8c37337fad28ac14"
[[constraint]]
name = "github.com/olekukonko/tablewriter"
revision = "febf2d34b54a69ce7530036c7503b1c9fbfdf0bb"
[[constraint]]
name = "github.com/pkg/browser"
revision = "c90ca0c84f15f81c982e32665bffd8d7aac8f097"
[[constraint]]
name = "github.com/pkg/errors"
version = "=0.8.0"
[[constraint]]
name = "github.com/spf13/cobra"
revision = "e606913c4ee45fec232e67e70105fb6c866b95d9"
[[constraint]]
name = "github.com/spf13/pflag"
revision = "e57e3eeb33f795204c1ca35f56c44f83227c6e66"
[[constraint]]
name = "github.com/spf13/viper"
revision = "382f87b929b84ce13e9c8a375a4b217f224e6c65"
[[constraint]]
name = "golang.org/x/oauth2"
revision = "442624c9ec9243441e83b374a9e22ac549b5c51d"
[[constraint]]
name = "gopkg.in/cheggaaa/pb.v1"
version = "=1.0.13"
# Get all dependencies for containers/image which is used for OCI image chaching
[[constraint]]
name = "github.com/containers/image"
revision = "8b24210344a448e58be6ed53636e2eacaa30be32"
[[constraint]]
name = "github.com/opencontainers/runc"
revision = "6b1d0e76f239ffb435445e5ae316d2676c07c6e3"
[[constraint]]
name = "github.com/docker/go-connections"
revision = "3ede32e2033de7505e6500d6c868c2b9ed9f169d"
# Use override for docker/docker and docker/distribution to ensure we get the specfied version.
# In particular we need a version which uses the altest logrus
[[override]]
name = "github.com/docker/docker"
revision = "30eb4d8cdc422b023d5f11f29a82ecb73554183b"
[[override]]
name = "github.com/docker/distribution"
revision = "5f6282db7d65e6d72ad7c2cc66310724a57be716"
[[constraint]]
name = "github.com/opencontainers/image-spec"
version = "=v1.0.0"
[[constraint]]
name = "gopkg.in/yaml.v2"
revision = "a3f3340b5840cee44f372bddb5880fcbc419b46a"
[[constraint]]
name = "github.com/pborman/uuid"
revision = "1b00554d822231195d1babd97ff4a781231955c9"
[[constraint]]
name = "golang.org/x/crypto"
revision = "b080dc9a8c480b08e698fb1219160d598526310f"
[[constraint]]
name = "github.com/sirupsen/logrus"
version = "=v1.0.0"
[[constraint]]
name = "github.com/gorilla/mux"
revision = "94e7d24fd285520f3d12ae998f7fdd6b5393d453"
[[constraint]]
name = "github.com/docker/libtrust"
revision = "aabc10ec26b754e797f9028f4589c5b7bd90dc20"
[[constraint]]
name = "github.com/ghodss/yaml"
revision = "04f313413ffd65ce25f2541bfd2b2ceec5c0908c"
[[constraint]]
name = "github.com/vbatts/tar-split"
version = "=v0.10.2"
[[constraint]]
name = "golang.org/x/sys"
revision = "43e60d72a8e2bd92ee98319ba9a384a0e9837c08"
[[constraint]]
name = "github.com/opencontainers/go-digest"
revision = "aa2ec055abd10d26d539eb630a92241b781ce4bc"
[[constraint]]
name = "github.com/stretchr/testify"
version = "=v1.2.0"
[[constraint]]
name = "github.com/pkg/sftp"
version = "1.0.0"
[[constraint]]
name = "github.com/mitchellh/go-homedir"
revision = "b8bc1bf767474819792c23f32d8286a45736f1c6"