Imported Upstream version 2.6.0 upstream/2.6.0
authorhyokeun <hyokeun.jeon@samsung.com>
Fri, 21 Dec 2018 05:52:47 +0000 (14:52 +0900)
committerhyokeun <hyokeun.jeon@samsung.com>
Fri, 21 Dec 2018 05:52:47 +0000 (14:52 +0900)
commit05638816c99d430e227757e125e9dca5703b2e6b
treed2b627f14dd446f0352b60bbe3ece07c609c8c8f
parentbe550fcea5fba68b475c9910be3cc7b66e65a426
Imported Upstream version 2.6.0
1075 files changed:
.circleci/config.yml
.travis.yml
CHANGELOG.md
CONTRIBUTING.md
Makefile
README.md
ROADMAP.md [deleted file]
appveyor.yml
commands/command_checkout.go
commands/command_env.go
commands/command_lock.go
commands/command_ls_files.go
commands/command_migrate.go
commands/command_migrate_import.go
commands/command_track.go
commands/command_uninstall.go
commands/command_version.go
commands/commands.go
commands/lockverifier.go
commands/pull.go
config/config.go
config/config_test.go
config/util_nix.go [new file with mode: 0644]
config/util_windows.go [new file with mode: 0644]
config/version.go
creds/creds.go [new file with mode: 0644]
creds/creds_nix.go [new file with mode: 0644]
creds/creds_test.go [new file with mode: 0644]
creds/creds_windows.go [new file with mode: 0644]
creds/netrc.go [new file with mode: 0644]
creds/netrc_test.go [new file with mode: 0644]
debian/changelog
debian/prerm
debian/rules
docker/README.md
docker/gpg-agent_start.bsh
docs/api/locking.md
docs/custom-transfers.md
docs/howto/release-git-lfs.md [new file with mode: 0644]
docs/linux-build.md
docs/man/git-lfs-checkout.1.ronn
docs/man/git-lfs-config.5.ronn
docs/man/git-lfs-ls-files.1.ronn
docs/man/git-lfs-migrate.1.ronn
docs/man/git-lfs-track.1.ronn
docs/man/git-lfs-uninstall.1.ronn
docs/man/git-lfs-update.1.ronn
docs/man/git-lfs.1.ronn
docs/proposals/locking.md
docs/proposals/ssh_adapter.md [new file with mode: 0644]
docs/proposals/transfer_adapters.md
git/attribs.go
git/git.go
git/git_test.go
git/gitattr/attr.go
git/gitattr/attr_test.go
git/githistory/rewriter.go
git/object_scanner.go
glide.lock [deleted file]
glide.yaml [deleted file]
go.mod [new file with mode: 0644]
go.sum [new file with mode: 0644]
lfs/extension.go
lfs/gitfilter_clean.go
lfs/gitscanner_log.go
lfs/gitscanner_pointerscanner_test.go
lfs/lfs.go
lfs/util.go
lfsapi/auth.go
lfsapi/auth_test.go
lfsapi/certs.go [deleted file]
lfsapi/certs_darwin.go [deleted file]
lfsapi/certs_freebsd.go [deleted file]
lfsapi/certs_linux.go [deleted file]
lfsapi/certs_openbsd.go [deleted file]
lfsapi/certs_test.go [deleted file]
lfsapi/certs_windows.go [deleted file]
lfsapi/client.go
lfsapi/client_test.go [deleted file]
lfsapi/creds.go [deleted file]
lfsapi/creds_test.go [deleted file]
lfsapi/endpoint.go [deleted file]
lfsapi/endpoint_finder.go
lfsapi/endpoint_finder_test.go
lfsapi/endpoint_test.go [deleted file]
lfsapi/errors.go [deleted file]
lfsapi/lfsapi.go
lfsapi/lfsapi_nix.go [deleted file]
lfsapi/lfsapi_windows.go [deleted file]
lfsapi/netrc.go [deleted file]
lfsapi/netrc_test.go [deleted file]
lfsapi/ntlm.go
lfsapi/ntlm_test.go
lfsapi/proxy.go [deleted file]
lfsapi/proxy_test.go [deleted file]
lfsapi/retries.go [deleted file]
lfsapi/retries_test.go [deleted file]
lfsapi/ssh.go [deleted file]
lfsapi/ssh_test.go [deleted file]
lfsapi/stats.go [deleted file]
lfsapi/stats_test.go [deleted file]
lfsapi/verbose.go [deleted file]
lfsapi/verbose_test.go [deleted file]
lfshttp/body.go [new file with mode: 0644]
lfshttp/certs.go [new file with mode: 0644]
lfshttp/certs_darwin.go [new file with mode: 0644]
lfshttp/certs_freebsd.go [new file with mode: 0644]
lfshttp/certs_linux.go [new file with mode: 0644]
lfshttp/certs_openbsd.go [new file with mode: 0644]
lfshttp/certs_test.go [new file with mode: 0644]
lfshttp/certs_windows.go [new file with mode: 0644]
lfshttp/client.go [new file with mode: 0644]
lfshttp/client_test.go [new file with mode: 0644]
lfshttp/endpoint.go [new file with mode: 0644]
lfshttp/errors.go [new file with mode: 0644]
lfshttp/lfshttp.go [new file with mode: 0644]
lfshttp/proxy.go [new file with mode: 0644]
lfshttp/proxy_test.go [new file with mode: 0644]
lfshttp/retries.go [new file with mode: 0644]
lfshttp/retries_test.go [new file with mode: 0644]
lfshttp/ssh.go [new file with mode: 0644]
lfshttp/ssh_test.go [new file with mode: 0644]
lfshttp/stats.go [new file with mode: 0644]
lfshttp/stats_test.go [new file with mode: 0644]
lfshttp/verbose.go [new file with mode: 0644]
lfshttp/verbose_test.go [new file with mode: 0644]
locking/api.go
locking/api_test.go
locking/lockable.go
locking/locks_test.go
rpm/INSTALL.md
rpm/SPECS/git-lfs-repo-release.spec
rpm/SPECS/git-lfs.spec
rpm/SPECS/ruby.spec
script/cibuild
subprocess/subprocess.go
subprocess/subprocess_test.go [new file with mode: 0644]
t/Makefile
t/cmd/git-credential-lfstest.go
t/cmd/lfstest-customadapter.go
t/cmd/lfstest-gitserver.go
t/cmd/lfstest-standalonecustomadapter.go
t/git-lfs-test-server-api/README.md
t/t-batch-error-handling.sh
t/t-batch-retries.sh
t/t-batch-transfer.sh
t/t-batch-unknown-oids.sh
t/t-checkout.sh
t/t-chunked-transfer-encoding.sh
t/t-clone.sh
t/t-config.sh
t/t-credentials.sh
t/t-custom-transfers.sh
t/t-duplicate-oids.sh
t/t-expired.sh
t/t-fetch-include.sh
t/t-fetch-paths.sh
t/t-fetch.sh
t/t-filter-branch.sh
t/t-filter-process.sh
t/t-happy-path.sh
t/t-install-custom-hooks-path.sh
t/t-lock.sh
t/t-ls-files.sh
t/t-migrate-import-no-rewrite.sh
t/t-migrate-import.sh
t/t-pointer.sh
t/t-post-commit.sh
t/t-pre-push.sh
t/t-progress-meter.sh
t/t-pull.sh
t/t-push-failures-local.sh
t/t-push-failures-remote.sh
t/t-push.sh
t/t-reference-clone.sh
t/t-resume-http-range.sh
t/t-resume-tus.sh
t/t-smudge.sh
t/t-ssh.sh
t/t-status.sh
t/t-submodule-lfsconfig.sh
t/t-track.sh
t/t-umask.sh [new file with mode: 0644]
t/t-uninstall.sh
t/t-verify.sh
t/t-zero-len-file.sh
t/testenv.sh
t/testhelpers.sh
t/testlib.sh
tools/filetools.go
tools/filetools_test.go
tq/adapterbase.go
tq/api.go
tq/api_test.go
tq/basic_download.go
tq/basic_upload.go
tq/custom.go
tq/custom_test.go
tq/manifest_test.go
tq/transfer_queue.go
tq/transfer_test.go
tq/verify.go
tq/verify_test.go
vendor/github.com/ThomsonReutersEikon/go-ntlm/.gitignore [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/License [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/README.md [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/crypto_test.go [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/helpers_test.go [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/md4/md4_test.go [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/message_authenticate_test.go [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/message_challenge_test.go [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/negotiate_flags_test.go [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/ntlmv1_test.go [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/ntlmv2_test.go [deleted file]
vendor/github.com/ThomsonReutersEikon/go-ntlm/ntlm/signature_test.go [deleted file]
vendor/github.com/alexbrainman/sspi/negotiate/http_test.go [deleted file]
vendor/github.com/alexbrainman/sspi/negotiate/negotiate.go [deleted file]
vendor/github.com/alexbrainman/sspi/negotiate/negotiate_test.go [deleted file]
vendor/github.com/alexbrainman/sspi/ntlm/http_test.go [deleted file]
vendor/github.com/alexbrainman/sspi/ntlm/ntlm_test.go [deleted file]
vendor/github.com/alexbrainman/sspi/schannel/attribute.go [deleted file]
vendor/github.com/alexbrainman/sspi/schannel/buffer.go [deleted file]
vendor/github.com/alexbrainman/sspi/schannel/client.go [deleted file]
vendor/github.com/alexbrainman/sspi/schannel/creds.go [deleted file]
vendor/github.com/alexbrainman/sspi/schannel/schannel_test.go [deleted file]
vendor/github.com/alexbrainman/sspi/schannel/syscall.go [deleted file]
vendor/github.com/alexbrainman/sspi/sspi_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/.travis.yml [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/README.md
vendor/github.com/git-lfs/gitobj/backend.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/blob_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/commit_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/errors/errors.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/errors_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/file_storer.go
vendor/github.com/git-lfs/gitobj/glide.lock [deleted file]
vendor/github.com/git-lfs/gitobj/glide.yaml [deleted file]
vendor/github.com/git-lfs/gitobj/go.mod [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/go.sum [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/memory_storer.go
vendor/github.com/git-lfs/gitobj/memory_storer_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/object_db.go
vendor/github.com/git-lfs/gitobj/object_db_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/object_reader_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/object_type_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/object_writer_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/bounds_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/chain_base_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/chain_delta_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/chain_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/delayed_object.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/pack/errors_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/index_decode_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/index_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/index_v1_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/index_v2_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/io_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/object_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/packfile_decode_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/packfile_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/set.go
vendor/github.com/git-lfs/gitobj/pack/set_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/pack/storage.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/pack/type_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/storage/backend.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/storage/decompressing_readcloser.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/storage/multi_storage.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/storage/storage.go [new file with mode: 0644]
vendor/github.com/git-lfs/gitobj/storer.go
vendor/github.com/git-lfs/gitobj/tag_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/tree_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/.gitignore [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/.travis.yml [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/LICENSE [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/README.md [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/cov_report.sh [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/bypass.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/common.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/common_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/config.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/doc.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/dump.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/dump_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/dumpcgo_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/dumpnocgo_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/example_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/format.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/format_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/internal_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/internalunsafe_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/spew.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/spew_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/spew/testdata/dumpcgo.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/davecgh/go-spew/test_coverage.txt [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/pmezard/go-difflib/.travis.yml [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/pmezard/go-difflib/LICENSE [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/pmezard/go-difflib/README.md [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/pmezard/go-difflib/difflib/difflib.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/pmezard/go-difflib/difflib/difflib_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/.gitignore [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/.travis.yml [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/Godeps/Godeps.json [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/Godeps/Readme [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/LICENCE.txt [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/LICENSE [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/README.md [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/_codegen/main.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/assertion_forward.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/assertions.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/assertions_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/doc.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/errors.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/forward_assertions.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/forward_assertions_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/http_assertions.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/assert/http_assertions_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/doc.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/http/doc.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/http/test_response_writer.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/http/test_round_tripper.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/mock/doc.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/mock/mock.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/mock/mock_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/package_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/doc.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/forward_requirements.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/forward_requirements_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/require.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/require.go.tmpl [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/require_forward.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/require_forward.go.tmpl [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/requirements.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/require/requirements_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/suite/doc.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/suite/interfaces.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/suite/suite.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/suite/suite_test.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/LICENSE [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypass.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/common.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/config.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/doc.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/dump.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/format.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/spew.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/LICENSE [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/difflib.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/.gitignore [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/LICENSE.md [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/README.md [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/accessors.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/array-access.txt [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/index.html [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/template.txt [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/types_list.txt [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/conversions.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/doc.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/map.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/mutations.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/security.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/tests.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/type_specific_codegen.go [deleted file]
vendor/github.com/git-lfs/gitobj/vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/value.go [deleted file]
vendor/github.com/git-lfs/go-netrc/.hgignore [deleted file]
vendor/github.com/git-lfs/go-netrc/README.md [deleted file]
vendor/github.com/git-lfs/go-netrc/netrc/examples/bad_default_order.netrc [deleted file]
vendor/github.com/git-lfs/go-netrc/netrc/examples/good.netrc [deleted file]
vendor/github.com/git-lfs/go-netrc/netrc/netrc_test.go [deleted file]
vendor/github.com/git-lfs/wildmatch/.travis.yml
vendor/github.com/git-lfs/wildmatch/go.mod [new file with mode: 0644]
vendor/github.com/git-lfs/wildmatch/wildmatch_test.go [deleted file]
vendor/github.com/kr/pty/mktypes.bash [changed mode: 0755->0644]
vendor/github.com/olekukonko/ts/ts_other.go
vendor/github.com/olekukonko/ts/ts_solaris.go [new file with mode: 0644]
vendor/github.com/olekukonko/ts/ts_test.go [deleted file]
vendor/github.com/olekukonko/ts/ts_x.go
vendor/github.com/pkg/errors/bench_test.go [deleted file]
vendor/github.com/pkg/errors/errors_test.go [deleted file]
vendor/github.com/pkg/errors/example_test.go [deleted file]
vendor/github.com/pkg/errors/format_test.go [deleted file]
vendor/github.com/pkg/errors/stack_test.go [deleted file]
vendor/github.com/spf13/cobra/bash_completions_test.go [deleted file]
vendor/github.com/spf13/cobra/cobra_test.go [deleted file]
vendor/github.com/spf13/cobra/command_test.go [deleted file]
vendor/github.com/spf13/cobra/md_docs_test.go [deleted file]
vendor/github.com/spf13/pflag/bool_test.go [deleted file]
vendor/github.com/spf13/pflag/count_test.go [deleted file]
vendor/github.com/spf13/pflag/example_test.go [deleted file]
vendor/github.com/spf13/pflag/export_test.go [deleted file]
vendor/github.com/spf13/pflag/flag_test.go [deleted file]
vendor/github.com/spf13/pflag/int_slice_test.go [deleted file]
vendor/github.com/spf13/pflag/ip_test.go [deleted file]
vendor/github.com/spf13/pflag/ipnet_test.go [deleted file]
vendor/github.com/spf13/pflag/string_slice_test.go [deleted file]
vendor/github.com/stretchr/testify/.gitignore [deleted file]
vendor/github.com/stretchr/testify/.travis.yml [deleted file]
vendor/github.com/stretchr/testify/Godeps/Godeps.json [deleted file]
vendor/github.com/stretchr/testify/Godeps/Readme [deleted file]
vendor/github.com/stretchr/testify/LICENCE.txt [deleted file]
vendor/github.com/stretchr/testify/README.md [deleted file]
vendor/github.com/stretchr/testify/_codegen/main.go [deleted file]
vendor/github.com/stretchr/testify/assert/assertion_format.go [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertion_format.go.tmpl [new file with mode: 0644]
vendor/github.com/stretchr/testify/assert/assertion_forward.go
vendor/github.com/stretchr/testify/assert/assertion_forward.go.tmpl
vendor/github.com/stretchr/testify/assert/assertions.go
vendor/github.com/stretchr/testify/assert/assertions_test.go [deleted file]
vendor/github.com/stretchr/testify/assert/forward_assertions.go
vendor/github.com/stretchr/testify/assert/forward_assertions_test.go [deleted file]
vendor/github.com/stretchr/testify/assert/http_assertions.go
vendor/github.com/stretchr/testify/assert/http_assertions_test.go [deleted file]
vendor/github.com/stretchr/testify/doc.go [deleted file]
vendor/github.com/stretchr/testify/http/doc.go [deleted file]
vendor/github.com/stretchr/testify/http/test_response_writer.go [deleted file]
vendor/github.com/stretchr/testify/http/test_round_tripper.go [deleted file]
vendor/github.com/stretchr/testify/mock/doc.go [deleted file]
vendor/github.com/stretchr/testify/mock/mock.go [deleted file]
vendor/github.com/stretchr/testify/mock/mock_test.go [deleted file]
vendor/github.com/stretchr/testify/package_test.go [deleted file]
vendor/github.com/stretchr/testify/require/forward_requirements.go
vendor/github.com/stretchr/testify/require/forward_requirements_test.go [deleted file]
vendor/github.com/stretchr/testify/require/require.go
vendor/github.com/stretchr/testify/require/require.go.tmpl
vendor/github.com/stretchr/testify/require/require_forward.go
vendor/github.com/stretchr/testify/require/require_forward.go.tmpl
vendor/github.com/stretchr/testify/require/requirements.go
vendor/github.com/stretchr/testify/require/requirements_test.go [deleted file]
vendor/github.com/stretchr/testify/suite/doc.go [deleted file]
vendor/github.com/stretchr/testify/suite/interfaces.go [deleted file]
vendor/github.com/stretchr/testify/suite/suite.go [deleted file]
vendor/github.com/stretchr/testify/suite/suite_test.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/LICENSE [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypass.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/bypasssafe.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/common.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/config.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/doc.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/dump.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/format.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/davecgh/go-spew/spew/spew.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/LICENSE [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/pmezard/go-difflib/difflib/difflib.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/.gitignore [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/LICENSE.md [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/README.md [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/accessors.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/array-access.txt [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/index.html [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/template.txt [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/codegen/types_list.txt [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/constants.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/conversions.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/doc.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/map.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/mutations.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/security.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/tests.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/type_specific_codegen.go [deleted file]
vendor/github.com/stretchr/testify/vendor/github.com/stretchr/objx/value.go [deleted file]
vendor/github.com/xeipuuv/gojsonpointer/pointer_test.go [deleted file]
vendor/github.com/xeipuuv/gojsonreference/reference_test.go [deleted file]
vendor/github.com/xeipuuv/gojsonschema/format_checkers_test.go [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/LICENSE [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_21.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_30.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_31.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/data_40.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/schema_3.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalItems/schema_4.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/additionalProperties/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_13.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_14.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/data_21.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/allOf/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/anyOf/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/definitions/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/definitions/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/definitions/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/definitions/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_04.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_13.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_14.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_15.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_21.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_22.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_23.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/data_24.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/dependencies/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/enum/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_04.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_05.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_06.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_07.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_08.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_09.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_13.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_14.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_15.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_16.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_17.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_18.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_19.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_21.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_22.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_23.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_24.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_25.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_26.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_27.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/data_28.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_3.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_4.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_5.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/format/schema_6.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/items/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxItems/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxItems/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxItems/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxItems/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxItems/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/data_04.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxLength/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxProperties/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxProperties/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxProperties/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxProperties/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maxProperties/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/maximum/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minItems/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minItems/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minItems/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minItems/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minItems/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/data_04.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minLength/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minProperties/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minProperties/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minProperties/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minProperties/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minProperties/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/minimum/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/data_21.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/multipleOf/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_21.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/data_22.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/not/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/oneOf/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/pattern/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/pattern/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/pattern/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/pattern/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_04.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_13.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_14.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_15.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_21.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_22.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_23.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_24.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_25.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/data_26.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/schema_3.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/patternProperties/schema_4.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_04.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_13.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_14.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_15.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_16.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/data_17.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/properties/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_21.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_30.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_31.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_32.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_40.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_41.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_50.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/data_51.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_3.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_4.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/ref/schema_5.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_21.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_30.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/data_31.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/remoteFiles/folder/folderInteger.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/remoteFiles/integer.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/remoteFiles/subSchemas.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/refRemote/schema_3.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/required/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/required/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/required/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/required/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/required/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_04.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_05.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_06.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_10.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_11.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_12.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_13.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_14.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_15.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_16.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_20.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_21.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_22.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_23.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_24.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_25.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_26.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_30.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_31.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_32.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_33.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_34.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_35.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_36.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_40.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_41.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_42.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_43.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_44.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_45.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_46.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_50.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_51.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_52.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_53.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_54.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_55.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_56.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_60.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_61.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_62.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_63.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_64.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_65.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_66.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_70.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_71.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_72.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_73.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_74.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_75.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/data_76.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_1.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_2.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_3.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_4.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_5.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_6.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/type/schema_7.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_00.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_01.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_010.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_011.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_012.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_02.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_03.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_04.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_05.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_06.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_07.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_08.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/data_09.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/json_schema_test_suite/uniqueItems/schema_0.json [deleted file]
vendor/github.com/xeipuuv/gojsonschema/schema_test.go [deleted file]
vendor/github.com/xeipuuv/gojsonschema/utils_test.go [deleted file]
vendor/golang.org/x/sys/AUTHORS [new file with mode: 0644]
vendor/golang.org/x/sys/CONTRIBUTORS [new file with mode: 0644]
vendor/golang.org/x/sys/LICENSE [new file with mode: 0644]
vendor/golang.org/x/sys/PATENTS [new file with mode: 0644]
vendor/golang.org/x/sys/unix/.gitignore [new file with mode: 0644]
vendor/golang.org/x/sys/unix/README.md [new file with mode: 0644]
vendor/golang.org/x/sys/unix/affinity_linux.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/aliases.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_darwin_386.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_darwin_amd64.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_darwin_arm.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_darwin_arm64.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_freebsd_386.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_freebsd_arm.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_linux_386.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_linux_amd64.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_linux_arm.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_linux_arm64.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_linux_mips64x.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_linux_mipsx.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_linux_s390x.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_netbsd_386.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_netbsd_arm.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_openbsd_386.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_openbsd_arm.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/asm_solaris_amd64.s [new file with mode: 0644]
vendor/golang.org/x/sys/unix/bluetooth_linux.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/cap_freebsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/constants.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/dev_aix_ppc.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/dev_aix_ppc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/dev_darwin.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/dev_dragonfly.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/dev_freebsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/dev_linux.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/dev_netbsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/dev_openbsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/dirent.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/endian_big.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/endian_little.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/env_unix.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/errors_freebsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/errors_freebsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/errors_freebsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/fcntl.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/gccgo.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/gccgo_c.c [new file with mode: 0644]
vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ioctl.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mkall.sh [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mkerrors.sh [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mkpost.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mksyscall.pl [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mksyscall_aix.pl [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mksyscall_solaris.pl [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mksysnum_darwin.pl [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mksysnum_dragonfly.pl [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mksysnum_freebsd.pl [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mksysnum_netbsd.pl [new file with mode: 0644]
vendor/golang.org/x/sys/unix/mksysnum_openbsd.pl [new file with mode: 0644]
vendor/golang.org/x/sys/unix/openbsd_pledge.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/pagesize_unix.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/race.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/race0.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/sockcmsg_linux.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/sockcmsg_unix.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/str.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_aix.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_aix_ppc.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_bsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_darwin.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_darwin_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_darwin_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_darwin_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_darwin_arm64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_dragonfly.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_dragonfly_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_freebsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_freebsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_freebsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_freebsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_amd64_gc.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_arm64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_gc.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_gc_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_gccgo_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_gccgo_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_mips64x.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_mipsx.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_ppc64x.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_s390x.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_linux_sparc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_netbsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_netbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_netbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_openbsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_openbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_openbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_openbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_solaris.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_solaris_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_unix.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/syscall_unix_gc.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/timestruct.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/types_aix.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/types_darwin.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/types_dragonfly.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/types_freebsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/types_netbsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/types_openbsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/types_solaris.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/xattr_bsd.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_darwin_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_darwin_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_darwin_arm64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_dragonfly_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_freebsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_freebsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_freebsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_arm64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_mips.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_mips64le.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_ppc64le.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_s390x.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_netbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_openbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_openbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_openbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zerrors_solaris_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zptrace386_linux.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zptracearm_linux.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zptracemips_linux.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zptracemipsle_linux.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_darwin_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_darwin_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_darwin_arm64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_dragonfly_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_freebsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_freebsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_freebsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_arm64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_mips.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_mips64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_mips64le.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_mipsle.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_ppc64le.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_s390x.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_linux_sparc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_netbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_netbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_netbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_openbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_openbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_openbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsyscall_solaris_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysctl_openbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysctl_openbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysctl_openbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_darwin_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_darwin_arm64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_dragonfly_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_arm64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_mips64le.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_mipsle.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_ppc64le.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_s390x.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_linux_sparc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_netbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_openbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_openbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/zsysnum_openbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_darwin_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_darwin_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_darwin_arm64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_dragonfly_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_freebsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_mips.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_mips64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_mips64le.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_mipsle.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_ppc64le.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_linux_sparc64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_netbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_openbsd_amd64.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go [new file with mode: 0644]
vendor/golang.org/x/sys/unix/ztypes_solaris_amd64.go [new file with mode: 0644]
vendor/modules.txt [new file with mode: 0644]
versioninfo.json