forked from cloudfoundry/cf-mysql-release
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitmodules
129 lines (129 loc) · 5.24 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
[submodule "src/cf-mysql-broker"]
path = src/cf-mysql-broker
url = https://github.com/cloudfoundry/cf-mysql-broker.git
[submodule "packages/ruby"]
path = packages/ruby
url = https://github.com/cloudfoundry/ruby.git
[submodule "src/github.com/cloudfoundry-incubator/galera-healthcheck"]
path = src/github.com/cloudfoundry-incubator/galera-healthcheck
url = https://github.com/cloudfoundry-incubator/galera-healthcheck.git
branch = master
[submodule "src/github.com/cloudfoundry/mariadb_ctrl"]
path = src/github.com/cloudfoundry/mariadb_ctrl
url = https://github.com/cloudfoundry/mariadb_ctrl.git
branch = master
[submodule "src/github.com/cloudfoundry-incubator/route-registrar"]
path = src/github.com/cloudfoundry-incubator/route-registrar
url = https://github.com/cloudfoundry-incubator/route-registrar.git
[submodule "src/github.com/cloudfoundry-incubator/switchboard"]
path = src/github.com/cloudfoundry-incubator/switchboard
url = https://github.com/cloudfoundry-incubator/switchboard
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/cloudfoundry-incubator/cf-test-helpers"]
path = src/github.com/cloudfoundry-incubator/cf-test-helpers
url = https://github.com/cloudfoundry-incubator/cf-test-helpers
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/nu7hatch/gouuid"]
path = src/github.com/nu7hatch/gouuid
url = https://github.com/nu7hatch/gouuid
branch = master
[submodule "src/github.com/onsi/gomega"]
path = src/github.com/onsi/gomega
url = https://github.com/onsi/gomega
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/go-sql-driver/mysql"]
path = src/github.com/go-sql-driver/mysql
url = https://github.com/go-sql-driver/mysql
branch = master
[submodule "src/github.com/erikstmartin/go-testdb"]
path = src/github.com/erikstmartin/go-testdb
url = https://github.com/erikstmartin/go-testdb
branch = master
[submodule "src/github.com/cloudfoundry-incubator/cf-lager"]
path = src/github.com/cloudfoundry-incubator/cf-lager
url = https://github.com/cloudfoundry-incubator/cf-lager
branch = master
[submodule "src/gopkg.in/validator.v2"]
path = src/gopkg.in/validator.v2
url = https://gopkg.in/validator.v2
branch = master
[submodule "src/github.com/pivotal-golang/lager"]
path = src/github.com/pivotal-golang/lager
url = https://github.com/pivotal-golang/lager
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/cloudfoundry-incubator/cf-mysql-acceptance-tests"]
path = src/github.com/cloudfoundry-incubator/cf-mysql-acceptance-tests
url = https://github.com/cloudfoundry-incubator/cf-mysql-acceptance-tests.git
branch = master
[submodule "src/github.com/pivotal-cf-experimental/cf-mysql-quota-enforcer"]
path = src/github.com/pivotal-cf-experimental/cf-mysql-quota-enforcer
url = https://github.com/pivotal-cf-experimental/cf-mysql-quota-enforcer.git
[submodule "src/github.com/DATA-DOG/go-sqlmock"]
path = src/github.com/DATA-DOG/go-sqlmock
url = https://github.com/DATA-DOG/go-sqlmock
[submodule "src/github.com/pivotal-cf-experimental/service-config"]
path = src/github.com/pivotal-cf-experimental/service-config
url = https://github.com/pivotal-cf-experimental/service-config
branch = master
[submodule "src/github.com/cloudfoundry-incubator/candiedyaml"]
path = src/github.com/cloudfoundry-incubator/candiedyaml
url = https://github.com/cloudfoundry-incubator/candiedyaml
[submodule "src/github.com/imdario/mergo"]
path = src/github.com/imdario/mergo
url = https://github.com/imdario/mergo
[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/text"]
path = src/golang.org/x/text
url = https://go.googlesource.com/text
branch = master
[submodule "src/github.com/cloudfoundry-incubator/cf-mysql-bootstrap"]
path = src/github.com/cloudfoundry-incubator/cf-mysql-bootstrap
url = https://github.com/cloudfoundry-incubator/cf-mysql-bootstrap
branch = master
[submodule "src/github.com/tedsuo/rata"]
path = src/github.com/tedsuo/rata
url = https://github.com/tedsuo/rata
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/apcera/gnatsd"]
path = src/github.com/apcera/gnatsd
url = https://github.com/apcera/gnatsd
branch = master
[submodule "src/github.com/nats-io/nats"]
path = src/github.com/nats-io/nats
url = https://github.com/nats-io/nats
branch = master
[submodule "src/github.com/nats-io/gnatsd"]
path = src/github.com/nats-io/gnatsd
url = https://github.com/nats-io/gnatsd
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/go-yaml/yaml"]
path = src/github.com/go-yaml/yaml
url = https://github.com/go-yaml/yaml
branch = master