forked from cloudfoundry/app-autoscaler
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
99 lines (99 loc) · 4.31 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
[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.git
[submodule "src/github.com/nu7hatch/gouuid"]
path = src/github.com/nu7hatch/gouuid
url = https://github.com/nu7hatch/gouuid
[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/cloudfoundry/noaa"]
path = src/github.com/cloudfoundry/noaa
url = https://github.com/cloudfoundry/noaa.git
[submodule "src/github.com/cloudfoundry/sonde-go"]
path = src/github.com/cloudfoundry/sonde-go
url = https://github.com/cloudfoundry/sonde-go.git
[submodule "src/github.com/gogo/protobuf"]
path = src/github.com/gogo/protobuf
url = https://github.com/gogo/protobuf.git
[submodule "src/github.com/golang/protobuf"]
path = src/github.com/golang/protobuf
url = https://github.com/golang/protobuf.git
[submodule "src/github.com/gorilla/mux"]
path = src/github.com/gorilla/mux
url = https://github.com/gorilla/mux.git
[submodule "src/github.com/gorilla/context"]
path = src/github.com/gorilla/context
url = https://github.com/gorilla/context.git
[submodule "src/github.com/gorilla/websocket"]
path = src/github.com/gorilla/websocket
url = https://github.com/gorilla/websocket.git
[submodule "src/gopkg.in/yaml.v2"]
path = src/gopkg.in/yaml.v2
url = https://gopkg.in/yaml.v2
[submodule "src/github.com/tedsuo/ifrit"]
path = src/github.com/tedsuo/ifrit
url = https://github.com/tedsuo/ifrit
[submodule "src/code.cloudfoundry.org/lager"]
path = src/code.cloudfoundry.org/lager
url = https://github.com/cloudfoundry/lager.git
[submodule "src/code.cloudfoundry.org/cfhttp"]
path = src/code.cloudfoundry.org/cfhttp
url = https://github.com/cloudfoundry/cfhttp.git
[submodule "src/github.com/lib/pq"]
path = src/github.com/lib/pq
url = https://github.com/lib/pq
[submodule "src/code.cloudfoundry.org/clock"]
path = src/code.cloudfoundry.org/clock
url = https://github.com/cloudfoundry/clock
[submodule "src/github.com/square/certstrap"]
path = src/github.com/square/certstrap
url = https://github.com/square/certstrap
[submodule "src/code.cloudfoundry.org/consuladapter"]
path = src/code.cloudfoundry.org/consuladapter
url = https://github.com/cloudfoundry/consuladapter.git
[submodule "src/code.cloudfoundry.org/locket"]
path = src/code.cloudfoundry.org/locket
url = https://github.com/cloudfoundry/locket.git
[submodule "src/code.cloudfoundry.org/runtimeschema"]
path = src/code.cloudfoundry.org/runtimeschema
url = https://github.com/cloudfoundry/runtimeschema
[submodule "src/github.com/hashicorp/consul"]
path = src/github.com/hashicorp/consul
url = https://github.com/hashicorp/consul
[submodule "src/github.com/cloudfoundry/dropsonde"]
path = src/github.com/cloudfoundry/dropsonde
url = https://github.com/cloudfoundry/dropsonde
[submodule "src/github.com/rubyist/circuitbreaker"]
path = src/github.com/rubyist/circuitbreaker
url = https://github.com/rubyist/circuitbreaker
[submodule "src/golang.org/x/net"]
path = src/golang.org/x/net
url = https://github.com/golang/net
[submodule "src/github.com/cenk/backoff"]
path = src/github.com/cenk/backoff
url = https://github.com/cenk/backoff
[submodule "src/github.com/facebookgo/clock"]
path = src/github.com/facebookgo/clock
url = https://github.com/facebookgo/clock
[submodule "src/github.com/prometheus/client_golang"]
path = src/github.com/prometheus/client_golang
url = https://github.com/prometheus/client_golang
[submodule "src/github.com/prometheus/common"]
path = src/github.com/prometheus/common
url = https://github.com/prometheus/common
[submodule "src/github.com/prometheus/client_model"]
path = src/github.com/prometheus/client_model
url = https://github.com/prometheus/client_model
[submodule "src/github.com/beorn7/perks"]
path = src/github.com/beorn7/perks
url = https://github.com/beorn7/perks
[submodule "src/github.com/matttproud/golang_protobuf_extensions"]
path = src/github.com/matttproud/golang_protobuf_extensions
url = https://github.com/matttproud/golang_protobuf_extensions
[submodule "src/github.com/prometheus/procfs"]
path = src/github.com/prometheus/procfs
url = https://github.com/prometheus/procfs