diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index d5614cc..164f30f 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,7 @@ { "ImportPath": "github.com/Luzifer/promcertcheck", - "GoVersion": "go1.5", + "GoVersion": "go1.7", + "GodepVersion": "v74", "Deps": [ { "ImportPath": "bitbucket.org/ww/goautoneg", diff --git a/Godeps/_workspace/.gitignore b/Godeps/_workspace/.gitignore deleted file mode 100644 index f037d68..0000000 --- a/Godeps/_workspace/.gitignore +++ /dev/null @@ -1,2 +0,0 @@ -/pkg -/bin diff --git a/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/Makefile b/vendor/bitbucket.org/ww/goautoneg/Makefile similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/ww/goautoneg/Makefile rename to vendor/bitbucket.org/ww/goautoneg/Makefile diff --git a/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/README.txt b/vendor/bitbucket.org/ww/goautoneg/README.txt similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/ww/goautoneg/README.txt rename to vendor/bitbucket.org/ww/goautoneg/README.txt diff --git a/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/autoneg.go b/vendor/bitbucket.org/ww/goautoneg/autoneg.go similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/ww/goautoneg/autoneg.go rename to vendor/bitbucket.org/ww/goautoneg/autoneg.go diff --git a/Godeps/_workspace/src/bitbucket.org/ww/goautoneg/autoneg_test.go b/vendor/bitbucket.org/ww/goautoneg/autoneg_test.go similarity index 100% rename from Godeps/_workspace/src/bitbucket.org/ww/goautoneg/autoneg_test.go rename to vendor/bitbucket.org/ww/goautoneg/autoneg_test.go diff --git a/Godeps/_workspace/src/github.com/Luzifer/rconfig/LICENSE b/vendor/github.com/Luzifer/rconfig/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/Luzifer/rconfig/LICENSE rename to vendor/github.com/Luzifer/rconfig/LICENSE diff --git a/Godeps/_workspace/src/github.com/Luzifer/rconfig/README.md b/vendor/github.com/Luzifer/rconfig/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/Luzifer/rconfig/README.md rename to vendor/github.com/Luzifer/rconfig/README.md diff --git a/Godeps/_workspace/src/github.com/Luzifer/rconfig/config.go b/vendor/github.com/Luzifer/rconfig/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/Luzifer/rconfig/config.go rename to vendor/github.com/Luzifer/rconfig/config.go diff --git a/Godeps/_workspace/src/github.com/Luzifer/rconfig/config_test.go b/vendor/github.com/Luzifer/rconfig/config_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/Luzifer/rconfig/config_test.go rename to vendor/github.com/Luzifer/rconfig/config_test.go diff --git a/Godeps/_workspace/src/github.com/Luzifer/rconfig/example_test.go b/vendor/github.com/Luzifer/rconfig/example_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/Luzifer/rconfig/example_test.go rename to vendor/github.com/Luzifer/rconfig/example_test.go diff --git a/Godeps/_workspace/src/github.com/beorn7/perks/quantile/bench_test.go b/vendor/github.com/beorn7/perks/quantile/bench_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/beorn7/perks/quantile/bench_test.go rename to vendor/github.com/beorn7/perks/quantile/bench_test.go diff --git a/Godeps/_workspace/src/github.com/beorn7/perks/quantile/example_test.go b/vendor/github.com/beorn7/perks/quantile/example_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/beorn7/perks/quantile/example_test.go rename to vendor/github.com/beorn7/perks/quantile/example_test.go diff --git a/Godeps/_workspace/src/github.com/beorn7/perks/quantile/exampledata.txt b/vendor/github.com/beorn7/perks/quantile/exampledata.txt similarity index 100% rename from Godeps/_workspace/src/github.com/beorn7/perks/quantile/exampledata.txt rename to vendor/github.com/beorn7/perks/quantile/exampledata.txt diff --git a/Godeps/_workspace/src/github.com/beorn7/perks/quantile/stream.go b/vendor/github.com/beorn7/perks/quantile/stream.go similarity index 100% rename from Godeps/_workspace/src/github.com/beorn7/perks/quantile/stream.go rename to vendor/github.com/beorn7/perks/quantile/stream.go diff --git a/Godeps/_workspace/src/github.com/beorn7/perks/quantile/stream_test.go b/vendor/github.com/beorn7/perks/quantile/stream_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/beorn7/perks/quantile/stream_test.go rename to vendor/github.com/beorn7/perks/quantile/stream_test.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/.gitignore b/vendor/github.com/flosch/pongo2/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/.gitignore rename to vendor/github.com/flosch/pongo2/.gitignore diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/.travis.yml b/vendor/github.com/flosch/pongo2/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/.travis.yml rename to vendor/github.com/flosch/pongo2/.travis.yml diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/AUTHORS b/vendor/github.com/flosch/pongo2/AUTHORS similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/AUTHORS rename to vendor/github.com/flosch/pongo2/AUTHORS diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/LICENSE b/vendor/github.com/flosch/pongo2/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/LICENSE rename to vendor/github.com/flosch/pongo2/LICENSE diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/README.md b/vendor/github.com/flosch/pongo2/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/README.md rename to vendor/github.com/flosch/pongo2/README.md diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/context.go b/vendor/github.com/flosch/pongo2/context.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/context.go rename to vendor/github.com/flosch/pongo2/context.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/doc.go b/vendor/github.com/flosch/pongo2/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/doc.go rename to vendor/github.com/flosch/pongo2/doc.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/docs/examples.md b/vendor/github.com/flosch/pongo2/docs/examples.md similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/docs/examples.md rename to vendor/github.com/flosch/pongo2/docs/examples.md diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/docs/filters.md b/vendor/github.com/flosch/pongo2/docs/filters.md similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/docs/filters.md rename to vendor/github.com/flosch/pongo2/docs/filters.md diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/docs/index.md b/vendor/github.com/flosch/pongo2/docs/index.md similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/docs/index.md rename to vendor/github.com/flosch/pongo2/docs/index.md diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/docs/macros.md b/vendor/github.com/flosch/pongo2/docs/macros.md similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/docs/macros.md rename to vendor/github.com/flosch/pongo2/docs/macros.md diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/docs/tags.md b/vendor/github.com/flosch/pongo2/docs/tags.md similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/docs/tags.md rename to vendor/github.com/flosch/pongo2/docs/tags.md diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/docs/template_sets.md b/vendor/github.com/flosch/pongo2/docs/template_sets.md similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/docs/template_sets.md rename to vendor/github.com/flosch/pongo2/docs/template_sets.md diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/docs/write_filters.md b/vendor/github.com/flosch/pongo2/docs/write_filters.md similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/docs/write_filters.md rename to vendor/github.com/flosch/pongo2/docs/write_filters.md diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/docs/write_tags.md b/vendor/github.com/flosch/pongo2/docs/write_tags.md similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/docs/write_tags.md rename to vendor/github.com/flosch/pongo2/docs/write_tags.md diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/error.go b/vendor/github.com/flosch/pongo2/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/error.go rename to vendor/github.com/flosch/pongo2/error.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/filters.go b/vendor/github.com/flosch/pongo2/filters.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/filters.go rename to vendor/github.com/flosch/pongo2/filters.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/filters_builtin.go b/vendor/github.com/flosch/pongo2/filters_builtin.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/filters_builtin.go rename to vendor/github.com/flosch/pongo2/filters_builtin.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/helpers.go b/vendor/github.com/flosch/pongo2/helpers.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/helpers.go rename to vendor/github.com/flosch/pongo2/helpers.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/lexer.go b/vendor/github.com/flosch/pongo2/lexer.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/lexer.go rename to vendor/github.com/flosch/pongo2/lexer.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/nodes.go b/vendor/github.com/flosch/pongo2/nodes.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/nodes.go rename to vendor/github.com/flosch/pongo2/nodes.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/nodes_html.go b/vendor/github.com/flosch/pongo2/nodes_html.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/nodes_html.go rename to vendor/github.com/flosch/pongo2/nodes_html.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/nodes_wrapper.go b/vendor/github.com/flosch/pongo2/nodes_wrapper.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/nodes_wrapper.go rename to vendor/github.com/flosch/pongo2/nodes_wrapper.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/parser.go b/vendor/github.com/flosch/pongo2/parser.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/parser.go rename to vendor/github.com/flosch/pongo2/parser.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/parser_document.go b/vendor/github.com/flosch/pongo2/parser_document.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/parser_document.go rename to vendor/github.com/flosch/pongo2/parser_document.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/parser_expression.go b/vendor/github.com/flosch/pongo2/parser_expression.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/parser_expression.go rename to vendor/github.com/flosch/pongo2/parser_expression.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/pongo2.go b/vendor/github.com/flosch/pongo2/pongo2.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/pongo2.go rename to vendor/github.com/flosch/pongo2/pongo2.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/pongo2_template_test.go b/vendor/github.com/flosch/pongo2/pongo2_template_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/pongo2_template_test.go rename to vendor/github.com/flosch/pongo2/pongo2_template_test.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/pongo2_test.go b/vendor/github.com/flosch/pongo2/pongo2_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/pongo2_test.go rename to vendor/github.com/flosch/pongo2/pongo2_test.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags.go b/vendor/github.com/flosch/pongo2/tags.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags.go rename to vendor/github.com/flosch/pongo2/tags.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_autoescape.go b/vendor/github.com/flosch/pongo2/tags_autoescape.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_autoescape.go rename to vendor/github.com/flosch/pongo2/tags_autoescape.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_block.go b/vendor/github.com/flosch/pongo2/tags_block.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_block.go rename to vendor/github.com/flosch/pongo2/tags_block.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_comment.go b/vendor/github.com/flosch/pongo2/tags_comment.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_comment.go rename to vendor/github.com/flosch/pongo2/tags_comment.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_cycle.go b/vendor/github.com/flosch/pongo2/tags_cycle.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_cycle.go rename to vendor/github.com/flosch/pongo2/tags_cycle.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_extends.go b/vendor/github.com/flosch/pongo2/tags_extends.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_extends.go rename to vendor/github.com/flosch/pongo2/tags_extends.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_filter.go b/vendor/github.com/flosch/pongo2/tags_filter.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_filter.go rename to vendor/github.com/flosch/pongo2/tags_filter.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_firstof.go b/vendor/github.com/flosch/pongo2/tags_firstof.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_firstof.go rename to vendor/github.com/flosch/pongo2/tags_firstof.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_for.go b/vendor/github.com/flosch/pongo2/tags_for.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_for.go rename to vendor/github.com/flosch/pongo2/tags_for.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_if.go b/vendor/github.com/flosch/pongo2/tags_if.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_if.go rename to vendor/github.com/flosch/pongo2/tags_if.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_ifchanged.go b/vendor/github.com/flosch/pongo2/tags_ifchanged.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_ifchanged.go rename to vendor/github.com/flosch/pongo2/tags_ifchanged.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_ifequal.go b/vendor/github.com/flosch/pongo2/tags_ifequal.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_ifequal.go rename to vendor/github.com/flosch/pongo2/tags_ifequal.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_ifnotequal.go b/vendor/github.com/flosch/pongo2/tags_ifnotequal.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_ifnotequal.go rename to vendor/github.com/flosch/pongo2/tags_ifnotequal.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_import.go b/vendor/github.com/flosch/pongo2/tags_import.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_import.go rename to vendor/github.com/flosch/pongo2/tags_import.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_include.go b/vendor/github.com/flosch/pongo2/tags_include.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_include.go rename to vendor/github.com/flosch/pongo2/tags_include.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_lorem.go b/vendor/github.com/flosch/pongo2/tags_lorem.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_lorem.go rename to vendor/github.com/flosch/pongo2/tags_lorem.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_macro.go b/vendor/github.com/flosch/pongo2/tags_macro.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_macro.go rename to vendor/github.com/flosch/pongo2/tags_macro.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_now.go b/vendor/github.com/flosch/pongo2/tags_now.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_now.go rename to vendor/github.com/flosch/pongo2/tags_now.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_set.go b/vendor/github.com/flosch/pongo2/tags_set.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_set.go rename to vendor/github.com/flosch/pongo2/tags_set.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_spaceless.go b/vendor/github.com/flosch/pongo2/tags_spaceless.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_spaceless.go rename to vendor/github.com/flosch/pongo2/tags_spaceless.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_ssi.go b/vendor/github.com/flosch/pongo2/tags_ssi.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_ssi.go rename to vendor/github.com/flosch/pongo2/tags_ssi.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_templatetag.go b/vendor/github.com/flosch/pongo2/tags_templatetag.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_templatetag.go rename to vendor/github.com/flosch/pongo2/tags_templatetag.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_widthratio.go b/vendor/github.com/flosch/pongo2/tags_widthratio.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_widthratio.go rename to vendor/github.com/flosch/pongo2/tags_widthratio.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/tags_with.go b/vendor/github.com/flosch/pongo2/tags_with.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/tags_with.go rename to vendor/github.com/flosch/pongo2/tags_with.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template.go b/vendor/github.com/flosch/pongo2/template.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template.go rename to vendor/github.com/flosch/pongo2/template.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_loader.go b/vendor/github.com/flosch/pongo2/template_loader.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_loader.go rename to vendor/github.com/flosch/pongo2/template_loader.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_sets.go b/vendor/github.com/flosch/pongo2/template_sets.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_sets.go rename to vendor/github.com/flosch/pongo2/template_sets.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/autoescape.tpl b/vendor/github.com/flosch/pongo2/template_tests/autoescape.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/autoescape.tpl rename to vendor/github.com/flosch/pongo2/template_tests/autoescape.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/autoescape.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/autoescape.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/autoescape.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/autoescape.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/base_dir_test/base.html b/vendor/github.com/flosch/pongo2/template_tests/base_dir_test/base.html similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/base_dir_test/base.html rename to vendor/github.com/flosch/pongo2/template_tests/base_dir_test/base.html diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/include.html b/vendor/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/include.html similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/include.html rename to vendor/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/include.html diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/index.html b/vendor/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/index.html similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/index.html rename to vendor/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/index.html diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/ssi.html b/vendor/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/ssi.html similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/ssi.html rename to vendor/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/ssi.html diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/complex.tpl b/vendor/github.com/flosch/pongo2/template_tests/complex.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/complex.tpl rename to vendor/github.com/flosch/pongo2/template_tests/complex.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/complex.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/complex.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/complex.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/complex.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/cycle.tpl b/vendor/github.com/flosch/pongo2/template_tests/cycle.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/cycle.tpl rename to vendor/github.com/flosch/pongo2/template_tests/cycle.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/cycle.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/cycle.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/cycle.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/cycle.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/empty.tpl b/vendor/github.com/flosch/pongo2/template_tests/empty.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/empty.tpl rename to vendor/github.com/flosch/pongo2/template_tests/empty.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/empty.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/empty.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/empty.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/empty.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/expressions.tpl b/vendor/github.com/flosch/pongo2/template_tests/expressions.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/expressions.tpl rename to vendor/github.com/flosch/pongo2/template_tests/expressions.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/expressions.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/expressions.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/expressions.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/expressions.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/extends.tpl b/vendor/github.com/flosch/pongo2/template_tests/extends.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/extends.tpl rename to vendor/github.com/flosch/pongo2/template_tests/extends.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/extends.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/extends.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/extends.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/extends.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters-compilation.err b/vendor/github.com/flosch/pongo2/template_tests/filters-compilation.err similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters-compilation.err rename to vendor/github.com/flosch/pongo2/template_tests/filters-compilation.err diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters-compilation.err.out b/vendor/github.com/flosch/pongo2/template_tests/filters-compilation.err.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters-compilation.err.out rename to vendor/github.com/flosch/pongo2/template_tests/filters-compilation.err.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters-execution.err b/vendor/github.com/flosch/pongo2/template_tests/filters-execution.err similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters-execution.err rename to vendor/github.com/flosch/pongo2/template_tests/filters-execution.err diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters-execution.err.out b/vendor/github.com/flosch/pongo2/template_tests/filters-execution.err.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters-execution.err.out rename to vendor/github.com/flosch/pongo2/template_tests/filters-execution.err.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters.tpl b/vendor/github.com/flosch/pongo2/template_tests/filters.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters.tpl rename to vendor/github.com/flosch/pongo2/template_tests/filters.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/filters.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/filters.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/filters.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/firstof.tpl b/vendor/github.com/flosch/pongo2/template_tests/firstof.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/firstof.tpl rename to vendor/github.com/flosch/pongo2/template_tests/firstof.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/firstof.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/firstof.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/firstof.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/firstof.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/for.tpl b/vendor/github.com/flosch/pongo2/template_tests/for.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/for.tpl rename to vendor/github.com/flosch/pongo2/template_tests/for.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/for.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/for.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/for.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/for.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/function_calls_wrapper.tpl b/vendor/github.com/flosch/pongo2/template_tests/function_calls_wrapper.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/function_calls_wrapper.tpl rename to vendor/github.com/flosch/pongo2/template_tests/function_calls_wrapper.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/function_calls_wrapper.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/function_calls_wrapper.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/function_calls_wrapper.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/function_calls_wrapper.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/if.tpl b/vendor/github.com/flosch/pongo2/template_tests/if.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/if.tpl rename to vendor/github.com/flosch/pongo2/template_tests/if.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/if.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/if.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/if.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/if.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/ifchanged.tpl b/vendor/github.com/flosch/pongo2/template_tests/ifchanged.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/ifchanged.tpl rename to vendor/github.com/flosch/pongo2/template_tests/ifchanged.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/ifchanged.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/ifchanged.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/ifchanged.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/ifchanged.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/includes.helper b/vendor/github.com/flosch/pongo2/template_tests/includes.helper similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/includes.helper rename to vendor/github.com/flosch/pongo2/template_tests/includes.helper diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/includes.tpl b/vendor/github.com/flosch/pongo2/template_tests/includes.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/includes.tpl rename to vendor/github.com/flosch/pongo2/template_tests/includes.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/includes.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/includes.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/includes.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/includes.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/inheritance/base.tpl b/vendor/github.com/flosch/pongo2/template_tests/inheritance/base.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/inheritance/base.tpl rename to vendor/github.com/flosch/pongo2/template_tests/inheritance/base.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/inheritance/base2.tpl b/vendor/github.com/flosch/pongo2/template_tests/inheritance/base2.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/inheritance/base2.tpl rename to vendor/github.com/flosch/pongo2/template_tests/inheritance/base2.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/inheritance/cycle_include.tpl b/vendor/github.com/flosch/pongo2/template_tests/inheritance/cycle_include.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/inheritance/cycle_include.tpl rename to vendor/github.com/flosch/pongo2/template_tests/inheritance/cycle_include.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/inheritance/inheritance2/skeleton.tpl b/vendor/github.com/flosch/pongo2/template_tests/inheritance/inheritance2/skeleton.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/inheritance/inheritance2/skeleton.tpl rename to vendor/github.com/flosch/pongo2/template_tests/inheritance/inheritance2/skeleton.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/issues.tpl b/vendor/github.com/flosch/pongo2/template_tests/issues.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/issues.tpl rename to vendor/github.com/flosch/pongo2/template_tests/issues.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/issues.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/issues.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/issues.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/issues.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/lorem.tpl b/vendor/github.com/flosch/pongo2/template_tests/lorem.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/lorem.tpl rename to vendor/github.com/flosch/pongo2/template_tests/lorem.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/lorem.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/lorem.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/lorem.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/lorem.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro-compilation.err b/vendor/github.com/flosch/pongo2/template_tests/macro-compilation.err similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro-compilation.err rename to vendor/github.com/flosch/pongo2/template_tests/macro-compilation.err diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro-compilation.err.out b/vendor/github.com/flosch/pongo2/template_tests/macro-compilation.err.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro-compilation.err.out rename to vendor/github.com/flosch/pongo2/template_tests/macro-compilation.err.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro-execution.err b/vendor/github.com/flosch/pongo2/template_tests/macro-execution.err similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro-execution.err rename to vendor/github.com/flosch/pongo2/template_tests/macro-execution.err diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro-execution.err.out b/vendor/github.com/flosch/pongo2/template_tests/macro-execution.err.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro-execution.err.out rename to vendor/github.com/flosch/pongo2/template_tests/macro-execution.err.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro.helper b/vendor/github.com/flosch/pongo2/template_tests/macro.helper similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro.helper rename to vendor/github.com/flosch/pongo2/template_tests/macro.helper diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro.tpl b/vendor/github.com/flosch/pongo2/template_tests/macro.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro.tpl rename to vendor/github.com/flosch/pongo2/template_tests/macro.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/macro.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/macro.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro2.helper b/vendor/github.com/flosch/pongo2/template_tests/macro2.helper similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/macro2.helper rename to vendor/github.com/flosch/pongo2/template_tests/macro2.helper diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/now.tpl b/vendor/github.com/flosch/pongo2/template_tests/now.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/now.tpl rename to vendor/github.com/flosch/pongo2/template_tests/now.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/now.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/now.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/now.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/now.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/pongo2ctx.tpl b/vendor/github.com/flosch/pongo2/template_tests/pongo2ctx.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/pongo2ctx.tpl rename to vendor/github.com/flosch/pongo2/template_tests/pongo2ctx.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/pongo2ctx.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/pongo2ctx.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/pongo2ctx.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/pongo2ctx.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/sandbox-compilation.err b/vendor/github.com/flosch/pongo2/template_tests/sandbox-compilation.err similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/sandbox-compilation.err rename to vendor/github.com/flosch/pongo2/template_tests/sandbox-compilation.err diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/sandbox-compilation.err.out b/vendor/github.com/flosch/pongo2/template_tests/sandbox-compilation.err.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/sandbox-compilation.err.out rename to vendor/github.com/flosch/pongo2/template_tests/sandbox-compilation.err.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/sandbox.tpl b/vendor/github.com/flosch/pongo2/template_tests/sandbox.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/sandbox.tpl rename to vendor/github.com/flosch/pongo2/template_tests/sandbox.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/sandbox.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/sandbox.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/sandbox.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/sandbox.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/set.tpl b/vendor/github.com/flosch/pongo2/template_tests/set.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/set.tpl rename to vendor/github.com/flosch/pongo2/template_tests/set.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/set.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/set.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/set.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/set.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/spaceless.tpl b/vendor/github.com/flosch/pongo2/template_tests/spaceless.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/spaceless.tpl rename to vendor/github.com/flosch/pongo2/template_tests/spaceless.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/spaceless.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/spaceless.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/spaceless.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/spaceless.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/ssi.helper b/vendor/github.com/flosch/pongo2/template_tests/ssi.helper similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/ssi.helper rename to vendor/github.com/flosch/pongo2/template_tests/ssi.helper diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/ssi.tpl b/vendor/github.com/flosch/pongo2/template_tests/ssi.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/ssi.tpl rename to vendor/github.com/flosch/pongo2/template_tests/ssi.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/ssi.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/ssi.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/ssi.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/ssi.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/tag_filter.tpl b/vendor/github.com/flosch/pongo2/template_tests/tag_filter.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/tag_filter.tpl rename to vendor/github.com/flosch/pongo2/template_tests/tag_filter.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/tag_filter.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/tag_filter.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/tag_filter.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/tag_filter.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/tags-compilation.err b/vendor/github.com/flosch/pongo2/template_tests/tags-compilation.err similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/tags-compilation.err rename to vendor/github.com/flosch/pongo2/template_tests/tags-compilation.err diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/tags-compilation.err.out b/vendor/github.com/flosch/pongo2/template_tests/tags-compilation.err.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/tags-compilation.err.out rename to vendor/github.com/flosch/pongo2/template_tests/tags-compilation.err.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/template_sets.tpl b/vendor/github.com/flosch/pongo2/template_tests/template_sets.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/template_sets.tpl rename to vendor/github.com/flosch/pongo2/template_tests/template_sets.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/template_sets.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/template_sets.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/template_sets.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/template_sets.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/templatetag.tpl b/vendor/github.com/flosch/pongo2/template_tests/templatetag.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/templatetag.tpl rename to vendor/github.com/flosch/pongo2/template_tests/templatetag.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/templatetag.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/templatetag.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/templatetag.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/templatetag.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/variables.tpl b/vendor/github.com/flosch/pongo2/template_tests/variables.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/variables.tpl rename to vendor/github.com/flosch/pongo2/template_tests/variables.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/variables.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/variables.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/variables.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/variables.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/verbatim.tpl b/vendor/github.com/flosch/pongo2/template_tests/verbatim.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/verbatim.tpl rename to vendor/github.com/flosch/pongo2/template_tests/verbatim.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/verbatim.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/verbatim.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/verbatim.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/verbatim.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/widthratio.tpl b/vendor/github.com/flosch/pongo2/template_tests/widthratio.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/widthratio.tpl rename to vendor/github.com/flosch/pongo2/template_tests/widthratio.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/widthratio.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/widthratio.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/widthratio.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/widthratio.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/with.helper b/vendor/github.com/flosch/pongo2/template_tests/with.helper similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/with.helper rename to vendor/github.com/flosch/pongo2/template_tests/with.helper diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/with.tpl b/vendor/github.com/flosch/pongo2/template_tests/with.tpl similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/with.tpl rename to vendor/github.com/flosch/pongo2/template_tests/with.tpl diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/with.tpl.out b/vendor/github.com/flosch/pongo2/template_tests/with.tpl.out similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/template_tests/with.tpl.out rename to vendor/github.com/flosch/pongo2/template_tests/with.tpl.out diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/value.go b/vendor/github.com/flosch/pongo2/value.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/value.go rename to vendor/github.com/flosch/pongo2/value.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2/variable.go b/vendor/github.com/flosch/pongo2/variable.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2/variable.go rename to vendor/github.com/flosch/pongo2/variable.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/Makefile b/vendor/github.com/golang/protobuf/proto/Makefile similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/Makefile rename to vendor/github.com/golang/protobuf/proto/Makefile diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/all_test.go b/vendor/github.com/golang/protobuf/proto/all_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/all_test.go rename to vendor/github.com/golang/protobuf/proto/all_test.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/clone.go b/vendor/github.com/golang/protobuf/proto/clone.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/clone.go rename to vendor/github.com/golang/protobuf/proto/clone.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/clone_test.go b/vendor/github.com/golang/protobuf/proto/clone_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/clone_test.go rename to vendor/github.com/golang/protobuf/proto/clone_test.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/decode.go b/vendor/github.com/golang/protobuf/proto/decode.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/decode.go rename to vendor/github.com/golang/protobuf/proto/decode.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/encode.go b/vendor/github.com/golang/protobuf/proto/encode.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/encode.go rename to vendor/github.com/golang/protobuf/proto/encode.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/equal.go b/vendor/github.com/golang/protobuf/proto/equal.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/equal.go rename to vendor/github.com/golang/protobuf/proto/equal.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/equal_test.go b/vendor/github.com/golang/protobuf/proto/equal_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/equal_test.go rename to vendor/github.com/golang/protobuf/proto/equal_test.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/extensions.go b/vendor/github.com/golang/protobuf/proto/extensions.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/extensions.go rename to vendor/github.com/golang/protobuf/proto/extensions.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/extensions_test.go b/vendor/github.com/golang/protobuf/proto/extensions_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/extensions_test.go rename to vendor/github.com/golang/protobuf/proto/extensions_test.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/lib.go b/vendor/github.com/golang/protobuf/proto/lib.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/lib.go rename to vendor/github.com/golang/protobuf/proto/lib.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/message_set.go b/vendor/github.com/golang/protobuf/proto/message_set.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/message_set.go rename to vendor/github.com/golang/protobuf/proto/message_set.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/message_set_test.go b/vendor/github.com/golang/protobuf/proto/message_set_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/message_set_test.go rename to vendor/github.com/golang/protobuf/proto/message_set_test.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/pointer_reflect.go b/vendor/github.com/golang/protobuf/proto/pointer_reflect.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/pointer_reflect.go rename to vendor/github.com/golang/protobuf/proto/pointer_reflect.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/pointer_unsafe.go b/vendor/github.com/golang/protobuf/proto/pointer_unsafe.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/pointer_unsafe.go rename to vendor/github.com/golang/protobuf/proto/pointer_unsafe.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/properties.go b/vendor/github.com/golang/protobuf/proto/properties.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/properties.go rename to vendor/github.com/golang/protobuf/proto/properties.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go b/vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go rename to vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.pb.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto b/vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.proto similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_proto/proto3.proto rename to vendor/github.com/golang/protobuf/proto/proto3_proto/proto3.proto diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_test.go b/vendor/github.com/golang/protobuf/proto/proto3_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/proto3_test.go rename to vendor/github.com/golang/protobuf/proto/proto3_test.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/size2_test.go b/vendor/github.com/golang/protobuf/proto/size2_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/size2_test.go rename to vendor/github.com/golang/protobuf/proto/size2_test.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/size_test.go b/vendor/github.com/golang/protobuf/proto/size_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/size_test.go rename to vendor/github.com/golang/protobuf/proto/size_test.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/text.go b/vendor/github.com/golang/protobuf/proto/text.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/text.go rename to vendor/github.com/golang/protobuf/proto/text.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_parser.go b/vendor/github.com/golang/protobuf/proto/text_parser.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/text_parser.go rename to vendor/github.com/golang/protobuf/proto/text_parser.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_parser_test.go b/vendor/github.com/golang/protobuf/proto/text_parser_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/text_parser_test.go rename to vendor/github.com/golang/protobuf/proto/text_parser_test.go diff --git a/Godeps/_workspace/src/github.com/golang/protobuf/proto/text_test.go b/vendor/github.com/golang/protobuf/proto/text_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/golang/protobuf/proto/text_test.go rename to vendor/github.com/golang/protobuf/proto/text_test.go diff --git a/Godeps/_workspace/src/github.com/gorilla/context/.travis.yml b/vendor/github.com/gorilla/context/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/context/.travis.yml rename to vendor/github.com/gorilla/context/.travis.yml diff --git a/Godeps/_workspace/src/github.com/gorilla/context/LICENSE b/vendor/github.com/gorilla/context/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/context/LICENSE rename to vendor/github.com/gorilla/context/LICENSE diff --git a/Godeps/_workspace/src/github.com/gorilla/context/README.md b/vendor/github.com/gorilla/context/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/context/README.md rename to vendor/github.com/gorilla/context/README.md diff --git a/Godeps/_workspace/src/github.com/gorilla/context/context.go b/vendor/github.com/gorilla/context/context.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/context/context.go rename to vendor/github.com/gorilla/context/context.go diff --git a/Godeps/_workspace/src/github.com/gorilla/context/context_test.go b/vendor/github.com/gorilla/context/context_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/context/context_test.go rename to vendor/github.com/gorilla/context/context_test.go diff --git a/Godeps/_workspace/src/github.com/gorilla/context/doc.go b/vendor/github.com/gorilla/context/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/context/doc.go rename to vendor/github.com/gorilla/context/doc.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/.travis.yml b/vendor/github.com/gorilla/mux/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/.travis.yml rename to vendor/github.com/gorilla/mux/.travis.yml diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/LICENSE b/vendor/github.com/gorilla/mux/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/LICENSE rename to vendor/github.com/gorilla/mux/LICENSE diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/README.md b/vendor/github.com/gorilla/mux/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/README.md rename to vendor/github.com/gorilla/mux/README.md diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/bench_test.go b/vendor/github.com/gorilla/mux/bench_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/bench_test.go rename to vendor/github.com/gorilla/mux/bench_test.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/doc.go b/vendor/github.com/gorilla/mux/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/doc.go rename to vendor/github.com/gorilla/mux/doc.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/mux.go b/vendor/github.com/gorilla/mux/mux.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/mux.go rename to vendor/github.com/gorilla/mux/mux.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go b/vendor/github.com/gorilla/mux/mux_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/mux_test.go rename to vendor/github.com/gorilla/mux/mux_test.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/old_test.go b/vendor/github.com/gorilla/mux/old_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/old_test.go rename to vendor/github.com/gorilla/mux/old_test.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/regexp.go b/vendor/github.com/gorilla/mux/regexp.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/regexp.go rename to vendor/github.com/gorilla/mux/regexp.go diff --git a/Godeps/_workspace/src/github.com/gorilla/mux/route.go b/vendor/github.com/gorilla/mux/route.go similarity index 100% rename from Godeps/_workspace/src/github.com/gorilla/mux/route.go rename to vendor/github.com/gorilla/mux/route.go diff --git a/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/all_test.go b/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/all_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/all_test.go rename to vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/all_test.go diff --git a/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go b/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go similarity index 100% rename from Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go rename to vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/decode.go diff --git a/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go b/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go rename to vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/doc.go diff --git a/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go b/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go similarity index 100% rename from Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go rename to vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/encode.go diff --git a/Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/fixtures_test.go b/vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/fixtures_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/matttproud/golang_protobuf_extensions/pbutil/fixtures_test.go rename to vendor/github.com/matttproud/golang_protobuf_extensions/pbutil/fixtures_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/fingerprinting.go b/vendor/github.com/prometheus/client_golang/model/fingerprinting.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/fingerprinting.go rename to vendor/github.com/prometheus/client_golang/model/fingerprinting.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/labelname.go b/vendor/github.com/prometheus/client_golang/model/labelname.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/labelname.go rename to vendor/github.com/prometheus/client_golang/model/labelname.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/labelname_test.go b/vendor/github.com/prometheus/client_golang/model/labelname_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/labelname_test.go rename to vendor/github.com/prometheus/client_golang/model/labelname_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/labelset.go b/vendor/github.com/prometheus/client_golang/model/labelset.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/labelset.go rename to vendor/github.com/prometheus/client_golang/model/labelset.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/labelvalue.go b/vendor/github.com/prometheus/client_golang/model/labelvalue.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/labelvalue.go rename to vendor/github.com/prometheus/client_golang/model/labelvalue.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/labelvalue_test.go b/vendor/github.com/prometheus/client_golang/model/labelvalue_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/labelvalue_test.go rename to vendor/github.com/prometheus/client_golang/model/labelvalue_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/metric.go b/vendor/github.com/prometheus/client_golang/model/metric.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/metric.go rename to vendor/github.com/prometheus/client_golang/model/metric.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/metric_test.go b/vendor/github.com/prometheus/client_golang/model/metric_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/metric_test.go rename to vendor/github.com/prometheus/client_golang/model/metric_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/model.go b/vendor/github.com/prometheus/client_golang/model/model.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/model.go rename to vendor/github.com/prometheus/client_golang/model/model.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/sample.go b/vendor/github.com/prometheus/client_golang/model/sample.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/sample.go rename to vendor/github.com/prometheus/client_golang/model/sample.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/sample_test.go b/vendor/github.com/prometheus/client_golang/model/sample_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/sample_test.go rename to vendor/github.com/prometheus/client_golang/model/sample_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/samplevalue.go b/vendor/github.com/prometheus/client_golang/model/samplevalue.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/samplevalue.go rename to vendor/github.com/prometheus/client_golang/model/samplevalue.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/signature.go b/vendor/github.com/prometheus/client_golang/model/signature.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/signature.go rename to vendor/github.com/prometheus/client_golang/model/signature.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/signature_test.go b/vendor/github.com/prometheus/client_golang/model/signature_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/signature_test.go rename to vendor/github.com/prometheus/client_golang/model/signature_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/timestamp.go b/vendor/github.com/prometheus/client_golang/model/timestamp.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/timestamp.go rename to vendor/github.com/prometheus/client_golang/model/timestamp.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/model/timestamp_test.go b/vendor/github.com/prometheus/client_golang/model/timestamp_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/model/timestamp_test.go rename to vendor/github.com/prometheus/client_golang/model/timestamp_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/.gitignore b/vendor/github.com/prometheus/client_golang/prometheus/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/.gitignore rename to vendor/github.com/prometheus/client_golang/prometheus/.gitignore diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/README.md b/vendor/github.com/prometheus/client_golang/prometheus/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/README.md rename to vendor/github.com/prometheus/client_golang/prometheus/README.md diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/benchmark_test.go b/vendor/github.com/prometheus/client_golang/prometheus/benchmark_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/benchmark_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/benchmark_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/collector.go b/vendor/github.com/prometheus/client_golang/prometheus/collector.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/collector.go rename to vendor/github.com/prometheus/client_golang/prometheus/collector.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/counter.go b/vendor/github.com/prometheus/client_golang/prometheus/counter.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/counter.go rename to vendor/github.com/prometheus/client_golang/prometheus/counter.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/counter_test.go b/vendor/github.com/prometheus/client_golang/prometheus/counter_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/counter_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/counter_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/desc.go b/vendor/github.com/prometheus/client_golang/prometheus/desc.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/desc.go rename to vendor/github.com/prometheus/client_golang/prometheus/desc.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/doc.go b/vendor/github.com/prometheus/client_golang/prometheus/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/doc.go rename to vendor/github.com/prometheus/client_golang/prometheus/doc.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/example_clustermanager_test.go b/vendor/github.com/prometheus/client_golang/prometheus/example_clustermanager_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/example_clustermanager_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/example_clustermanager_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/example_memstats_test.go b/vendor/github.com/prometheus/client_golang/prometheus/example_memstats_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/example_memstats_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/example_memstats_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/example_selfcollector_test.go b/vendor/github.com/prometheus/client_golang/prometheus/example_selfcollector_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/example_selfcollector_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/example_selfcollector_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/examples_test.go b/vendor/github.com/prometheus/client_golang/prometheus/examples_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/examples_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/examples_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/expvar.go b/vendor/github.com/prometheus/client_golang/prometheus/expvar.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/expvar.go rename to vendor/github.com/prometheus/client_golang/prometheus/expvar.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/expvar_test.go b/vendor/github.com/prometheus/client_golang/prometheus/expvar_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/expvar_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/expvar_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/gauge.go b/vendor/github.com/prometheus/client_golang/prometheus/gauge.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/gauge.go rename to vendor/github.com/prometheus/client_golang/prometheus/gauge.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/gauge_test.go b/vendor/github.com/prometheus/client_golang/prometheus/gauge_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/gauge_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/gauge_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/go_collector.go b/vendor/github.com/prometheus/client_golang/prometheus/go_collector.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/go_collector.go rename to vendor/github.com/prometheus/client_golang/prometheus/go_collector.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/go_collector_test.go b/vendor/github.com/prometheus/client_golang/prometheus/go_collector_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/go_collector_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/go_collector_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/histogram.go b/vendor/github.com/prometheus/client_golang/prometheus/histogram.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/histogram.go rename to vendor/github.com/prometheus/client_golang/prometheus/histogram.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/histogram_test.go b/vendor/github.com/prometheus/client_golang/prometheus/histogram_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/histogram_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/histogram_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/http.go b/vendor/github.com/prometheus/client_golang/prometheus/http.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/http.go rename to vendor/github.com/prometheus/client_golang/prometheus/http.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/http_test.go b/vendor/github.com/prometheus/client_golang/prometheus/http_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/http_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/http_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/metric.go b/vendor/github.com/prometheus/client_golang/prometheus/metric.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/metric.go rename to vendor/github.com/prometheus/client_golang/prometheus/metric.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/metric_test.go b/vendor/github.com/prometheus/client_golang/prometheus/metric_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/metric_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/metric_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/process_collector.go b/vendor/github.com/prometheus/client_golang/prometheus/process_collector.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/process_collector.go rename to vendor/github.com/prometheus/client_golang/prometheus/process_collector.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/process_collector_test.go b/vendor/github.com/prometheus/client_golang/prometheus/process_collector_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/process_collector_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/process_collector_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/push.go b/vendor/github.com/prometheus/client_golang/prometheus/push.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/push.go rename to vendor/github.com/prometheus/client_golang/prometheus/push.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/registry.go b/vendor/github.com/prometheus/client_golang/prometheus/registry.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/registry.go rename to vendor/github.com/prometheus/client_golang/prometheus/registry.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/registry_test.go b/vendor/github.com/prometheus/client_golang/prometheus/registry_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/registry_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/registry_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/summary.go b/vendor/github.com/prometheus/client_golang/prometheus/summary.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/summary.go rename to vendor/github.com/prometheus/client_golang/prometheus/summary.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/summary_test.go b/vendor/github.com/prometheus/client_golang/prometheus/summary_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/summary_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/summary_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/untyped.go b/vendor/github.com/prometheus/client_golang/prometheus/untyped.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/untyped.go rename to vendor/github.com/prometheus/client_golang/prometheus/untyped.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/value.go b/vendor/github.com/prometheus/client_golang/prometheus/value.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/value.go rename to vendor/github.com/prometheus/client_golang/prometheus/value.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/vec.go b/vendor/github.com/prometheus/client_golang/prometheus/vec.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/vec.go rename to vendor/github.com/prometheus/client_golang/prometheus/vec.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/vec_test.go b/vendor/github.com/prometheus/client_golang/prometheus/vec_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/prometheus/vec_test.go rename to vendor/github.com/prometheus/client_golang/prometheus/vec_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/text/bench_test.go b/vendor/github.com/prometheus/client_golang/text/bench_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/text/bench_test.go rename to vendor/github.com/prometheus/client_golang/text/bench_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/text/create.go b/vendor/github.com/prometheus/client_golang/text/create.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/text/create.go rename to vendor/github.com/prometheus/client_golang/text/create.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/text/create_test.go b/vendor/github.com/prometheus/client_golang/text/create_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/text/create_test.go rename to vendor/github.com/prometheus/client_golang/text/create_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/text/parse.go b/vendor/github.com/prometheus/client_golang/text/parse.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/text/parse.go rename to vendor/github.com/prometheus/client_golang/text/parse.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/text/parse_test.go b/vendor/github.com/prometheus/client_golang/text/parse_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/text/parse_test.go rename to vendor/github.com/prometheus/client_golang/text/parse_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_golang/text/proto.go b/vendor/github.com/prometheus/client_golang/text/proto.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_golang/text/proto.go rename to vendor/github.com/prometheus/client_golang/text/proto.go diff --git a/Godeps/_workspace/src/github.com/prometheus/client_model/go/metrics.pb.go b/vendor/github.com/prometheus/client_model/go/metrics.pb.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/client_model/go/metrics.pb.go rename to vendor/github.com/prometheus/client_model/go/metrics.pb.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/.travis.yml b/vendor/github.com/prometheus/procfs/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/.travis.yml rename to vendor/github.com/prometheus/procfs/.travis.yml diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/AUTHORS.md b/vendor/github.com/prometheus/procfs/AUTHORS.md similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/AUTHORS.md rename to vendor/github.com/prometheus/procfs/AUTHORS.md diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/CONTRIBUTING.md b/vendor/github.com/prometheus/procfs/CONTRIBUTING.md similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/CONTRIBUTING.md rename to vendor/github.com/prometheus/procfs/CONTRIBUTING.md diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/LICENSE b/vendor/github.com/prometheus/procfs/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/LICENSE rename to vendor/github.com/prometheus/procfs/LICENSE diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/NOTICE b/vendor/github.com/prometheus/procfs/NOTICE similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/NOTICE rename to vendor/github.com/prometheus/procfs/NOTICE diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/README.md b/vendor/github.com/prometheus/procfs/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/README.md rename to vendor/github.com/prometheus/procfs/README.md diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/doc.go b/vendor/github.com/prometheus/procfs/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/doc.go rename to vendor/github.com/prometheus/procfs/doc.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/cmdline b/vendor/github.com/prometheus/procfs/fixtures/26231/cmdline similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/cmdline rename to vendor/github.com/prometheus/procfs/fixtures/26231/cmdline diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/exe b/vendor/github.com/prometheus/procfs/fixtures/26231/exe similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/exe rename to vendor/github.com/prometheus/procfs/fixtures/26231/exe diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/0 b/vendor/github.com/prometheus/procfs/fixtures/26231/fd/0 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/0 rename to vendor/github.com/prometheus/procfs/fixtures/26231/fd/0 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/1 b/vendor/github.com/prometheus/procfs/fixtures/26231/fd/1 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/1 rename to vendor/github.com/prometheus/procfs/fixtures/26231/fd/1 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/10 b/vendor/github.com/prometheus/procfs/fixtures/26231/fd/10 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/10 rename to vendor/github.com/prometheus/procfs/fixtures/26231/fd/10 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/2 b/vendor/github.com/prometheus/procfs/fixtures/26231/fd/2 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/2 rename to vendor/github.com/prometheus/procfs/fixtures/26231/fd/2 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/3 b/vendor/github.com/prometheus/procfs/fixtures/26231/fd/3 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/fd/3 rename to vendor/github.com/prometheus/procfs/fixtures/26231/fd/3 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/io b/vendor/github.com/prometheus/procfs/fixtures/26231/io similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/io rename to vendor/github.com/prometheus/procfs/fixtures/26231/io diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/limits b/vendor/github.com/prometheus/procfs/fixtures/26231/limits similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/limits rename to vendor/github.com/prometheus/procfs/fixtures/26231/limits diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/stat b/vendor/github.com/prometheus/procfs/fixtures/26231/stat similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26231/stat rename to vendor/github.com/prometheus/procfs/fixtures/26231/stat diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/cmdline b/vendor/github.com/prometheus/procfs/fixtures/26232/cmdline similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/cmdline rename to vendor/github.com/prometheus/procfs/fixtures/26232/cmdline diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/fd/0 b/vendor/github.com/prometheus/procfs/fixtures/26232/fd/0 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/fd/0 rename to vendor/github.com/prometheus/procfs/fixtures/26232/fd/0 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/fd/1 b/vendor/github.com/prometheus/procfs/fixtures/26232/fd/1 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/fd/1 rename to vendor/github.com/prometheus/procfs/fixtures/26232/fd/1 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/fd/2 b/vendor/github.com/prometheus/procfs/fixtures/26232/fd/2 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/fd/2 rename to vendor/github.com/prometheus/procfs/fixtures/26232/fd/2 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/fd/3 b/vendor/github.com/prometheus/procfs/fixtures/26232/fd/3 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/fd/3 rename to vendor/github.com/prometheus/procfs/fixtures/26232/fd/3 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/fd/4 b/vendor/github.com/prometheus/procfs/fixtures/26232/fd/4 similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/fd/4 rename to vendor/github.com/prometheus/procfs/fixtures/26232/fd/4 diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/limits b/vendor/github.com/prometheus/procfs/fixtures/26232/limits similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/limits rename to vendor/github.com/prometheus/procfs/fixtures/26232/limits diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/stat b/vendor/github.com/prometheus/procfs/fixtures/26232/stat similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/26232/stat rename to vendor/github.com/prometheus/procfs/fixtures/26232/stat diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/584/stat b/vendor/github.com/prometheus/procfs/fixtures/584/stat similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/584/stat rename to vendor/github.com/prometheus/procfs/fixtures/584/stat diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/net/ip_vs b/vendor/github.com/prometheus/procfs/fixtures/net/ip_vs similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/net/ip_vs rename to vendor/github.com/prometheus/procfs/fixtures/net/ip_vs diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/net/ip_vs_stats b/vendor/github.com/prometheus/procfs/fixtures/net/ip_vs_stats similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/net/ip_vs_stats rename to vendor/github.com/prometheus/procfs/fixtures/net/ip_vs_stats diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/stat b/vendor/github.com/prometheus/procfs/fixtures/stat similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/stat rename to vendor/github.com/prometheus/procfs/fixtures/stat diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/README b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/README similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/README rename to vendor/github.com/prometheus/procfs/fixtures/symlinktargets/README diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/abc b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/abc similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/abc rename to vendor/github.com/prometheus/procfs/fixtures/symlinktargets/abc diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/def b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/def similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/def rename to vendor/github.com/prometheus/procfs/fixtures/symlinktargets/def diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/ghi b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/ghi similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/ghi rename to vendor/github.com/prometheus/procfs/fixtures/symlinktargets/ghi diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/uvw b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/uvw similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/uvw rename to vendor/github.com/prometheus/procfs/fixtures/symlinktargets/uvw diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/xyz b/vendor/github.com/prometheus/procfs/fixtures/symlinktargets/xyz similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fixtures/symlinktargets/xyz rename to vendor/github.com/prometheus/procfs/fixtures/symlinktargets/xyz diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fs.go b/vendor/github.com/prometheus/procfs/fs.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fs.go rename to vendor/github.com/prometheus/procfs/fs.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/fs_test.go b/vendor/github.com/prometheus/procfs/fs_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/fs_test.go rename to vendor/github.com/prometheus/procfs/fs_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/ipvs.go b/vendor/github.com/prometheus/procfs/ipvs.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/ipvs.go rename to vendor/github.com/prometheus/procfs/ipvs.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/ipvs_test.go b/vendor/github.com/prometheus/procfs/ipvs_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/ipvs_test.go rename to vendor/github.com/prometheus/procfs/ipvs_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc.go b/vendor/github.com/prometheus/procfs/proc.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc.go rename to vendor/github.com/prometheus/procfs/proc.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc_io.go b/vendor/github.com/prometheus/procfs/proc_io.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc_io.go rename to vendor/github.com/prometheus/procfs/proc_io.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc_io_test.go b/vendor/github.com/prometheus/procfs/proc_io_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc_io_test.go rename to vendor/github.com/prometheus/procfs/proc_io_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc_limits.go b/vendor/github.com/prometheus/procfs/proc_limits.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc_limits.go rename to vendor/github.com/prometheus/procfs/proc_limits.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc_limits_test.go b/vendor/github.com/prometheus/procfs/proc_limits_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc_limits_test.go rename to vendor/github.com/prometheus/procfs/proc_limits_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc_stat.go b/vendor/github.com/prometheus/procfs/proc_stat.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc_stat.go rename to vendor/github.com/prometheus/procfs/proc_stat.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc_stat_test.go b/vendor/github.com/prometheus/procfs/proc_stat_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc_stat_test.go rename to vendor/github.com/prometheus/procfs/proc_stat_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/proc_test.go b/vendor/github.com/prometheus/procfs/proc_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/proc_test.go rename to vendor/github.com/prometheus/procfs/proc_test.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/stat.go b/vendor/github.com/prometheus/procfs/stat.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/stat.go rename to vendor/github.com/prometheus/procfs/stat.go diff --git a/Godeps/_workspace/src/github.com/prometheus/procfs/stat_test.go b/vendor/github.com/prometheus/procfs/stat_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/prometheus/procfs/stat_test.go rename to vendor/github.com/prometheus/procfs/stat_test.go diff --git a/Godeps/_workspace/src/github.com/robfig/cron/.gitignore b/vendor/github.com/robfig/cron/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/.gitignore rename to vendor/github.com/robfig/cron/.gitignore diff --git a/Godeps/_workspace/src/github.com/robfig/cron/.travis.yml b/vendor/github.com/robfig/cron/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/.travis.yml rename to vendor/github.com/robfig/cron/.travis.yml diff --git a/Godeps/_workspace/src/github.com/robfig/cron/LICENSE b/vendor/github.com/robfig/cron/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/LICENSE rename to vendor/github.com/robfig/cron/LICENSE diff --git a/Godeps/_workspace/src/github.com/robfig/cron/README.md b/vendor/github.com/robfig/cron/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/README.md rename to vendor/github.com/robfig/cron/README.md diff --git a/Godeps/_workspace/src/github.com/robfig/cron/constantdelay.go b/vendor/github.com/robfig/cron/constantdelay.go similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/constantdelay.go rename to vendor/github.com/robfig/cron/constantdelay.go diff --git a/Godeps/_workspace/src/github.com/robfig/cron/constantdelay_test.go b/vendor/github.com/robfig/cron/constantdelay_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/constantdelay_test.go rename to vendor/github.com/robfig/cron/constantdelay_test.go diff --git a/Godeps/_workspace/src/github.com/robfig/cron/cron.go b/vendor/github.com/robfig/cron/cron.go similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/cron.go rename to vendor/github.com/robfig/cron/cron.go diff --git a/Godeps/_workspace/src/github.com/robfig/cron/cron_test.go b/vendor/github.com/robfig/cron/cron_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/cron_test.go rename to vendor/github.com/robfig/cron/cron_test.go diff --git a/Godeps/_workspace/src/github.com/robfig/cron/doc.go b/vendor/github.com/robfig/cron/doc.go similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/doc.go rename to vendor/github.com/robfig/cron/doc.go diff --git a/Godeps/_workspace/src/github.com/robfig/cron/parser.go b/vendor/github.com/robfig/cron/parser.go similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/parser.go rename to vendor/github.com/robfig/cron/parser.go diff --git a/Godeps/_workspace/src/github.com/robfig/cron/parser_test.go b/vendor/github.com/robfig/cron/parser_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/parser_test.go rename to vendor/github.com/robfig/cron/parser_test.go diff --git a/Godeps/_workspace/src/github.com/robfig/cron/spec.go b/vendor/github.com/robfig/cron/spec.go similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/spec.go rename to vendor/github.com/robfig/cron/spec.go diff --git a/Godeps/_workspace/src/github.com/robfig/cron/spec_test.go b/vendor/github.com/robfig/cron/spec_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/robfig/cron/spec_test.go rename to vendor/github.com/robfig/cron/spec_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/.travis.yml b/vendor/github.com/spf13/pflag/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/.travis.yml rename to vendor/github.com/spf13/pflag/.travis.yml diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/LICENSE b/vendor/github.com/spf13/pflag/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/LICENSE rename to vendor/github.com/spf13/pflag/LICENSE diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/README.md b/vendor/github.com/spf13/pflag/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/README.md rename to vendor/github.com/spf13/pflag/README.md diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/bool.go b/vendor/github.com/spf13/pflag/bool.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/bool.go rename to vendor/github.com/spf13/pflag/bool.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/bool_test.go b/vendor/github.com/spf13/pflag/bool_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/bool_test.go rename to vendor/github.com/spf13/pflag/bool_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/count.go b/vendor/github.com/spf13/pflag/count.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/count.go rename to vendor/github.com/spf13/pflag/count.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/count_test.go b/vendor/github.com/spf13/pflag/count_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/count_test.go rename to vendor/github.com/spf13/pflag/count_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/duration.go b/vendor/github.com/spf13/pflag/duration.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/duration.go rename to vendor/github.com/spf13/pflag/duration.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/example_test.go b/vendor/github.com/spf13/pflag/example_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/example_test.go rename to vendor/github.com/spf13/pflag/example_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/export_test.go b/vendor/github.com/spf13/pflag/export_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/export_test.go rename to vendor/github.com/spf13/pflag/export_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/flag.go b/vendor/github.com/spf13/pflag/flag.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/flag.go rename to vendor/github.com/spf13/pflag/flag.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/flag_test.go b/vendor/github.com/spf13/pflag/flag_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/flag_test.go rename to vendor/github.com/spf13/pflag/flag_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/float32.go b/vendor/github.com/spf13/pflag/float32.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/float32.go rename to vendor/github.com/spf13/pflag/float32.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/float64.go b/vendor/github.com/spf13/pflag/float64.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/float64.go rename to vendor/github.com/spf13/pflag/float64.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/golangflag.go b/vendor/github.com/spf13/pflag/golangflag.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/golangflag.go rename to vendor/github.com/spf13/pflag/golangflag.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/golangflag_test.go b/vendor/github.com/spf13/pflag/golangflag_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/golangflag_test.go rename to vendor/github.com/spf13/pflag/golangflag_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int.go b/vendor/github.com/spf13/pflag/int.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int.go rename to vendor/github.com/spf13/pflag/int.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int32.go b/vendor/github.com/spf13/pflag/int32.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int32.go rename to vendor/github.com/spf13/pflag/int32.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int64.go b/vendor/github.com/spf13/pflag/int64.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int64.go rename to vendor/github.com/spf13/pflag/int64.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int8.go b/vendor/github.com/spf13/pflag/int8.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int8.go rename to vendor/github.com/spf13/pflag/int8.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int_slice.go b/vendor/github.com/spf13/pflag/int_slice.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int_slice.go rename to vendor/github.com/spf13/pflag/int_slice.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/int_slice_test.go b/vendor/github.com/spf13/pflag/int_slice_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/int_slice_test.go rename to vendor/github.com/spf13/pflag/int_slice_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/ip.go b/vendor/github.com/spf13/pflag/ip.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/ip.go rename to vendor/github.com/spf13/pflag/ip.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/ip_test.go b/vendor/github.com/spf13/pflag/ip_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/ip_test.go rename to vendor/github.com/spf13/pflag/ip_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/ipmask.go b/vendor/github.com/spf13/pflag/ipmask.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/ipmask.go rename to vendor/github.com/spf13/pflag/ipmask.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/ipnet.go b/vendor/github.com/spf13/pflag/ipnet.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/ipnet.go rename to vendor/github.com/spf13/pflag/ipnet.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/ipnet_test.go b/vendor/github.com/spf13/pflag/ipnet_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/ipnet_test.go rename to vendor/github.com/spf13/pflag/ipnet_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/string.go b/vendor/github.com/spf13/pflag/string.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/string.go rename to vendor/github.com/spf13/pflag/string.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/string_slice.go b/vendor/github.com/spf13/pflag/string_slice.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/string_slice.go rename to vendor/github.com/spf13/pflag/string_slice.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/string_slice_test.go b/vendor/github.com/spf13/pflag/string_slice_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/string_slice_test.go rename to vendor/github.com/spf13/pflag/string_slice_test.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/uint.go b/vendor/github.com/spf13/pflag/uint.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/uint.go rename to vendor/github.com/spf13/pflag/uint.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/uint16.go b/vendor/github.com/spf13/pflag/uint16.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/uint16.go rename to vendor/github.com/spf13/pflag/uint16.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/uint32.go b/vendor/github.com/spf13/pflag/uint32.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/uint32.go rename to vendor/github.com/spf13/pflag/uint32.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/uint64.go b/vendor/github.com/spf13/pflag/uint64.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/uint64.go rename to vendor/github.com/spf13/pflag/uint64.go diff --git a/Godeps/_workspace/src/github.com/spf13/pflag/uint8.go b/vendor/github.com/spf13/pflag/uint8.go similarity index 100% rename from Godeps/_workspace/src/github.com/spf13/pflag/uint8.go rename to vendor/github.com/spf13/pflag/uint8.go