forked from concourse/concourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
303 lines (303 loc) · 11 KB
/
.gitmodules
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
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
[submodule "src/github.com/concourse/atc"]
path = src/github.com/concourse/atc
url = https://github.com/concourse/atc
branch = master
[submodule "src/github.com/lib/pq"]
path = src/github.com/lib/pq
url = https://github.com/lib/pq
branch = master
[submodule "src/github.com/onsi/ginkgo"]
path = src/github.com/onsi/ginkgo
url = https://github.com/onsi/ginkgo
branch = master
[submodule "src/github.com/onsi/gomega"]
path = src/github.com/onsi/gomega
url = https://github.com/onsi/gomega
branch = master
[submodule "src/github.com/mgutz/ansi"]
path = src/github.com/mgutz/ansi
url = https://github.com/mgutz/ansi
branch = master
[submodule "src/github.com/concourse/testflight"]
path = src/github.com/concourse/testflight
url = https://github.com/concourse/testflight
branch = master
[submodule "src/github.com/vito/go-sse"]
path = src/github.com/vito/go-sse
url = https://github.com/vito/go-sse
branch = master
[submodule "src/gopkg.in/yaml.v2"]
path = src/gopkg.in/yaml.v2
url = https://gopkg.in/yaml.v2
branch = master
[submodule "src/github.com/concourse/blackbox"]
path = src/github.com/concourse/blackbox
url = https://github.com/concourse/blackbox
branch = master
[submodule "src/github.com/papertrail/remote_syslog2"]
path = src/github.com/papertrail/remote_syslog2
url = https://github.com/papertrail/remote_syslog2
branch = master
[submodule "src/github.com/hashicorp/go-multierror"]
path = src/github.com/hashicorp/go-multierror
url = https://github.com/hashicorp/go-multierror
branch = master
[submodule "src/github.com/aryann/difflib"]
path = src/github.com/aryann/difflib
url = https://github.com/aryann/difflib
branch = master
[submodule "src/github.com/mitchellh/mapstructure"]
path = src/github.com/mitchellh/mapstructure
url = https://github.com/mitchellh/mapstructure
branch = master
[submodule "src/golang.org/x/crypto"]
path = src/golang.org/x/crypto
url = https://go.googlesource.com/crypto
branch = master
[submodule "src/github.com/sclevine/agouti"]
path = src/github.com/sclevine/agouti
url = https://github.com/sclevine/agouti
branch = master
[submodule "src/github.com/concourse/baggageclaim"]
path = src/github.com/concourse/baggageclaim
url = https://github.com/concourse/baggageclaim
branch = master
[submodule "src/github.com/xoebus/zest"]
path = src/github.com/xoebus/zest
url = https://github.com/xoebus/zest
branch = master
[submodule "src/github.com/google/go-querystring"]
path = src/github.com/google/go-querystring
url = https://github.com/google/go-querystring
branch = master
[submodule "src/github.com/google/go-github"]
path = src/github.com/google/go-github
url = https://github.com/google/go-github
branch = master
[submodule "src/golang.org/x/net"]
path = src/golang.org/x/net
url = https://go.googlesource.com/net
branch = master
[submodule "src/golang.org/x/oauth2"]
path = src/golang.org/x/oauth2
url = https://go.googlesource.com/oauth2
branch = master
[submodule "src/github.com/docker/distribution"]
path = src/github.com/docker/distribution
url = https://github.com/docker/distribution
branch = master
[submodule "src/github.com/fatih/color"]
path = src/github.com/fatih/color
url = https://github.com/fatih/color
branch = master
[submodule "src/github.com/mattn/go-isatty"]
path = src/github.com/mattn/go-isatty
url = https://github.com/mattn/go-isatty
branch = master
[submodule "src/github.com/dgrijalva/jwt-go"]
path = src/github.com/dgrijalva/jwt-go
url = https://github.com/dgrijalva/jwt-go
branch = master
[submodule "src/github.com/kr/pty"]
path = src/github.com/kr/pty
url = https://github.com/kr/pty
[submodule "src/github.com/concourse/fly"]
path = src/github.com/concourse/fly
url = https://github.com/concourse/fly
branch = master
[submodule "src/github.com/tedsuo/rata"]
path = src/github.com/tedsuo/rata
url = https://github.com/tedsuo/rata
branch = master
[submodule "src/github.com/tedsuo/ifrit"]
path = src/github.com/tedsuo/ifrit
url = https://github.com/tedsuo/ifrit
[submodule "src/github.com/inconshreveable/go-update"]
path = src/github.com/inconshreveable/go-update
url = https://github.com/inconshreveable/go-update
[submodule "src/github.com/concourse/tsa"]
path = src/github.com/concourse/tsa
url = https://github.com/concourse/tsa
branch = master
[submodule "src/github.com/vito/gosub"]
path = src/github.com/vito/gosub
url = https://github.com/vito/gosub
[submodule "src/github.com/jessevdk/go-flags"]
path = src/github.com/jessevdk/go-flags
url = https://github.com/jessevdk/go-flags
branch = master
[submodule "src/github.com/pkg/term"]
path = src/github.com/pkg/term
url = https://github.com/pkg/term
[submodule "src/github.com/codegangsta/cli"]
path = src/github.com/codegangsta/cli
url = https://github.com/codegangsta/cli
[submodule "src/github.com/golang/protobuf"]
path = src/github.com/golang/protobuf
url = https://github.com/golang/protobuf
[submodule "src/github.com/nu7hatch/gouuid"]
path = src/github.com/nu7hatch/gouuid
url = https://github.com/nu7hatch/gouuid
[submodule "src/github.com/felixge/tcpkeepalive"]
path = src/github.com/felixge/tcpkeepalive
url = https://github.com/felixge/tcpkeepalive
branch = master
[submodule "src/github.com/ziutek/syslog"]
path = src/github.com/ziutek/syslog
url = https://github.com/ziutek/syslog
[submodule "src/github.com/hpcloud/tail"]
path = src/github.com/hpcloud/tail
url = https://github.com/hpcloud/tail
branch = master
[submodule "src/github.com/vito/go-interact"]
path = src/github.com/vito/go-interact
url = https://github.com/vito/go-interact
branch = master
[submodule "src/github.com/concourse/go-concourse"]
path = src/github.com/concourse/go-concourse
url = https://github.com/concourse/go-concourse
branch = master
[submodule "src/github.com/contraband/holler"]
path = src/github.com/contraband/holler
url = https://github.com/contraband/holler
branch = master
[submodule "src/github.com/peterhellberg/link"]
path = src/github.com/peterhellberg/link
url = https://github.com/peterhellberg/link
branch = master
[submodule "src/github.com/elazarl/go-bindata-assetfs"]
path = src/github.com/elazarl/go-bindata-assetfs
url = https://github.com/elazarl/go-bindata-assetfs
branch = master
[submodule "src/github.com/jteeuwen/go-bindata"]
path = src/github.com/jteeuwen/go-bindata
url = https://github.com/jteeuwen/go-bindata
branch = master
[submodule "src/github.com/gorilla/websocket"]
path = src/github.com/gorilla/websocket
url = https://github.com/gorilla/websocket
branch = master
[submodule "src/github.com/concourse/retryhttp"]
path = src/github.com/concourse/retryhttp
url = https://github.com/concourse/retryhttp
branch = master
[submodule "src/github.com/concourse/go-archive"]
path = src/github.com/concourse/go-archive
url = https://github.com/concourse/go-archive
branch = master
[submodule "src/gopkg.in/cheggaaa/pb.v1"]
path = src/gopkg.in/cheggaaa/pb.v1
url = https://gopkg.in/cheggaaa/pb.v1
[submodule "src/code.cloudfoundry.org/clock"]
path = src/code.cloudfoundry.org/clock
url = https://github.com/cloudfoundry/clock
branch = master
[submodule "src/code.cloudfoundry.org/garden"]
path = src/code.cloudfoundry.org/garden
url = https://github.com/cloudfoundry/garden
branch = master
[submodule "src/code.cloudfoundry.org/lager"]
path = src/code.cloudfoundry.org/lager
url = https://github.com/cloudfoundry/lager
branch = master
[submodule "src/code.cloudfoundry.org/localip"]
path = src/code.cloudfoundry.org/localip
url = https://github.com/cloudfoundry/localip
branch = master
[submodule "src/github.com/Masterminds/squirrel"]
path = src/github.com/Masterminds/squirrel
url = https://github.com/Masterminds/squirrel
branch = v1
[submodule "src/github.com/lann/builder"]
path = src/github.com/lann/builder
url = https://github.com/lann/builder
branch = master
[submodule "src/github.com/lann/ps"]
path = src/github.com/lann/ps
url = https://github.com/lann/ps
branch = master
[submodule "src/github.com/mattn/go-colorable"]
path = src/github.com/mattn/go-colorable
url = https://github.com/mattn/go-colorable
branch = master
[submodule "src/code.cloudfoundry.org/urljoiner"]
path = src/code.cloudfoundry.org/urljoiner
url = https://github.com/cloudfoundry/urljoiner
branch = master
[submodule "src/github.com/daviddengcn/go-colortext"]
path = src/github.com/daviddengcn/go-colortext
url = https://github.com/daviddengcn/go-colortext
branch = master
[submodule "src/github.com/mattn/goreman"]
path = src/github.com/mattn/goreman
url = https://github.com/mattn/goreman
branch = master
[submodule "src/github.com/joho/godotenv"]
path = src/github.com/joho/godotenv
url = https://github.com/joho/godotenv
branch = master
[submodule "src/github.com/concourse/topgun"]
path = src/github.com/concourse/topgun
url = https://github.com/concourse/topgun
branch = master
[submodule "src/github.com/concourse/groundcrew"]
path = src/github.com/concourse/groundcrew
url = https://github.com/concourse/groundcrew
branch = master
[submodule "src/github.com/The-Cloud-Source/goryman"]
path = src/github.com/The-Cloud-Source/goryman
url = https://github.com/The-Cloud-Source/goryman
branch = master
[submodule "src/github.com/cppforlife/go-semi-semantic"]
path = src/github.com/cppforlife/go-semi-semantic
url = https://github.com/cppforlife/go-semi-semantic
branch = master
[submodule "src/github.com/vito/twentythousandtonnesofcrudeoil"]
path = src/github.com/vito/twentythousandtonnesofcrudeoil
url = https://github.com/vito/twentythousandtonnesofcrudeoil
branch = master
[submodule "src/github.com/concourse/bin"]
path = src/github.com/concourse/bin
url = https://github.com/concourse/bin
branch = master
[submodule "src/github.com/cenkalti/backoff"]
path = src/github.com/cenkalti/backoff
url = https://github.com/cenkalti/backoff
branch = master
[submodule "src/github.com/vito/houdini"]
path = src/github.com/vito/houdini
url = https://github.com/vito/houdini
branch = master
[submodule "src/github.com/charlievieth/fs"]
path = src/github.com/charlievieth/fs
url = https://github.com/charlievieth/fs
branch = master
[submodule "src/github.com/miekg/dns"]
path = src/github.com/miekg/dns
url = https://github.com/miekg/dns
branch = master
[submodule "src/golang.org/x/sync"]
path = src/golang.org/x/sync
url = https://go.googlesource.com/sync
[submodule "src/github.com/cloudfoundry/bosh-cli"]
path = src/github.com/cloudfoundry/bosh-cli
url = https://github.com/cloudfoundry/bosh-cli
[submodule "src/github.com/hashicorp/vault"]
path = src/github.com/hashicorp/vault
url = https://github.com/hashicorp/vault
branch = master
[submodule "src/github.com/krishicks/yaml-patch"]
path = src/github.com/krishicks/yaml-patch
url = https://github.com/krishicks/yaml-patch
branch = master
[submodule "src/github.com/google/jsonapi"]
path = src/github.com/google/jsonapi
url = https://github.com/google/jsonapi
branch = master
[submodule "src/github.com/cloudfoundry-incubator/credhub-cli"]
path = src/github.com/cloudfoundry-incubator/credhub-cli
url = https://github.com/cloudfoundry-incubator/credhub-cli
branch = master
[submodule "src/github.com/bmizerany/pat"]
path = src/github.com/bmizerany/pat
url = https://github.com/bmizerany/pat