-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
36 lines (36 loc) · 1.69 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
[submodule "src/vendor/github.com/satori/go.uuid"]
path = src/vendor/github.com/satori/go.uuid
url = https://github.com/satori/go.uuid.git
[submodule "src/github.com/alecthomas/gometalinter"]
path = src/github.com/alecthomas/gometalinter
url = https://github.com/alecthomas/gometalinter
[submodule "src/vendor/golang.org/x/crypto"]
path = src/vendor/golang.org/x/crypto
url = https://go.googlesource.com/crypto
[submodule "src/vendor/gopkg.in/yaml.v2"]
path = src/vendor/gopkg.in/yaml.v2
url = https://gopkg.in/yaml.v2
[submodule "src/vendor/github.com/derekparker/trie"]
path = src/vendor/github.com/derekparker/trie
url = https://github.com/derekparker/trie.git
[submodule "src/vendor/github.com/mitchellh/go-wordwrap"]
path = src/vendor/github.com/mitchellh/go-wordwrap
url = https://github.com/mitchellh/go-wordwrap
[submodule "src/vendor/github.com/gorilla/websocket"]
path = src/vendor/github.com/gorilla/websocket
url = https://github.com/gorilla/websocket.git
[submodule "src/vendor/github.com/rcrowley/go-metrics"]
path = src/vendor/github.com/rcrowley/go-metrics
url = https://github.com/rcrowley/go-metrics.git
[submodule "src/vendor/github.com/abiosoft/ishell"]
path = src/vendor/github.com/abiosoft/ishell
url = https://github.com/abiosoft/ishell.git
[submodule "src/vendor/github.com/abiosoft/readline"]
path = src/vendor/github.com/abiosoft/readline
url = https://github.com/abiosoft/readline.git
[submodule "src/vendor/github.com/flynn-archive/go-shlex"]
path = src/vendor/github.com/flynn-archive/go-shlex
url = https://github.com/flynn-archive/go-shlex.git
[submodule "src/vendor/github.com/fatih/color"]
path = src/vendor/github.com/fatih/color
url = https://github.com/fatih/color.git