-
Notifications
You must be signed in to change notification settings - Fork 175
/
.gitmodules
45 lines (45 loc) · 1.77 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
[submodule "src/golang.org/x/sys"]
path = src/golang.org/x/sys
url = https://github.com/golang/sys
[submodule "src/github.com/robfig/cron"]
path = src/github.com/robfig/cron
url = https://github.com/robfig/cron
[submodule "src/github.com/fsnotify/fsnotify"]
path = src/github.com/fsnotify/fsnotify
url = https://github.com/fsnotify/fsnotify
[submodule "src/github.com/cihub/seelog"]
path = src/github.com/cihub/seelog
url = https://github.com/cihub/seelog
[submodule "src/github.com/golang/snappy"]
path = src/github.com/golang/snappy
url = https://github.com/golang/snappy
[submodule "src/github.com/syndtr/goleveldb"]
path = src/github.com/syndtr/goleveldb
url = https://github.com/syndtr/goleveldb
[submodule "src/github.com/labstack/echo"]
path = src/github.com/labstack/echo
url = https://github.com/labstack/echo
[submodule "src/github.com/dgrijalva/jwt-go"]
path = src/github.com/dgrijalva/jwt-go
url = https://github.com/dgrijalva/jwt-go
[submodule "src/github.com/labstack/gommon"]
path = src/github.com/labstack/gommon
url = https://github.com/labstack/gommon
[submodule "src/github.com/mattn/go-colorable"]
path = src/github.com/mattn/go-colorable
url = https://github.com/mattn/go-colorable
[submodule "src/github.com/mattn/go-isatty"]
path = src/github.com/mattn/go-isatty
url = https://github.com/mattn/go-isatty
[submodule "src/github.com/valyala/fasttemplate"]
path = src/github.com/valyala/fasttemplate
url = https://github.com/valyala/fasttemplate
[submodule "src/golang.org/x/crypto"]
path = src/golang.org/x/crypto
url = https://github.com/golang/crypto
[submodule "src/golang.org/x/net"]
path = src/golang.org/x/net
url = https://github.com/golang/net
[submodule "src/github.com/ugorji/go"]
path = src/github.com/ugorji/go
url = https://github.com/ugorji/go