aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
blob: 7bae0f0191a1c933780deb3b10f4a116b8625273 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[submodule "vendor/github.com/fsnotify/fsnotify"]
	path = vendor/github.com/fsnotify/fsnotify
	url = https://github.com/fsnotify/fsnotify
[submodule "vendor/github.com/microcosm-cc/bluemonday"]
	path = vendor/github.com/microcosm-cc/bluemonday
	url = https://github.com/microcosm-cc/bluemonday
[submodule "vendor/github.com/ogier/pflag"]
	path = vendor/github.com/ogier/pflag
	url = https://github.com/ogier/pflag
[submodule "vendor/github.com/russross/blackfriday"]
	path = vendor/github.com/russross/blackfriday
	url = https://github.com/russross/blackfriday
[submodule "vendor/github.com/rwcarlsen/goexif"]
	path = vendor/github.com/rwcarlsen/goexif
	url = https://github.com/rwcarlsen/goexif
[submodule "vendor/gopkg.in/yaml.v2"]
	path = vendor/gopkg.in/yaml.v2
	url = https://gopkg.in/yaml.v2