This repository has been archived by the owner on Jan 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
/
.gitmodules
69 lines (69 loc) · 4.02 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
[submodule "src/etcd-metrics-server"]
path = src/etcd-metrics-server
url = https://github.com/cloudfoundry-incubator/etcd-metrics-server.git
[submodule "src/acceptance-tests/vendor/github.com/onsi/ginkgo"]
path = src/acceptance-tests/vendor/github.com/onsi/ginkgo
url = https://github.com/onsi/ginkgo.git
[submodule "src/acceptance-tests/vendor/github.com/onsi/gomega"]
path = src/acceptance-tests/vendor/github.com/onsi/gomega
url = https://github.com/onsi/gomega.git
[submodule "src/acceptance-tests/vendor/github.com/pivotal-cf-experimental/bosh-test"]
path = src/acceptance-tests/vendor/github.com/pivotal-cf-experimental/bosh-test
url = https://github.com/pivotal-cf-experimental/bosh-test.git
[submodule "src/acceptance-tests/vendor/github.com/pivotal-cf-experimental/destiny"]
path = src/acceptance-tests/vendor/github.com/pivotal-cf-experimental/destiny
url = https://github.com/pivotal-cf-experimental/destiny.git
[submodule "src/acceptance-tests/vendor/github.com/pivotal-cf-experimental/gomegamatchers"]
path = src/acceptance-tests/vendor/github.com/pivotal-cf-experimental/gomegamatchers
url = https://github.com/pivotal-cf-experimental/gomegamatchers.git
[submodule "src/check-a-record"]
path = src/etcd-dns-checker
url = https://github.com/cloudfoundry-incubator/check-a-record.git
[submodule "src/github.com/pivotal-cf-experimental/gomegamatchers"]
path = src/github.com/pivotal-cf-experimental/gomegamatchers
url = https://github.com/pivotal-cf-experimental/gomegamatchers.git
[submodule "src/acceptance-tests/vendor/github.com/go-yaml/yaml"]
path = src/acceptance-tests/vendor/github.com/go-yaml/yaml
url = https://github.com/go-yaml/yaml.git
[submodule "src/acceptance-tests/vendor/github.com/coreos/go-etcd"]
path = src/acceptance-tests/vendor/github.com/coreos/go-etcd
url = https://github.com/coreos/go-etcd.git
[submodule "src/acceptance-tests/vendor/github.com/ugorji/go"]
path = src/acceptance-tests/vendor/github.com/ugorji/go
url = https://github.com/ugorji/go.git
[submodule "src/acceptance-tests/vendor/gopkg.in/yaml.v2"]
path = src/acceptance-tests/vendor/gopkg.in/yaml.v2
url = https://gopkg.in/yaml.v2
[submodule "src/acceptance-tests/vendor/github.com/gorilla/websocket"]
path = src/acceptance-tests/vendor/github.com/gorilla/websocket
url = https://github.com/gorilla/websocket
[submodule "src/acceptance-tests/vendor/github.com/gogo/protobuf"]
path = src/acceptance-tests/vendor/github.com/gogo/protobuf
url = https://github.com/gogo/protobuf
[submodule "src/acceptance-tests/vendor/github.com/cloudfoundry/noaa"]
path = src/acceptance-tests/vendor/github.com/cloudfoundry/noaa
url = https://github.com/cloudfoundry/noaa
[submodule "src/acceptance-tests/vendor/github.com/cloudfoundry/sonde-go"]
path = src/acceptance-tests/vendor/github.com/cloudfoundry/sonde-go
url = https://github.com/cloudfoundry/sonde-go
[submodule "src/acceptance-tests/vendor/github.com/cloudfoundry-incubator/cf-test-helpers"]
path = src/acceptance-tests/vendor/github.com/cloudfoundry-incubator/cf-test-helpers
url = https://github.com/cloudfoundry-incubator/cf-test-helpers
[submodule "src/acceptance-tests/vendor/github.com/nu7hatch/gouuid"]
path = src/acceptance-tests/vendor/github.com/nu7hatch/gouuid
url = https://github.com/nu7hatch/gouuid
[submodule "src/etcdfab/vendor/code.cloudfoundry.org/lager"]
path = src/etcdfab/vendor/code.cloudfoundry.org/lager
url = https://github.com/cloudfoundry/lager.git
[submodule "src/etcdfab/vendor/github.com/onsi/ginkgo"]
path = src/etcdfab/vendor/github.com/onsi/ginkgo
url = https://github.com/onsi/ginkgo
[submodule "src/etcdfab/vendor/github.com/onsi/gomega"]
path = src/etcdfab/vendor/github.com/onsi/gomega
url = https://github.com/onsi/gomega
[submodule "src/etcdfab/vendor/github.com/pivotal-cf-experimental/gomegamatchers"]
path = src/etcdfab/vendor/github.com/pivotal-cf-experimental/gomegamatchers
url = https://github.com/pivotal-cf-experimental/gomegamatchers
[submodule "src/etcdfab/vendor/github.com/coreos/etcd"]
path = src/etcdfab/vendor/github.com/coreos/etcd
url = https://github.com/coreos/etcd