forked from couchbase/sync_gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
33 lines (33 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
[submodule "vendor/src/github.com/couchbaselabs/go-couchbase"]
path = vendor/src/github.com/couchbaselabs/go-couchbase
url = https://github.com/couchbaselabs/go-couchbase
[submodule "vendor/src/github.com/couchbaselabs/go.assert"]
path = vendor/src/github.com/couchbaselabs/go.assert
url = https://github.com/couchbaselabs/go.assert
[submodule "vendor/src/github.com/couchbaselabs/walrus"]
path = vendor/src/github.com/couchbaselabs/walrus
url = https://github.com/couchbaselabs/walrus
[submodule "vendor/src/github.com/gorilla/mux"]
path = vendor/src/github.com/gorilla/mux
url = https://github.com/gorilla/mux
[submodule "vendor/src/github.com/robertkrimen/otto"]
path = vendor/src/github.com/robertkrimen/otto
url = https://github.com/robertkrimen/otto
[submodule "vendor/src/github.com/dustin/gomemcached"]
path = vendor/src/github.com/dustin/gomemcached
url = https://github.com/dustin/gomemcached
[submodule "vendor/src/github.com/gorilla/context"]
path = vendor/src/github.com/gorilla/context
url = https://github.com/gorilla/context
[submodule "vendor/src/github.com/tleyden/fakehttp"]
path = vendor/src/github.com/tleyden/fakehttp
url = https://github.com/tleyden/fakehttp.git
[submodule "utils"]
path = utils
url = https://github.com/couchbaselabs/sync_gateway_admin_ui.git
[submodule "vendor/src/github.com/samuel/go-metrics"]
path = vendor/src/github.com/samuel/go-metrics
url = https://github.com/samuel/go-metrics
[submodule "vendor/src/github.com/couchbaselabs/sync_gateway_admin_ui"]
path = vendor/src/github.com/couchbaselabs/sync_gateway_admin_ui
url = https://github.com/couchbaselabs/sync_gateway_admin_ui.git