-
Notifications
You must be signed in to change notification settings - Fork 3
/
.gitmodules
37 lines (37 loc) · 1.67 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
[submodule "src/dynagrok/examples/shapes"]
path = src/dynagrok/examples/shapes
url = http://github.com/jkobyp/shapes
branch = dynagrok
[submodule "src/github.com/stretchr/testify"]
path = src/github.com/stretchr/testify
url = http://github.com/stretchr/testify
[submodule "examples/src/github.com/timtadh/combos"]
path = examples/src/github.com/timtadh/combos
url = [email protected]:timtadh/combos
[submodule "examples/src/github.com/timtadh/dot"]
path = examples/src/github.com/timtadh/dot
url = [email protected]:timtadh/dot
[submodule "examples/src/github.com/timtadh/lexmachine"]
path = examples/src/github.com/timtadh/lexmachine
url = [email protected]:timtadh/lexmachine
[submodule "examples/src/github.com/russross/blackfriday"]
path = examples/src/github.com/russross/blackfriday
url = [email protected]:russross/blackfriday.git
[submodule "examples/src/github.com/microcosm-cc/bluemonday"]
path = examples/src/github.com/microcosm-cc/bluemonday
url = [email protected]:microcosm-cc/bluemonday.git
[submodule "examples/src/golang.org/x/net"]
path = examples/src/golang.org/x/net
url = [email protected]:golang/net
[submodule "examples/src/github.com/shurcooL/sanitized_anchor_name"]
path = examples/src/github.com/shurcooL/sanitized_anchor_name
url = [email protected]:shurcooL/sanitized_anchor_name
[submodule "examples/src/robertkrimen/otto"]
path = examples/src/robertkrimen/otto
url = [email protected]:robertkrimen/otto.git
[submodule "examples/src/github.com/robertkrimen/otto"]
path = examples/src/github.com/robertkrimen/otto
url = [email protected]:robertkrimen/otto.git
[submodule "examples/src/gopkg.in/sourcemap.v1"]
path = examples/src/gopkg.in/sourcemap.v1
url = https://gopkg.in/sourcemap.v1