forked from concourse/concourse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
243 lines (243 loc) · 8.83 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
[submodule "src/github.com/BurntSushi/migration"]
path = src/github.com/BurntSushi/migration
url = https://github.com/BurntSushi/migration
branch = master
[submodule "src/github.com/bmizerany/pat"]
path = src/github.com/bmizerany/pat
url = https://github.com/bmizerany/pat
branch = master
[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/cloudfoundry-incubator/garden"]
path = src/github.com/cloudfoundry-incubator/garden
url = https://github.com/cloudfoundry-incubator/garden
branch = close-response-body
[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/gopkg.in/tomb.v1"]
path = src/gopkg.in/tomb.v1
url = https://gopkg.in/tomb.v1
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/pivotal-golang/clock"]
path = src/github.com/pivotal-golang/clock
url = https://github.com/pivotal-golang/clock
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/cloudfoundry/gunk"]
path = src/github.com/cloudfoundry/gunk
url = https://github.com/cloudfoundry/gunk
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/bigdatadev/goryman"]
path = src/github.com/bigdatadev/goryman
url = https://github.com/bigdatadev/goryman
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/gorilla/context"]
path = src/github.com/gorilla/context
url = https://github.com/gorilla/context
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/shiena/ansicolor"]
path = src/github.com/shiena/ansicolor
url = https://github.com/shiena/ansicolor
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
[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/pivotal-golang/lager"]
path = src/github.com/pivotal-golang/lager
url = https://github.com/pivotal-golang/lager
[submodule "src/github.com/codegangsta/cli"]
path = src/github.com/codegangsta/cli
url = https://github.com/codegangsta/cli
[submodule "src/github.com/pivotal-golang/localip"]
path = src/github.com/pivotal-golang/localip
url = https://github.com/pivotal-golang/localip
[submodule "src/github.com/ActiveState/tail"]
path = src/github.com/ActiveState/tail
url = https://github.com/ActiveState/tail
[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/hashicorp/errwrap"]
path = src/github.com/hashicorp/errwrap
url = https://github.com/hashicorp/errwrap
branch = master
[submodule "src/github.com/hpcloud/tail"]
path = src/github.com/hpcloud/tail
url = https://github.com/hpcloud/tail
branch = master
[submodule "src/gopkg.in/fsnotify.v0"]
path = src/gopkg.in/fsnotify.v0
url = https://gopkg.in/fsnotify.v0
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
branch = master