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 30
/
.gitmodules
54 lines (54 loc) · 3.08 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
[submodule "src/confab/vendor/github.com/onsi/ginkgo"]
path = src/confab/vendor/github.com/onsi/ginkgo
url = https://github.com/onsi/ginkgo
[submodule "src/confab/vendor/github.com/onsi/gomega"]
path = src/confab/vendor/github.com/onsi/gomega
url = https://github.com/onsi/gomega
[submodule "src/confab/vendor/github.com/hashicorp/consul"]
path = src/confab/vendor/github.com/hashicorp/consul
url = https://github.com/hashicorp/consul
[submodule "src/confab/vendor/golang.org/x/crypto"]
path = src/confab/vendor/golang.org/x/crypto
url = https://go.googlesource.com/crypto
[submodule "src/acceptance-tests/vendor/github.com/onsi/ginkgo"]
path = src/acceptance-tests/vendor/github.com/onsi/ginkgo
url = https://github.com/onsi/ginkgo
[submodule "src/acceptance-tests/vendor/github.com/onsi/gomega"]
path = src/acceptance-tests/vendor/github.com/onsi/gomega
url = https://github.com/onsi/gomega
[submodule "src/acceptance-tests/vendor/golang.org/x/crypto"]
path = src/acceptance-tests/vendor/golang.org/x/crypto
url = https://go.googlesource.com/crypto
[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
[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
[submodule "src/confab/vendor/github.com/pivotal-cf-experimental/gomegamatchers"]
path = src/confab/vendor/github.com/pivotal-cf-experimental/gomegamatchers
url = https://github.com/pivotal-cf-experimental/gomegamatchers.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
[submodule "src/acceptance-tests/vendor/github.com/cloudfoundry-incubator/check-a-record"]
path = src/acceptance-tests/vendor/github.com/cloudfoundry-incubator/check-a-record
url = https://github.com/cloudfoundry-incubator/check-a-record.git
[submodule "src/confab/vendor/code.cloudfoundry.org/lager"]
path = src/confab/vendor/code.cloudfoundry.org/lager
url = https://github.com/cloudfoundry/lager
[submodule "src/confab/vendor/code.cloudfoundry.org/clock"]
path = src/confab/vendor/code.cloudfoundry.org/clock
url = https://github.com/cloudfoundry/clock
[submodule "src/confab/vendor/github.com/miekg/dns"]
path = src/confab/vendor/github.com/miekg/dns
url = https://github.com/miekg/dns
[submodule "src/acceptance-tests/testing/fake-dns-server/vendor/github.com/miekg/dns"]
path = src/acceptance-tests/testing/fake-dns-server/vendor/github.com/miekg/dns
url = https://github.com/miekg/dns.git
[submodule "src/confab/vendor/golang.org/x/net"]
path = src/confab/vendor/golang.org/x/net
url = https://go.googlesource.com/net
[submodule "src/confab/vendor/golang.org/x/text"]
path = src/confab/vendor/golang.org/x/text
url = https://go.googlesource.com/text