forked from go-graphite/go-carbon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
114 lines (114 loc) · 5.17 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
[submodule "_vendor/src/github.com/lomik/go-whisper"]
path = _vendor/src/github.com/lomik/go-whisper
url = https://github.com/lomik/go-whisper.git
[submodule "_vendor/src/github.com/BurntSushi/toml"]
path = _vendor/src/github.com/BurntSushi/toml
url = https://github.com/BurntSushi/toml
[submodule "_vendor/src/github.com/Sirupsen/logrus"]
path = _vendor/src/github.com/Sirupsen/logrus
url = https://github.com/Sirupsen/logrus
[submodule "_vendor/src/github.com/hydrogen18/stalecucumber"]
path = _vendor/src/github.com/hydrogen18/stalecucumber
url = https://github.com/hydrogen18/stalecucumber
[submodule "_vendor/src/github.com/alyu/configparser"]
path = _vendor/src/github.com/alyu/configparser
url = https://github.com/alyu/configparser
[submodule "_vendor/src/github.com/howeyc/fsnotify"]
path = _vendor/src/github.com/howeyc/fsnotify
url = https://github.com/howeyc/fsnotify.git
[submodule "_vendor/src/github.com/stretchr/testify"]
path = _vendor/src/github.com/stretchr/testify
url = https://github.com/stretchr/testify.git
[submodule "_vendor/src/github.com/benbjohnson/clock"]
path = _vendor/src/github.com/benbjohnson/clock
url = https://github.com/benbjohnson/clock.git
[submodule "_vendor/src/github.com/sevlyar/go-daemon"]
path = _vendor/src/github.com/sevlyar/go-daemon
url = https://github.com/sevlyar/go-daemon.git
[submodule "_vendor/src/github.com/kardianos/osext"]
path = _vendor/src/github.com/kardianos/osext
url = https://github.com/kardianos/osext
[submodule "_vendor/src/github.com/NYTimes/gziphandler"]
path = _vendor/src/github.com/NYTimes/gziphandler
url = https://github.com/NYTimes/gziphandler
[submodule "_vendor/src/github.com/dgryski/carbonzipper"]
path = _vendor/src/github.com/dgryski/carbonzipper
url = https://github.com/dgryski/carbonzipper
[submodule "_vendor/src/github.com/dgryski/go-trigram"]
path = _vendor/src/github.com/dgryski/go-trigram
url = https://github.com/dgryski/go-trigram
[submodule "_vendor/src/github.com/dgryski/httputil"]
path = _vendor/src/github.com/dgryski/httputil
url = https://github.com/dgryski/httputil
[submodule "_vendor/src/github.com/gogo/protobuf"]
path = _vendor/src/github.com/gogo/protobuf
url = https://github.com/gogo/protobuf
[submodule "_vendor/src/github.com/kisielk/og-rek"]
path = _vendor/src/github.com/kisielk/og-rek
url = https://github.com/kisielk/og-rek
[submodule "vendor/github.com/Sirupsen/logrus"]
path = vendor/github.com/Sirupsen/logrus
url = https://github.com/Sirupsen/logrus
[submodule "vendor/github.com/sevlyar/go-daemon"]
path = vendor/github.com/sevlyar/go-daemon
url = https://github.com/sevlyar/go-daemon
[submodule "vendor/github.com/kardianos/osext"]
path = vendor/github.com/kardianos/osext
url = https://github.com/kardianos/osext
[submodule "vendor/github.com/stretchr/testify"]
path = vendor/github.com/stretchr/testify
url = https://github.com/stretchr/testify
[submodule "vendor/github.com/BurntSushi/toml"]
path = vendor/github.com/BurntSushi/toml
url = https://github.com/BurntSushi/toml
[submodule "vendor/github.com/NYTimes/gziphandler"]
path = vendor/github.com/NYTimes/gziphandler
url = https://github.com/NYTimes/gziphandler
[submodule "vendor/github.com/dgryski/carbonzipper"]
path = vendor/github.com/dgryski/carbonzipper
url = https://github.com/dgryski/carbonzipper
[submodule "vendor/github.com/gogo/protobuf"]
path = vendor/github.com/gogo/protobuf
url = https://github.com/gogo/protobuf
[submodule "vendor/github.com/dgryski/go-trigram"]
path = vendor/github.com/dgryski/go-trigram
url = https://github.com/dgryski/go-trigram
[submodule "vendor/github.com/dgryski/httputil"]
path = vendor/github.com/dgryski/httputil
url = https://github.com/dgryski/httputil
[submodule "vendor/github.com/kisielk/og-rek"]
path = vendor/github.com/kisielk/og-rek
url = https://github.com/lomik/og-rek.git
[submodule "vendor/github.com/lomik/go-whisper"]
path = vendor/github.com/lomik/go-whisper
url = https://github.com/lomik/go-whisper
[submodule "vendor/github.com/howeyc/fsnotify"]
path = vendor/github.com/howeyc/fsnotify
url = https://github.com/howeyc/fsnotify
[submodule "vendor/github.com/alyu/configparser"]
path = vendor/github.com/alyu/configparser
url = https://github.com/alyu/configparser
[submodule "vendor/github.com/hydrogen18/stalecucumber"]
path = vendor/github.com/hydrogen18/stalecucumber
url = https://github.com/hydrogen18/stalecucumber
[submodule "vendor/github.com/lomik/og-rek"]
path = vendor/github.com/lomik/og-rek
url = https://github.com/lomik/og-rek
[submodule "vendor/github.com/uber-go/zap"]
path = vendor/github.com/uber-go/zap
url = https://github.com/uber-go/zap
[submodule "vendor/github.com/uber-go/zapwriter"]
path = vendor/github.com/uber-go/zapwriter
url = https://github.com/lomik/zapwriter
[submodule "vendor/github.com/lomik/zapwriter"]
path = vendor/github.com/lomik/zapwriter
url = https://github.com/lomik/zapwriter
[submodule "vendor/github.com/uber-go/atomic"]
path = vendor/github.com/uber-go/atomic
url = https://github.com/uber-go/atomic
[submodule "vendor/go.uber.org/zap"]
path = vendor/go.uber.org/zap
url = https://github.com/uber-go/zap
[submodule "vendor/go.uber.org/atomic"]
path = vendor/go.uber.org/atomic
url = https://github.com/uber-go/atomic