mirror of
https://github.com/taigrr/shorturl
synced 2025-01-18 04:03:16 -08:00
Vendor packages
This commit is contained in:
33
.gitmodules
vendored
Normal file
33
.gitmodules
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
[submodule "vendor/github.com/GeertJohan/go.rice"]
|
||||
path = vendor/github.com/GeertJohan/go.rice
|
||||
url = https://github.com/GeertJohan/go.rice
|
||||
[submodule "vendor/github.com/daaku/go.zipexe"]
|
||||
path = vendor/github.com/daaku/go.zipexe
|
||||
url = https://github.com/daaku/go.zipexe
|
||||
[submodule "vendor/github.com/kardianos/osext"]
|
||||
path = vendor/github.com/kardianos/osext
|
||||
url = https://github.com/kardianos/osext
|
||||
[submodule "vendor/github.com/asdine/storm"]
|
||||
path = vendor/github.com/asdine/storm
|
||||
url = https://github.com/asdine/storm
|
||||
[submodule "vendor/github.com/boltdb/bolt"]
|
||||
path = vendor/github.com/boltdb/bolt
|
||||
url = https://github.com/boltdb/bolt
|
||||
[submodule "vendor/github.com/julienschmidt/httprouter"]
|
||||
path = vendor/github.com/julienschmidt/httprouter
|
||||
url = https://github.com/julienschmidt/httprouter
|
||||
[submodule "vendor/github.com/namsral/flag"]
|
||||
path = vendor/github.com/namsral/flag
|
||||
url = https://github.com/namsral/flag
|
||||
[submodule "vendor/github.com/rcrowley/go-metrics"]
|
||||
path = vendor/github.com/rcrowley/go-metrics
|
||||
url = https://github.com/rcrowley/go-metrics
|
||||
[submodule "vendor/github.com/thoas/stats"]
|
||||
path = vendor/github.com/thoas/stats
|
||||
url = https://github.com/thoas/stats
|
||||
[submodule "vendor/github.com/unrolled/logger"]
|
||||
path = vendor/github.com/unrolled/logger
|
||||
url = https://github.com/unrolled/logger
|
||||
[submodule "vendor/github.com/stretchr/testify"]
|
||||
path = vendor/github.com/stretchr/testify
|
||||
url = https://github.com/stretchr/testify
|
||||
Reference in New Issue
Block a user