-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
54 lines (54 loc) · 2.19 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
[submodule "vendor/github.com/gorilla/mux"]
path = vendor/github.com/gorilla/mux
url = https://github.com/gorilla/mux
[submodule "vendor/github.com/gorilla/context"]
path = vendor/github.com/gorilla/context
url = https://github.com/gorilla/context
[submodule "vendor/github.com/stretchr/testify"]
path = vendor/github.com/stretchr/testify
url = https://github.com/stretchr/testify.git
[submodule "vendor/github.com/jinzhu/gorm"]
path = vendor/github.com/jinzhu/gorm
url = https://github.com/jinzhu/gorm
[submodule "vendor/github.com/jinzhu/inflection"]
path = vendor/github.com/jinzhu/inflection
url = https://github.com/jinzhu/inflection
[submodule "vendor/github.com/stretchr/testify.git"]
path = vendor/github.com/stretchr/testify.git
url = https://github.com/stretchr/testify.git
[submodule "vendor/github.com/vaughan0/go-ini"]
path = vendor/github.com/vaughan0/go-ini
url = https://github.com/vaughan0/go-ini
[submodule "vendor/golang.org/x/sys"]
path = vendor/golang.org/x/sys
url = https://go.googlesource.com/sys
[submodule "vendor/golang.org/x/crypto"]
path = vendor/golang.org/x/crypto
url = https://go.googlesource.com/crypto
[submodule "vendor/gopkg.in/check.v1"]
path = vendor/gopkg.in/check.v1
url = https://github.com/go-check/check.git
[submodule "vendor/gopkg.in/mgo.v2"]
path = vendor/gopkg.in/mgo.v2
url = https://github.com/go-mgo/mgo.git
[submodule "vendor/gopkg.in/tomb.v2"]
path = vendor/gopkg.in/tomb.v2
url = https://github.com/go-tomb/tomb.git
[submodule "vendor/gopkg.in/yaml.v2"]
path = vendor/gopkg.in/yaml.v2
url = https://github.com/go-yaml/yaml.git
[submodule "vendor/github.com/go-mgo/mgo"]
path = vendor/github.com/go-mgo/mgo
url = https://github.com/go-mgo/mgo
[submodule "vendor/github.com/qor/inflection"]
path = vendor/github.com/qor/inflection
url = https://github.com/qor/inflection
[submodule "vendor/github.com/Sirupsen/logrus"]
path = vendor/github.com/Sirupsen/logrus
url = https://github.com/Sirupsen/logrus.git
[submodule "vendor/github.com/lib/pq"]
path = vendor/github.com/lib/pq
url = https://github.com/lib/pq.git
[submodule "vendor/github.com/Masterminds/semver"]
path = vendor/github.com/Masterminds/semver
url = https://github.com/Masterminds/semver.git