diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..bac0e07 --- /dev/null +++ b/.gitmodules @@ -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 diff --git a/vendor/github.com/GeertJohan/go.rice b/vendor/github.com/GeertJohan/go.rice new file mode 160000 index 0000000..c02ca9a --- /dev/null +++ b/vendor/github.com/GeertJohan/go.rice @@ -0,0 +1 @@ +Subproject commit c02ca9a983da5807ddf7d796784928f5be4afd09 diff --git a/vendor/github.com/asdine/storm b/vendor/github.com/asdine/storm new file mode 160000 index 0000000..e35194f --- /dev/null +++ b/vendor/github.com/asdine/storm @@ -0,0 +1 @@ +Subproject commit e35194f772fef1442e9f6c8526a6c115ca729638 diff --git a/vendor/github.com/boltdb/bolt b/vendor/github.com/boltdb/bolt new file mode 160000 index 0000000..2f1ce7a --- /dev/null +++ b/vendor/github.com/boltdb/bolt @@ -0,0 +1 @@ +Subproject commit 2f1ce7a837dcb8da3ec595b1dac9d0632f0f99e8 diff --git a/vendor/github.com/daaku/go.zipexe b/vendor/github.com/daaku/go.zipexe new file mode 160000 index 0000000..a5fe243 --- /dev/null +++ b/vendor/github.com/daaku/go.zipexe @@ -0,0 +1 @@ +Subproject commit a5fe2436ffcb3236e175e5149162b41cd28bd27d diff --git a/vendor/github.com/julienschmidt/httprouter b/vendor/github.com/julienschmidt/httprouter new file mode 160000 index 0000000..975b5c4 --- /dev/null +++ b/vendor/github.com/julienschmidt/httprouter @@ -0,0 +1 @@ +Subproject commit 975b5c4c7c21c0e3d2764200bf2aa8e34657ae6e diff --git a/vendor/github.com/kardianos/osext b/vendor/github.com/kardianos/osext new file mode 160000 index 0000000..ae77be6 --- /dev/null +++ b/vendor/github.com/kardianos/osext @@ -0,0 +1 @@ +Subproject commit ae77be60afb1dcacde03767a8c37337fad28ac14 diff --git a/vendor/github.com/namsral/flag b/vendor/github.com/namsral/flag new file mode 160000 index 0000000..67f268f --- /dev/null +++ b/vendor/github.com/namsral/flag @@ -0,0 +1 @@ +Subproject commit 67f268f20922975c067ed799e4be6bacf152208c diff --git a/vendor/github.com/rcrowley/go-metrics b/vendor/github.com/rcrowley/go-metrics new file mode 160000 index 0000000..1f30fe9 --- /dev/null +++ b/vendor/github.com/rcrowley/go-metrics @@ -0,0 +1 @@ +Subproject commit 1f30fe9094a513ce4c700b9a54458bbb0c96996c diff --git a/vendor/github.com/stretchr/testify b/vendor/github.com/stretchr/testify new file mode 160000 index 0000000..890a5c3 --- /dev/null +++ b/vendor/github.com/stretchr/testify @@ -0,0 +1 @@ +Subproject commit 890a5c3458b43e6104ff5da8dfa139d013d77544 diff --git a/vendor/github.com/thoas/stats b/vendor/github.com/thoas/stats new file mode 160000 index 0000000..152b5d0 --- /dev/null +++ b/vendor/github.com/thoas/stats @@ -0,0 +1 @@ +Subproject commit 152b5d051953fdb6e45f14b6826962aadc032324 diff --git a/vendor/github.com/unrolled/logger b/vendor/github.com/unrolled/logger new file mode 160000 index 0000000..9662379 --- /dev/null +++ b/vendor/github.com/unrolled/logger @@ -0,0 +1 @@ +Subproject commit 96623791abc8e1ca9ad4e8a2753d2a2ff195cf2d