forked from cloudfoundry/loggregator-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
84 lines (84 loc) · 3.59 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
[submodule "src/github.com/cloudfoundry/gosteno"]
path = src/github.com/cloudfoundry/gosteno
url = https://github.com/cloudfoundry/gosteno
[submodule "src/github.com/stretchr/testify"]
path = src/github.com/stretchr/testify
url = https://github.com/stretchr/testify
[submodule "src/github.com/gogo/protobuf"]
path = src/github.com/gogo/protobuf
url = https://github.com/gogo/protobuf
[submodule "src/github.com/cloudfoundry/yagnats"]
path = src/github.com/cloudfoundry/yagnats
url = https://github.com/cloudfoundry/yagnats
[submodule "src/github.com/howeyc/fsnotify"]
path = src/github.com/howeyc/fsnotify
url = https://github.com/howeyc/fsnotify
[submodule "src/github.com/nu7hatch/gouuid"]
path = src/github.com/nu7hatch/gouuid
url = https://github.com/nu7hatch/gouuid.git
[submodule "src/github.com/cloudfoundry/loggregatorlib"]
path = src/github.com/cloudfoundry/loggregatorlib
url = https://github.com/cloudfoundry/loggregatorlib.git
[submodule "src/github.com/cloudfoundry/storeadapter"]
path = src/github.com/cloudfoundry/storeadapter
url = https://github.com/cloudfoundry/storeadapter
[submodule "src/github.com/coreos/etcd"]
path = src/github.com/coreos/etcd
url = https://github.com/coreos/etcd
[submodule "src/github.com/coreos/go-etcd"]
path = src/github.com/coreos/go-etcd
url = https://github.com/coreos/go-etcd
[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/gorilla/websocket"]
path = src/github.com/gorilla/websocket
url = https://github.com/gorilla/websocket
[submodule "src/github.com/cloudfoundry/gunk"]
path = src/github.com/cloudfoundry/gunk
url = https://github.com/cloudfoundry/gunk
[submodule "src/github.com/cloudfoundry/loggregator_consumer"]
path = src/github.com/cloudfoundry/loggregator_consumer
url = https://github.com/cloudfoundry/loggregator_consumer
[submodule "src/github.com/davecgh/go-spew"]
path = src/github.com/davecgh/go-spew
url = https://github.com/davecgh/go-spew
[submodule "src/github.com/cloudfoundry/dropsonde"]
path = src/github.com/cloudfoundry/dropsonde
url = https://github.com/cloudfoundry/dropsonde
[submodule "src/github.com/apcera/nats"]
path = src/github.com/apcera/nats
url = https://github.com/apcera/nats
[submodule "src/github.com/cloudfoundry/noaa"]
path = src/github.com/cloudfoundry/noaa
url = https://github.com/cloudfoundry/noaa.git
[submodule "src/github.com/apcera/gnatsd"]
path = src/github.com/apcera/gnatsd
url = https://github.com/apcera/gnatsd
[submodule "src/github.com/pivotal-golang/localip"]
path = src/github.com/pivotal-golang/localip
url = https://github.com/pivotal-golang/localip
[submodule "src/github.com/cloudfoundry/sonde-go"]
path = src/github.com/cloudfoundry/sonde-go
url = https://github.com/cloudfoundry/sonde-go
[submodule "src/github.com/pivotal-golang/clock"]
path = src/github.com/pivotal-golang/clock
url = https://github.com/pivotal-golang/clock.git
[submodule "src/github.com/tedsuo/ifrit"]
path = src/github.com/tedsuo/ifrit
url = https://github.com/tedsuo/ifrit.git
[submodule "src/github.com/hpcloud/tail"]
path = src/github.com/hpcloud/tail
url = https://github.com/hpcloud/tail
[submodule "src/gopkg.in/tomb"]
path = src/gopkg.in/tomb
url = https://github.com/go-tomb/tomb.git
[submodule "src/gopkg.in/tomb.v1"]
path = src/gopkg.in/tomb.v1
url = https://github.com/go-tomb/tomb.git
[submodule "src/gopkg.in/fsnotify.v0"]
path = src/gopkg.in/fsnotify.v0
url = http://github.com/howeyc/fsnotify.git