forked from cloudfoundry/app-autoscaler-cli-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
27 lines (27 loc) · 1.01 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/github.com/fatih/color"]
path = src/github.com/fatih/color
url = https://github.com/fatih/color
[submodule "src/code.cloudfoundry.org/cli"]
path = src/code.cloudfoundry.org/cli
url = https://github.com/cloudfoundry/cli
[submodule "src/github.com/jessevdk/go-flags"]
path = src/github.com/jessevdk/go-flags
url = https://github.com/jessevdk/go-flags
[submodule "src/github.com/onsi/ginkgo"]
path = src/github.com/onsi/ginkgo
url = https://github.com/onsi/ginkgo
[submodule "src/github.com/onsi/gomega"]
path = src/github.com/onsi/gomega
url = https://github.com/onsi/gomega
[submodule "src/github.com/golang/protobuf"]
path = src/github.com/golang/protobuf
url = https://github.com/golang/protobuf.git
[submodule "src/gopkg.in/yaml.v2"]
path = src/gopkg.in/yaml.v2
url = https://gopkg.in/yaml.v2
[submodule "src/golang.org/x/net"]
path = src/golang.org/x/net
url = https://github.com/golang/net
[submodule "src/golang.org/x/text"]
path = src/golang.org/x/text
url = https://github.com/golang/text