From 89d69c9809bbd2f3354325844a228791d76630ec Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 27 Mar 2016 18:00:48 +0200 Subject: [PATCH] Moved towards go1.6 vendoring --- Godeps/Godeps.json | 3 ++- Godeps/Readme | 5 +++++ Godeps/_workspace/.gitignore | 2 -- .../code.google.com/p/go.text/transform/transform.go | 0 .../code.google.com/p/go.text/unicode/norm/Makefile | 0 .../code.google.com/p/go.text/unicode/norm/composition.go | 0 .../code.google.com/p/go.text/unicode/norm/forminfo.go | 0 .../code.google.com/p/go.text/unicode/norm/input.go | 0 .../code.google.com/p/go.text/unicode/norm/iter.go | 0 .../code.google.com/p/go.text/unicode/norm/maketables.go | 0 .../code.google.com/p/go.text/unicode/norm/normalize.go | 0 .../code.google.com/p/go.text/unicode/norm/normregtest.go | 0 .../code.google.com/p/go.text/unicode/norm/readwriter.go | 0 .../code.google.com/p/go.text/unicode/norm/tables.go | 0 .../code.google.com/p/go.text/unicode/norm/transform.go | 0 .../code.google.com/p/go.text/unicode/norm/trie.go | 0 .../code.google.com/p/go.text/unicode/norm/triegen.go | 0 .../github.com/aws/aws-sdk-go/aws/awserr/error.go | 0 .../github.com/aws/aws-sdk-go/aws/awserr/types.go | 0 .../github.com/aws/aws-sdk-go/aws/awsutil/copy.go | 0 .../github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go | 0 .../github.com/aws/aws-sdk-go/aws/awsutil/path_value.go | 0 .../github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go | 0 .../github.com/aws/aws-sdk-go/aws/awsutil/string_value.go | 0 .../src => vendor}/github.com/aws/aws-sdk-go/aws/config.go | 0 .../github.com/aws/aws-sdk-go/aws/config_test.go | 0 .../aws/aws-sdk-go/aws/credentials/chain_provider.go | 0 .../aws/aws-sdk-go/aws/credentials/chain_provider_test.go | 0 .../github.com/aws/aws-sdk-go/aws/credentials/credentials.go | 0 .../aws/aws-sdk-go/aws/credentials/credentials_test.go | 0 .../aws/aws-sdk-go/aws/credentials/ec2_role_provider.go | 0 .../aws/aws-sdk-go/aws/credentials/ec2_role_provider_test.go | 0 .../aws/aws-sdk-go/aws/credentials/env_provider.go | 0 .../aws/aws-sdk-go/aws/credentials/env_provider_test.go | 0 .../github.com/aws/aws-sdk-go/aws/credentials/example.ini | 0 .../aws/credentials/shared_credentials_provider.go | 0 .../aws/credentials/shared_credentials_provider_test.go | 0 .../aws/aws-sdk-go/aws/credentials/static_provider.go | 0 .../aws/aws-sdk-go/aws/credentials/static_provider_test.go | 0 .../aws/credentials/stscreds/assume_role_provider.go | 0 .../aws/credentials/stscreds/assume_role_provider_test.go | 0 .../github.com/aws/aws-sdk-go/aws/handler_functions.go | 0 .../github.com/aws/aws-sdk-go/aws/handler_functions_test.go | 0 .../src => vendor}/github.com/aws/aws-sdk-go/aws/handlers.go | 0 .../github.com/aws/aws-sdk-go/aws/handlers_test.go | 0 .../github.com/aws/aws-sdk-go/aws/param_validator.go | 0 .../github.com/aws/aws-sdk-go/aws/param_validator_test.go | 0 .../src => vendor}/github.com/aws/aws-sdk-go/aws/request.go | 0 .../github.com/aws/aws-sdk-go/aws/request_pagination_test.go | 0 .../github.com/aws/aws-sdk-go/aws/request_test.go | 0 .../src => vendor}/github.com/aws/aws-sdk-go/aws/service.go | 0 .../src => vendor}/github.com/aws/aws-sdk-go/aws/types.go | 0 .../src => vendor}/github.com/aws/aws-sdk-go/aws/version.go | 0 .../aws/aws-sdk-go/internal/endpoints/endpoints.go | 0 .../aws/aws-sdk-go/internal/endpoints/endpoints.json | 0 .../aws/aws-sdk-go/internal/endpoints/endpoints_map.go | 0 .../aws/aws-sdk-go/internal/endpoints/endpoints_test.go | 0 .../aws/aws-sdk-go/internal/protocol/query/build.go | 0 .../aws/aws-sdk-go/internal/protocol/query/build_test.go | 0 .../internal/protocol/query/queryutil/queryutil.go | 0 .../aws/aws-sdk-go/internal/protocol/query/unmarshal.go | 0 .../aws-sdk-go/internal/protocol/query/unmarshal_error.go | 0 .../aws/aws-sdk-go/internal/protocol/query/unmarshal_test.go | 0 .../aws/aws-sdk-go/internal/protocol/rest/build.go | 0 .../aws/aws-sdk-go/internal/protocol/rest/payload.go | 0 .../aws/aws-sdk-go/internal/protocol/rest/unmarshal.go | 0 .../aws/aws-sdk-go/internal/protocol/restxml/build_test.go | 0 .../aws/aws-sdk-go/internal/protocol/restxml/restxml.go | 0 .../aws-sdk-go/internal/protocol/restxml/unmarshal_test.go | 0 .../aws/aws-sdk-go/internal/protocol/xml/xmlutil/build.go | 0 .../aws-sdk-go/internal/protocol/xml/xmlutil/unmarshal.go | 0 .../internal/protocol/xml/xmlutil/xml_to_struct.go | 0 .../aws/aws-sdk-go/internal/signer/v4/functional_test.go | 0 .../github.com/aws/aws-sdk-go/internal/signer/v4/v4.go | 0 .../github.com/aws/aws-sdk-go/internal/signer/v4/v4_test.go | 0 .../github.com/aws/aws-sdk-go/service/s3/api.go | 0 .../github.com/aws/aws-sdk-go/service/s3/bucket_location.go | 0 .../aws/aws-sdk-go/service/s3/bucket_location_test.go | 0 .../github.com/aws/aws-sdk-go/service/s3/content_md5.go | 0 .../github.com/aws/aws-sdk-go/service/s3/customizations.go | 0 .../aws/aws-sdk-go/service/s3/customizations_test.go | 0 .../github.com/aws/aws-sdk-go/service/s3/examples_test.go | 0 .../aws/aws-sdk-go/service/s3/host_style_bucket.go | 0 .../aws/aws-sdk-go/service/s3/host_style_bucket_test.go | 0 .../aws/aws-sdk-go/service/s3/s3iface/interface.go | 0 .../aws/aws-sdk-go/service/s3/s3iface/interface_test.go | 0 .../aws/aws-sdk-go/service/s3/s3manager/download.go | 0 .../aws/aws-sdk-go/service/s3/s3manager/download_test.go | 0 .../github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go | 0 .../aws/aws-sdk-go/service/s3/s3manager/upload_test.go | 0 .../github.com/aws/aws-sdk-go/service/s3/service.go | 0 .../github.com/aws/aws-sdk-go/service/s3/sse.go | 0 .../github.com/aws/aws-sdk-go/service/s3/sse_test.go | 0 .../github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go | 0 .../aws/aws-sdk-go/service/s3/unmarshal_error_test.go | 0 .../src => vendor}/github.com/extemporalgenome/slug/LICENSE | 0 .../github.com/extemporalgenome/slug/README.md | 0 .../src => vendor}/github.com/extemporalgenome/slug/slug.go | 0 .../src => vendor}/github.com/flosch/go-humanize/.gitignore | 0 .../src => vendor}/github.com/flosch/go-humanize/LICENSE | 0 .../github.com/flosch/go-humanize/README.markdown | 0 .../src => vendor}/github.com/flosch/go-humanize/big.go | 0 .../src => vendor}/github.com/flosch/go-humanize/bigbytes.go | 0 .../src => vendor}/github.com/flosch/go-humanize/bytes.go | 0 .../src => vendor}/github.com/flosch/go-humanize/comma.go | 0 .../src => vendor}/github.com/flosch/go-humanize/ftoa.go | 0 .../src => vendor}/github.com/flosch/go-humanize/humanize.go | 0 .../src => vendor}/github.com/flosch/go-humanize/ordinals.go | 0 .../src => vendor}/github.com/flosch/go-humanize/si.go | 0 .../src => vendor}/github.com/flosch/go-humanize/times.go | 0 .../github.com/flosch/pongo2-addons/.gitignore | 0 .../github.com/flosch/pongo2-addons/.travis.yml | 0 .../src => vendor}/github.com/flosch/pongo2-addons/LICENSE | 0 .../src => vendor}/github.com/flosch/pongo2-addons/README.md | 0 .../github.com/flosch/pongo2-addons/filters.go | 0 .../github.com/flosch/pongo2-addons/helpers.go | 0 .../src => vendor}/github.com/flosch/pongo2/.gitignore | 0 .../src => vendor}/github.com/flosch/pongo2/.travis.yml | 0 .../src => vendor}/github.com/flosch/pongo2/AUTHORS | 0 .../src => vendor}/github.com/flosch/pongo2/LICENSE | 0 .../src => vendor}/github.com/flosch/pongo2/README.md | 0 .../src => vendor}/github.com/flosch/pongo2/context.go | 0 .../src => vendor}/github.com/flosch/pongo2/doc.go | 0 .../src => vendor}/github.com/flosch/pongo2/docs/examples.md | 0 .../src => vendor}/github.com/flosch/pongo2/docs/filters.md | 0 .../src => vendor}/github.com/flosch/pongo2/docs/index.md | 0 .../src => vendor}/github.com/flosch/pongo2/docs/macros.md | 0 .../src => vendor}/github.com/flosch/pongo2/docs/tags.md | 0 .../github.com/flosch/pongo2/docs/template_sets.md | 0 .../github.com/flosch/pongo2/docs/write_filters.md | 0 .../github.com/flosch/pongo2/docs/write_tags.md | 0 .../src => vendor}/github.com/flosch/pongo2/error.go | 0 .../src => vendor}/github.com/flosch/pongo2/filters.go | 0 .../github.com/flosch/pongo2/filters_builtin.go | 0 .../src => vendor}/github.com/flosch/pongo2/helpers.go | 0 .../src => vendor}/github.com/flosch/pongo2/lexer.go | 0 .../src => vendor}/github.com/flosch/pongo2/nodes.go | 0 .../src => vendor}/github.com/flosch/pongo2/nodes_html.go | 0 .../src => vendor}/github.com/flosch/pongo2/nodes_wrapper.go | 0 .../src => vendor}/github.com/flosch/pongo2/parser.go | 0 .../github.com/flosch/pongo2/parser_document.go | 0 .../github.com/flosch/pongo2/parser_expression.go | 0 .../src => vendor}/github.com/flosch/pongo2/pongo2.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags.go | 0 .../github.com/flosch/pongo2/tags_autoescape.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_block.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_comment.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_cycle.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_extends.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_filter.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_firstof.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_for.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_if.go | 0 .../github.com/flosch/pongo2/tags_ifchanged.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_ifequal.go | 0 .../github.com/flosch/pongo2/tags_ifnotequal.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_import.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_include.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_lorem.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_macro.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_now.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_set.go | 0 .../github.com/flosch/pongo2/tags_spaceless.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_ssi.go | 0 .../github.com/flosch/pongo2/tags_templatetag.go | 0 .../github.com/flosch/pongo2/tags_widthratio.go | 0 .../src => vendor}/github.com/flosch/pongo2/tags_with.go | 0 .../src => vendor}/github.com/flosch/pongo2/template.go | 0 .../github.com/flosch/pongo2/template_loader.go | 0 .../src => vendor}/github.com/flosch/pongo2/template_sets.go | 0 .../github.com/flosch/pongo2/template_tests/autoescape.tpl | 0 .../flosch/pongo2/template_tests/autoescape.tpl.out | 0 .../flosch/pongo2/template_tests/base_dir_test/base.html | 0 .../pongo2/template_tests/base_dir_test/subdir/include.html | 0 .../pongo2/template_tests/base_dir_test/subdir/index.html | 0 .../pongo2/template_tests/base_dir_test/subdir/ssi.html | 0 .../github.com/flosch/pongo2/template_tests/complex.tpl | 0 .../github.com/flosch/pongo2/template_tests/complex.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/cycle.tpl | 0 .../github.com/flosch/pongo2/template_tests/cycle.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/empty.tpl | 0 .../github.com/flosch/pongo2/template_tests/empty.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/expressions.tpl | 0 .../flosch/pongo2/template_tests/expressions.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/extends.tpl | 0 .../github.com/flosch/pongo2/template_tests/extends.tpl.out | 0 .../flosch/pongo2/template_tests/filters-compilation.err | 0 .../flosch/pongo2/template_tests/filters-compilation.err.out | 0 .../flosch/pongo2/template_tests/filters-execution.err | 0 .../flosch/pongo2/template_tests/filters-execution.err.out | 0 .../github.com/flosch/pongo2/template_tests/filters.tpl | 0 .../github.com/flosch/pongo2/template_tests/filters.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/firstof.tpl | 0 .../github.com/flosch/pongo2/template_tests/firstof.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/for.tpl | 0 .../github.com/flosch/pongo2/template_tests/for.tpl.out | 0 .../flosch/pongo2/template_tests/function_calls_wrapper.tpl | 0 .../pongo2/template_tests/function_calls_wrapper.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/if.tpl | 0 .../github.com/flosch/pongo2/template_tests/if.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/ifchanged.tpl | 0 .../flosch/pongo2/template_tests/ifchanged.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/includes.helper | 0 .../github.com/flosch/pongo2/template_tests/includes.tpl | 0 .../github.com/flosch/pongo2/template_tests/includes.tpl.out | 0 .../flosch/pongo2/template_tests/inheritance/base.tpl | 0 .../flosch/pongo2/template_tests/inheritance/base2.tpl | 0 .../pongo2/template_tests/inheritance/cycle_include.tpl | 0 .../template_tests/inheritance/inheritance2/skeleton.tpl | 0 .../github.com/flosch/pongo2/template_tests/issues.tpl | 0 .../github.com/flosch/pongo2/template_tests/issues.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/lorem.tpl | 0 .../github.com/flosch/pongo2/template_tests/lorem.tpl.out | 0 .../flosch/pongo2/template_tests/macro-compilation.err | 0 .../flosch/pongo2/template_tests/macro-compilation.err.out | 0 .../flosch/pongo2/template_tests/macro-execution.err | 0 .../flosch/pongo2/template_tests/macro-execution.err.out | 0 .../github.com/flosch/pongo2/template_tests/macro.helper | 0 .../github.com/flosch/pongo2/template_tests/macro.tpl | 0 .../github.com/flosch/pongo2/template_tests/macro.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/macro2.helper | 0 .../github.com/flosch/pongo2/template_tests/now.tpl | 0 .../github.com/flosch/pongo2/template_tests/now.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/pongo2ctx.tpl | 0 .../flosch/pongo2/template_tests/pongo2ctx.tpl.out | 0 .../flosch/pongo2/template_tests/sandbox-compilation.err | 0 .../flosch/pongo2/template_tests/sandbox-compilation.err.out | 0 .../github.com/flosch/pongo2/template_tests/sandbox.tpl | 0 .../github.com/flosch/pongo2/template_tests/sandbox.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/set.tpl | 0 .../github.com/flosch/pongo2/template_tests/set.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/spaceless.tpl | 0 .../flosch/pongo2/template_tests/spaceless.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/ssi.helper | 0 .../github.com/flosch/pongo2/template_tests/ssi.tpl | 0 .../github.com/flosch/pongo2/template_tests/ssi.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/tag_filter.tpl | 0 .../flosch/pongo2/template_tests/tag_filter.tpl.out | 0 .../flosch/pongo2/template_tests/tags-compilation.err | 0 .../flosch/pongo2/template_tests/tags-compilation.err.out | 0 .../flosch/pongo2/template_tests/template_sets.tpl | 0 .../flosch/pongo2/template_tests/template_sets.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/templatetag.tpl | 0 .../flosch/pongo2/template_tests/templatetag.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/variables.tpl | 0 .../flosch/pongo2/template_tests/variables.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/verbatim.tpl | 0 .../github.com/flosch/pongo2/template_tests/verbatim.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/widthratio.tpl | 0 .../flosch/pongo2/template_tests/widthratio.tpl.out | 0 .../github.com/flosch/pongo2/template_tests/with.helper | 0 .../github.com/flosch/pongo2/template_tests/with.tpl | 0 .../github.com/flosch/pongo2/template_tests/with.tpl.out | 0 .../src => vendor}/github.com/flosch/pongo2/value.go | 0 .../src => vendor}/github.com/flosch/pongo2/variable.go | 0 .../src => vendor}/github.com/gorilla/context/.travis.yml | 0 .../src => vendor}/github.com/gorilla/context/LICENSE | 0 .../src => vendor}/github.com/gorilla/context/README.md | 0 .../src => vendor}/github.com/gorilla/context/context.go | 0 .../src => vendor}/github.com/gorilla/context/doc.go | 0 .../src => vendor}/github.com/gorilla/mux/.travis.yml | 0 .../_workspace/src => vendor}/github.com/gorilla/mux/LICENSE | 0 .../src => vendor}/github.com/gorilla/mux/README.md | 0 .../_workspace/src => vendor}/github.com/gorilla/mux/doc.go | 0 .../_workspace/src => vendor}/github.com/gorilla/mux/mux.go | 0 .../src => vendor}/github.com/gorilla/mux/regexp.go | 0 .../src => vendor}/github.com/gorilla/mux/route.go | 0 .../github.com/russross/blackfriday/.gitignore | 0 .../github.com/russross/blackfriday/.travis.yml | 0 .../github.com/russross/blackfriday/LICENSE.txt | 0 .../src => vendor}/github.com/russross/blackfriday/README.md | 0 .../src => vendor}/github.com/russross/blackfriday/block.go | 0 .../src => vendor}/github.com/russross/blackfriday/html.go | 0 .../src => vendor}/github.com/russross/blackfriday/inline.go | 0 .../src => vendor}/github.com/russross/blackfriday/latex.go | 0 .../github.com/russross/blackfriday/markdown.go | 0 .../github.com/russross/blackfriday/smartypants.go | 0 .../github.com/shurcooL/sanitized_anchor_name/.travis.yml | 0 .../github.com/shurcooL/sanitized_anchor_name/README.md | 0 .../github.com/shurcooL/sanitized_anchor_name/main.go | 0 .../github.com/shurcooL/sanitized_anchor_name/main_test.go | 0 .../src => vendor}/github.com/spf13/pflag/.travis.yml | 0 .../_workspace/src => vendor}/github.com/spf13/pflag/LICENSE | 0 .../src => vendor}/github.com/spf13/pflag/README.md | 0 .../_workspace/src => vendor}/github.com/spf13/pflag/bool.go | 0 .../src => vendor}/github.com/spf13/pflag/bool_test.go | 0 .../src => vendor}/github.com/spf13/pflag/duration.go | 0 .../src => vendor}/github.com/spf13/pflag/example_test.go | 0 .../src => vendor}/github.com/spf13/pflag/export_test.go | 0 .../_workspace/src => vendor}/github.com/spf13/pflag/flag.go | 0 .../src => vendor}/github.com/spf13/pflag/flag_test.go | 0 .../src => vendor}/github.com/spf13/pflag/float32.go | 0 .../src => vendor}/github.com/spf13/pflag/float64.go | 0 .../_workspace/src => vendor}/github.com/spf13/pflag/int.go | 0 .../src => vendor}/github.com/spf13/pflag/int32.go | 0 .../src => vendor}/github.com/spf13/pflag/int64.go | 0 .../_workspace/src => vendor}/github.com/spf13/pflag/int8.go | 0 .../_workspace/src => vendor}/github.com/spf13/pflag/ip.go | 0 .../src => vendor}/github.com/spf13/pflag/ipmask.go | 0 .../src => vendor}/github.com/spf13/pflag/string.go | 0 .../_workspace/src => vendor}/github.com/spf13/pflag/uint.go | 0 .../src => vendor}/github.com/spf13/pflag/uint16.go | 0 .../src => vendor}/github.com/spf13/pflag/uint32.go | 0 .../src => vendor}/github.com/spf13/pflag/uint64.go | 0 .../src => vendor}/github.com/spf13/pflag/uint8.go | 0 .../src => vendor}/github.com/vaughan0/go-ini/LICENSE | 0 .../src => vendor}/github.com/vaughan0/go-ini/README.md | 0 .../src => vendor}/github.com/vaughan0/go-ini/ini.go | 0 .../github.com/vaughan0/go-ini/ini_linux_test.go | 0 .../src => vendor}/github.com/vaughan0/go-ini/ini_test.go | 0 .../src => vendor}/github.com/vaughan0/go-ini/test.ini | 0 311 files changed, 7 insertions(+), 3 deletions(-) create mode 100644 Godeps/Readme delete mode 100644 Godeps/_workspace/.gitignore rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/transform/transform.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/Makefile (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/composition.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/forminfo.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/input.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/iter.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/maketables.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/normalize.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/normregtest.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/readwriter.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/tables.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/transform.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/trie.go (100%) rename {Godeps/_workspace/src => vendor}/code.google.com/p/go.text/unicode/norm/triegen.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awserr/error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awserr/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awsutil/copy.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/config.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/config_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/chain_provider_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/credentials.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/credentials_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/ec2_role_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/ec2_role_provider_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/env_provider_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/example.ini (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/static_provider_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/handler_functions.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/handler_functions_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/handlers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/handlers_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/param_validator.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/param_validator_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/request.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/request_pagination_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/request_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/types.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/aws/version.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/endpoints/endpoints.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/endpoints/endpoints.json (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/endpoints/endpoints_map.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/endpoints/endpoints_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/query/build.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/query/build_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/query/queryutil/queryutil.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal_error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/rest/build.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/rest/payload.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/rest/unmarshal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/restxml/build_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/restxml/restxml.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/restxml/unmarshal_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/build.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/unmarshal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/xml_to_struct.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/signer/v4/functional_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/signer/v4/v4.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/internal/signer/v4/v4_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/api.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/bucket_location.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/bucket_location_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/content_md5.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/customizations.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/customizations_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/examples_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/host_style_bucket_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/s3iface/interface.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/s3iface/interface_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/s3manager/download.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/s3manager/download_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/s3manager/upload_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/service.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/sse.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/sse_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/extemporalgenome/slug/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/extemporalgenome/slug/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/extemporalgenome/slug/slug.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/README.markdown (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/big.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/bigbytes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/bytes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/comma.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/ftoa.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/humanize.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/ordinals.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/si.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/go-humanize/times.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2-addons/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2-addons/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2-addons/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2-addons/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2-addons/filters.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2-addons/helpers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/AUTHORS (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/context.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/docs/examples.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/docs/filters.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/docs/index.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/docs/macros.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/docs/tags.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/docs/template_sets.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/docs/write_filters.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/docs/write_tags.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/error.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/filters.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/filters_builtin.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/helpers.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/lexer.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/nodes.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/nodes_html.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/nodes_wrapper.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/parser.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/parser_document.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/parser_expression.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/pongo2.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_autoescape.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_block.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_comment.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_cycle.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_extends.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_filter.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_firstof.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_for.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_if.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_ifchanged.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_ifequal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_ifnotequal.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_import.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_include.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_lorem.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_macro.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_now.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_set.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_spaceless.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_ssi.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_templatetag.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_widthratio.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/tags_with.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_loader.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_sets.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/autoescape.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/autoescape.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/base_dir_test/base.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/include.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/index.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/base_dir_test/subdir/ssi.html (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/complex.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/complex.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/cycle.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/cycle.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/empty.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/empty.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/expressions.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/expressions.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/extends.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/extends.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/filters-compilation.err (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/filters-compilation.err.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/filters-execution.err (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/filters-execution.err.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/filters.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/filters.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/firstof.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/firstof.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/for.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/for.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/function_calls_wrapper.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/function_calls_wrapper.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/if.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/if.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/ifchanged.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/ifchanged.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/includes.helper (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/includes.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/includes.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/inheritance/base.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/inheritance/base2.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/inheritance/cycle_include.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/inheritance/inheritance2/skeleton.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/issues.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/issues.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/lorem.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/lorem.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/macro-compilation.err (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/macro-compilation.err.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/macro-execution.err (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/macro-execution.err.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/macro.helper (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/macro.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/macro.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/macro2.helper (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/now.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/now.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/pongo2ctx.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/pongo2ctx.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/sandbox-compilation.err (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/sandbox-compilation.err.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/sandbox.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/sandbox.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/set.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/set.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/spaceless.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/spaceless.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/ssi.helper (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/ssi.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/ssi.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/tag_filter.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/tag_filter.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/tags-compilation.err (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/tags-compilation.err.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/template_sets.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/template_sets.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/templatetag.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/templatetag.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/variables.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/variables.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/verbatim.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/verbatim.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/widthratio.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/widthratio.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/with.helper (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/with.tpl (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/template_tests/with.tpl.out (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/value.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/flosch/pongo2/variable.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/context/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/context/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/context/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/context/context.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/context/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/doc.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/mux.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/regexp.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/gorilla/mux/route.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/.gitignore (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/LICENSE.txt (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/block.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/html.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/inline.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/latex.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/markdown.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/russross/blackfriday/smartypants.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/shurcooL/sanitized_anchor_name/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/shurcooL/sanitized_anchor_name/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/shurcooL/sanitized_anchor_name/main.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/shurcooL/sanitized_anchor_name/main_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/.travis.yml (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/bool.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/bool_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/duration.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/example_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/export_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/flag.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/flag_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/float32.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/float64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/int.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/int32.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/int64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/int8.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/ip.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/ipmask.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/string.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/uint.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/uint16.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/uint32.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/uint64.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/spf13/pflag/uint8.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vaughan0/go-ini/LICENSE (100%) rename {Godeps/_workspace/src => vendor}/github.com/vaughan0/go-ini/README.md (100%) rename {Godeps/_workspace/src => vendor}/github.com/vaughan0/go-ini/ini.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vaughan0/go-ini/ini_linux_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vaughan0/go-ini/ini_test.go (100%) rename {Godeps/_workspace/src => vendor}/github.com/vaughan0/go-ini/test.ini (100%) diff --git a/Godeps/Godeps.json b/Godeps/Godeps.json index 23dca1f..db61cf9 100644 --- a/Godeps/Godeps.json +++ b/Godeps/Godeps.json @@ -1,6 +1,7 @@ { "ImportPath": "github.com/Luzifer/mondash", - "GoVersion": "go1.5.3", + "GoVersion": "go1.6", + "GodepVersion": "v60", "Deps": [ { "ImportPath": "code.google.com/p/go.text/transform", diff --git a/Godeps/Readme b/Godeps/Readme new file mode 100644 index 0000000..4cdaa53 --- /dev/null +++ b/Godeps/Readme @@ -0,0 +1,5 @@ +This directory tree is generated automatically by godep. + +Please do not edit. + +See https://github.com/tools/godep for more information. 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/code.google.com/p/go.text/transform/transform.go b/vendor/code.google.com/p/go.text/transform/transform.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/transform/transform.go rename to vendor/code.google.com/p/go.text/transform/transform.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/Makefile b/vendor/code.google.com/p/go.text/unicode/norm/Makefile similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/Makefile rename to vendor/code.google.com/p/go.text/unicode/norm/Makefile diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/composition.go b/vendor/code.google.com/p/go.text/unicode/norm/composition.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/composition.go rename to vendor/code.google.com/p/go.text/unicode/norm/composition.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/forminfo.go b/vendor/code.google.com/p/go.text/unicode/norm/forminfo.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/forminfo.go rename to vendor/code.google.com/p/go.text/unicode/norm/forminfo.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/input.go b/vendor/code.google.com/p/go.text/unicode/norm/input.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/input.go rename to vendor/code.google.com/p/go.text/unicode/norm/input.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/iter.go b/vendor/code.google.com/p/go.text/unicode/norm/iter.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/iter.go rename to vendor/code.google.com/p/go.text/unicode/norm/iter.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/maketables.go b/vendor/code.google.com/p/go.text/unicode/norm/maketables.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/maketables.go rename to vendor/code.google.com/p/go.text/unicode/norm/maketables.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/normalize.go b/vendor/code.google.com/p/go.text/unicode/norm/normalize.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/normalize.go rename to vendor/code.google.com/p/go.text/unicode/norm/normalize.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/normregtest.go b/vendor/code.google.com/p/go.text/unicode/norm/normregtest.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/normregtest.go rename to vendor/code.google.com/p/go.text/unicode/norm/normregtest.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/readwriter.go b/vendor/code.google.com/p/go.text/unicode/norm/readwriter.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/readwriter.go rename to vendor/code.google.com/p/go.text/unicode/norm/readwriter.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/tables.go b/vendor/code.google.com/p/go.text/unicode/norm/tables.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/tables.go rename to vendor/code.google.com/p/go.text/unicode/norm/tables.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/transform.go b/vendor/code.google.com/p/go.text/unicode/norm/transform.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/transform.go rename to vendor/code.google.com/p/go.text/unicode/norm/transform.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/trie.go b/vendor/code.google.com/p/go.text/unicode/norm/trie.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/trie.go rename to vendor/code.google.com/p/go.text/unicode/norm/trie.go diff --git a/Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/triegen.go b/vendor/code.google.com/p/go.text/unicode/norm/triegen.go similarity index 100% rename from Godeps/_workspace/src/code.google.com/p/go.text/unicode/norm/triegen.go rename to vendor/code.google.com/p/go.text/unicode/norm/triegen.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/error.go b/vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/error.go rename to vendor/github.com/aws/aws-sdk-go/aws/awserr/error.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/types.go b/vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awserr/types.go rename to vendor/github.com/aws/aws-sdk-go/aws/awserr/types.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/copy.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/copy.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/copy_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/path_value_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go b/vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go rename to vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/config.go b/vendor/github.com/aws/aws-sdk-go/aws/config.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/config.go rename to vendor/github.com/aws/aws-sdk-go/aws/config.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/config_test.go b/vendor/github.com/aws/aws-sdk-go/aws/config_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/config_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/config_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/chain_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/chain_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/chain_provider_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/credentials.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/credentials.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/credentials_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/credentials_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/credentials_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/ec2_role_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2_role_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/ec2_role_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2_role_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/ec2_role_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2_role_provider_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/ec2_role_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/ec2_role_provider_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/env_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/env_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/env_provider_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/example.ini b/vendor/github.com/aws/aws-sdk-go/aws/credentials/example.ini similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/example.ini rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/example.ini diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/shared_credentials_provider_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/static_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/static_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/static_provider_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider_test.go b/vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/credentials/stscreds/assume_role_provider_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/handler_functions.go b/vendor/github.com/aws/aws-sdk-go/aws/handler_functions.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/handler_functions.go rename to vendor/github.com/aws/aws-sdk-go/aws/handler_functions.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/handler_functions_test.go b/vendor/github.com/aws/aws-sdk-go/aws/handler_functions_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/handler_functions_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/handler_functions_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/handlers.go b/vendor/github.com/aws/aws-sdk-go/aws/handlers.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/handlers.go rename to vendor/github.com/aws/aws-sdk-go/aws/handlers.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/handlers_test.go b/vendor/github.com/aws/aws-sdk-go/aws/handlers_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/handlers_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/handlers_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/param_validator.go b/vendor/github.com/aws/aws-sdk-go/aws/param_validator.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/param_validator.go rename to vendor/github.com/aws/aws-sdk-go/aws/param_validator.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/param_validator_test.go b/vendor/github.com/aws/aws-sdk-go/aws/param_validator_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/param_validator_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/param_validator_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request.go b/vendor/github.com/aws/aws-sdk-go/aws/request.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request.go rename to vendor/github.com/aws/aws-sdk-go/aws/request.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request_pagination_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request_pagination_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request_pagination_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request_pagination_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request_test.go b/vendor/github.com/aws/aws-sdk-go/aws/request_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/request_test.go rename to vendor/github.com/aws/aws-sdk-go/aws/request_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/service.go b/vendor/github.com/aws/aws-sdk-go/aws/service.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/service.go rename to vendor/github.com/aws/aws-sdk-go/aws/service.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/types.go b/vendor/github.com/aws/aws-sdk-go/aws/types.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/types.go rename to vendor/github.com/aws/aws-sdk-go/aws/types.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/version.go b/vendor/github.com/aws/aws-sdk-go/aws/version.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/aws/version.go rename to vendor/github.com/aws/aws-sdk-go/aws/version.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/endpoints/endpoints.go b/vendor/github.com/aws/aws-sdk-go/internal/endpoints/endpoints.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/endpoints/endpoints.go rename to vendor/github.com/aws/aws-sdk-go/internal/endpoints/endpoints.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/endpoints/endpoints.json b/vendor/github.com/aws/aws-sdk-go/internal/endpoints/endpoints.json similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/endpoints/endpoints.json rename to vendor/github.com/aws/aws-sdk-go/internal/endpoints/endpoints.json diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/endpoints/endpoints_map.go b/vendor/github.com/aws/aws-sdk-go/internal/endpoints/endpoints_map.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/endpoints/endpoints_map.go rename to vendor/github.com/aws/aws-sdk-go/internal/endpoints/endpoints_map.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/endpoints/endpoints_test.go b/vendor/github.com/aws/aws-sdk-go/internal/endpoints/endpoints_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/endpoints/endpoints_test.go rename to vendor/github.com/aws/aws-sdk-go/internal/endpoints/endpoints_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/build.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/query/build.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/build.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/query/build.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/build_test.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/query/build_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/build_test.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/query/build_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/queryutil/queryutil.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/query/queryutil/queryutil.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/queryutil/queryutil.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/query/queryutil/queryutil.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal_error.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal_error.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal_error.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal_error.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal_test.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal_test.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/query/unmarshal_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/rest/build.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/rest/build.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/rest/build.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/rest/build.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/rest/payload.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/rest/payload.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/rest/payload.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/rest/payload.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/rest/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/rest/unmarshal.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/rest/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/rest/unmarshal.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/restxml/build_test.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/restxml/build_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/restxml/build_test.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/restxml/build_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/restxml/restxml.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/restxml/restxml.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/restxml/restxml.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/restxml/restxml.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/restxml/unmarshal_test.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/restxml/unmarshal_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/restxml/unmarshal_test.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/restxml/unmarshal_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/build.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/build.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/build.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/build.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/unmarshal.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/unmarshal.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/unmarshal.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/unmarshal.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/xml_to_struct.go b/vendor/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/xml_to_struct.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/xml_to_struct.go rename to vendor/github.com/aws/aws-sdk-go/internal/protocol/xml/xmlutil/xml_to_struct.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/signer/v4/functional_test.go b/vendor/github.com/aws/aws-sdk-go/internal/signer/v4/functional_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/signer/v4/functional_test.go rename to vendor/github.com/aws/aws-sdk-go/internal/signer/v4/functional_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/signer/v4/v4.go b/vendor/github.com/aws/aws-sdk-go/internal/signer/v4/v4.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/signer/v4/v4.go rename to vendor/github.com/aws/aws-sdk-go/internal/signer/v4/v4.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/signer/v4/v4_test.go b/vendor/github.com/aws/aws-sdk-go/internal/signer/v4/v4_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/internal/signer/v4/v4_test.go rename to vendor/github.com/aws/aws-sdk-go/internal/signer/v4/v4_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/api.go b/vendor/github.com/aws/aws-sdk-go/service/s3/api.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/api.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/api.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/bucket_location.go b/vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/bucket_location.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/bucket_location_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/bucket_location_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/bucket_location_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/content_md5.go b/vendor/github.com/aws/aws-sdk-go/service/s3/content_md5.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/content_md5.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/content_md5.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/customizations.go b/vendor/github.com/aws/aws-sdk-go/service/s3/customizations.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/customizations.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/customizations.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/customizations_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/customizations_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/customizations_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/customizations_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/examples_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/examples_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/examples_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/examples_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go b/vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/host_style_bucket_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/host_style_bucket_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/host_style_bucket_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3iface/interface.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3iface/interface.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3iface/interface.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3iface/interface.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3iface/interface_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3iface/interface_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3iface/interface_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3iface/interface_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3manager/download.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3manager/download.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3manager/download_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3manager/download_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/download_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3manager/upload_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/s3manager/upload_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/s3manager/upload_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/service.go b/vendor/github.com/aws/aws-sdk-go/service/s3/service.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/service.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/service.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/sse.go b/vendor/github.com/aws/aws-sdk-go/service/s3/sse.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/sse.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/sse.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/sse_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/sse_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/sse_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/sse_test.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go b/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error.go diff --git a/Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_test.go b/vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_test.go rename to vendor/github.com/aws/aws-sdk-go/service/s3/unmarshal_error_test.go diff --git a/Godeps/_workspace/src/github.com/extemporalgenome/slug/LICENSE b/vendor/github.com/extemporalgenome/slug/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/extemporalgenome/slug/LICENSE rename to vendor/github.com/extemporalgenome/slug/LICENSE diff --git a/Godeps/_workspace/src/github.com/extemporalgenome/slug/README.md b/vendor/github.com/extemporalgenome/slug/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/extemporalgenome/slug/README.md rename to vendor/github.com/extemporalgenome/slug/README.md diff --git a/Godeps/_workspace/src/github.com/extemporalgenome/slug/slug.go b/vendor/github.com/extemporalgenome/slug/slug.go similarity index 100% rename from Godeps/_workspace/src/github.com/extemporalgenome/slug/slug.go rename to vendor/github.com/extemporalgenome/slug/slug.go diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/.gitignore b/vendor/github.com/flosch/go-humanize/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/.gitignore rename to vendor/github.com/flosch/go-humanize/.gitignore diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/LICENSE b/vendor/github.com/flosch/go-humanize/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/LICENSE rename to vendor/github.com/flosch/go-humanize/LICENSE diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/README.markdown b/vendor/github.com/flosch/go-humanize/README.markdown similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/README.markdown rename to vendor/github.com/flosch/go-humanize/README.markdown diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/big.go b/vendor/github.com/flosch/go-humanize/big.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/big.go rename to vendor/github.com/flosch/go-humanize/big.go diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/bigbytes.go b/vendor/github.com/flosch/go-humanize/bigbytes.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/bigbytes.go rename to vendor/github.com/flosch/go-humanize/bigbytes.go diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/bytes.go b/vendor/github.com/flosch/go-humanize/bytes.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/bytes.go rename to vendor/github.com/flosch/go-humanize/bytes.go diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/comma.go b/vendor/github.com/flosch/go-humanize/comma.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/comma.go rename to vendor/github.com/flosch/go-humanize/comma.go diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/ftoa.go b/vendor/github.com/flosch/go-humanize/ftoa.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/ftoa.go rename to vendor/github.com/flosch/go-humanize/ftoa.go diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/humanize.go b/vendor/github.com/flosch/go-humanize/humanize.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/humanize.go rename to vendor/github.com/flosch/go-humanize/humanize.go diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/ordinals.go b/vendor/github.com/flosch/go-humanize/ordinals.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/ordinals.go rename to vendor/github.com/flosch/go-humanize/ordinals.go diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/si.go b/vendor/github.com/flosch/go-humanize/si.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/si.go rename to vendor/github.com/flosch/go-humanize/si.go diff --git a/Godeps/_workspace/src/github.com/flosch/go-humanize/times.go b/vendor/github.com/flosch/go-humanize/times.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/go-humanize/times.go rename to vendor/github.com/flosch/go-humanize/times.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2-addons/.gitignore b/vendor/github.com/flosch/pongo2-addons/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2-addons/.gitignore rename to vendor/github.com/flosch/pongo2-addons/.gitignore diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2-addons/.travis.yml b/vendor/github.com/flosch/pongo2-addons/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2-addons/.travis.yml rename to vendor/github.com/flosch/pongo2-addons/.travis.yml diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2-addons/LICENSE b/vendor/github.com/flosch/pongo2-addons/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2-addons/LICENSE rename to vendor/github.com/flosch/pongo2-addons/LICENSE diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2-addons/README.md b/vendor/github.com/flosch/pongo2-addons/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2-addons/README.md rename to vendor/github.com/flosch/pongo2-addons/README.md diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2-addons/filters.go b/vendor/github.com/flosch/pongo2-addons/filters.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2-addons/filters.go rename to vendor/github.com/flosch/pongo2-addons/filters.go diff --git a/Godeps/_workspace/src/github.com/flosch/pongo2-addons/helpers.go b/vendor/github.com/flosch/pongo2-addons/helpers.go similarity index 100% rename from Godeps/_workspace/src/github.com/flosch/pongo2-addons/helpers.go rename to vendor/github.com/flosch/pongo2-addons/helpers.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/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/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/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/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/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/russross/blackfriday/.gitignore b/vendor/github.com/russross/blackfriday/.gitignore similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/.gitignore rename to vendor/github.com/russross/blackfriday/.gitignore diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/.travis.yml b/vendor/github.com/russross/blackfriday/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/.travis.yml rename to vendor/github.com/russross/blackfriday/.travis.yml diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/LICENSE.txt b/vendor/github.com/russross/blackfriday/LICENSE.txt similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/LICENSE.txt rename to vendor/github.com/russross/blackfriday/LICENSE.txt diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/README.md b/vendor/github.com/russross/blackfriday/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/README.md rename to vendor/github.com/russross/blackfriday/README.md diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/block.go b/vendor/github.com/russross/blackfriday/block.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/block.go rename to vendor/github.com/russross/blackfriday/block.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/html.go b/vendor/github.com/russross/blackfriday/html.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/html.go rename to vendor/github.com/russross/blackfriday/html.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/inline.go b/vendor/github.com/russross/blackfriday/inline.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/inline.go rename to vendor/github.com/russross/blackfriday/inline.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/latex.go b/vendor/github.com/russross/blackfriday/latex.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/latex.go rename to vendor/github.com/russross/blackfriday/latex.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/markdown.go b/vendor/github.com/russross/blackfriday/markdown.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/markdown.go rename to vendor/github.com/russross/blackfriday/markdown.go diff --git a/Godeps/_workspace/src/github.com/russross/blackfriday/smartypants.go b/vendor/github.com/russross/blackfriday/smartypants.go similarity index 100% rename from Godeps/_workspace/src/github.com/russross/blackfriday/smartypants.go rename to vendor/github.com/russross/blackfriday/smartypants.go diff --git a/Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/.travis.yml b/vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml similarity index 100% rename from Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/.travis.yml rename to vendor/github.com/shurcooL/sanitized_anchor_name/.travis.yml diff --git a/Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/README.md b/vendor/github.com/shurcooL/sanitized_anchor_name/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/README.md rename to vendor/github.com/shurcooL/sanitized_anchor_name/README.md diff --git a/Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/main.go b/vendor/github.com/shurcooL/sanitized_anchor_name/main.go similarity index 100% rename from Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/main.go rename to vendor/github.com/shurcooL/sanitized_anchor_name/main.go diff --git a/Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/main_test.go b/vendor/github.com/shurcooL/sanitized_anchor_name/main_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/shurcooL/sanitized_anchor_name/main_test.go rename to vendor/github.com/shurcooL/sanitized_anchor_name/main_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/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/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/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/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/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/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 diff --git a/Godeps/_workspace/src/github.com/vaughan0/go-ini/LICENSE b/vendor/github.com/vaughan0/go-ini/LICENSE similarity index 100% rename from Godeps/_workspace/src/github.com/vaughan0/go-ini/LICENSE rename to vendor/github.com/vaughan0/go-ini/LICENSE diff --git a/Godeps/_workspace/src/github.com/vaughan0/go-ini/README.md b/vendor/github.com/vaughan0/go-ini/README.md similarity index 100% rename from Godeps/_workspace/src/github.com/vaughan0/go-ini/README.md rename to vendor/github.com/vaughan0/go-ini/README.md diff --git a/Godeps/_workspace/src/github.com/vaughan0/go-ini/ini.go b/vendor/github.com/vaughan0/go-ini/ini.go similarity index 100% rename from Godeps/_workspace/src/github.com/vaughan0/go-ini/ini.go rename to vendor/github.com/vaughan0/go-ini/ini.go diff --git a/Godeps/_workspace/src/github.com/vaughan0/go-ini/ini_linux_test.go b/vendor/github.com/vaughan0/go-ini/ini_linux_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/vaughan0/go-ini/ini_linux_test.go rename to vendor/github.com/vaughan0/go-ini/ini_linux_test.go diff --git a/Godeps/_workspace/src/github.com/vaughan0/go-ini/ini_test.go b/vendor/github.com/vaughan0/go-ini/ini_test.go similarity index 100% rename from Godeps/_workspace/src/github.com/vaughan0/go-ini/ini_test.go rename to vendor/github.com/vaughan0/go-ini/ini_test.go diff --git a/Godeps/_workspace/src/github.com/vaughan0/go-ini/test.ini b/vendor/github.com/vaughan0/go-ini/test.ini similarity index 100% rename from Godeps/_workspace/src/github.com/vaughan0/go-ini/test.ini rename to vendor/github.com/vaughan0/go-ini/test.ini