-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitmodules
31 lines (31 loc) · 1.84 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
[submodule "src/github.com/pivotal-cf/brokerapi"]
path = src/github.com/pivotal-cf/brokerapi
url = https://github.com/pivotal-cf/brokerapi.git
pushurl = [email protected]:pivotal-cf/brokerapi.git
branch = main
[submodule "src/github.com/pivotal-cf/on-demand-service-broker"]
path = src/github.com/pivotal-cf/on-demand-service-broker
url = https://github.com/pivotal-cf/on-demand-service-broker.git
pushurl = [email protected]:pivotal-cf/on-demand-service-broker.git
branch = main
[submodule "examples/redis-example-service-adapter-release"]
path = examples/redis-example-service-adapter-release
url = https://github.com/pivotal-cf-experimental/redis-example-service-adapter-release.git
pushurl = [email protected]:pivotal-cf-experimental/redis-example-service-adapter-release.git
[submodule "examples/redis-example-service-release"]
path = examples/redis-example-service-release
url = https://github.com/pivotal-cf-experimental/redis-example-service-release.git
pushurl = [email protected]:pivotal-cf-experimental/redis-example-service-release.git
[submodule "examples/kafka-example-service-release"]
path = examples/kafka-example-service-release
url = https://github.com/pivotal-cf-experimental/kafka-example-service-release.git
pushurl = [email protected]:pivotal-cf-experimental/kafka-example-service-release.git
[submodule "examples/kafka-example-service-adapter-release"]
path = examples/kafka-example-service-adapter-release
url = https://github.com/pivotal-cf-experimental/kafka-example-service-adapter-release.git
pushurl = [email protected]:pivotal-cf-experimental/kafka-example-service-adapter-release.git
[submodule "src/github.com/pivotal-cf/on-demand-services-sdk"]
path = src/github.com/pivotal-cf/on-demand-services-sdk
url = https://github.com/pivotal-cf/on-demand-services-sdk.git
pushurl = [email protected]:pivotal-cf/on-demand-services-sdk.git
branch = main