forked from la5nta/pat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
76 lines (76 loc) · 2.87 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
[submodule "vendor/github.com/mattn/go-runewidth"]
path = vendor/github.com/mattn/go-runewidth
url = https://github.com/mattn/go-runewidth.git
branch = master
[submodule "vendor/github.com/gorhill/cronexpr"]
path = vendor/github.com/gorhill/cronexpr
url = https://github.com/gorhill/cronexpr.git
branch = master
[submodule "vendor/github.com/elazarl/go-bindata-assetfs"]
path = vendor/github.com/elazarl/go-bindata-assetfs
url = https://github.com/elazarl/go-bindata-assetfs.git
branch = master
[submodule "vendor/github.com/gorilla/context"]
path = vendor/github.com/gorilla/context
url = https://github.com/gorilla/context.git
branch = master
[submodule "vendor/github.com/gorilla/websocket"]
path = vendor/github.com/gorilla/websocket
url = https://github.com/gorilla/websocket.git
branch = master
[submodule "vendor/github.com/bndr/gotabulate"]
path = vendor/github.com/bndr/gotabulate
url = https://github.com/bndr/gotabulate.git
branch = master
[submodule "vendor/github.com/gorilla/mux"]
path = vendor/github.com/gorilla/mux
url = https://github.com/gorilla/mux.git
branch = master
[submodule "vendor/github.com/howeyc/gopass"]
path = vendor/github.com/howeyc/gopass
url = https://github.com/howeyc/gopass.git
branch = master
[submodule "vendor/github.com/peterh/liner"]
path = vendor/github.com/peterh/liner
url = https://github.com/peterh/liner.git
branch = master
[submodule "vendor/github.com/spf13/pflag"]
path = vendor/github.com/spf13/pflag
url = https://github.com/spf13/pflag.git
branch = master
[submodule "vendor/github.com/microcosm-cc/bluemonday"]
path = vendor/github.com/microcosm-cc/bluemonday
url = https://github.com/microcosm-cc/bluemonday.git
branch = master
[submodule "vendor/github.com/la5nta/wl2k-go"]
path = vendor/github.com/la5nta/wl2k-go
url = https://github.com/la5nta/wl2k-go
branch = master
[submodule "vendor/golang.org/x/net"]
path = vendor/golang.org/x/net
url = https://go.googlesource.com/net
branch = master
[submodule "vendor/golang.org/x/crypto"]
path = vendor/golang.org/x/crypto
url = https://go.googlesource.com/crypto
branch = master
[submodule "vendor/github.com/jteeuwen/go-bindata"]
path = vendor/github.com/jteeuwen/go-bindata
url = https://github.com/jteeuwen/go-bindata.git
branch = master
[submodule "vendor/golang.org/x/text"]
path = vendor/golang.org/x/text
url = https://go.googlesource.com/text
branch = master
[submodule "vendor/github.com/fsnotify/fsnotify"]
path = vendor/github.com/fsnotify/fsnotify
url = https://github.com/fsnotify/fsnotify.git
[submodule "vendor/golang.org/x/sys"]
path = vendor/golang.org/x/sys
url = https://go.googlesource.com/sys
[submodule "vendor/github.com/nfnt/resize"]
path = vendor/github.com/nfnt/resize
url = https://github.com/nfnt/resize.git
[submodule "vendor/github.com/pd0mz/go-maidenhead"]
path = vendor/github.com/pd0mz/go-maidenhead
url = https://github.com/pd0mz/go-maidenhead.git