1
0
mirror of https://github.com/taigrr/shorturl synced 2025-01-18 04:03:16 -08:00

Vendor packages

This commit is contained in:
2017-09-02 12:53:45 -07:00
parent 738f3bdb21
commit 558f88173e
12 changed files with 44 additions and 0 deletions

33
.gitmodules vendored Normal file
View 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