-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy path.gitmodules
39 lines (39 loc) · 1.61 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
[submodule "_vendor/src/golang.org/x/net"]
path = _vendor/src/golang.org/x/net
url = https://go.googlesource.com/net
[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/go-sql-driver/mysql"]
path = _vendor/src/github.com/go-sql-driver/mysql
url = https://github.com/go-sql-driver/mysql
[submodule "errors"]
path = errors
url = https://github.com/juju/errors
[submodule "_vendor/src/github.com/juju/errors"]
path = _vendor/src/github.com/juju/errors
url = https://github.com/juju/errors
[submodule "_vendor/src/github.com/ngaut/log"]
path = _vendor/src/github.com/ngaut/log
url = https://github.com/ngaut/log
[submodule "go.uuid"]
path = go.uuid
url = https://github.com/satori/go.uuid
[submodule "_vendor/src/github.com/satori/go.uuid"]
path = _vendor/src/github.com/satori/go.uuid
url = https://github.com/satori/go.uuid
[submodule "_vendor/src/github.com/siddontang/go"]
path = _vendor/src/github.com/siddontang/go
url = https://github.com/siddontang/go
[submodule "_vendor/src/github.com/siddontang/go-mysql"]
path = _vendor/src/github.com/siddontang/go-mysql
url = https://github.com/siddontang/go-mysql
[submodule "_vendor/src/github.com/mattn/go-sqlite3"]
path = _vendor/src/github.com/mattn/go-sqlite3
url = https://github.com/mattn/go-sqlite3
[submodule "_vendor/src/github.com/golang/glog"]
path = _vendor/src/github.com/golang/glog
url = https://github.com/golang/glog
[submodule "_vendor/src/golang.org/x/sys"]
path = _vendor/src/golang.org/x/sys
url = https://go.googlesource.com/sys