forked from cloudfoundry/garden-runc-release
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitmodules
202 lines (202 loc) · 7.5 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
[submodule "src/code.cloudfoundry.org/guardian"]
path = src/code.cloudfoundry.org/guardian
url = https://github.com/cloudfoundry/guardian
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/tedsuo/ifrit"]
path = src/github.com/tedsuo/ifrit
url = https://github.com/tedsuo/ifrit
branch = master
[submodule "src/github.com/tedsuo/rata"]
path = src/github.com/tedsuo/rata
url = https://github.com/tedsuo/rata
branch = master
[submodule "src/code.cloudfoundry.org/garden"]
path = src/code.cloudfoundry.org/garden
url = https://github.com/cloudfoundry/garden
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/bmizerany/pat"]
path = src/github.com/bmizerany/pat
url = https://github.com/bmizerany/pat
branch = master
[submodule "src/github.com/nu7hatch/gouuid"]
path = src/github.com/nu7hatch/gouuid
url = https://github.com/nu7hatch/gouuid
branch = master
[submodule "src/github.com/opencontainers/runc"]
path = src/github.com/opencontainers/runc
url = https://github.com/opencontainers/runc
branch = master
[submodule "src/github.com/vishvananda/netns"]
path = src/github.com/vishvananda/netns
url = https://github.com/vishvananda/netns
branch = master
[submodule "src/code.cloudfoundry.org/garden-shed"]
path = src/code.cloudfoundry.org/garden-shed
url = https://github.com/cloudfoundry/garden-shed
branch = master
[submodule "src/github.com/docker/distribution"]
path = src/github.com/docker/distribution
url = https://github.com/docker/distribution
[submodule "src/github.com/docker/libtrust"]
path = src/github.com/docker/libtrust
url = https://github.com/docker/libtrust
branch = master
[submodule "src/github.com/tchap/go-patricia"]
path = src/github.com/tchap/go-patricia
url = https://github.com/tchap/go-patricia
branch = master
[submodule "src/github.com/Sirupsen/logrus"]
path = src/github.com/Sirupsen/logrus
url = https://github.com/Sirupsen/logrus
branch = master
[submodule "src/golang.org/x/net"]
path = src/golang.org/x/net
url = https://go.googlesource.com/net
branch = master
[submodule "src/github.com/gorilla/mux"]
path = src/github.com/gorilla/mux
url = https://github.com/gorilla/mux
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/pivotal-golang/clock"]
path = src/github.com/pivotal-golang/clock
url = https://github.com/pivotal-golang/clock
branch = master
[submodule "src/github.com/vbatts/tar-split"]
path = src/github.com/vbatts/tar-split
url = https://github.com/vbatts/tar-split
branch = master
[submodule "src/github.com/cloudfoundry/gosigar"]
path = src/github.com/cloudfoundry/gosigar
url = https://github.com/cloudfoundry/gosigar
branch = master
[submodule "src/github.com/pivotal-golang/localip"]
path = src/github.com/pivotal-golang/localip
url = https://github.com/pivotal-golang/localip
branch = master
[submodule "src/github.com/vishvananda/netlink"]
path = src/github.com/vishvananda/netlink
url = https://github.com/vishvananda/netlink
branch = master
[submodule "src/github.com/eapache/go-resiliency"]
path = src/github.com/eapache/go-resiliency
url = https://github.com/eapache/go-resiliency
branch = master
[submodule "src/github.com/gogo/protobuf"]
path = src/github.com/gogo/protobuf
url = https://github.com/gogo/protobuf
branch = master
[submodule "src/github.com/cloudfoundry/dropsonde"]
path = src/github.com/cloudfoundry/dropsonde
url = https://github.com/cloudfoundry/dropsonde
branch = master
[submodule "src/github.com/cloudfoundry/sonde-go"]
path = src/github.com/cloudfoundry/sonde-go
url = https://github.com/cloudfoundry/sonde-go
branch = master
[submodule "src/github.com/cloudfoundry/gosteno"]
path = src/github.com/cloudfoundry/gosteno
url = https://github.com/cloudfoundry/gosteno
branch = master
[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/opencontainers/runtime-spec"]
path = src/github.com/opencontainers/runtime-spec
url = https://github.com/opencontainers/runtime-spec
branch = master
[submodule "src/github.com/mitchellh/reflectwalk"]
path = src/github.com/mitchellh/reflectwalk
url = https://github.com/mitchellh/reflectwalk
branch = master
[submodule "src/gopkg.in/yaml.v2"]
path = src/gopkg.in/yaml.v2
url = https://gopkg.in/yaml.v2
branch = v2
[submodule "src/github.com/mitchellh/copystructure"]
path = src/github.com/mitchellh/copystructure
url = https://github.com/mitchellh/copystructure
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/debugserver"]
path = src/code.cloudfoundry.org/debugserver
url = https://github.com/cloudfoundry/debugserver
branch = master
[submodule "src/github.com/tscolari/lagregator"]
path = src/github.com/tscolari/lagregator
url = https://github.com/tscolari/lagregator
branch = master
[submodule "src/github.com/kardianos/osext"]
path = src/github.com/kardianos/osext
url = https://github.com/kardianos/osext
branch = master
[submodule "src/github.com/pkg/errors"]
path = src/github.com/pkg/errors
url = https://github.com/pkg/errors
branch = master
[submodule "src/github.com/urfave/cli"]
path = src/github.com/urfave/cli
url = https://github.com/urfave/cli
branch = master
[submodule "src/code.cloudfoundry.org/idmapper"]
path = src/code.cloudfoundry.org/idmapper
url = https://github.com/cloudfoundry/idmapper
branch = master
[submodule "src/github.com/opencontainers/selinux"]
path = src/github.com/opencontainers/selinux
url = https://github.com/opencontainers/selinux
branch = master
[submodule "src/github.com/pivotal-golang/archiver"]
path = src/github.com/pivotal-golang/archiver
url = https://github.com/pivotal-golang/archiver
[submodule "src/code.cloudfoundry.org/garden-integration-tests"]
path = src/code.cloudfoundry.org/garden-integration-tests
url = https://github.com/cloudfoundry/garden-integration-tests
branch = master
[submodule "src/github.com/st3v/glager"]
path = src/github.com/st3v/glager
url = https://github.com/st3v/glager
branch = master
[submodule "src/github.com/golang/protobuf"]
path = src/github.com/golang/protobuf
url = https://github.com/golang/protobuf
branch = master
[submodule "src/code.cloudfoundry.org/commandrunner"]
path = src/code.cloudfoundry.org/commandrunner
url = https://github.com/cloudfoundry/commandrunner
branch = master
[submodule "src/github.com/opencontainers/image-spec"]
path = src/github.com/opencontainers/image-spec
url = https://github.com/opencontainers/image-spec
branch = master
[submodule "src/github.com/opencontainers/go-digest"]
path = src/github.com/opencontainers/go-digest
url = https://github.com/opencontainers/go-digest
branch = master
[submodule "src/code.cloudfoundry.org/grootfs"]
path = src/code.cloudfoundry.org/grootfs
url = https://github.com/cloudfoundry/grootfs
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/mitchellh/go-ps"]
path = src/github.com/mitchellh/go-ps
url = https://github.com/mitchellh/go-ps
branch = master