Imported Upstream version 2.3.0 upstream/2.3.0
authorhyokeun <hyokeun.jeon@samsung.com>
Fri, 21 Dec 2018 05:48:05 +0000 (14:48 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Fri, 21 Dec 2018 05:48:05 +0000 (14:48 +0900)
commit08a161594e46646d5a2f79e2cdad425ecd6d7096
tree31a2d34e7f3be9639edffafc252967e5b8ce13f4
parent73edc868127ad177b6840ec544444c2e676231a3
Imported Upstream version 2.3.0
1220 files changed:
.gitattributes [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.mailmap [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CHANGELOG.md [new file with mode: 0644]
CODE-OF-CONDUCT.md [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
INSTALLING.md [new file with mode: 0644]
LICENSE.md [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
ROADMAP.md [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
circle.yml [new file with mode: 0644]
commands/command_checkout.go [new file with mode: 0644]
commands/command_clean.go [new file with mode: 0644]
commands/command_clone.go [new file with mode: 0644]
commands/command_env.go [new file with mode: 0644]
commands/command_ext.go [new file with mode: 0644]
commands/command_fetch.go [new file with mode: 0644]
commands/command_filter_process.go [new file with mode: 0644]
commands/command_fsck.go [new file with mode: 0644]
commands/command_install.go [new file with mode: 0644]
commands/command_lock.go [new file with mode: 0644]
commands/command_locks.go [new file with mode: 0644]
commands/command_logs.go [new file with mode: 0644]
commands/command_ls_files.go [new file with mode: 0644]
commands/command_migrate.go [new file with mode: 0644]
commands/command_migrate_import.go [new file with mode: 0644]
commands/command_migrate_info.go [new file with mode: 0644]
commands/command_pointer.go [new file with mode: 0644]
commands/command_post_checkout.go [new file with mode: 0644]
commands/command_post_commit.go [new file with mode: 0644]
commands/command_post_merge.go [new file with mode: 0644]
commands/command_pre_push.go [new file with mode: 0644]
commands/command_prune.go [new file with mode: 0644]
commands/command_pull.go [new file with mode: 0644]
commands/command_push.go [new file with mode: 0644]
commands/command_smudge.go [new file with mode: 0644]
commands/command_status.go [new file with mode: 0644]
commands/command_track.go [new file with mode: 0644]
commands/command_uninstall.go [new file with mode: 0644]
commands/command_unlock.go [new file with mode: 0644]
commands/command_untrack.go [new file with mode: 0644]
commands/command_update.go [new file with mode: 0644]
commands/command_version.go [new file with mode: 0644]
commands/commands.go [new file with mode: 0644]
commands/commands_test.go [new file with mode: 0644]
commands/path.go [new file with mode: 0644]
commands/path_nix.go [new file with mode: 0644]
commands/path_windows.go [new file with mode: 0644]
commands/pointers.go [new file with mode: 0644]
commands/pull.go [new file with mode: 0644]
commands/run.go [new file with mode: 0644]
commands/uploader.go [new file with mode: 0644]
commands/uploader_test.go [new file with mode: 0644]
config/config.go [new file with mode: 0644]
config/config_netrc.go [new file with mode: 0644]
config/config_nix.go [new file with mode: 0644]
config/config_test.go [new file with mode: 0644]
config/config_windows.go [new file with mode: 0644]
config/environment.go [new file with mode: 0644]
config/environment_test.go [new file with mode: 0644]
config/extension.go [new file with mode: 0644]
config/extension_test.go [new file with mode: 0644]
config/fetcher.go [new file with mode: 0644]
config/filesystem.go [new file with mode: 0644]
config/git_environment.go [new file with mode: 0644]
config/git_fetcher.go [new file with mode: 0644]
config/map_fetcher.go [new file with mode: 0644]
config/os_fetcher.go [new file with mode: 0644]
config/url_config.go [new file with mode: 0644]
config/url_config_test.go [new file with mode: 0644]
config/version.go [new file with mode: 0644]
debian/changelog [new file with mode: 0644]
debian/compat [new file with mode: 0644]
debian/control [new file with mode: 0644]
debian/copyright [new file with mode: 0644]
debian/git-lfs.lintian-overrides [new file with mode: 0644]
debian/git-lfs.manpages [new file with mode: 0644]
debian/postinst [new file with mode: 0644]
debian/prerm [new file with mode: 0644]
debian/rules [new file with mode: 0755]
debian/source/format [new file with mode: 0644]
docker/README.md [new file with mode: 0644]
docker/gpg-agent_preload.bsh [new file with mode: 0755]
docker/gpg-agent_start.bsh [new file with mode: 0755]
docker/gpg-agent_stop.bsh [new file with mode: 0755]
docker/run_dockers.bsh [new file with mode: 0755]
docker/test_dockers.bsh [new file with mode: 0755]
docs/README.md [new file with mode: 0644]
docs/api/README.md [new file with mode: 0644]
docs/api/authentication.md [new file with mode: 0644]
docs/api/basic-transfers.md [new file with mode: 0644]
docs/api/batch.md [new file with mode: 0644]
docs/api/locking.md [new file with mode: 0644]
docs/api/schemas/http-batch-request-schema.json [new symlink]
docs/api/schemas/http-batch-response-schema.json [new symlink]
docs/api/schemas/http-lock-create-request-schema.json [new symlink]
docs/api/schemas/http-lock-create-response-schema.json [new symlink]
docs/api/schemas/http-lock-delete-request-schema.json [new symlink]
docs/api/schemas/http-lock-list-response-schema.json [new symlink]
docs/api/schemas/http-lock-verify-response-schema.json [new symlink]
docs/api/server-discovery.md [new file with mode: 0644]
docs/custom-transfers.md [new file with mode: 0644]
docs/extensions.md [new file with mode: 0644]
docs/linux-build.md [new file with mode: 0644]
docs/man/git-lfs-checkout.1.ronn [new file with mode: 0644]
docs/man/git-lfs-clean.1.ronn [new file with mode: 0644]
docs/man/git-lfs-clone.1.ronn [new file with mode: 0644]
docs/man/git-lfs-config.5.ronn [new file with mode: 0644]
docs/man/git-lfs-env.1.ronn [new file with mode: 0644]
docs/man/git-lfs-ext.1.ronn [new file with mode: 0644]
docs/man/git-lfs-fetch.1.ronn [new file with mode: 0644]
docs/man/git-lfs-filter-process.1.ronn [new file with mode: 0644]
docs/man/git-lfs-fsck.1.ronn [new file with mode: 0644]
docs/man/git-lfs-install.1.ronn [new file with mode: 0644]
docs/man/git-lfs-lock.1.ronn [new file with mode: 0644]
docs/man/git-lfs-locks.1.ronn [new file with mode: 0644]
docs/man/git-lfs-logs.1.ronn [new file with mode: 0644]
docs/man/git-lfs-ls-files.1.ronn [new file with mode: 0644]
docs/man/git-lfs-migrate.1.ronn [new file with mode: 0644]
docs/man/git-lfs-pointer.1.ronn [new file with mode: 0644]
docs/man/git-lfs-post-checkout.1.ronn [new file with mode: 0644]
docs/man/git-lfs-post-merge.1.ronn [new file with mode: 0644]
docs/man/git-lfs-pre-push.1.ronn [new file with mode: 0644]
docs/man/git-lfs-prune.1.ronn [new file with mode: 0644]
docs/man/git-lfs-pull.1.ronn [new file with mode: 0644]
docs/man/git-lfs-push.1.ronn [new file with mode: 0644]
docs/man/git-lfs-smudge.1.ronn [new file with mode: 0644]
docs/man/git-lfs-status.1.ronn [new file with mode: 0644]
docs/man/git-lfs-track.1.ronn [new file with mode: 0644]
docs/man/git-lfs-uninstall.1.ronn [new file with mode: 0644]
docs/man/git-lfs-unlock.1.ronn [new file with mode: 0644]
docs/man/git-lfs-untrack.1.ronn [new file with mode: 0644]
docs/man/git-lfs-update.1.ronn [new file with mode: 0644]
docs/man/git-lfs.1.ronn [new file with mode: 0644]
docs/man/index.txt [new file with mode: 0644]
docs/man/mangen.go [new file with mode: 0644]
docs/proposals/README.md [new file with mode: 0644]
docs/proposals/locking.md [new file with mode: 0644]
docs/proposals/locking_api.md [new file with mode: 0644]
docs/proposals/ntlm.md [new file with mode: 0644]
docs/proposals/transfer_adapters.md [new file with mode: 0644]
docs/spec.md [new file with mode: 0644]
errors/context.go [new file with mode: 0644]
errors/errors.go [new file with mode: 0644]
errors/errors_test.go [new file with mode: 0644]
errors/types.go [new file with mode: 0644]
errors/types_test.go [new file with mode: 0644]
filepathfilter/bench_test.go [new file with mode: 0644]
filepathfilter/filepathfilter.go [new file with mode: 0644]
filepathfilter/filepathfilter_test.go [new file with mode: 0644]
git-lfs.go [new file with mode: 0644]
git/attribs.go [new file with mode: 0644]
git/filter_process_scanner.go [new file with mode: 0644]
git/filter_process_scanner_test.go [new file with mode: 0644]
git/filter_process_status.go [new file with mode: 0644]
git/git.go [new file with mode: 0644]
git/git_test.go [new file with mode: 0644]
git/githistory/fixtures/identical-blobs.git/HEAD [new file with mode: 0644]
git/githistory/fixtures/identical-blobs.git/config [new file with mode: 0644]
git/githistory/fixtures/identical-blobs.git/index [new file with mode: 0644]
git/githistory/fixtures/identical-blobs.git/logs/HEAD [new file with mode: 0644]
git/githistory/fixtures/identical-blobs.git/logs/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/identical-blobs.git/objects/42/723ad796caa500ddf4e3f6ad37600ed5a65491 [new file with mode: 0644]
git/githistory/fixtures/identical-blobs.git/objects/94/f3610c08588440112ed977376f26a8fba169b0 [new file with mode: 0644]
git/githistory/fixtures/identical-blobs.git/objects/b6/2b45ed2b59cf32dd676ca47497e76a1dab9c7e [new file with mode: 0644]
git/githistory/fixtures/identical-blobs.git/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/HEAD [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/config [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/index [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/logs/HEAD [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/logs/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/objects/20/ecedad3e74a113695fe5f00ab003694e2e1e9c [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/objects/22/8afe30855933151f7a88e70d9d88314fd2f191 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/objects/2e/65efe2a145dda7ee51d1741299f848e5bf752e [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/objects/34/10062ba67c5ed59b854387a8bc0ec012479368 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/objects/3c/b3201d7942353fff5f45e03d114e8e7a061f87 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/objects/52/a8963f48d54c7d352695a278ca4b025e130cb4 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/objects/63/d8dbd40c23542e740659a7168a0ce3138ea748 [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/objects/91/b85be6928569390e937479509b80a1d0dccb0c [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/objects/d9/41e4756add6b06f5bee766fcf669f55419f13f [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/linear-history-with-tags.git/refs/tags/middle [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/HEAD [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/config [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/index [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/logs/HEAD [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/logs/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/objects/56/a6051ca2b02b04ef92d5150c9ef600403cb1de [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/objects/62/811b8f930323895033b3b338c35f51c0b7268b [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/objects/6e/07bd31cb70c4add2c973481ad4fa38b235ca69 [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/objects/71/a488ec1804ee97ea651b094aa9181ca85aab0a [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/objects/c5/decfe1fcf39b8c489f4a0bf3b3823676339f80 [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/objects/d8/263ee9860594d2806b0dfd1bfd17528b0ba2a4 [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/objects/e4/40e5c842586965a7fb77deda2eca68612b1f53 [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/objects/e6/69b63f829bfb0b91fc52a5bcea53dd7977a0ee [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/objects/ef/eab7a9b61312fa56fc74eee1e0f5a714abfb70 [new file with mode: 0644]
git/githistory/fixtures/linear-history.git/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/HEAD [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/config [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/index [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/logs/HEAD [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/logs/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/objects/07/bd7fbfc41b7d36135bcffe7c465490f4aca32d [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/objects/12/7ececad475cde6da0048051d62121cabd23194 [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/objects/19/acdd81ab0abc15c771fe005bf1c2825e4e6080 [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/objects/37/f99c7f2706d317b3bf7ff13d574eef33d8788a [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/objects/3d/1baaaceec085c52e3e57a47a75b87b7615d0ef [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/objects/8d/14cbf983b3fad683171c9418998d9f68340823 [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/objects/bc/63077ac5e575ccc9dbbd93dc882f1e10600ea7 [new file with mode: 0644]
git/githistory/fixtures/non-repeated-subtrees.git/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/HEAD [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/ORIG_HEAD [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/config [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/index [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/logs/HEAD [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/logs/refs/heads/branch-a [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/logs/refs/heads/branch-b [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/logs/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/04/df07b08ca746b3167d0f1d1514e2f39a52c16c [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/15/805fe2044dc1a0508853e93d1a230bd94636be [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/25/1e6b3461a3b5adc6bab694d5ae1abc878edf85 [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/2e/65efe2a145dda7ee51d1741299f848e5bf752e [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/2f/3a8ec99d5b459b41b6675e52758e397c5e3103 [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/5a/0581b158a81b8fc5d2169c2ac2ca7772ff13fd [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/63/d8dbd40c23542e740659a7168a0ce3138ea748 [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/6c/9ccaeb45446e3fa88cd5848a940fd34c18192b [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/8b/e6d64cddab01f53381e9feafe50d95ca5e6629 [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/b6/fc4c620b67d95f953a5c1c1230aaab5db5a1b0 [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/objects/e9/4edfabfb7605f7cb959b4ce8fb6652b509fe03 [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/refs/heads/branch-a [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/refs/heads/branch-b [new file with mode: 0644]
git/githistory/fixtures/octopus-merge.git/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/packed-objects.git/HEAD [new file with mode: 0644]
git/githistory/fixtures/packed-objects.git/config [new file with mode: 0644]
git/githistory/fixtures/packed-objects.git/index [new file with mode: 0644]
git/githistory/fixtures/packed-objects.git/info/refs [new file with mode: 0644]
git/githistory/fixtures/packed-objects.git/logs/HEAD [new file with mode: 0644]
git/githistory/fixtures/packed-objects.git/logs/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/packed-objects.git/objects/info/packs [new file with mode: 0644]
git/githistory/fixtures/packed-objects.git/objects/pack/pack-ac516ce2d006668dc5e001e8dda0aa1c7198500f.idx [new file with mode: 0644]
git/githistory/fixtures/packed-objects.git/objects/pack/pack-ac516ce2d006668dc5e001e8dda0aa1c7198500f.pack [new file with mode: 0644]
git/githistory/fixtures/packed-objects.git/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/HEAD [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/config [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/index [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/logs/HEAD [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/logs/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/objects/0b/4747509ab885114690ff291f8f108045b1d749 [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/objects/12/b98c239e8f933d213617a1b965333d478b2743 [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/objects/2e/65efe2a145dda7ee51d1741299f848e5bf752e [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/objects/47/d4d71022adc7ec6a14250d23491e535ec228f4 [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/objects/5e/497ceceb14ad3c43bac781ed5c804bc67e8f3b [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/objects/63/d8dbd40c23542e740659a7168a0ce3138ea748 [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/objects/b9/621d5d84b3174de020ad2c869f43b2f61f337f [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/objects/bc/4d1181aca5a33673d7c5d4c209d09ce1cfabd7 [new file with mode: 0644]
git/githistory/fixtures/repeated-subtrees.git/refs/heads/master [new file with mode: 0644]
git/githistory/fixtures_test.go [new file with mode: 0644]
git/githistory/log/list_task.go [new file with mode: 0644]
git/githistory/log/list_task_test.go [new file with mode: 0644]
git/githistory/log/log.go [new file with mode: 0644]
git/githistory/log/log_test.go [new file with mode: 0644]
git/githistory/log/percentage_task.go [new file with mode: 0644]
git/githistory/log/percentage_task_test.go [new file with mode: 0644]
git/githistory/log/task.go [new file with mode: 0644]
git/githistory/log/waiting_task.go [new file with mode: 0644]
git/githistory/log/waiting_task_test.go [new file with mode: 0644]
git/githistory/ref_updater.go [new file with mode: 0644]
git/githistory/ref_updater_test.go [new file with mode: 0644]
git/githistory/rewriter.go [new file with mode: 0644]
git/githistory/rewriter_test.go [new file with mode: 0644]
git/object_scanner.go [new file with mode: 0644]
git/odb/blob.go [new file with mode: 0644]
git/odb/blob_test.go [new file with mode: 0644]
git/odb/commit.go [new file with mode: 0644]
git/odb/commit_test.go [new file with mode: 0644]
git/odb/errors.go [new file with mode: 0644]
git/odb/errors_test.go [new file with mode: 0644]
git/odb/file_storer.go [new file with mode: 0644]
git/odb/memory_storer.go [new file with mode: 0644]
git/odb/memory_storer_test.go [new file with mode: 0644]
git/odb/object.go [new file with mode: 0644]
git/odb/object_db.go [new file with mode: 0644]
git/odb/object_db_test.go [new file with mode: 0644]
git/odb/object_reader.go [new file with mode: 0644]
git/odb/object_reader_test.go [new file with mode: 0644]
git/odb/object_type.go [new file with mode: 0644]
git/odb/object_type_test.go [new file with mode: 0644]
git/odb/object_writer.go [new file with mode: 0644]
git/odb/object_writer_test.go [new file with mode: 0644]
git/odb/pack/bounds.go [new file with mode: 0644]
git/odb/pack/bounds_test.go [new file with mode: 0644]
git/odb/pack/chain.go [new file with mode: 0644]
git/odb/pack/chain_base.go [new file with mode: 0644]
git/odb/pack/chain_base_test.go [new file with mode: 0644]
git/odb/pack/chain_delta.go [new file with mode: 0644]
git/odb/pack/chain_delta_test.go [new file with mode: 0644]
git/odb/pack/chain_test.go [new file with mode: 0644]
git/odb/pack/errors.go [new file with mode: 0644]
git/odb/pack/errors_test.go [new file with mode: 0644]
git/odb/pack/index.go [new file with mode: 0644]
git/odb/pack/index_decode.go [new file with mode: 0644]
git/odb/pack/index_decode_test.go [new file with mode: 0644]
git/odb/pack/index_entry.go [new file with mode: 0644]
git/odb/pack/index_test.go [new file with mode: 0644]
git/odb/pack/index_v1.go [new file with mode: 0644]
git/odb/pack/index_v1_test.go [new file with mode: 0644]
git/odb/pack/index_v2.go [new file with mode: 0644]
git/odb/pack/index_v2_test.go [new file with mode: 0644]
git/odb/pack/index_version.go [new file with mode: 0644]
git/odb/pack/io.go [new file with mode: 0644]
git/odb/pack/io_test.go [new file with mode: 0644]
git/odb/pack/object.go [new file with mode: 0644]
git/odb/pack/object_test.go [new file with mode: 0644]
git/odb/pack/packfile.go [new file with mode: 0644]
git/odb/pack/packfile_decode.go [new file with mode: 0644]
git/odb/pack/packfile_decode_test.go [new file with mode: 0644]
git/odb/pack/packfile_test.go [new file with mode: 0644]
git/odb/pack/set.go [new file with mode: 0644]
git/odb/pack/set_test.go [new file with mode: 0644]
git/odb/pack/type.go [new file with mode: 0644]
git/odb/pack/type_test.go [new file with mode: 0644]
git/odb/storer.go [new file with mode: 0644]
git/odb/tree.go [new file with mode: 0644]
git/odb/tree_test.go [new file with mode: 0644]
git/pkt_line.go [new file with mode: 0644]
git/pkt_line_reader.go [new file with mode: 0644]
git/pkt_line_reader_test.go [new file with mode: 0644]
git/pkt_line_test.go [new file with mode: 0644]
git/pkt_line_writer.go [new file with mode: 0644]
git/pkt_line_writer_test.go [new file with mode: 0644]
git/rev_list_scanner.go [new file with mode: 0644]
git/rev_list_scanner_test.go [new file with mode: 0644]
glide.lock [new file with mode: 0644]
glide.yaml [new file with mode: 0644]
lfs/attribute.go [new file with mode: 0644]
lfs/diff_index_scanner.go [new file with mode: 0644]
lfs/extension.go [new file with mode: 0644]
lfs/gitscanner.go [new file with mode: 0644]
lfs/gitscanner_catfilebatch.go [new file with mode: 0644]
lfs/gitscanner_catfilebatchcheck.go [new file with mode: 0644]
lfs/gitscanner_catfilebatchcheckscanner_test.go [new file with mode: 0644]
lfs/gitscanner_index.go [new file with mode: 0644]
lfs/gitscanner_log.go [new file with mode: 0644]
lfs/gitscanner_pointerscanner_test.go [new file with mode: 0644]
lfs/gitscanner_refs.go [new file with mode: 0644]
lfs/gitscanner_remotes.go [new file with mode: 0644]
lfs/gitscanner_tree.go [new file with mode: 0644]
lfs/hook.go [new file with mode: 0644]
lfs/lfs.go [new file with mode: 0644]
lfs/lfs_test.go [new file with mode: 0644]
lfs/pointer.go [new file with mode: 0644]
lfs/pointer_clean.go [new file with mode: 0644]
lfs/pointer_smudge.go [new file with mode: 0644]
lfs/pointer_test.go [new file with mode: 0644]
lfs/scanner.go [new file with mode: 0644]
lfs/scanner_git_test.go [new file with mode: 0644]
lfs/scanner_test.go [new file with mode: 0644]
lfs/setup.go [new file with mode: 0644]
lfs/util.go [new file with mode: 0644]
lfs/util_generic.go [new file with mode: 0644]
lfs/util_test.go [new file with mode: 0644]
lfsapi/auth.go [new file with mode: 0644]
lfsapi/auth_test.go [new file with mode: 0644]
lfsapi/body.go [new file with mode: 0644]
lfsapi/certs.go [new file with mode: 0644]
lfsapi/certs_darwin.go [new file with mode: 0644]
lfsapi/certs_freebsd.go [new file with mode: 0644]
lfsapi/certs_linux.go [new file with mode: 0644]
lfsapi/certs_openbsd.go [new file with mode: 0644]
lfsapi/certs_test.go [new file with mode: 0644]
lfsapi/certs_windows.go [new file with mode: 0644]
lfsapi/client.go [new file with mode: 0644]
lfsapi/client_test.go [new file with mode: 0644]
lfsapi/creds.go [new file with mode: 0644]
lfsapi/creds_test.go [new file with mode: 0644]
lfsapi/endpoint.go [new file with mode: 0644]
lfsapi/endpoint_finder.go [new file with mode: 0644]
lfsapi/endpoint_finder_test.go [new file with mode: 0644]
lfsapi/endpoint_test.go [new file with mode: 0644]
lfsapi/errors.go [new file with mode: 0644]
lfsapi/lfsapi.go [new file with mode: 0644]
lfsapi/lfsapi_nix.go [new file with mode: 0644]
lfsapi/lfsapi_windows.go [new file with mode: 0644]
lfsapi/netrc.go [new file with mode: 0644]
lfsapi/netrc_test.go [new file with mode: 0644]
lfsapi/ntlm.go [new file with mode: 0644]
lfsapi/ntlm_test.go [new file with mode: 0644]
lfsapi/proxy.go [new file with mode: 0644]
lfsapi/proxy_test.go [new file with mode: 0644]
lfsapi/response_test.go [new file with mode: 0644]
lfsapi/retries.go [new file with mode: 0644]
lfsapi/retries_test.go [new file with mode: 0644]
lfsapi/ssh.go [new file with mode: 0644]
lfsapi/ssh_test.go [new file with mode: 0644]
lfsapi/stats.go [new file with mode: 0644]
lfsapi/stats_test.go [new file with mode: 0644]
lfsapi/verbose.go [new file with mode: 0644]
lfsapi/verbose_test.go [new file with mode: 0644]
localstorage/currentstore.go [new file with mode: 0644]
localstorage/localstorage.go [new file with mode: 0644]
localstorage/scan.go [new file with mode: 0644]
localstorage/temp.go [new file with mode: 0644]
locking/api.go [new file with mode: 0644]
locking/api_test.go [new file with mode: 0644]
locking/cache.go [new file with mode: 0644]
locking/cache_test.go [new file with mode: 0644]
locking/lockable.go [new file with mode: 0644]
locking/locks.go [new file with mode: 0644]
locking/locks_test.go [new file with mode: 0644]
locking/schemas/http-lock-create-request-schema.json [new file with mode: 0644]
locking/schemas/http-lock-create-response-schema.json [new file with mode: 0644]
locking/schemas/http-lock-delete-request-schema.json [new file with mode: 0644]
locking/schemas/http-lock-list-response-schema.json [new file with mode: 0644]
locking/schemas/http-lock-verify-response-schema.json [new file with mode: 0644]
progress/copycallback.go [new file with mode: 0644]
progress/copycallback_test.go [new file with mode: 0644]
progress/logger.go [new file with mode: 0644]
progress/meter.go [new file with mode: 0644]
progress/noop.go [new file with mode: 0644]
progress/progress.go [new file with mode: 0644]
progress/spinner.go [new file with mode: 0644]
rpm/INSTALL.md [new file with mode: 0644]
rpm/SOURCES/git-lfs.repo [new file with mode: 0644]
rpm/SPECS/git-lfs-repo-release.spec [new file with mode: 0644]
rpm/SPECS/git-lfs.spec [new file with mode: 0644]
rpm/SPECS/ruby.spec [new file with mode: 0644]
rpm/SPECS/rubygem-hpricot.spec [new file with mode: 0644]
rpm/SPECS/rubygem-mustache.spec [new file with mode: 0644]
rpm/SPECS/rubygem-rdiscount.spec [new file with mode: 0644]
rpm/SPECS/rubygem-ronn.spec [new file with mode: 0644]
rpm/build_rpms.bsh [new file with mode: 0755]
rpm/clean.bsh [new file with mode: 0755]
rpm/golang_patch.bsh [new file with mode: 0755]
script/backport-pr [new file with mode: 0755]
script/bootstrap [new file with mode: 0755]
script/build.go [new file with mode: 0644]
script/changelog [new file with mode: 0755]
script/cibuild [new file with mode: 0755]
script/compile-win-installer-unsigned.bat [new file with mode: 0644]
script/fmt [new file with mode: 0755]
script/genmakefile/genmakefile.go [new file with mode: 0644]
script/install-git-source [new file with mode: 0755]
script/install.sh.example [new file with mode: 0644]
script/integration [new file with mode: 0755]
script/integration.go [new file with mode: 0644]
script/lint [new file with mode: 0755]
script/man [new file with mode: 0755]
script/packagecloud.rb [new file with mode: 0644]
script/release [new file with mode: 0755]
script/release.go [new file with mode: 0644]
script/run [new file with mode: 0755]
script/script.go [new file with mode: 0644]
script/test [new file with mode: 0755]
script/update-version [new file with mode: 0755]
script/vendor [new file with mode: 0755]
script/windows-installer/git-lfs-logo.bmp [new file with mode: 0644]
script/windows-installer/git-lfs-logo.ico [new file with mode: 0644]
script/windows-installer/git-lfs-wizard-image.bmp [new file with mode: 0644]
script/windows-installer/inno-setup-git-lfs-installer.iss [new file with mode: 0644]
subprocess/buffered_cmd.go [new file with mode: 0644]
subprocess/cmd.go [new file with mode: 0644]
subprocess/pty.go [new file with mode: 0644]
subprocess/pty_nix.go [new file with mode: 0644]
subprocess/pty_windows.go [new file with mode: 0644]
subprocess/subprocess.go [new file with mode: 0644]
subprocess/subprocess_nix.go [new file with mode: 0644]
subprocess/subprocess_windows.go [new file with mode: 0644]
test/README.md [new file with mode: 0644]
test/cmd/git-credential-lfsnoop.go [new file with mode: 0644]
test/cmd/git-credential-lfstest.go [new file with mode: 0644]
test/cmd/lfs-askpass.go [new file with mode: 0644]
test/cmd/lfs-ssh-echo.go [new file with mode: 0644]
test/cmd/lfs-ssh-proxy-test.go [new file with mode: 0644]
test/cmd/lfstest-customadapter.go [new file with mode: 0644]
test/cmd/lfstest-gitserver.go [new file with mode: 0644]
test/cmd/lfstest-standalonecustomadapter.go [new file with mode: 0644]
test/cmd/lfstest-testutils.go [new file with mode: 0644]
test/git-lfs-test-server-api/.gitignore [new file with mode: 0644]
test/git-lfs-test-server-api/README.md [new file with mode: 0644]
test/git-lfs-test-server-api/main.go [new file with mode: 0644]
test/git-lfs-test-server-api/testdownload.go [new file with mode: 0644]
test/git-lfs-test-server-api/testupload.go [new file with mode: 0644]
test/test-askpass.sh [new file with mode: 0755]
test/test-batch-error-handling.sh [new file with mode: 0755]
test/test-batch-retries.sh [new file with mode: 0755]
test/test-batch-transfer.sh [new file with mode: 0755]
test/test-batch-unknown-oids.sh [new file with mode: 0755]
test/test-checkout.sh [new file with mode: 0755]
test/test-chunked-transfer-encoding.sh [new file with mode: 0755]
test/test-clean.sh [new file with mode: 0755]
test/test-clone-deprecated.sh [new file with mode: 0755]
test/test-clone.sh [new file with mode: 0755]
test/test-commit-delete-push.sh [new file with mode: 0755]
test/test-config.sh [new file with mode: 0755]
test/test-credentials-no-prompt.sh [new file with mode: 0755]
test/test-credentials.sh [new file with mode: 0755]
test/test-custom-transfers.sh [new file with mode: 0755]
test/test-duplicate-oids.sh [new file with mode: 0755]
test/test-env.sh [new file with mode: 0755]
test/test-expired.sh [new file with mode: 0755]
test/test-ext.sh [new file with mode: 0755]
test/test-extra-header.sh [new file with mode: 0755]
test/test-fetch-include.sh [new file with mode: 0755]
test/test-fetch-paths.sh [new file with mode: 0755]
test/test-fetch-recent.sh [new file with mode: 0755]
test/test-fetch.sh [new file with mode: 0755]
test/test-filter-branch.sh [new file with mode: 0755]
test/test-filter-process.sh [new file with mode: 0755]
test/test-fsck.sh [new file with mode: 0755]
test/test-happy-path.sh [new file with mode: 0755]
test/test-install-custom-hooks-path-unsupported.sh [new file with mode: 0755]
test/test-install-custom-hooks-path.sh [new file with mode: 0755]
test/test-install.sh [new file with mode: 0755]
test/test-lock.sh [new file with mode: 0755]
test/test-locks.sh [new file with mode: 0755]
test/test-logs.sh [new file with mode: 0755]
test/test-ls-files.sh [new file with mode: 0755]
test/test-malformed-pointers.sh [new file with mode: 0755]
test/test-migrate-fixtures.sh [new file with mode: 0755]
test/test-migrate-import.sh [new file with mode: 0755]
test/test-migrate-info.sh [new file with mode: 0755]
test/test-object-authenticated.sh [new file with mode: 0755]
test/test-pointer.sh [new file with mode: 0755]
test/test-post-checkout.sh [new file with mode: 0755]
test/test-post-commit.sh [new file with mode: 0755]
test/test-post-merge.sh [new file with mode: 0755]
test/test-pre-push.sh [new file with mode: 0755]
test/test-progress-meter.sh [new file with mode: 0755]
test/test-prune-worktree.sh [new file with mode: 0755]
test/test-prune.sh [new file with mode: 0755]
test/test-pull.sh [new file with mode: 0755]
test/test-push-bad-dns.sh [new file with mode: 0755]
test/test-push-failures.sh [new file with mode: 0755]
test/test-push-file-with-branch-name.sh [new file with mode: 0755]
test/test-push-missing.sh [new file with mode: 0755]
test/test-push.sh [new file with mode: 0755]
test/test-reference-clone.sh [new file with mode: 0755]
test/test-resume-http-range.sh [new file with mode: 0755]
test/test-resume-tus.sh [new file with mode: 0755]
test/test-smudge.sh [new file with mode: 0755]
test/test-ssh.sh [new file with mode: 0755]
test/test-status.sh [new file with mode: 0755]
test/test-submodule-lfsconfig.sh [new file with mode: 0755]
test/test-submodule.sh [new file with mode: 0755]
test/test-track-attrs.sh [new file with mode: 0755]
test/test-track-wildcards.sh [new file with mode: 0644]
test/test-track.sh [new file with mode: 0755]
test/test-uninstall.sh [new file with mode: 0755]
test/test-unlock.sh [new file with mode: 0755]
test/test-untrack.sh [new file with mode: 0755]
test/test-unusual-filenames.sh [new file with mode: 0755]
test/test-update.sh [new file with mode: 0755]
test/test-verify.sh [new file with mode: 0755]
test/test-worktree.sh [new file with mode: 0755]
test/test-zero-len-file.sh [new file with mode: 0755]
test/testenv.sh [new file with mode: 0644]
test/testhelpers.sh [new file with mode: 0644]
test/testlib.sh [new file with mode: 0644]
test/testutils.go [new file with mode: 0644]
tools/channels.go [new file with mode: 0644]
tools/cygwin.go [new file with mode: 0644]
tools/cygwin_windows.go [new file with mode: 0644]
tools/filetools.go [new file with mode: 0644]
tools/filetools_test.go [new file with mode: 0644]
tools/humanize/humanize.go [new file with mode: 0644]
tools/humanize/humanize_test.go [new file with mode: 0644]
tools/humanize/package.go [new file with mode: 0644]
tools/iotools.go [new file with mode: 0644]
tools/iotools_test.go [new file with mode: 0644]
tools/kv/keyvaluestore.go [new file with mode: 0644]
tools/kv/keyvaluestore_test.go [new file with mode: 0644]
tools/math.go [new file with mode: 0644]
tools/math_test.go [new file with mode: 0644]
tools/ordered_set.go [new file with mode: 0644]
tools/ordered_set_test.go [new file with mode: 0644]
tools/os_tools.go [new file with mode: 0644]
tools/str_tools.go [new file with mode: 0644]
tools/str_tools_test.go [new file with mode: 0644]
tools/stringset.go [new file with mode: 0644]
tools/time_tools.go [new file with mode: 0644]
tools/time_tools_test.go [new file with mode: 0644]
tools/util_generic.go [new file with mode: 0644]
tools/util_linux.go [new file with mode: 0644]
tools/util_test.go [new file with mode: 0644]
tq/adapterbase.go [new file with mode: 0644]
tq/api.go [new file with mode: 0644]
tq/api_test.go [new file with mode: 0644]
tq/basic_download.go [new file with mode: 0644]
tq/basic_upload.go [new file with mode: 0644]
tq/custom.go [new file with mode: 0644]
tq/custom_test.go [new file with mode: 0644]
tq/errors.go [new file with mode: 0644]
tq/errors_test.go [new file with mode: 0644]
tq/manifest.go [new file with mode: 0644]
tq/manifest_test.go [new file with mode: 0644]
tq/schemas/http-batch-request-schema.json [new file with mode: 0644]
tq/schemas/http-batch-response-schema.json [new file with mode: 0644]
tq/transfer.go [new file with mode: 0644]
tq/transfer_queue.go [new file with mode: 0644]
tq/transfer_queue_test.go [new file with mode: 0644]
tq/transfer_test.go [new file with mode: 0644]
tq/tus_upload.go [new file with mode: 0644]
tq/verify.go [new file with mode: 0644]
tq/verify_test.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/.gitignore [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/License [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/README.md [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/av_pairs.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/challenge_responses.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/crypto.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/crypto_test.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/helpers.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/helpers_test.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/keys.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/md4/LICENSE [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/md4/md4.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/md4/md4_test.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/md4/md4block.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/message_authenticate.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/message_authenticate_test.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/message_challenge.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/message_challenge_test.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/message_negotiate.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/negotiate_flags.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/negotiate_flags_test.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/ntlm.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/ntlmv1.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/ntlmv1_test.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/ntlmv2.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/ntlmv2_test.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/payload.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/signature.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/signature_test.go [new file with mode: 0644]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/version.go [new file with mode: 0644]
vendor/github.com/bgentry/go-netrc/.hgignore [new file with mode: 0644]
vendor/github.com/bgentry/go-netrc/LICENSE [new file with mode: 0644]
vendor/github.com/bgentry/go-netrc/README.md [new file with mode: 0644]
vendor/github.com/bgentry/go-netrc/netrc/examples/bad_default_order.netrc [new file with mode: 0644]
vendor/github.com/bgentry/go-netrc/netrc/examples/good.netrc [new file with mode: 0644]
vendor/github.com/bgentry/go-netrc/netrc/netrc.go [new file with mode: 0644]
vendor/github.com/bgentry/go-netrc/netrc/netrc_test.go [new file with mode: 0644]
vendor/github.com/inconshreveable/mousetrap/LICENSE [new file with mode: 0644]
vendor/github.com/inconshreveable/mousetrap/README.md [new file with mode: 0644]
vendor/github.com/inconshreveable/mousetrap/trap_others.go [new file with mode: 0644]
vendor/github.com/inconshreveable/mousetrap/trap_windows.go [new file with mode: 0644]
vendor/github.com/inconshreveable/mousetrap/trap_windows_1.4.go [new file with mode: 0644]
vendor/github.com/kr/pty/.gitignore [new file with mode: 0644]
vendor/github.com/kr/pty/License [new file with mode: 0644]
vendor/github.com/kr/pty/README.md [new file with mode: 0644]
vendor/github.com/kr/pty/doc.go [new file with mode: 0644]
vendor/github.com/kr/pty/ioctl.go [new file with mode: 0644]
vendor/github.com/kr/pty/ioctl_bsd.go [new file with mode: 0644]
vendor/github.com/kr/pty/mktypes.bash [new file with mode: 0755]
vendor/github.com/kr/pty/pty_darwin.go [new file with mode: 0644]
vendor/github.com/kr/pty/pty_freebsd.go [new file with mode: 0644]
vendor/github.com/kr/pty/pty_linux.go [new file with mode: 0644]
vendor/github.com/kr/pty/pty_unsupported.go [new file with mode: 0644]
vendor/github.com/kr/pty/run.go [new file with mode: 0644]
vendor/github.com/kr/pty/types.go [new file with mode: 0644]
vendor/github.com/kr/pty/types_freebsd.go [new file with mode: 0644]
vendor/github.com/kr/pty/util.go [new file with mode: 0644]
vendor/github.com/kr/pty/ztypes_386.go [new file with mode: 0644]
vendor/github.com/kr/pty/ztypes_amd64.go [new file with mode: 0644]
vendor/github.com/kr/pty/ztypes_arm.go [new file with mode: 0644]
vendor/github.com/kr/pty/ztypes_arm64.go [new file with mode: 0644]
vendor/github.com/kr/pty/ztypes_freebsd_386.go [new file with mode: 0644]
vendor/github.com/kr/pty/ztypes_freebsd_amd64.go [new file with mode: 0644]
vendor/github.com/kr/pty/ztypes_freebsd_arm.go [new file with mode: 0644]
vendor/github.com/kr/pty/ztypes_ppc64.go [new file with mode: 0644]
vendor/github.com/kr/pty/ztypes_ppc64le.go [new file with mode: 0644]
vendor/github.com/kr/pty/ztypes_s390x.go [new file with mode: 0644]
vendor/github.com/olekukonko/ts/.travis.yml [new file with mode: 0644]
vendor/github.com/olekukonko/ts/LICENCE [new file with mode: 0644]
vendor/github.com/olekukonko/ts/README.md [new file with mode: 0644]
vendor/github.com/olekukonko/ts/doc.go [new file with mode: 0644]
vendor/github.com/olekukonko/ts/ts.go [new file with mode: 0644]
vendor/github.com/olekukonko/ts/ts_darwin.go [new file with mode: 0644]
vendor/github.com/olekukonko/ts/ts_linux.go [new file with mode: 0644]
vendor/github.com/olekukonko/ts/ts_other.go [new file with mode: 0644]
vendor/github.com/olekukonko/ts/ts_test.go [new file with mode: 0644]
vendor/github.com/olekukonko/ts/ts_unix.go [new file with mode: 0644]
vendor/github.com/olekukonko/ts/ts_windows.go [new file with mode: 0644]
vendor/github.com/olekukonko/ts/ts_x.go [new file with mode: 0644]
vendor/github.com/pkg/errors/.gitignore [new file with mode: 0644]
vendor/github.com/pkg/errors/.travis.yml [new file with mode: 0644]
vendor/github.com/pkg/errors/LICENSE [new file with mode: 0644]
vendor/github.com/pkg/errors/README.md [new file with mode: 0644]
vendor/github.com/pkg/errors/appveyor.yml [new file with mode: 0644]
vendor/github.com/pkg/errors/bench_test.go [new file with mode: 0644]
vendor/github.com/pkg/errors/errors.go [new file with mode: 0644]
vendor/github.com/pkg/errors/errors_test.go [new file with mode: 0644]
vendor/github.com/pkg/errors/example_test.go [new file with mode: 0644]
vendor/github.com/pkg/errors/format_test.go [new file with mode: 0644]
vendor/github.com/pkg/errors/stack.go [new file with mode: 0644]
vendor/github.com/pkg/errors/stack_test.go [new file with mode: 0644]
vendor/github.com/rubyist/tracerx/LICENSE [new file with mode: 0644]
vendor/github.com/rubyist/tracerx/README.md [new file with mode: 0644]
vendor/github.com/rubyist/tracerx/tracerx.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/.gitignore [new file with mode: 0644]
vendor/github.com/spf13/cobra/.travis.yml [new file with mode: 0644]
vendor/github.com/spf13/cobra/LICENSE.txt [new file with mode: 0644]
vendor/github.com/spf13/cobra/README.md [new file with mode: 0644]
vendor/github.com/spf13/cobra/bash_completions.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/bash_completions.md [new file with mode: 0644]
vendor/github.com/spf13/cobra/bash_completions_test.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/cobra_test.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/command.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/command_test.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/md_docs.go [new file with mode: 0644]
vendor/github.com/spf13/cobra/md_docs.md [new file with mode: 0644]
vendor/github.com/spf13/cobra/md_docs_test.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/.travis.yml [new file with mode: 0644]
vendor/github.com/spf13/pflag/LICENSE [new file with mode: 0644]
vendor/github.com/spf13/pflag/README.md [new file with mode: 0644]
vendor/github.com/spf13/pflag/bool.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/bool_test.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/count.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/count_test.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/duration.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/example_test.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/export_test.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/flag.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/flag_test.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/float32.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/float64.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int32.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int64.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int8.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int_slice.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/int_slice_test.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ip.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ip_test.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ipmask.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ipnet.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/ipnet_test.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/string.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/string_slice.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/string_slice_test.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint16.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint32.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint64.go [new file with mode: 0644]
vendor/github.com/spf13/pflag/uint8.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/.gitignore [new file with mode: 0644]
vendor/github.com/stretchr/testify/.travis.yml [new file with mode: 0644]
vendor/github.com/stretchr/testify/Godeps/Godeps.json [new file with mode: 0644]
vendor/github.com/stretchr/testify/Godeps/Readme [new file with mode: 0644]
vendor/github.com/stretchr/testify/LICENCE.txt [new file with mode: 0644]
vendor/github.com/stretchr/testify/LICENSE [new file with mode: 0644]
vendor/github.com/stretchr/testify/README.md [new file with mode: 0644]
vendor/github.com/stretchr/testify/_codegen/main.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertion_forward.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertions.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertions_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/errors.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/forward_assertions.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/forward_assertions_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/http_assertions.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/http_assertions_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/http/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/http/test_response_writer.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/http/test_round_tripper.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/mock/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/mock/mock.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/mock/mock_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/package_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/forward_requirements.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/forward_requirements_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require.go.tmpl [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require_forward.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/require_forward.go.tmpl [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/requirements.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/require/requirements_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/suite/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/suite/interfaces.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/suite/suite.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/suite/suite_test.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/LICENSE [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypass.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/common.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/config.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/dump.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/format.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/spew.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/LICENSE [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/difflib.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/.gitignore [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/LICENSE.md [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/README.md [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/accessors.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/array-access.txt [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/index.html [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/template.txt [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/types_list.txt [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/conversions.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/doc.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/map.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/mutations.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/security.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/tests.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/type_specific_codegen.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/value.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonpointer/LICENSE-APACHE-2.0.txt [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonpointer/README.md [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonpointer/pointer.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonpointer/pointer_test.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonreference/LICENSE-APACHE-2.0.txt [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonreference/README.md [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonreference/reference.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonreference/reference_test.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/.gitignore [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/.travis.yml [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/LICENSE-APACHE-2.0.txt [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/README.md [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/errors.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/format_checkers.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/format_checkers_test.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/glide.yaml [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/internalLog.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/jsonContext.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/jsonLoader.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/LICENSE [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_21.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_30.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_31.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_40.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/schema_3.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/schema_4.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_13.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_14.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_21.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/definitions/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/definitions/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/definitions/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/definitions/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_04.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_13.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_14.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_15.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_21.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_22.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_23.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_24.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_04.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_05.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_06.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_07.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_08.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_09.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_13.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_14.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_15.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_16.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_17.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_18.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_19.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_21.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_22.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_23.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_24.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_25.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_26.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_27.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_28.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_3.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_4.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_5.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_6.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxItems/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxItems/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxItems/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxItems/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxItems/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/data_04.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxProperties/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxProperties/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxProperties/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxProperties/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxProperties/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minItems/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minItems/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minItems/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minItems/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minItems/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/data_04.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minProperties/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minProperties/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minProperties/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minProperties/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minProperties/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_21.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_21.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_22.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/pattern/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/pattern/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/pattern/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/pattern/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_04.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_13.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_14.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_15.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_21.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_22.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_23.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_24.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_25.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_26.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/schema_3.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/schema_4.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_04.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_13.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_14.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_15.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_16.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_17.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_21.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_30.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_31.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_32.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_40.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_41.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_50.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_51.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_3.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_4.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_5.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_21.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_30.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_31.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/remoteFiles/folder/folderInteger.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/remoteFiles/integer.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/remoteFiles/subSchemas.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/schema_3.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/required/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/required/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/required/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/required/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/required/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_04.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_05.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_06.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_10.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_11.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_12.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_13.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_14.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_15.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_16.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_20.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_21.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_22.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_23.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_24.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_25.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_26.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_30.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_31.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_32.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_33.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_34.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_35.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_36.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_40.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_41.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_42.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_43.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_44.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_45.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_46.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_50.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_51.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_52.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_53.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_54.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_55.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_56.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_60.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_61.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_62.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_63.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_64.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_65.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_66.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_70.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_71.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_72.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_73.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_74.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_75.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_76.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_1.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_2.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_3.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_4.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_5.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_6.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_7.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_00.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_01.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_010.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_011.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_012.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_02.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_03.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_04.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_05.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_06.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_07.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_08.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_09.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/schema_0.json [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/locales.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/result.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/schema.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/schemaPool.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/schemaReferencePool.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/schemaType.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/schema_test.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/subSchema.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/types.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/utils.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/utils_test.go [new file with mode: 0644]
vendor/github.com/xeipuuv/gojsonschema/validation.go [new file with mode: 0644]
vendor/golang.org/x/exp/.gitattributes [new file with mode: 0644]
vendor/golang.org/x/exp/.gitignore [new file with mode: 0644]
vendor/golang.org/x/exp/AUTHORS [new file with mode: 0644]
vendor/golang.org/x/exp/CONTRIBUTING.md [new file with mode: 0644]
vendor/golang.org/x/exp/CONTRIBUTORS [new file with mode: 0644]
vendor/golang.org/x/exp/LICENSE [new file with mode: 0644]
vendor/golang.org/x/exp/PATENTS [new file with mode: 0644]
vendor/golang.org/x/exp/README [new file with mode: 0644]
vendor/golang.org/x/exp/codereview.cfg [new file with mode: 0644]
vendor/golang.org/x/exp/mmap/manual_test_program.go [new file with mode: 0644]
vendor/golang.org/x/exp/mmap/mmap_other.go [new file with mode: 0644]
vendor/golang.org/x/exp/mmap/mmap_test.go [new file with mode: 0644]
vendor/golang.org/x/exp/mmap/mmap_unix.go [new file with mode: 0644]
vendor/golang.org/x/exp/mmap/mmap_windows.go [new file with mode: 0644]
versioninfo.json [new file with mode: 0644]