forked from cloudfoundry-attic/etcd-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.2 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
[submodule "src/etcd"]
path = src/github.com/coreos/etcd
url = https://github.com/coreos/etcd.git
[submodule "src/github.com/onsi/ginkgo"]
path = src/github.com/onsi/ginkgo
url = http://github.com/onsi/ginkgo.git
[submodule "src/github.com/onsi/gomega"]
path = src/github.com/onsi/gomega
url = http://github.com/onsi/gomega.git
[submodule "src/github.com/cloudfoundry-incubator/cf-test-helpers"]
path = src/github.com/cloudfoundry-incubator/cf-test-helpers
url = http://github.com/cloudfoundry-incubator/cf-test-helpers.git
[submodule "src/github.com/coreos/go-etcd"]
path = src/github.com/coreos/go-etcd
url = http://github.com/coreos/go-etcd.git
[submodule "src/github.com/nu7hatch/gouuid"]
path = src/github.com/nu7hatch/gouuid
url = http://github.com/nu7hatch/gouuid.git
[submodule "src/github.com/ugorji/go"]
path = src/github.com/ugorji/go
url = http://github.com/ugorji/go.git
[submodule "src/github.com/cloudfoundry-incubator/candiedyaml"]
path = src/github.com/cloudfoundry-incubator/candiedyaml
url = https://github.com/cloudfoundry-incubator/candiedyaml.git
[submodule "src/etcd-metrics-server"]
path = src/etcd-metrics-server
url = https://github.com/cloudfoundry-incubator/etcd-metrics-server.git