-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 936 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 936 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "vendor/src/github.com/go-chi/chi"]
path = vendor/src/github.com/go-chi/chi
url = https://github.com/go-chi/chi
[submodule "vendor/src/github.com/go-chi/render"]
path = vendor/src/github.com/go-chi/render
url = https://github.com/go-chi/render
[submodule "vendor/src/github.com/mitchellh/mapstructure"]
path = vendor/src/github.com/mitchellh/mapstructure
url = https://github.com/mitchellh/mapstructure
[submodule "vendor/github.com/mitchellh/mapstructure"]
path = vendor/github.com/mitchellh/mapstructure
url = https://github.com/mitchellh/mapstructure
[submodule "vendor/github.com/go-chi/render"]
path = vendor/github.com/go-chi/render
url = https://github.com/go-chi/render
[submodule "vendor/github.com/go-chi/chi"]
path = vendor/github.com/go-chi/chi
url = https://github.com/go-chi/chi
[submodule "vendor/github.com/go-chi/cors"]
path = vendor/github.com/go-chi/cors
url = https://github.com/go-chi/cors