You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2020/01/22 08:19:55 UTC

[airflow-on-k8s-operator] branch master updated: Move to go modules and update libs (#3)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airflow-on-k8s-operator.git


The following commit(s) were added to refs/heads/master by this push:
     new a3cc511  Move to go modules and update libs (#3)
a3cc511 is described below

commit a3cc5115986b8f3828b8c0f4d7f829c92b0f859c
Author: barney-s <64...@users.noreply.github.com>
AuthorDate: Wed Jan 22 00:19:45 2020 -0800

    Move to go modules and update libs (#3)
---
 Gopkg.lock                                         |    740 -
 Gopkg.toml                                         |     45 -
 Makefile                                           |     36 +-
 .../crd/bases/manifests.yaml                       |      0
 .../rbac_role.yaml => config/crd/bases/role.yaml   |    127 +-
 go.mod                                             |     20 +
 go.sum                                             |    546 +
 pkg/apis/airflow/v1alpha1/zz_generated.deepcopy.go |     38 +-
 pkg/apis/apis.go                                   |      2 +-
 vendor/cloud.google.com/go/AUTHORS                 |     15 -
 vendor/cloud.google.com/go/CHANGES.md              |   1018 -
 vendor/cloud.google.com/go/CODE_OF_CONDUCT.md      |     44 -
 vendor/cloud.google.com/go/CONTRIBUTING.md         |    234 -
 vendor/cloud.google.com/go/CONTRIBUTORS            |     40 -
 vendor/cloud.google.com/go/LICENSE                 |    202 -
 vendor/cloud.google.com/go/README.md               |    507 -
 vendor/cloud.google.com/go/RELEASING.md            |     47 -
 .../go/asset/v1beta1/asset_client.go               |    248 -
 vendor/cloud.google.com/go/asset/v1beta1/doc.go    |     89 -
 .../go/bigquery/benchmarks/README.md               |      8 -
 .../go/bigquery/benchmarks/bench.go                |     85 -
 .../go/bigquery/benchmarks/queries.json            |     10 -
 vendor/cloud.google.com/go/bigquery/bigquery.go    |    162 -
 .../cloud.google.com/go/bigquery/bigquery.replay   |  38404 -----
 vendor/cloud.google.com/go/bigquery/copy.go        |    107 -
 vendor/cloud.google.com/go/bigquery/dataset.go     |    536 -
 .../datatransfer/apiv1/data_transfer_client.go     |    625 -
 .../go/bigquery/datatransfer/apiv1/doc.go          |     90 -
 .../go/bigquery/datatransfer/apiv1/path_funcs.go   |    135 -
 vendor/cloud.google.com/go/bigquery/doc.go         |    310 -
 vendor/cloud.google.com/go/bigquery/error.go       |     83 -
 vendor/cloud.google.com/go/bigquery/external.go    |    400 -
 vendor/cloud.google.com/go/bigquery/extract.go     |    110 -
 vendor/cloud.google.com/go/bigquery/file.go        |    137 -
 vendor/cloud.google.com/go/bigquery/gcs.go         |     75 -
 vendor/cloud.google.com/go/bigquery/inserter.go    |    238 -
 vendor/cloud.google.com/go/bigquery/iterator.go    |    222 -
 vendor/cloud.google.com/go/bigquery/job.go         |    821 -
 vendor/cloud.google.com/go/bigquery/load.go        |    146 -
 vendor/cloud.google.com/go/bigquery/nulls.go       |    320 -
 vendor/cloud.google.com/go/bigquery/params.go      |    356 -
 vendor/cloud.google.com/go/bigquery/query.go       |    328 -
 vendor/cloud.google.com/go/bigquery/random.go      |     56 -
 vendor/cloud.google.com/go/bigquery/schema.go      |    488 -
 vendor/cloud.google.com/go/bigquery/table.go       |    617 -
 vendor/cloud.google.com/go/bigquery/value.go       |    870 -
 vendor/cloud.google.com/go/bigtable/admin.go       |   1135 -
 vendor/cloud.google.com/go/bigtable/bigtable.go    |    914 -
 .../cloud.google.com/go/bigtable/bttest/inmem.go   |   1400 -
 vendor/cloud.google.com/go/bigtable/cmd/cbt/cbt.go |   1614 -
 .../cloud.google.com/go/bigtable/cmd/cbt/cbtdoc.go |    425 -
 .../go/bigtable/cmd/cbt/gcpolicy.go                |    215 -
 .../go/bigtable/cmd/emulator/cbtemulator.go        |     44 -
 .../go/bigtable/cmd/loadtest/loadtest.go           |    205 -
 .../go/bigtable/cmd/scantest/scantest.go           |    155 -
 vendor/cloud.google.com/go/bigtable/doc.go         |    123 -
 vendor/cloud.google.com/go/bigtable/filter.go      |    330 -
 vendor/cloud.google.com/go/bigtable/gc.go          |    167 -
 .../go/bigtable/internal/cbtconfig/cbtconfig.go    |    262 -
 .../go/bigtable/internal/gax/call_option.go        |    110 -
 .../go/bigtable/internal/gax/invoke.go             |     87 -
 .../go/bigtable/internal/option/option.go          |     48 -
 .../go/bigtable/internal/stat/stats.go             |    150 -
 vendor/cloud.google.com/go/bigtable/reader.go      |    249 -
 .../testdata/read-rows-acceptance-test.json        |   1178 -
 vendor/cloud.google.com/go/bigtable/trace.go       |     57 -
 vendor/cloud.google.com/go/civil/civil.go          |    277 -
 vendor/cloud.google.com/go/cloud.go                |     79 -
 .../go/cloudtasks/apiv2beta2/cloud_tasks_client.go |    784 -
 .../go/cloudtasks/apiv2beta2/doc.go                |     89 -
 .../go/cloudtasks/apiv2beta3/cloud_tasks_client.go |    665 -
 .../go/cloudtasks/apiv2beta3/doc.go                |     89 -
 .../go/cmd/go-cloud-debug-agent/debuglet.go        |    450 -
 .../internal/breakpoints/breakpoints.go            |    174 -
 .../internal/controller/client.go                  |    291 -
 .../internal/debug/arch/arch.go                    |    186 -
 .../internal/debug/cmd/debugproxy/main.go          |     85 -
 .../internal/debug/doc/ptrace-nptl.txt             |    128 -
 .../internal/debug/dwarf/buf.go                    |    213 -
 .../internal/debug/dwarf/cache.go                  |    277 -
 .../internal/debug/dwarf/const.go                  |    480 -
 .../internal/debug/dwarf/entry.go                  |    417 -
 .../internal/debug/dwarf/frame.go                  |    309 -
 .../internal/debug/dwarf/line.go                   |    463 -
 .../internal/debug/dwarf/open.go                   |    106 -
 .../internal/debug/dwarf/symbol.go                 |    129 -
 .../internal/debug/dwarf/testdata/pclinetest.go    |     23 -
 .../internal/debug/dwarf/testdata/pcsptest.go      |     39 -
 .../internal/debug/dwarf/testdata/typedef.c        |     95 -
 .../internal/debug/dwarf/testdata/typedef.elf      |    Bin 12448 -> 0 bytes
 .../internal/debug/dwarf/testdata/typedef.elf4     |    Bin 9496 -> 0 bytes
 .../internal/debug/dwarf/testdata/typedef.macho    |    Bin 5024 -> 0 bytes
 .../internal/debug/dwarf/type.go                   |    877 -
 .../internal/debug/dwarf/typeunit.go               |    181 -
 .../internal/debug/dwarf/unit.go                   |    100 -
 .../go-cloud-debug-agent/internal/debug/elf/elf.go |   2993 -
 .../internal/debug/elf/file.go                     |   1417 -
 .../internal/debug/elf/reader.go                   |    118 -
 .../internal/debug/elf/testdata/compressed-32.obj  |    Bin 2208 -> 0 bytes
 .../internal/debug/elf/testdata/compressed-64.obj  |    Bin 3280 -> 0 bytes
 .../debug/elf/testdata/gcc-386-freebsd-exec        |    Bin 5742 -> 0 bytes
 .../debug/elf/testdata/gcc-amd64-linux-exec        |    Bin 8844 -> 0 bytes
 .../testdata/gcc-amd64-openbsd-debug-with-rela.obj |    Bin 6544 -> 0 bytes
 .../elf/testdata/go-relocation-test-clang-arm.obj  |    Bin 3092 -> 0 bytes
 .../elf/testdata/go-relocation-test-clang-x86.obj  |    Bin 1900 -> 0 bytes
 .../testdata/go-relocation-test-gcc424-x86-64.obj  |    Bin 3088 -> 0 bytes
 .../testdata/go-relocation-test-gcc441-x86-64.obj  |    Bin 2936 -> 0 bytes
 .../elf/testdata/go-relocation-test-gcc441-x86.obj |    Bin 1884 -> 0 bytes
 .../testdata/go-relocation-test-gcc482-aarch64.obj |    Bin 3392 -> 0 bytes
 .../testdata/go-relocation-test-gcc482-ppc64le.obj |    Bin 3016 -> 0 bytes
 .../elf/testdata/go-relocation-test-gcc492-arm.obj |    Bin 2648 -> 0 bytes
 .../testdata/go-relocation-test-gcc492-mips64.obj  |    Bin 4120 -> 0 bytes
 .../testdata/go-relocation-test-gcc492-mipsle.obj  |    Bin 2864 -> 0 bytes
 .../go-relocation-test-gcc493-mips64le.obj         |    Bin 4160 -> 0 bytes
 .../elf/testdata/go-relocation-test-gcc5-ppc.obj   |    Bin 2356 -> 0 bytes
 .../testdata/go-relocation-test-gcc531-s390x.obj   |    Bin 3864 -> 0 bytes
 .../testdata/go-relocation-test-gcc540-mips.obj    |    Bin 3064 -> 0 bytes
 .../testdata/go-relocation-test-gcc620-sparc64.obj |    Bin 5952 -> 0 bytes
 .../testdata/go-relocation-test-gcc720-riscv64.obj |    Bin 9576 -> 0 bytes
 .../debug/elf/testdata/hello-world-core.gz         |    Bin 12678 -> 0 bytes
 .../internal/debug/elf/testdata/hello.c            |      7 -
 .../elf/testdata/zdebug-test-gcc484-x86-64.obj     |    Bin 3216 -> 0 bytes
 .../internal/debug/gosym/pclinetest.asm            |     58 -
 .../internal/debug/gosym/pclinetest.h              |      9 -
 .../internal/debug/gosym/pclntab.go                |    472 -
 .../internal/debug/gosym/symtab.go                 |    731 -
 .../internal/debug/local/local.go                  |    205 -
 .../go-cloud-debug-agent/internal/debug/program.go |    327 -
 .../internal/debug/remote/remote.go                |    305 -
 .../internal/debug/server/dwarf.go                 |    112 -
 .../internal/debug/server/eval.go                  |   2115 -
 .../internal/debug/server/eval.m4                  |   1721 -
 .../internal/debug/server/peek.go                  |    378 -
 .../internal/debug/server/print.go                 |    548 -
 .../internal/debug/server/protocol/protocol.go     |    174 -
 .../internal/debug/server/ptrace.go                |    157 -
 .../internal/debug/server/server.go                |   1136 -
 .../internal/debug/server/value.go                 |    260 -
 .../internal/debug/tests/peek/doc.go               |     15 -
 .../internal/debug/tests/peek/testdata/main.go     |    203 -
 .../internal/valuecollector/valuecollector.go      |    460 -
 .../go/compute/metadata/metadata.go                |    501 -
 .../go/container/apiv1/cluster_manager_client.go   |    676 -
 vendor/cloud.google.com/go/container/apiv1/doc.go  |     49 -
 vendor/cloud.google.com/go/container/container.go  |    276 -
 .../container_analysis_v1_beta1_client.go          |    322 -
 .../go/containeranalysis/apiv1beta1/doc.go         |     91 -
 .../apiv1beta1/grafeas_v1_beta1_client.go          |    545 -
 .../go/dataproc/apiv1/cluster_controller_client.go |    597 -
 vendor/cloud.google.com/go/dataproc/apiv1/doc.go   |     89 -
 .../go/dataproc/apiv1/job_controller_client.go     |    289 -
 .../apiv1beta2/cluster_controller_client.go        |    597 -
 .../cloud.google.com/go/dataproc/apiv1beta2/doc.go |     89 -
 .../dataproc/apiv1beta2/job_controller_client.go   |    289 -
 .../apiv1beta2/workflow_template_client.go         |    400 -
 vendor/cloud.google.com/go/datastore/client.go     |    117 -
 vendor/cloud.google.com/go/datastore/datastore.go  |    640 -
 .../cloud.google.com/go/datastore/datastore.replay |    Bin 3335560 -> 0 bytes
 vendor/cloud.google.com/go/datastore/doc.go        |    490 -
 vendor/cloud.google.com/go/datastore/errors.go     |     47 -
 vendor/cloud.google.com/go/datastore/key.go        |    280 -
 vendor/cloud.google.com/go/datastore/load.go       |    509 -
 vendor/cloud.google.com/go/datastore/mutation.go   |    129 -
 vendor/cloud.google.com/go/datastore/prop.go       |    342 -
 vendor/cloud.google.com/go/datastore/query.go      |    784 -
 vendor/cloud.google.com/go/datastore/save.go       |    470 -
 .../go/datastore/testdata/index.yaml               |     41 -
 vendor/cloud.google.com/go/datastore/time.go       |     36 -
 .../cloud.google.com/go/datastore/transaction.go   |    408 -
 .../go/debugger/apiv2/controller2_client.go        |    216 -
 .../go/debugger/apiv2/debugger2_client.go          |    212 -
 vendor/cloud.google.com/go/debugger/apiv2/doc.go   |     93 -
 .../go/dialogflow/apiv2/agents_client.go           |    603 -
 .../go/dialogflow/apiv2/contexts_client.go         |    297 -
 vendor/cloud.google.com/go/dialogflow/apiv2/doc.go |     90 -
 .../go/dialogflow/apiv2/entity_types_client.go     |    722 -
 .../go/dialogflow/apiv2/intents_client.go          |    486 -
 .../apiv2/session_entity_types_client.go           |    278 -
 .../go/dialogflow/apiv2/sessions_client.go         |    144 -
 vendor/cloud.google.com/go/dlp/apiv2/dlp_client.go |   1036 -
 vendor/cloud.google.com/go/dlp/apiv2/doc.go        |     90 -
 .../go/errorreporting/apiv1beta1/doc.go            |     93 -
 .../apiv1beta1/error_group_client.go               |    152 -
 .../apiv1beta1/error_stats_client.go               |    299 -
 .../go/errorreporting/apiv1beta1/path_funcs.go     |     51 -
 .../apiv1beta1/report_errors_client.go             |    124 -
 .../cloud.google.com/go/errorreporting/errors.go   |    231 -
 .../go/expr/apiv1alpha1/cel_client.go              |    160 -
 .../go/expr/apiv1alpha1/conformance_client.go      |    160 -
 vendor/cloud.google.com/go/expr/apiv1alpha1/doc.go |     87 -
 vendor/cloud.google.com/go/firestore/Makefile      |     13 -
 .../go/firestore/apiv1beta1/doc.go                 |     91 -
 .../go/firestore/apiv1beta1/firestore_client.go    |    503 -
 .../go/firestore/apiv1beta1/path_funcs.go          |     78 -
 vendor/cloud.google.com/go/firestore/client.go     |    280 -
 vendor/cloud.google.com/go/firestore/collref.go    |    123 -
 vendor/cloud.google.com/go/firestore/doc.go        |    218 -
 vendor/cloud.google.com/go/firestore/docref.go     |    706 -
 vendor/cloud.google.com/go/firestore/document.go   |    322 -
 vendor/cloud.google.com/go/firestore/fieldpath.go  |    277 -
 vendor/cloud.google.com/go/firestore/from_value.go |    430 -
 .../go/firestore/genproto/test.pb.go               |   1853 -
 .../go/firestore/internal/Makefile                 |     16 -
 .../go/firestore/internal/doc-snippets.go          |    161 -
 .../go/firestore/internal/doc.template             |    145 -
 .../go/firestore/internal/snipdoc.awk              |    116 -
 .../go/firestore/list_documents.go                 |    104 -
 vendor/cloud.google.com/go/firestore/options.go    |    175 -
 vendor/cloud.google.com/go/firestore/order.go      |    216 -
 vendor/cloud.google.com/go/firestore/query.go      |    781 -
 .../cloud.google.com/go/firestore/testdata/VERSION |      1 -
 .../testdata/create-all-transforms.textproto       |     64 -
 .../testdata/create-arrayremove-multi.textproto    |     61 -
 .../testdata/create-arrayremove-nested.textproto   |     48 -
 .../create-arrayremove-noarray-nested.textproto    |     12 -
 .../testdata/create-arrayremove-noarray.textproto  |     12 -
 .../testdata/create-arrayremove-with-st.textproto  |     12 -
 .../testdata/create-arrayremove.textproto          |     47 -
 .../testdata/create-arrayunion-multi.textproto     |     61 -
 .../testdata/create-arrayunion-nested.textproto    |     48 -
 .../create-arrayunion-noarray-nested.textproto     |     12 -
 .../testdata/create-arrayunion-noarray.textproto   |     12 -
 .../testdata/create-arrayunion-with-st.textproto   |     12 -
 .../firestore/testdata/create-arrayunion.textproto |     47 -
 .../go/firestore/testdata/create-basic.textproto   |     27 -
 .../go/firestore/testdata/create-complex.textproto |     61 -
 .../testdata/create-del-noarray-nested.textproto   |     13 -
 .../testdata/create-del-noarray.textproto          |     13 -
 .../go/firestore/testdata/create-empty.textproto   |     20 -
 .../go/firestore/testdata/create-nodel.textproto   |     11 -
 .../go/firestore/testdata/create-nosplit.textproto |     40 -
 .../testdata/create-special-chars.textproto        |     41 -
 .../firestore/testdata/create-st-alone.textproto   |     26 -
 .../firestore/testdata/create-st-multi.textproto   |     41 -
 .../firestore/testdata/create-st-nested.textproto  |     38 -
 .../testdata/create-st-noarray-nested.textproto    |     12 -
 .../firestore/testdata/create-st-noarray.textproto |     12 -
 .../testdata/create-st-with-empty-map.textproto    |     45 -
 .../go/firestore/testdata/create-st.textproto      |     39 -
 .../testdata/delete-exists-precond.textproto       |     21 -
 .../firestore/testdata/delete-no-precond.textproto |     15 -
 .../testdata/delete-time-precond.textproto         |     25 -
 .../go/firestore/testdata/get-basic.textproto      |     12 -
 .../testdata/listen-add-mod-del-add.textproto      |    246 -
 .../go/firestore/testdata/listen-add-one.textproto |     79 -
 .../firestore/testdata/listen-add-three.textproto  |    190 -
 .../firestore/testdata/listen-doc-remove.textproto |    115 -
 .../go/firestore/testdata/listen-empty.textproto   |     25 -
 .../firestore/testdata/listen-filter-nop.textproto |    247 -
 .../firestore/testdata/listen-multi-docs.textproto |    524 -
 .../firestore/testdata/listen-nocurrent.textproto  |    141 -
 .../go/firestore/testdata/listen-nomod.textproto   |    143 -
 .../testdata/listen-removed-target-ids.textproto   |    131 -
 .../go/firestore/testdata/listen-reset.textproto   |    382 -
 .../testdata/listen-target-add-nop.textproto       |     88 -
 .../testdata/listen-target-add-wrong-id.textproto  |     50 -
 .../testdata/listen-target-remove.textproto        |     46 -
 .../testdata/query-arrayremove-cursor.textproto    |     23 -
 .../testdata/query-arrayremove-where.textproto     |     19 -
 .../testdata/query-arrayunion-cursor.textproto     |     23 -
 .../testdata/query-arrayunion-where.textproto      |     19 -
 .../go/firestore/testdata/query-bad-NaN.textproto  |     19 -
 .../go/firestore/testdata/query-bad-null.textproto |     19 -
 .../testdata/query-cursor-docsnap-order.textproto  |     68 -
 .../query-cursor-docsnap-orderby-name.textproto    |     76 -
 .../query-cursor-docsnap-where-eq.textproto        |     53 -
 ...uery-cursor-docsnap-where-neq-orderby.textproto |     72 -
 .../query-cursor-docsnap-where-neq.textproto       |     64 -
 .../testdata/query-cursor-docsnap.textproto        |     34 -
 .../query-cursor-endbefore-empty-map.textproto     |     41 -
 .../query-cursor-endbefore-empty.textproto         |     23 -
 .../testdata/query-cursor-no-order.textproto       |     16 -
 .../query-cursor-startat-empty-map.textproto       |     41 -
 .../testdata/query-cursor-startat-empty.textproto  |     23 -
 .../testdata/query-cursor-vals-1a.textproto        |     50 -
 .../testdata/query-cursor-vals-1b.textproto        |     48 -
 .../testdata/query-cursor-vals-2.textproto         |     71 -
 .../testdata/query-cursor-vals-docid.textproto     |     50 -
 .../testdata/query-cursor-vals-last-wins.textproto |     60 -
 .../firestore/testdata/query-del-cursor.textproto  |     23 -
 .../firestore/testdata/query-del-where.textproto   |     19 -
 .../testdata/query-invalid-operator.textproto      |     19 -
 .../testdata/query-invalid-path-order.textproto    |     19 -
 .../testdata/query-invalid-path-select.textproto   |     18 -
 .../testdata/query-invalid-path-where.textproto    |     20 -
 .../query-offset-limit-last-wins.textproto         |     30 -
 .../testdata/query-offset-limit.textproto          |     24 -
 .../go/firestore/testdata/query-order.textproto    |     42 -
 .../testdata/query-select-empty.textproto          |     23 -
 .../testdata/query-select-last-wins.textproto      |     36 -
 .../go/firestore/testdata/query-select.textproto   |     32 -
 .../firestore/testdata/query-st-cursor.textproto   |     23 -
 .../go/firestore/testdata/query-st-where.textproto |     19 -
 .../go/firestore/testdata/query-where-2.textproto  |     59 -
 .../firestore/testdata/query-where-NaN.textproto   |     31 -
 .../firestore/testdata/query-where-null.textproto  |     31 -
 .../go/firestore/testdata/query-where.textproto    |     34 -
 .../testdata/query-wrong-collection.textproto      |     19 -
 .../testdata/set-all-transforms.textproto          |     61 -
 .../testdata/set-arrayremove-multi.textproto       |     58 -
 .../testdata/set-arrayremove-nested.textproto      |     45 -
 .../set-arrayremove-noarray-nested.textproto       |     12 -
 .../testdata/set-arrayremove-noarray.textproto     |     12 -
 .../testdata/set-arrayremove-with-st.textproto     |     12 -
 .../firestore/testdata/set-arrayremove.textproto   |     44 -
 .../testdata/set-arrayunion-multi.textproto        |     58 -
 .../testdata/set-arrayunion-nested.textproto       |     45 -
 .../set-arrayunion-noarray-nested.textproto        |     12 -
 .../testdata/set-arrayunion-noarray.textproto      |     12 -
 .../testdata/set-arrayunion-with-st.textproto      |     12 -
 .../go/firestore/testdata/set-arrayunion.textproto |     44 -
 .../go/firestore/testdata/set-basic.textproto      |     24 -
 .../go/firestore/testdata/set-complex.textproto    |     58 -
 .../testdata/set-del-merge-alone.textproto         |     28 -
 .../go/firestore/testdata/set-del-merge.textproto  |     37 -
 .../firestore/testdata/set-del-mergeall.textproto  |     31 -
 .../testdata/set-del-noarray-nested.textproto      |     13 -
 .../firestore/testdata/set-del-noarray.textproto   |     13 -
 .../firestore/testdata/set-del-nomerge.textproto   |     17 -
 .../firestore/testdata/set-del-nonleaf.textproto   |     19 -
 .../firestore/testdata/set-del-wo-merge.textproto  |     12 -
 .../go/firestore/testdata/set-empty.textproto      |     17 -
 .../go/firestore/testdata/set-merge-fp.textproto   |     40 -
 .../firestore/testdata/set-merge-nested.textproto  |     41 -
 .../firestore/testdata/set-merge-nonleaf.textproto |     46 -
 .../firestore/testdata/set-merge-prefix.textproto  |     21 -
 .../firestore/testdata/set-merge-present.textproto |     20 -
 .../go/firestore/testdata/set-merge.textproto      |     32 -
 .../testdata/set-mergeall-empty.textproto          |     23 -
 .../testdata/set-mergeall-nested.textproto         |     45 -
 .../go/firestore/testdata/set-mergeall.textproto   |     37 -
 .../go/firestore/testdata/set-nodel.textproto      |     11 -
 .../go/firestore/testdata/set-nosplit.textproto    |     37 -
 .../firestore/testdata/set-special-chars.textproto |     38 -
 .../testdata/set-st-alone-mergeall.textproto       |     26 -
 .../go/firestore/testdata/set-st-alone.textproto   |     28 -
 .../firestore/testdata/set-st-merge-both.textproto |     45 -
 .../testdata/set-st-merge-nonleaf-alone.textproto  |     37 -
 .../testdata/set-st-merge-nonleaf.textproto        |     49 -
 .../testdata/set-st-merge-nowrite.textproto        |     28 -
 .../firestore/testdata/set-st-mergeall.textproto   |     40 -
 .../go/firestore/testdata/set-st-multi.textproto   |     38 -
 .../go/firestore/testdata/set-st-nested.textproto  |     35 -
 .../testdata/set-st-noarray-nested.textproto       |     12 -
 .../go/firestore/testdata/set-st-noarray.textproto |     12 -
 .../go/firestore/testdata/set-st-nomerge.textproto |     33 -
 .../testdata/set-st-with-empty-map.textproto       |     42 -
 .../go/firestore/testdata/set-st.textproto         |     36 -
 .../go/firestore/testdata/test-suite.binproto      |    Bin 55916 -> 0 bytes
 .../testdata/update-all-transforms.textproto       |     67 -
 .../testdata/update-arrayremove-alone.textproto    |     36 -
 .../testdata/update-arrayremove-multi.textproto    |     69 -
 .../testdata/update-arrayremove-nested.textproto   |     52 -
 .../update-arrayremove-noarray-nested.textproto    |     12 -
 .../testdata/update-arrayremove-noarray.textproto  |     12 -
 .../testdata/update-arrayremove-with-st.textproto  |     12 -
 .../testdata/update-arrayremove.textproto          |     50 -
 .../testdata/update-arrayunion-alone.textproto     |     36 -
 .../testdata/update-arrayunion-multi.textproto     |     69 -
 .../testdata/update-arrayunion-nested.textproto    |     52 -
 .../update-arrayunion-noarray-nested.textproto     |     12 -
 .../testdata/update-arrayunion-noarray.textproto   |     12 -
 .../testdata/update-arrayunion-with-st.textproto   |     12 -
 .../firestore/testdata/update-arrayunion.textproto |     50 -
 .../go/firestore/testdata/update-badchar.textproto |     12 -
 .../go/firestore/testdata/update-basic.textproto   |     30 -
 .../go/firestore/testdata/update-complex.textproto |     65 -
 .../firestore/testdata/update-del-alone.textproto  |     25 -
 .../go/firestore/testdata/update-del-dot.textproto |     46 -
 .../firestore/testdata/update-del-nested.textproto |     11 -
 .../testdata/update-del-noarray-nested.textproto   |     13 -
 .../testdata/update-del-noarray.textproto          |     13 -
 .../go/firestore/testdata/update-del.textproto     |     32 -
 .../testdata/update-exists-precond.textproto       |     14 -
 .../testdata/update-fp-empty-component.textproto   |     11 -
 .../firestore/testdata/update-no-paths.textproto   |     11 -
 .../testdata/update-paths-all-transforms.textproto |     82 -
 .../update-paths-arrayremove-alone.textproto       |     39 -
 .../update-paths-arrayremove-multi.textproto       |     76 -
 .../update-paths-arrayremove-nested.textproto      |     59 -
 ...date-paths-arrayremove-noarray-nested.textproto |     15 -
 .../update-paths-arrayremove-noarray.textproto     |     15 -
 .../update-paths-arrayremove-with-st.textproto     |     15 -
 .../testdata/update-paths-arrayremove.textproto    |     57 -
 .../update-paths-arrayunion-alone.textproto        |     39 -
 .../update-paths-arrayunion-multi.textproto        |     76 -
 .../update-paths-arrayunion-nested.textproto       |     59 -
 ...pdate-paths-arrayunion-noarray-nested.textproto |     15 -
 .../update-paths-arrayunion-noarray.textproto      |     15 -
 .../update-paths-arrayunion-with-st.textproto      |     15 -
 .../testdata/update-paths-arrayunion.textproto     |     57 -
 .../testdata/update-paths-basic.textproto          |     33 -
 .../testdata/update-paths-complex.textproto        |     72 -
 .../testdata/update-paths-del-alone.textproto      |     28 -
 .../testdata/update-paths-del-nested.textproto     |     14 -
 .../update-paths-del-noarray-nested.textproto      |     16 -
 .../testdata/update-paths-del-noarray.textproto    |     16 -
 .../firestore/testdata/update-paths-del.textproto  |     39 -
 .../testdata/update-paths-exists-precond.textproto |     17 -
 .../testdata/update-paths-fp-del.textproto         |     47 -
 .../update-paths-fp-dup-transforms.textproto       |     23 -
 .../testdata/update-paths-fp-dup.textproto         |     22 -
 .../update-paths-fp-empty-component.textproto      |     15 -
 .../testdata/update-paths-fp-empty.textproto       |     13 -
 .../testdata/update-paths-fp-multi.textproto       |     42 -
 .../testdata/update-paths-fp-nosplit.textproto     |     48 -
 .../testdata/update-paths-no-paths.textproto       |     10 -
 .../testdata/update-paths-prefix-1.textproto       |     19 -
 .../testdata/update-paths-prefix-2.textproto       |     19 -
 .../testdata/update-paths-prefix-3.textproto       |     20 -
 .../testdata/update-paths-special-chars.textproto  |     53 -
 .../testdata/update-paths-st-alone.textproto       |     29 -
 .../testdata/update-paths-st-multi.textproto       |     56 -
 .../testdata/update-paths-st-nested.textproto      |     49 -
 .../update-paths-st-noarray-nested.textproto       |     15 -
 .../testdata/update-paths-st-noarray.textproto     |     15 -
 .../update-paths-st-with-empty-map.textproto       |     51 -
 .../firestore/testdata/update-paths-st.textproto   |     49 -
 .../testdata/update-paths-uptime.textproto         |     40 -
 .../firestore/testdata/update-prefix-1.textproto   |     11 -
 .../firestore/testdata/update-prefix-2.textproto   |     11 -
 .../firestore/testdata/update-prefix-3.textproto   |     12 -
 .../go/firestore/testdata/update-quoting.textproto |     45 -
 .../testdata/update-split-top-level.textproto      |     45 -
 .../go/firestore/testdata/update-split.textproto   |     44 -
 .../firestore/testdata/update-st-alone.textproto   |     26 -
 .../go/firestore/testdata/update-st-dot.textproto  |     27 -
 .../firestore/testdata/update-st-multi.textproto   |     49 -
 .../firestore/testdata/update-st-nested.textproto  |     42 -
 .../testdata/update-st-noarray-nested.textproto    |     12 -
 .../firestore/testdata/update-st-noarray.textproto |     12 -
 .../testdata/update-st-with-empty-map.textproto    |     48 -
 .../go/firestore/testdata/update-st.textproto      |     42 -
 .../go/firestore/testdata/update-uptime.textproto  |     37 -
 vendor/cloud.google.com/go/firestore/to_value.go   |    299 -
 .../cloud.google.com/go/firestore/transaction.go   |    282 -
 vendor/cloud.google.com/go/firestore/watch.go      |    519 -
 vendor/cloud.google.com/go/firestore/writebatch.go |     81 -
 .../go/functions/metadata/metadata.go              |     61 -
 .../go/httpreplay/cmd/httpr/README.md              |     71 -
 .../cmd/httpr/examples/python/httpr-demo.py        |     26 -
 .../cmd/httpr/examples/python/httpr-demo.sh        |     55 -
 .../go/httpreplay/cmd/httpr/httpr.go               |    110 -
 .../cloud.google.com/go/httpreplay/httpreplay.go   |    129 -
 .../go/httpreplay/internal/proxy/debug.go          |     61 -
 .../go/httpreplay/internal/proxy/log.go            |    232 -
 .../go/httpreplay/internal/proxy/record.go         |    188 -
 .../go/httpreplay/internal/proxy/replay.go         |    313 -
 vendor/cloud.google.com/go/iam/admin/apiv1/doc.go  |     92 -
 .../go/iam/admin/apiv1/iam_client.go               |    475 -
 .../go/iam/admin/apiv1/path_funcs.go               |     45 -
 .../go/iam/admin/apiv1/policy_methods.go           |     53 -
 .../go/iam/credentials/apiv1/doc.go                |     89 -
 .../credentials/apiv1/iam_credentials_client.go    |    214 -
 vendor/cloud.google.com/go/iam/iam.go              |    292 -
 vendor/cloud.google.com/go/internal/annotate.go    |     54 -
 .../cloud.google.com/go/internal/btree/README.md   |     11 -
 vendor/cloud.google.com/go/internal/btree/btree.go |   1021 -
 vendor/cloud.google.com/go/internal/btree/debug.go |     37 -
 .../cloud.google.com/go/internal/fields/fields.go  |    480 -
 vendor/cloud.google.com/go/internal/fields/fold.go |    156 -
 .../go/internal/kokoro/continuous.sh               |     38 -
 .../go/internal/kokoro/presubmit.sh                |     32 -
 .../go/internal/kokoro/trampoline.sh               |     24 -
 vendor/cloud.google.com/go/internal/kokoro/vet.sh  |     67 -
 .../go/internal/leakcheck/leakcheck.go             |    119 -
 .../go/internal/optional/optional.go               |    108 -
 vendor/cloud.google.com/go/internal/pretty/diff.go |     78 -
 .../cloud.google.com/go/internal/pretty/pretty.go  |    255 -
 .../go/internal/protostruct/protostruct.go         |     56 -
 vendor/cloud.google.com/go/internal/retry.go       |     54 -
 .../cloud.google.com/go/internal/snipdoc/README.md |     29 -
 .../go/internal/snipdoc/sample-makefile            |     16 -
 .../go/internal/snipdoc/snipdoc.awk                |    116 -
 .../cloud.google.com/go/internal/testutil/cmp.go   |     61 -
 .../go/internal/testutil/context.go                |    106 -
 .../cloud.google.com/go/internal/testutil/rand.go  |     44 -
 .../go/internal/testutil/server.go                 |    135 -
 .../cloud.google.com/go/internal/testutil/trace.go |     68 -
 vendor/cloud.google.com/go/internal/trace/trace.go |     84 -
 .../go/internal/tracecontext/tracecontext.go       |     83 -
 vendor/cloud.google.com/go/internal/uid/uid.go     |    149 -
 .../go/internal/version/update_version.sh          |      6 -
 .../go/internal/version/version.go                 |     71 -
 vendor/cloud.google.com/go/issue_template.md       |     17 -
 vendor/cloud.google.com/go/keys.tar.enc            |    Bin 10256 -> 0 bytes
 vendor/cloud.google.com/go/kms/apiv1/doc.go        |     89 -
 vendor/cloud.google.com/go/kms/apiv1/iam.go        |     30 -
 .../go/kms/apiv1/key_management_client.go          |    725 -
 vendor/cloud.google.com/go/language/apiv1/doc.go   |     90 -
 .../go/language/apiv1/language_client.go           |    230 -
 .../cloud.google.com/go/language/apiv1beta2/doc.go |     91 -
 .../go/language/apiv1beta2/language_client.go      |    230 -
 vendor/cloud.google.com/go/logging/apiv2/README.md |     11 -
 .../go/logging/apiv2/config_client.go              |    427 -
 vendor/cloud.google.com/go/logging/apiv2/doc.go    |     95 -
 .../go/logging/apiv2/logging_client.go             |    407 -
 .../go/logging/apiv2/metrics_client.go             |    268 -
 .../go/logging/apiv2/path_funcs.go                 |    107 -
 vendor/cloud.google.com/go/logging/doc.go          |    134 -
 .../cloud.google.com/go/logging/internal/common.go |     41 -
 .../go/logging/internal/testing/equal.go           |     41 -
 .../go/logging/internal/testing/fake.go            |    438 -
 .../go/logging/logadmin/logadmin.go                |    405 -
 .../go/logging/logadmin/metrics.go                 |    154 -
 .../go/logging/logadmin/resources.go               |     75 -
 .../cloud.google.com/go/logging/logadmin/sinks.go  |    256 -
 vendor/cloud.google.com/go/logging/logging.go      |    842 -
 .../cloud.google.com/go/longrunning/autogen/doc.go |     88 -
 .../go/longrunning/autogen/from_conn.go            |     34 -
 .../go/longrunning/autogen/operations_client.go    |    271 -
 .../cloud.google.com/go/longrunning/longrunning.go |    179 -
 .../go/monitoring/apiv3/alert_policy_client.go     |    278 -
 vendor/cloud.google.com/go/monitoring/apiv3/doc.go |     94 -
 .../go/monitoring/apiv3/group_client.go            |    361 -
 .../go/monitoring/apiv3/metric_client.go           |    452 -
 .../apiv3/notification_channel_client.go           |    375 -
 .../go/monitoring/apiv3/path_funcs.go              |    107 -
 .../go/monitoring/apiv3/uptime_check_client.go     |    361 -
 vendor/cloud.google.com/go/old-news.md             |    698 -
 vendor/cloud.google.com/go/oslogin/apiv1/doc.go    |     92 -
 .../go/oslogin/apiv1/os_login_client.go            |    223 -
 .../cloud.google.com/go/oslogin/apiv1beta/doc.go   |     92 -
 .../go/oslogin/apiv1beta/os_login_client.go        |    223 -
 .../go/profiler/busybench/busybench.go             |    101 -
 vendor/cloud.google.com/go/profiler/heap.go        |    116 -
 .../go/profiler/integration-test.sh                |     43 -
 .../cloud.google.com/go/profiler/mocks/README.md   |     14 -
 .../go/profiler/mocks/mock_profiler_client.go      |    105 -
 vendor/cloud.google.com/go/profiler/mutex.go       |     23 -
 vendor/cloud.google.com/go/profiler/profiler.go    |    529 -
 .../go/profiler/proftest/proftest.go               |    556 -
 vendor/cloud.google.com/go/profiler/symbolizer.go  |    140 -
 .../go/profiler/testdata/testdata.go               |    126 -
 vendor/cloud.google.com/go/pubsub/apiv1/README.md  |      9 -
 vendor/cloud.google.com/go/pubsub/apiv1/doc.go     |     93 -
 vendor/cloud.google.com/go/pubsub/apiv1/iam.go     |     36 -
 .../cloud.google.com/go/pubsub/apiv1/path_funcs.go |     95 -
 .../go/pubsub/apiv1/publisher_client.go            |    391 -
 .../go/pubsub/apiv1/subscriber_client.go           |    606 -
 vendor/cloud.google.com/go/pubsub/debug.go         |     72 -
 vendor/cloud.google.com/go/pubsub/doc.go           |    137 -
 .../cloud.google.com/go/pubsub/flow_controller.go  |    122 -
 .../pubsub/internal/distribution/distribution.go   |     69 -
 vendor/cloud.google.com/go/pubsub/iterator.go      |    498 -
 .../go/pubsub/loadtest/cmd/loadtest.go             |     53 -
 .../go/pubsub/loadtest/loadtest.go                 |    220 -
 .../go/pubsub/loadtest/pb/loadtest.pb.go           |    793 -
 vendor/cloud.google.com/go/pubsub/message.go       |    100 -
 vendor/cloud.google.com/go/pubsub/nodebug.go       |     25 -
 vendor/cloud.google.com/go/pubsub/pstest/fake.go   |    996 -
 vendor/cloud.google.com/go/pubsub/pubsub.go        |    111 -
 vendor/cloud.google.com/go/pubsub/pullstream.go    |    182 -
 vendor/cloud.google.com/go/pubsub/service.go       |     78 -
 vendor/cloud.google.com/go/pubsub/snapshot.go      |    160 -
 vendor/cloud.google.com/go/pubsub/subscription.go  |    587 -
 vendor/cloud.google.com/go/pubsub/topic.go         |    463 -
 vendor/cloud.google.com/go/pubsub/trace.go         |    157 -
 .../go/redis/apiv1/cloud_redis_client.go           |    519 -
 vendor/cloud.google.com/go/redis/apiv1/doc.go      |     90 -
 .../go/redis/apiv1beta1/cloud_redis_client.go      |    520 -
 vendor/cloud.google.com/go/redis/apiv1beta1/doc.go |     91 -
 vendor/cloud.google.com/go/regen-gapic.sh          |     86 -
 vendor/cloud.google.com/go/rpcreplay/Makefile      |     32 -
 vendor/cloud.google.com/go/rpcreplay/doc.go        |    145 -
 .../go/rpcreplay/proto/intstore/intstore.pb.go     |    455 -
 .../go/rpcreplay/proto/intstore/intstore.proto     |     54 -
 .../go/rpcreplay/proto/rpcreplay/rpcreplay.pb.go   |    170 -
 .../go/rpcreplay/proto/rpcreplay/rpcreplay.proto   |     71 -
 vendor/cloud.google.com/go/rpcreplay/rpcreplay.go  |    716 -
 vendor/cloud.google.com/go/run-tests.sh            |     88 -
 .../scheduler/apiv1beta1/cloud_scheduler_client.go |    344 -
 .../go/scheduler/apiv1beta1/doc.go                 |     89 -
 .../go/securitycenter/apiv1beta1/doc.go            |     89 -
 .../apiv1beta1/security_center_client.go           |    792 -
 .../admin/database/apiv1/database_admin_client.go  |    520 -
 .../go/spanner/admin/database/apiv1/doc.go         |     89 -
 .../go/spanner/admin/database/apiv1/path_funcs.go  |     45 -
 .../go/spanner/admin/instance/apiv1/doc.go         |     89 -
 .../admin/instance/apiv1/instance_admin_client.go  |    706 -
 .../go/spanner/admin/instance/apiv1/path_funcs.go  |     55 -
 vendor/cloud.google.com/go/spanner/apiv1/doc.go    |     93 -
 .../go/spanner/apiv1/path_funcs.go                 |     49 -
 .../go/spanner/apiv1/spanner_client.go             |    510 -
 vendor/cloud.google.com/go/spanner/appengine.go    |     20 -
 vendor/cloud.google.com/go/spanner/backoff.go      |     58 -
 vendor/cloud.google.com/go/spanner/batch.go        |    345 -
 vendor/cloud.google.com/go/spanner/client.go       |    443 -
 vendor/cloud.google.com/go/spanner/doc.go          |    328 -
 vendor/cloud.google.com/go/spanner/errors.go       |    115 -
 .../go/spanner/internal/testutil/mockclient.go     |    381 -
 .../go/spanner/internal/testutil/mockserver.go     |    265 -
 vendor/cloud.google.com/go/spanner/key.go          |    397 -
 vendor/cloud.google.com/go/spanner/mutation.go     |    430 -
 .../cloud.google.com/go/spanner/not_appengine.go   |     20 -
 vendor/cloud.google.com/go/spanner/pdml.go         |    101 -
 vendor/cloud.google.com/go/spanner/protoutils.go   |    113 -
 vendor/cloud.google.com/go/spanner/read.go         |    731 -
 vendor/cloud.google.com/go/spanner/retry.go        |    199 -
 vendor/cloud.google.com/go/spanner/row.go          |    308 -
 vendor/cloud.google.com/go/spanner/session.go      |   1093 -
 vendor/cloud.google.com/go/spanner/statement.go    |    100 -
 .../cloud.google.com/go/spanner/timestampbound.go  |    240 -
 vendor/cloud.google.com/go/spanner/trace.go        |     81 -
 vendor/cloud.google.com/go/spanner/transaction.go  |    910 -
 vendor/cloud.google.com/go/spanner/util.go         |     33 -
 vendor/cloud.google.com/go/spanner/value.go        |   1608 -
 vendor/cloud.google.com/go/speech/apiv1/doc.go     |     88 -
 .../go/speech/apiv1/speech_client.go               |    264 -
 .../cloud.google.com/go/speech/apiv1p1beta1/doc.go |     89 -
 .../go/speech/apiv1p1beta1/speech_client.go        |    264 -
 vendor/cloud.google.com/go/storage/acl.go          |    335 -
 vendor/cloud.google.com/go/storage/bucket.go       |   1129 -
 vendor/cloud.google.com/go/storage/copy.go         |    228 -
 vendor/cloud.google.com/go/storage/doc.go          |    176 -
 vendor/cloud.google.com/go/storage/go110.go        |     32 -
 vendor/cloud.google.com/go/storage/iam.go          |    130 -
 vendor/cloud.google.com/go/storage/invoke.go       |     37 -
 vendor/cloud.google.com/go/storage/not_go110.go    |     42 -
 .../cloud.google.com/go/storage/notifications.go   |    188 -
 vendor/cloud.google.com/go/storage/reader.go       |    385 -
 vendor/cloud.google.com/go/storage/storage.go      |   1123 -
 vendor/cloud.google.com/go/storage/storage.replay  |  53540 ------
 .../cloud.google.com/go/storage/testdata/dummy_pem |     39 -
 .../cloud.google.com/go/storage/testdata/dummy_rsa |     27 -
 vendor/cloud.google.com/go/storage/writer.go       |    261 -
 .../cloud.google.com/go/texttospeech/apiv1/doc.go  |     90 -
 .../go/texttospeech/apiv1/text_to_speech_client.go |    153 -
 vendor/cloud.google.com/go/trace/apiv1/doc.go      |     97 -
 .../go/trace/apiv1/trace_client.go                 |    239 -
 vendor/cloud.google.com/go/trace/apiv2/doc.go      |     94 -
 .../cloud.google.com/go/trace/apiv2/path_funcs.go  |     43 -
 .../go/trace/apiv2/trace_client.go                 |    152 -
 vendor/cloud.google.com/go/trace/grpc.go           |    111 -
 vendor/cloud.google.com/go/trace/http.go           |    114 -
 vendor/cloud.google.com/go/trace/sampling.go       |    127 -
 .../go/trace/testdata/helloworld/helloworld.pb.go  |    162 -
 .../go/trace/testdata/helloworld/helloworld.proto  |     37 -
 vendor/cloud.google.com/go/trace/trace.go          |    758 -
 .../go/translate/internal/translate/v2/README      |     12 -
 .../go/translate/internal/translate/v2/regen.sh    |     29 -
 .../translate/v2/translate-nov2016-api.json        |    285 -
 .../internal/translate/v2/translate-nov2016-gen.go |    789 -
 vendor/cloud.google.com/go/translate/translate.go  |    236 -
 .../go/videointelligence/apiv1/doc.go              |     89 -
 .../apiv1/video_intelligence_client.go             |    226 -
 .../go/videointelligence/apiv1beta1/doc.go         |     89 -
 .../apiv1beta1/video_intelligence_client.go        |    226 -
 .../go/videointelligence/apiv1beta2/doc.go         |     89 -
 .../apiv1beta2/video_intelligence_client.go        |    226 -
 .../go/videointelligence/apiv1beta2/whitelist.go   |     16 -
 vendor/cloud.google.com/go/vision/apiv1/README.md  |      9 -
 vendor/cloud.google.com/go/vision/apiv1/client.go  |    170 -
 vendor/cloud.google.com/go/vision/apiv1/doc.go     |     92 -
 vendor/cloud.google.com/go/vision/apiv1/face.go    |    153 -
 vendor/cloud.google.com/go/vision/apiv1/image.go   |     37 -
 .../go/vision/apiv1/image_annotator_client.go      |    248 -
 .../go/vision/apiv1/product_search_client.go       |    875 -
 .../cloud.google.com/go/vision/apiv1p1beta1/doc.go |     93 -
 .../vision/apiv1p1beta1/image_annotator_client.go  |    135 -
 vendor/github.com/davecgh/go-spew/.gitignore       |     22 -
 vendor/github.com/davecgh/go-spew/.travis.yml      |     28 -
 vendor/github.com/davecgh/go-spew/LICENSE          |     15 -
 vendor/github.com/davecgh/go-spew/README.md        |    201 -
 vendor/github.com/davecgh/go-spew/cov_report.sh    |     22 -
 vendor/github.com/davecgh/go-spew/spew/bypass.go   |    145 -
 .../github.com/davecgh/go-spew/spew/bypasssafe.go  |     38 -
 vendor/github.com/davecgh/go-spew/spew/common.go   |    341 -
 vendor/github.com/davecgh/go-spew/spew/config.go   |    306 -
 vendor/github.com/davecgh/go-spew/spew/doc.go      |    211 -
 vendor/github.com/davecgh/go-spew/spew/dump.go     |    509 -
 vendor/github.com/davecgh/go-spew/spew/format.go   |    419 -
 vendor/github.com/davecgh/go-spew/spew/spew.go     |    148 -
 .../davecgh/go-spew/spew/testdata/dumpcgo.go       |     82 -
 .../github.com/davecgh/go-spew/test_coverage.txt   |     61 -
 vendor/github.com/emicklei/go-restful/.gitignore   |     70 -
 vendor/github.com/emicklei/go-restful/.travis.yml  |      6 -
 vendor/github.com/emicklei/go-restful/CHANGES.md   |    242 -
 vendor/github.com/emicklei/go-restful/LICENSE      |     22 -
 vendor/github.com/emicklei/go-restful/Makefile     |      7 -
 vendor/github.com/emicklei/go-restful/README.md    |     88 -
 vendor/github.com/emicklei/go-restful/Srcfile      |      1 -
 .../github.com/emicklei/go-restful/bench_test.sh   |     10 -
 vendor/github.com/emicklei/go-restful/compress.go  |    123 -
 .../emicklei/go-restful/compressor_cache.go        |    103 -
 .../emicklei/go-restful/compressor_pools.go        |     91 -
 .../github.com/emicklei/go-restful/compressors.go  |     54 -
 vendor/github.com/emicklei/go-restful/constants.go |     30 -
 vendor/github.com/emicklei/go-restful/container.go |    371 -
 .../github.com/emicklei/go-restful/cors_filter.go  |    202 -
 vendor/github.com/emicklei/go-restful/coverage.sh  |      2 -
 vendor/github.com/emicklei/go-restful/curly.go     |    164 -
 .../github.com/emicklei/go-restful/curly_route.go  |     52 -
 vendor/github.com/emicklei/go-restful/doc.go       |    185 -
 .../emicklei/go-restful/entity_accessors.go        |    162 -
 .../emicklei/go-restful/examples/.goconvey         |      1 -
 .../examples/google_app_engine/.goconvey           |      1 -
 .../go-restful/examples/google_app_engine/app.yaml |     20 -
 .../examples/google_app_engine/datastore/.goconvey |      1 -
 .../examples/google_app_engine/datastore/app.yaml  |     18 -
 .../examples/google_app_engine/datastore/main.go   |    267 -
 .../restful-appstats-integration.go                |     12 -
 .../google_app_engine/restful-user-service.go      |    162 -
 .../emicklei/go-restful/examples/home.html         |      7 -
 .../go-restful/examples/msgpack/msgpack_entity.go  |     34 -
 .../go-restful/examples/restful-CORS-filter.go     |     68 -
 .../go-restful/examples/restful-NCSA-logging.go    |     54 -
 .../examples/restful-basic-authentication.go       |     35 -
 .../examples/restful-cpuprofiler-service.go        |     65 -
 .../go-restful/examples/restful-curly-router.go    |    107 -
 .../go-restful/examples/restful-encoding-filter.go |     61 -
 .../go-restful/examples/restful-filters.go         |    114 -
 .../go-restful/examples/restful-form-handling.go   |     63 -
 .../go-restful/examples/restful-hello-world.go     |     23 -
 .../go-restful/examples/restful-html-template.go   |     35 -
 .../examples/restful-multi-containers.go           |     43 -
 .../go-restful/examples/restful-no-cache-filter.go |     25 -
 .../go-restful/examples/restful-openapi.go         |    178 -
 .../go-restful/examples/restful-options-filter.go  |     51 -
 .../go-restful/examples/restful-path-tail.go       |     27 -
 .../examples/restful-pre-post-filters.go           |     98 -
 .../examples/restful-resource-functions.go         |     63 -
 .../go-restful/examples/restful-serve-static.go    |     47 -
 .../go-restful/examples/restful-swagger.go         |     61 -
 .../go-restful/examples/restful-user-resource.go   |    169 -
 vendor/github.com/emicklei/go-restful/filter.go    |     35 -
 vendor/github.com/emicklei/go-restful/json.go      |     11 -
 vendor/github.com/emicklei/go-restful/jsoniter.go  |     12 -
 vendor/github.com/emicklei/go-restful/jsr311.go    |    293 -
 vendor/github.com/emicklei/go-restful/log/log.go   |     34 -
 vendor/github.com/emicklei/go-restful/logger.go    |     32 -
 vendor/github.com/emicklei/go-restful/mime.go      |     45 -
 .../emicklei/go-restful/options_filter.go          |     34 -
 vendor/github.com/emicklei/go-restful/parameter.go |    143 -
 .../emicklei/go-restful/path_expression.go         |     74 -
 .../emicklei/go-restful/path_processor.go          |     63 -
 vendor/github.com/emicklei/go-restful/request.go   |    118 -
 vendor/github.com/emicklei/go-restful/response.go  |    250 -
 vendor/github.com/emicklei/go-restful/route.go     |    149 -
 .../emicklei/go-restful/route_builder.go           |    321 -
 vendor/github.com/emicklei/go-restful/router.go    |     20 -
 .../emicklei/go-restful/service_error.go           |     23 -
 .../github.com/emicklei/go-restful/web_service.go  |    290 -
 .../emicklei/go-restful/web_service_container.go   |     39 -
 vendor/github.com/ghodss/yaml/.gitignore           |     20 -
 vendor/github.com/ghodss/yaml/.travis.yml          |      7 -
 vendor/github.com/ghodss/yaml/LICENSE              |     50 -
 vendor/github.com/ghodss/yaml/README.md            |    121 -
 vendor/github.com/ghodss/yaml/fields.go            |    501 -
 vendor/github.com/ghodss/yaml/yaml.go              |    277 -
 vendor/github.com/go-logr/logr/LICENSE             |    201 -
 vendor/github.com/go-logr/logr/README.md           |     36 -
 .../github.com/go-logr/logr/examples/tab_logger.go |     74 -
 .../go-logr/logr/examples/usage_example.go         |    149 -
 vendor/github.com/go-logr/logr/logr.go             |    151 -
 vendor/github.com/go-logr/logr/testing/null.go     |     32 -
 vendor/github.com/go-logr/logr/testing/test.go     |     39 -
 vendor/github.com/go-logr/zapr/.gitignore          |      3 -
 vendor/github.com/go-logr/zapr/Gopkg.lock          |     52 -
 vendor/github.com/go-logr/zapr/Gopkg.toml          |     38 -
 vendor/github.com/go-logr/zapr/LICENSE             |    201 -
 vendor/github.com/go-logr/zapr/README.md           |     45 -
 vendor/github.com/go-logr/zapr/zapr.go             |    163 -
 vendor/github.com/gobuffalo/envy/.env              |      5 -
 vendor/github.com/gobuffalo/envy/.gitignore        |     29 -
 .../github.com/gobuffalo/envy/.gometalinter.json   |      3 -
 vendor/github.com/gobuffalo/envy/.travis.yml       |     36 -
 vendor/github.com/gobuffalo/envy/LICENSE.txt       |      8 -
 vendor/github.com/gobuffalo/envy/Makefile          |     46 -
 vendor/github.com/gobuffalo/envy/README.md         |     93 -
 vendor/github.com/gobuffalo/envy/envy.go           |    232 -
 vendor/github.com/gobuffalo/envy/go.mod            |      8 -
 vendor/github.com/gobuffalo/envy/go.sum            |      8 -
 vendor/github.com/gobuffalo/envy/shoulders.md      |     10 -
 vendor/github.com/gobuffalo/envy/test_env/.env     |      3 -
 .../github.com/gobuffalo/envy/test_env/.env.prod   |      1 -
 .../github.com/gobuffalo/envy/test_env/.env.test   |      1 -
 vendor/github.com/gobuffalo/envy/version.go        |      3 -
 vendor/github.com/gogo/protobuf/.gitignore         |      6 -
 vendor/github.com/gogo/protobuf/.mailmap           |      8 -
 vendor/github.com/gogo/protobuf/.travis.yml        |     22 -
 vendor/github.com/gogo/protobuf/AUTHORS            |     15 -
 vendor/github.com/gogo/protobuf/CONTRIBUTORS       |     23 -
 .../github.com/gogo/protobuf/GOLANG_CONTRIBUTORS   |      5 -
 vendor/github.com/gogo/protobuf/LICENSE            |     36 -
 vendor/github.com/gogo/protobuf/Makefile           |    167 -
 vendor/github.com/gogo/protobuf/README             |    299 -
 vendor/github.com/gogo/protobuf/Readme.md          |    151 -
 vendor/github.com/gogo/protobuf/bench.md           |    190 -
 vendor/github.com/gogo/protobuf/codec/codec.go     |     91 -
 .../github.com/gogo/protobuf/conformance/Makefile  |     59 -
 .../gogo/protobuf/conformance/conformance.go       |    154 -
 .../gogo/protobuf/conformance/conformance.sh       |      4 -
 .../internal/conformance_proto/conformance.pb.go   |   1814 -
 .../internal/conformance_proto/conformance.proto   |    273 -
 .../github.com/gogo/protobuf/conformance/test.sh   |     26 -
 vendor/github.com/gogo/protobuf/custom_types.md    |     68 -
 vendor/github.com/gogo/protobuf/extensions.md      |    164 -
 vendor/github.com/gogo/protobuf/gogoproto/Makefile |     37 -
 vendor/github.com/gogo/protobuf/gogoproto/doc.go   |    169 -
 .../github.com/gogo/protobuf/gogoproto/gogo.pb.go  |    817 -
 .../gogo/protobuf/gogoproto/gogo.pb.golden         |     45 -
 .../github.com/gogo/protobuf/gogoproto/gogo.proto  |    136 -
 .../github.com/gogo/protobuf/gogoproto/helper.go   |    358 -
 .../github.com/gogo/protobuf/gogoreplace/main.go   |     25 -
 .../github.com/gogo/protobuf/install-protobuf.sh   |     28 -
 vendor/github.com/gogo/protobuf/io/full.go         |    102 -
 vendor/github.com/gogo/protobuf/io/io.go           |     70 -
 vendor/github.com/gogo/protobuf/io/uint32.go       |    138 -
 vendor/github.com/gogo/protobuf/io/varint.go       |    134 -
 vendor/github.com/gogo/protobuf/jsonpb/jsonpb.go   |   1386 -
 .../protobuf/jsonpb/jsonpb_test_proto/Makefile     |     33 -
 .../protobuf/jsonpb/jsonpb_test_proto/bytes.go     |      7 -
 .../jsonpb_test_proto/more_test_objects.pb.go      |    368 -
 .../jsonpb_test_proto/more_test_objects.proto      |     69 -
 .../jsonpb/jsonpb_test_proto/test_objects.pb.go    |   1287 -
 .../jsonpb/jsonpb_test_proto/test_objects.proto    |    175 -
 .../gogo/protobuf/plugin/compare/compare.go        |    526 -
 .../gogo/protobuf/plugin/compare/comparetest.go    |    118 -
 .../protobuf/plugin/defaultcheck/defaultcheck.go   |    133 -
 .../protobuf/plugin/description/description.go     |    201 -
 .../protobuf/plugin/description/descriptiontest.go |     73 -
 .../gogo/protobuf/plugin/embedcheck/embedcheck.go  |    200 -
 .../protobuf/plugin/enumstringer/enumstringer.go   |    104 -
 .../github.com/gogo/protobuf/plugin/equal/equal.go |    631 -
 .../gogo/protobuf/plugin/equal/equaltest.go        |    109 -
 .../github.com/gogo/protobuf/plugin/face/face.go   |    233 -
 .../gogo/protobuf/plugin/face/facetest.go          |     82 -
 .../gogo/protobuf/plugin/gostring/gostring.go      |    386 -
 .../gogo/protobuf/plugin/gostring/gostringtest.go  |     90 -
 .../gogo/protobuf/plugin/marshalto/marshalto.go    |   1205 -
 .../gogo/protobuf/plugin/oneofcheck/oneofcheck.go  |     93 -
 .../gogo/protobuf/plugin/populate/populate.go      |    795 -
 .../github.com/gogo/protobuf/plugin/size/size.go   |    674 -
 .../gogo/protobuf/plugin/size/sizetest.go          |    134 -
 .../gogo/protobuf/plugin/stringer/stringer.go      |    296 -
 .../gogo/protobuf/plugin/stringer/stringertest.go  |     83 -
 .../gogo/protobuf/plugin/testgen/testgen.go        |    608 -
 .../github.com/gogo/protobuf/plugin/union/union.go |    209 -
 .../gogo/protobuf/plugin/union/uniontest.go        |     86 -
 .../gogo/protobuf/plugin/unmarshal/unmarshal.go    |   1349 -
 vendor/github.com/gogo/protobuf/proto/Makefile     |     43 -
 vendor/github.com/gogo/protobuf/proto/clone.go     |    258 -
 .../github.com/gogo/protobuf/proto/custom_gogo.go  |     39 -
 vendor/github.com/gogo/protobuf/proto/decode.go    |    428 -
 vendor/github.com/gogo/protobuf/proto/discard.go   |    350 -
 vendor/github.com/gogo/protobuf/proto/duration.go  |    100 -
 .../gogo/protobuf/proto/duration_gogo.go           |     49 -
 vendor/github.com/gogo/protobuf/proto/encode.go    |    221 -
 .../github.com/gogo/protobuf/proto/encode_gogo.go  |     33 -
 vendor/github.com/gogo/protobuf/proto/equal.go     |    300 -
 .../github.com/gogo/protobuf/proto/extensions.go   |    604 -
 .../gogo/protobuf/proto/extensions_gogo.go         |    368 -
 vendor/github.com/gogo/protobuf/proto/lib.go       |    921 -
 vendor/github.com/gogo/protobuf/proto/lib_gogo.go  |     50 -
 .../github.com/gogo/protobuf/proto/message_set.go  |    314 -
 .../gogo/protobuf/proto/pointer_reflect.go         |    357 -
 .../gogo/protobuf/proto/pointer_reflect_gogo.go    |     59 -
 .../gogo/protobuf/proto/pointer_unsafe.go          |    308 -
 .../gogo/protobuf/proto/pointer_unsafe_gogo.go     |     56 -
 .../github.com/gogo/protobuf/proto/properties.go   |    600 -
 .../gogo/protobuf/proto/properties_gogo.go         |     36 -
 .../gogo/protobuf/proto/proto3_proto/Makefile      |      7 -
 .../gogo/protobuf/proto/proto3_proto/proto3.pb.go  |    461 -
 .../gogo/protobuf/proto/proto3_proto/proto3.proto  |     89 -
 vendor/github.com/gogo/protobuf/proto/skip_gogo.go |    119 -
 .../gogo/protobuf/proto/table_marshal.go           |   2799 -
 .../gogo/protobuf/proto/table_marshal_gogo.go      |    388 -
 .../github.com/gogo/protobuf/proto/table_merge.go  |    657 -
 .../gogo/protobuf/proto/table_unmarshal.go         |   2048 -
 .../gogo/protobuf/proto/table_unmarshal_gogo.go    |    385 -
 .../gogo/protobuf/proto/test_proto/Makefile        |     37 -
 .../protobuf/proto/test_proto/deterministic.go     |      5 -
 .../gogo/protobuf/proto/test_proto/test.pb.go      |   5159 -
 .../gogo/protobuf/proto/test_proto/test.proto      |    566 -
 vendor/github.com/gogo/protobuf/proto/text.go      |    928 -
 vendor/github.com/gogo/protobuf/proto/text_gogo.go |     57 -
 .../github.com/gogo/protobuf/proto/text_parser.go  |    998 -
 vendor/github.com/gogo/protobuf/proto/timestamp.go |    113 -
 .../gogo/protobuf/proto/timestamp_gogo.go          |     49 -
 vendor/github.com/gogo/protobuf/protobuf/Makefile  |     64 -
 .../protobuf/protobuf/google/protobuf/any.proto    |    154 -
 .../protobuf/protobuf/google/protobuf/api.proto    |    210 -
 .../protobuf/google/protobuf/compiler/plugin.proto |    167 -
 .../protobuf/google/protobuf/descriptor.proto      |    872 -
 .../protobuf/google/protobuf/duration.proto        |    117 -
 .../protobuf/protobuf/google/protobuf/empty.proto  |     52 -
 .../protobuf/google/protobuf/field_mask.proto      |    252 -
 .../protobuf/google/protobuf/source_context.proto  |     48 -
 .../protobuf/protobuf/google/protobuf/struct.proto |     96 -
 .../protobuf/google/protobuf/timestamp.proto       |    135 -
 .../protobuf/protobuf/google/protobuf/type.proto   |    187 -
 .../protobuf/google/protobuf/wrappers.proto        |    118 -
 .../gogo/protobuf/protoc-gen-combo/combo.go        |    182 -
 .../gogo/protobuf/protoc-gen-gofast/main.go        |     48 -
 .../gogo/protobuf/protoc-gen-gogo/Makefile         |     41 -
 .../protobuf/protoc-gen-gogo/descriptor/Makefile   |     36 -
 .../protoc-gen-gogo/descriptor/descriptor.go       |    118 -
 .../protoc-gen-gogo/descriptor/descriptor.pb.go    |   2806 -
 .../descriptor/descriptor_gostring.gen.go          |    744 -
 .../protobuf/protoc-gen-gogo/descriptor/helper.go  |    390 -
 .../gogo/protobuf/protoc-gen-gogo/doc.go           |     51 -
 .../protoc-gen-gogo/generator/generator.go         |   3530 -
 .../protobuf/protoc-gen-gogo/generator/helper.go   |    446 -
 .../generator/internal/remap/remap.go              |    117 -
 .../gogo/protobuf/protoc-gen-gogo/grpc/grpc.go     |    481 -
 .../gogo/protobuf/protoc-gen-gogo/main.go          |     57 -
 .../gogo/protobuf/protoc-gen-gogo/plugin/Makefile  |     37 -
 .../protobuf/protoc-gen-gogo/plugin/plugin.pb.go   |    363 -
 .../protobuf/protoc-gen-gogo/testdata/Makefile     |     35 -
 .../testdata/deprecated/deprecated.pb.go           |    230 -
 .../testdata/deprecated/deprecated.proto           |     69 -
 .../testdata/extension_base/extension_base.pb.go   |    138 -
 .../testdata/extension_base/extension_base.proto   |     48 -
 .../testdata/extension_extra/extension_extra.pb.go |     78 -
 .../testdata/extension_extra/extension_extra.proto |     40 -
 .../testdata/extension_user/extension_user.pb.go   |    401 -
 .../testdata/extension_user/extension_user.proto   |    102 -
 .../protoc-gen-gogo/testdata/grpc/grpc.pb.go       |    442 -
 .../protoc-gen-gogo/testdata/grpc/grpc.proto       |     61 -
 .../protoc-gen-gogo/testdata/import_public/a.pb.go |    110 -
 .../protoc-gen-gogo/testdata/import_public/a.proto |     45 -
 .../protoc-gen-gogo/testdata/import_public/b.pb.go |     87 -
 .../protoc-gen-gogo/testdata/import_public/b.proto |     43 -
 .../testdata/import_public/sub/a.pb.go             |    100 -
 .../testdata/import_public/sub/a.proto             |     47 -
 .../testdata/import_public/sub/b.pb.go             |     67 -
 .../testdata/import_public/sub/b.proto             |     39 -
 .../protoc-gen-gogo/testdata/imports/fmt/m.pb.go   |     66 -
 .../protoc-gen-gogo/testdata/imports/fmt/m.proto   |     35 -
 .../testdata/imports/test_a_1/m1.pb.go             |    130 -
 .../testdata/imports/test_a_1/m1.proto             |     44 -
 .../testdata/imports/test_a_1/m2.pb.go             |     66 -
 .../testdata/imports/test_a_1/m2.proto             |     35 -
 .../testdata/imports/test_a_2/m3.pb.go             |     66 -
 .../testdata/imports/test_a_2/m3.proto             |     35 -
 .../testdata/imports/test_a_2/m4.pb.go             |     66 -
 .../testdata/imports/test_a_2/m4.proto             |     35 -
 .../testdata/imports/test_b_1/m1.pb.go             |     67 -
 .../testdata/imports/test_b_1/m1.proto             |     35 -
 .../testdata/imports/test_b_1/m2.pb.go             |     67 -
 .../testdata/imports/test_b_1/m2.proto             |     35 -
 .../testdata/imports/test_import_a1m1.pb.go        |     80 -
 .../testdata/imports/test_import_a1m1.proto        |     42 -
 .../testdata/imports/test_import_a1m2.pb.go        |     80 -
 .../testdata/imports/test_import_a1m2.proto        |     42 -
 .../testdata/imports/test_import_all.pb.go         |    138 -
 .../testdata/imports/test_import_all.proto         |     58 -
 .../protoc-gen-gogo/testdata/multi/.gitignore      |      1 -
 .../protoc-gen-gogo/testdata/multi/multi1.proto    |     46 -
 .../protoc-gen-gogo/testdata/multi/multi2.proto    |     48 -
 .../protoc-gen-gogo/testdata/multi/multi3.proto    |     45 -
 .../protoc-gen-gogo/testdata/my_test/test.pb.go    |   1174 -
 .../protoc-gen-gogo/testdata/my_test/test.proto    |    158 -
 .../protoc-gen-gogo/testdata/proto3/proto3.pb.go   |    195 -
 .../protoc-gen-gogo/testdata/proto3/proto3.proto   |     55 -
 .../gogo/protobuf/protoc-gen-gogofast/main.go      |     47 -
 .../gogo/protobuf/protoc-gen-gogofaster/main.go    |     50 -
 .../gogo/protobuf/protoc-gen-gogoslick/main.go     |     59 -
 .../gogo/protobuf/protoc-gen-gogotypes/main.go     |     77 -
 .../gogo/protobuf/protoc-gen-gostring/main.go      |     42 -
 .../gogo/protobuf/protoc-min-version/minversion.go |     67 -
 .../github.com/gogo/protobuf/sortkeys/sortkeys.go  |    101 -
 vendor/github.com/gogo/protobuf/test/.gitignore    |      1 -
 vendor/github.com/gogo/protobuf/test/Makefile      |     39 -
 .../gogo/protobuf/test/asymetric-issue125/Makefile |     30 -
 .../protobuf/test/asymetric-issue125/asym.pb.go    |    635 -
 .../protobuf/test/asymetric-issue125/asym.proto    |     52 -
 .../gogo/protobuf/test/asymetric-issue125/pop.go   |     65 -
 .../gogo/protobuf/test/cachedsize/Makefile         |     30 -
 .../gogo/protobuf/test/cachedsize/cachedsize.pb.go |    276 -
 .../gogo/protobuf/test/cachedsize/cachedsize.proto |     48 -
 .../gogo/protobuf/test/casttype/Makefile           |     32 -
 .../gogo/protobuf/test/casttype/casttype.proto     |     80 -
 .../test/casttype/combos/both/casttype.pb.go       |   2593 -
 .../test/casttype/combos/both/casttype.proto       |     80 -
 .../test/casttype/combos/marshaler/casttype.pb.go  |   1649 -
 .../test/casttype/combos/marshaler/casttype.proto  |     80 -
 .../test/casttype/combos/neither/casttype.pb.go    |   1426 -
 .../test/casttype/combos/neither/casttype.proto    |     80 -
 .../casttype/combos/unmarshaler/casttype.pb.go     |   2371 -
 .../casttype/combos/unmarshaler/casttype.proto     |     80 -
 .../gogo/protobuf/test/casttype/mytypes.go         |     59 -
 .../gogo/protobuf/test/castvalue/Makefile          |     40 -
 .../gogo/protobuf/test/castvalue/castvalue.pb.go   |    893 -
 .../gogo/protobuf/test/castvalue/castvalue.proto   |     66 -
 .../test/castvalue/combos/both/castvalue.pb.go     |   1474 -
 .../test/castvalue/combos/both/castvalue.proto     |     66 -
 .../protobuf/test/castvalue/combos/both/mytypes.go |     31 -
 .../castvalue/combos/marshaler/castvalue.pb.go     |   1022 -
 .../castvalue/combos/marshaler/castvalue.proto     |     66 -
 .../test/castvalue/combos/marshaler/mytypes.go     |     31 -
 .../castvalue/combos/unmarshaler/castvalue.pb.go   |   1348 -
 .../castvalue/combos/unmarshaler/castvalue.proto   |     66 -
 .../test/castvalue/combos/unmarshaler/mytypes.go   |     31 -
 .../gogo/protobuf/test/castvalue/mytypes.go        |     31 -
 .../github.com/gogo/protobuf/test/combos/both/t.go |     77 -
 .../gogo/protobuf/test/combos/both/thetest.pb.go   |  45221 -----
 .../gogo/protobuf/test/combos/both/thetest.proto   |    649 -
 .../gogo/protobuf/test/combos/both/uuid.go         |    137 -
 .../gogo/protobuf/test/combos/marshaler/t.go       |     77 -
 .../protobuf/test/combos/marshaler/thetest.pb.go   |  31475 ----
 .../protobuf/test/combos/marshaler/thetest.proto   |    649 -
 .../gogo/protobuf/test/combos/marshaler/uuid.go    |    137 -
 .../gogo/protobuf/test/combos/unmarshaler/t.go     |     73 -
 .../protobuf/test/combos/unmarshaler/thetest.pb.go |  40625 -----
 .../protobuf/test/combos/unmarshaler/thetest.proto |    649 -
 .../gogo/protobuf/test/combos/unmarshaler/uuid.go  |    137 -
 .../protobuf/test/custom-dash-type/customdash.go   |    104 -
 .../github.com/gogo/protobuf/test/custom/custom.go |    154 -
 .../protobuf/test/custombytesnonstruct/Makefile    |     30 -
 .../test/custombytesnonstruct/customtype.go        |     36 -
 .../protobuf/test/custombytesnonstruct/proto.pb.go |    293 -
 .../protobuf/test/custombytesnonstruct/proto.proto |     39 -
 .../protobuf/test/dashfilename/dash-filename.proto |     38 -
 .../gogo/protobuf/test/dashfilename/doc.go         |      1 -
 vendor/github.com/gogo/protobuf/test/data/Makefile |     33 -
 .../github.com/gogo/protobuf/test/data/data.pb.go  |    508 -
 .../github.com/gogo/protobuf/test/data/data.proto  |     49 -
 .../gogo/protobuf/test/defaultconflict/df.proto    |     40 -
 .../gogo/protobuf/test/defaultconflict/dg.proto    |     39 -
 .../gogo/protobuf/test/defaultconflict/doc.go      |      1 -
 .../gogo/protobuf/test/defaultconflict/nc.proto    |     37 -
 .../gogo/protobuf/test/defaultconflict/ne.proto    |     42 -
 .../gogo/protobuf/test/defaultconflict/nx.proto    |     41 -
 .../gogo/protobuf/test/deterministic/Makefile      |     32 -
 .../test/deterministic/deterministic.pb.go         |   1310 -
 .../test/deterministic/deterministic.proto         |     81 -
 .../gogo/protobuf/test/embedconflict/.gitignore    |      1 -
 .../gogo/protobuf/test/embedconflict/doc.go        |      1 -
 .../gogo/protobuf/test/embedconflict/eb.proto      |     38 -
 .../gogo/protobuf/test/embedconflict/ec.proto      |     40 -
 .../gogo/protobuf/test/embedconflict/ee.proto      |     41 -
 .../gogo/protobuf/test/embedconflict/em.proto      |     42 -
 .../gogo/protobuf/test/embedconflict/en.proto      |     40 -
 .../gogo/protobuf/test/embedconflict/er.proto      |     41 -
 .../gogo/protobuf/test/empty-issue70/Makefile      |     30 -
 .../gogo/protobuf/test/empty-issue70/empty.pb.go   |    223 -
 .../gogo/protobuf/test/empty-issue70/empty.proto   |     39 -
 .../gogo/protobuf/test/enumcustomname/Makefile     |     30 -
 .../test/enumcustomname/enumcustomname.pb.go       |    330 -
 .../test/enumcustomname/enumcustomname.proto       |     75 -
 .../gogo/protobuf/test/enumdecl/Makefile           |      3 -
 .../gogo/protobuf/test/enumdecl/enumdecl.pb.go     |    486 -
 .../gogo/protobuf/test/enumdecl/enumdecl.proto     |     27 -
 .../gogo/protobuf/test/enumdecl/models.go          |      8 -
 .../gogo/protobuf/test/enumdecl_all/Makefile       |      3 -
 .../protobuf/test/enumdecl_all/enumdeclall.pb.go   |    556 -
 .../protobuf/test/enumdecl_all/enumdeclall.proto   |     35 -
 .../gogo/protobuf/test/enumdecl_all/models.go      |      8 -
 .../gogo/protobuf/test/enumprefix/Makefile         |     30 -
 .../gogo/protobuf/test/enumprefix/enumprefix.pb.go |     79 -
 .../gogo/protobuf/test/enumprefix/enumprefix.proto |     37 -
 .../gogo/protobuf/test/enumstringer/Makefile       |     30 -
 .../protobuf/test/enumstringer/enumstringer.pb.go  |    635 -
 .../protobuf/test/enumstringer/enumstringer.proto  |     62 -
 .../gogo/protobuf/test/enumstringer/string.go      |     41 -
 .../github.com/gogo/protobuf/test/example/Makefile |     30 -
 .../gogo/protobuf/test/example/example.pb.go       |   2674 -
 .../gogo/protobuf/test/example/example.proto       |     83 -
 .../gogo/protobuf/test/filedotname/Makefile        |     31 -
 .../gogo/protobuf/test/filedotname/file.dot.pb.go  |    589 -
 .../gogo/protobuf/test/filedotname/file.dot.proto  |     62 -
 .../gogo/protobuf/test/fuzztests/Makefile          |     31 -
 .../gogo/protobuf/test/fuzztests/fuzz.pb.go        |   2855 -
 .../gogo/protobuf/test/fuzztests/fuzz.proto        |     86 -
 .../github.com/gogo/protobuf/test/group/Makefile   |     30 -
 .../gogo/protobuf/test/group/group.pb.go           |   1029 -
 .../gogo/protobuf/test/group/group.proto           |     65 -
 .../protobuf/test/importcustom-issue389/Makefile   |      4 -
 .../test/importcustom-issue389/imported/Makefile   |      4 -
 .../test/importcustom-issue389/imported/a.pb.go    |    443 -
 .../test/importcustom-issue389/imported/a.proto    |     15 -
 .../test/importcustom-issue389/imported/b.go       |     55 -
 .../test/importcustom-issue389/importing/Makefile  |      4 -
 .../test/importcustom-issue389/importing/c.pb.go   |    457 -
 .../test/importcustom-issue389/importing/c.proto   |     16 -
 .../gogo/protobuf/test/importdedup/Makefile        |     31 -
 .../gogo/protobuf/test/importdedup/proto.pb.go     |     83 -
 .../gogo/protobuf/test/importdedup/proto.proto     |     40 -
 .../protobuf/test/importdedup/subpkg/customtype.go |     31 -
 .../test/importdedup/subpkg/subproto.pb.go         |     66 -
 .../test/importdedup/subpkg/subproto.proto         |     36 -
 .../gogo/protobuf/test/importduplicate/Makefile    |     40 -
 .../test/importduplicate/importduplicate.pb.go     |    283 -
 .../test/importduplicate/importduplicate.proto     |     45 -
 .../test/importduplicate/proto/proto.pb.go         |    196 -
 .../test/importduplicate/proto/proto.proto         |     41 -
 .../test/importduplicate/sortkeys/sortable.pb.go   |    197 -
 .../test/importduplicate/sortkeys/sortable.proto   |     41 -
 .../protobuf/test/indeximport-issue72/Makefile     |     31 -
 .../test/indeximport-issue72/index/index.pb.go     |    515 -
 .../test/indeximport-issue72/index/index.proto     |     45 -
 .../test/indeximport-issue72/indeximport.pb.go     |    468 -
 .../test/indeximport-issue72/indeximport.proto     |     46 -
 .../gogo/protobuf/test/int64support/Makefile       |     30 -
 .../gogo/protobuf/test/int64support/object.pb.go   |    510 -
 .../gogo/protobuf/test/int64support/object.proto   |     24 -
 .../gogo/protobuf/test/int64support/object_js.go   |     63 -
 .../gogo/protobuf/test/issue260/Makefile           |      3 -
 .../gogo/protobuf/test/issue260/README.md          |     11 -
 .../gogo/protobuf/test/issue260/issue260.pb.go     |   1067 -
 .../gogo/protobuf/test/issue260/issue260.proto     |     37 -
 .../gogo/protobuf/test/issue260/models.go          |     40 -
 .../gogo/protobuf/test/issue261/Makefile           |      7 -
 .../gogo/protobuf/test/issue261/issue261.pb.go     |    543 -
 .../gogo/protobuf/test/issue261/issue261.proto     |     11 -
 .../gogo/protobuf/test/issue262/Makefile           |      5 -
 .../gogo/protobuf/test/issue262/timefail.pb.go     |    410 -
 .../gogo/protobuf/test/issue262/timefail.proto     |     10 -
 .../gogo/protobuf/test/issue270/a/a1.proto         |     12 -
 .../gogo/protobuf/test/issue270/a/a2.proto         |     12 -
 .../gogo/protobuf/test/issue270/b/b.proto          |      6 -
 .../github.com/gogo/protobuf/test/issue270/doc.go  |      1 -
 .../gogo/protobuf/test/issue312/Makefile           |      4 -
 .../gogo/protobuf/test/issue312/events/Makefile    |      4 -
 .../protobuf/test/issue312/events/events.pb.go     |    225 -
 .../protobuf/test/issue312/events/events.proto     |     17 -
 .../gogo/protobuf/test/issue312/issue312.pb.go     |     79 -
 .../gogo/protobuf/test/issue312/issue312.proto     |     17 -
 .../gogo/protobuf/test/issue322/Makefile           |      3 -
 .../gogo/protobuf/test/issue322/issue322.pb.go     |    601 -
 .../gogo/protobuf/test/issue322/issue322.proto     |     15 -
 .../gogo/protobuf/test/issue330/Makefile           |      3 -
 .../gogo/protobuf/test/issue330/issue330.pb.go     |    433 -
 .../gogo/protobuf/test/issue330/issue330.proto     |     17 -
 .../github.com/gogo/protobuf/test/issue330/type.go |     17 -
 .../github.com/gogo/protobuf/test/issue34/Makefile |     30 -
 .../gogo/protobuf/test/issue34/proto.pb.go         |    383 -
 .../gogo/protobuf/test/issue34/proto.proto         |     43 -
 .../gogo/protobuf/test/issue427/.gitignore         |      2 -
 .../gogo/protobuf/test/issue427/Makefile           |      7 -
 .../gogo/protobuf/test/issue427/README.md          |     11 -
 .../gogo/protobuf/test/issue427/issue427.proto     |     18 -
 .../gogo/protobuf/test/issue42order/Makefile       |     30 -
 .../gogo/protobuf/test/issue42order/issue42.pb.go  |    648 -
 .../gogo/protobuf/test/issue42order/issue42.proto  |     48 -
 .../github.com/gogo/protobuf/test/issue8/Makefile  |     30 -
 .../gogo/protobuf/test/issue8/proto.pb.go          |    375 -
 .../gogo/protobuf/test/issue8/proto.proto          |     42 -
 .../gogo/protobuf/test/jsonpb-gogo/jsonpb_gogo.go  |      1 -
 .../gogo/protobuf/test/mapdefaults/Makefile        |     35 -
 .../test/mapdefaults/combos/both/map.pb.go         |   1575 -
 .../test/mapdefaults/combos/both/map.proto         |     70 -
 .../test/mapdefaults/combos/marshaler/map.pb.go    |   1080 -
 .../test/mapdefaults/combos/marshaler/map.proto    |     70 -
 .../test/mapdefaults/combos/neither/map.pb.go      |    934 -
 .../test/mapdefaults/combos/neither/map.proto      |     70 -
 .../test/mapdefaults/combos/unmarshaler/map.pb.go  |   1429 -
 .../test/mapdefaults/combos/unmarshaler/map.proto  |     70 -
 .../gogo/protobuf/test/mapdefaults/map.pb.go       |    414 -
 .../gogo/protobuf/test/mapdefaults/map.proto       |     70 -
 .../gogo/protobuf/test/mapdefaults/map_test.go.in  |    137 -
 .../protobuf/test/mapdefaults/unknown_test.go.in   |     79 -
 .../gogo/protobuf/test/mapsproto2/Makefile         |     35 -
 .../test/mapsproto2/combos/both/mapsproto2.pb.go   |   8776 -
 .../test/mapsproto2/combos/both/mapsproto2.proto   |    124 -
 .../mapsproto2/combos/marshaler/mapsproto2.pb.go   |   4636 -
 .../mapsproto2/combos/marshaler/mapsproto2.proto   |    124 -
 .../mapsproto2/combos/neither/mapsproto2.pb.go     |   3704 -
 .../mapsproto2/combos/neither/mapsproto2.proto     |    124 -
 .../mapsproto2/combos/unmarshaler/mapsproto2.pb.go |   7845 -
 .../mapsproto2/combos/unmarshaler/mapsproto2.proto |    124 -
 .../gogo/protobuf/test/mapsproto2/doc.go           |      1 -
 .../gogo/protobuf/test/mapsproto2/header.proto     |     76 -
 .../gogo/protobuf/test/mapsproto2/mapsproto2.proto |    124 -
 .../protobuf/test/mapsproto2/mapsproto2_test.go.in |    104 -
 .../github.com/gogo/protobuf/test/merge/Makefile   |      5 -
 .../gogo/protobuf/test/merge/merge.pb.go           |    115 -
 .../gogo/protobuf/test/merge/merge.proto           |     12 -
 .../gogo/protobuf/test/mixbench/.gitignore         |      1 -
 .../gogo/protobuf/test/mixbench/marshal.txt        |     73 -
 .../gogo/protobuf/test/mixbench/marshaler.txt      |     73 -
 .../gogo/protobuf/test/mixbench/mixbench.go        |     58 -
 .../gogo/protobuf/test/mixbench/oldmarshaler.txt   |     73 -
 .../gogo/protobuf/test/mixbench/oldunmarshaler.txt |     73 -
 .../gogo/protobuf/test/mixbench/unmarshal.txt      |     73 -
 .../gogo/protobuf/test/mixbench/unmarshaler.txt    |     73 -
 .../protobuf/test/mixbench/unsafe_marshaler.txt    |     73 -
 .../protobuf/test/mixbench/unsafe_unmarshaler.txt  |     73 -
 .../gogo/protobuf/test/moredefaults/Makefile       |     30 -
 .../gogo/protobuf/test/moredefaults/md.pb.go       |    363 -
 .../gogo/protobuf/test/moredefaults/md.proto       |     53 -
 .../gogo/protobuf/test/nopackage/Makefile          |     30 -
 .../gogo/protobuf/test/nopackage/nopackage.pb.go   |    422 -
 .../gogo/protobuf/test/nopackage/nopackage.proto   |     33 -
 .../github.com/gogo/protobuf/test/oneof/Makefile   |     32 -
 .../gogo/protobuf/test/oneof/combos/both/one.pb.go |   5551 -
 .../gogo/protobuf/test/oneof/combos/both/one.proto |    103 -
 .../protobuf/test/oneof/combos/marshaler/one.pb.go |   4676 -
 .../protobuf/test/oneof/combos/marshaler/one.proto |    103 -
 .../protobuf/test/oneof/combos/neither/one.pb.go   |   4268 -
 .../protobuf/test/oneof/combos/neither/one.proto   |    103 -
 .../test/oneof/combos/unmarshaler/one.pb.go        |   5144 -
 .../test/oneof/combos/unmarshaler/one.proto        |    103 -
 vendor/github.com/gogo/protobuf/test/oneof/doc.go  |      1 -
 .../github.com/gogo/protobuf/test/oneof/one.proto  |    103 -
 .../github.com/gogo/protobuf/test/oneof3/Makefile  |     32 -
 .../protobuf/test/oneof3/combos/both/one.pb.go     |   3364 -
 .../protobuf/test/oneof3/combos/both/one.proto     |     82 -
 .../test/oneof3/combos/marshaler/one.pb.go         |   2827 -
 .../test/oneof3/combos/marshaler/one.proto         |     82 -
 .../protobuf/test/oneof3/combos/neither/one.pb.go  |   2607 -
 .../protobuf/test/oneof3/combos/neither/one.proto  |     82 -
 .../test/oneof3/combos/unmarshaler/one.pb.go       |   3144 -
 .../test/oneof3/combos/unmarshaler/one.proto       |     82 -
 vendor/github.com/gogo/protobuf/test/oneof3/doc.go |      1 -
 .../github.com/gogo/protobuf/test/oneof3/one.proto |     82 -
 .../gogo/protobuf/test/oneofembed/Makefile         |     31 -
 .../gogo/protobuf/test/oneofembed/oneofembed.pb.go |    434 -
 .../gogo/protobuf/test/oneofembed/oneofembed.proto |     46 -
 .../github.com/gogo/protobuf/test/packed/Makefile  |     30 -
 vendor/github.com/gogo/protobuf/test/packed/doc.go |      1 -
 .../gogo/protobuf/test/packed/packed.pb.go         |   4293 -
 .../gogo/protobuf/test/packed/packed.proto         |    103 -
 .../gogo/protobuf/test/proto3extension/Makefile    |     32 -
 .../protobuf/test/proto3extension/proto3ext.pb.go  |     58 -
 .../protobuf/test/proto3extension/proto3ext.proto  |     11 -
 .../gogo/protobuf/test/protosize/Makefile          |     30 -
 .../gogo/protobuf/test/protosize/protosize.pb.go   |    616 -
 .../gogo/protobuf/test/protosize/protosize.proto   |     46 -
 .../gogo/protobuf/test/registration/.gitignore     |      2 -
 .../gogo/protobuf/test/registration/Makefile       |     33 -
 .../protobuf/test/registration/registration.proto  |     45 -
 .../test/registration/registration_test.go.in      |     85 -
 .../gogo/protobuf/test/required/Makefile           |     30 -
 .../protobuf/test/required/requiredexample.pb.go   |   2257 -
 .../protobuf/test/required/requiredexample.proto   |     83 -
 .../gogo/protobuf/test/sizerconflict/doc.go        |      1 -
 .../test/sizerconflict/sizerconflict.proto         |     43 -
 .../gogo/protobuf/test/sizeunderscore/Makefile     |     30 -
 .../test/sizeunderscore/sizeunderscore.pb.go       |    565 -
 .../test/sizeunderscore/sizeunderscore.proto       |     45 -
 .../gogo/protobuf/test/stdtypes/Makefile           |     39 -
 .../gogo/protobuf/test/stdtypes/stdtypes.pb.go     |   1444 -
 .../gogo/protobuf/test/stdtypes/stdtypes.proto     |     78 -
 vendor/github.com/gogo/protobuf/test/t.go          |     73 -
 vendor/github.com/gogo/protobuf/test/tags/Makefile |     30 -
 vendor/github.com/gogo/protobuf/test/tags/doc.go   |      1 -
 .../github.com/gogo/protobuf/test/tags/tags.pb.go  |    220 -
 .../github.com/gogo/protobuf/test/tags/tags.proto  |     44 -
 .../gogo/protobuf/test/theproto3/Makefile          |     36 -
 .../test/theproto3/combos/both/theproto3.pb.go     |  11572 --
 .../test/theproto3/combos/both/theproto3.proto     |    168 -
 .../theproto3/combos/marshaler/theproto3.pb.go     |   6526 -
 .../theproto3/combos/marshaler/theproto3.proto     |    168 -
 .../test/theproto3/combos/neither/theproto3.pb.go  |   5267 -
 .../test/theproto3/combos/neither/theproto3.proto  |    168 -
 .../theproto3/combos/unmarshaler/theproto3.pb.go   |  10313 --
 .../theproto3/combos/unmarshaler/theproto3.proto   |    168 -
 .../github.com/gogo/protobuf/test/theproto3/doc.go |      1 -
 .../gogo/protobuf/test/theproto3/footer.proto      |     25 -
 .../gogo/protobuf/test/theproto3/header.proto      |     95 -
 .../gogo/protobuf/test/theproto3/maps.proto        |     48 -
 .../gogo/protobuf/test/theproto3/proto3_test.go.in |    159 -
 .../gogo/protobuf/test/theproto3/theproto3.proto   |    168 -
 vendor/github.com/gogo/protobuf/test/thetest.pb.go |  26872 ---
 vendor/github.com/gogo/protobuf/test/thetest.proto |    649 -
 .../gogo/protobuf/test/typedecl/Makefile           |      3 -
 .../gogo/protobuf/test/typedecl/models.go          |     41 -
 .../gogo/protobuf/test/typedecl/typedecl.pb.go     |   1009 -
 .../gogo/protobuf/test/typedecl/typedecl.proto     |     35 -
 .../gogo/protobuf/test/typedecl_all/Makefile       |      3 -
 .../gogo/protobuf/test/typedecl_all/models.go      |     41 -
 .../protobuf/test/typedecl_all/typedeclall.pb.go   |   1009 -
 .../protobuf/test/typedecl_all/typedeclall.proto   |     35 -
 .../gogo/protobuf/test/typedeclimport/Makefile     |      4 -
 .../gogo/protobuf/test/typedeclimport/models.go    |      7 -
 .../test/typedeclimport/subpkg/subpkg.pb.go        |    383 -
 .../test/typedeclimport/subpkg/subpkg.proto        |     15 -
 .../test/typedeclimport/typedeclimport.pb.go       |    384 -
 .../test/typedeclimport/typedeclimport.proto       |     18 -
 .../github.com/gogo/protobuf/test/types/Makefile   |     39 -
 .../protobuf/test/types/combos/both/types.pb.go    |   6222 -
 .../protobuf/test/types/combos/both/types.proto    |    131 -
 .../test/types/combos/marshaler/types.pb.go        |   3774 -
 .../test/types/combos/marshaler/types.proto        |    131 -
 .../protobuf/test/types/combos/neither/types.pb.go |   2937 -
 .../protobuf/test/types/combos/neither/types.proto |    131 -
 .../test/types/combos/unmarshaler/types.pb.go      |   5387 -
 .../test/types/combos/unmarshaler/types.proto      |    131 -
 .../gogo/protobuf/test/types/types.proto           |    131 -
 .../gogo/protobuf/test/types/types_test.go.in      |    243 -
 .../gogo/protobuf/test/unmarshalmerge/Makefile     |     30 -
 .../test/unmarshalmerge/unmarshalmerge.pb.go       |   1596 -
 .../test/unmarshalmerge/unmarshalmerge.proto       |     75 -
 .../gogo/protobuf/test/unrecognized/Makefile       |     30 -
 .../protobuf/test/unrecognized/unrecognized.pb.go  |   4343 -
 .../protobuf/test/unrecognized/unrecognized.proto  |    131 -
 .../gogo/protobuf/test/unrecognizedgroup/Makefile  |     30 -
 .../test/unrecognizedgroup/unrecognizedgroup.pb.go |   1813 -
 .../test/unrecognizedgroup/unrecognizedgroup.proto |     77 -
 vendor/github.com/gogo/protobuf/test/uuid.go       |    137 -
 vendor/github.com/gogo/protobuf/types/any.go       |    140 -
 vendor/github.com/gogo/protobuf/types/any.pb.go    |    700 -
 vendor/github.com/gogo/protobuf/types/api.pb.go    |   2058 -
 vendor/github.com/gogo/protobuf/types/doc.go       |     35 -
 vendor/github.com/gogo/protobuf/types/duration.go  |    100 -
 .../github.com/gogo/protobuf/types/duration.pb.go  |    534 -
 .../gogo/protobuf/types/duration_gogo.go           |    100 -
 vendor/github.com/gogo/protobuf/types/empty.pb.go  |    478 -
 .../gogo/protobuf/types/field_mask.pb.go           |    766 -
 .../gogo/protobuf/types/source_context.pb.go       |    535 -
 vendor/github.com/gogo/protobuf/types/struct.pb.go |   1959 -
 vendor/github.com/gogo/protobuf/types/timestamp.go |    132 -
 .../github.com/gogo/protobuf/types/timestamp.pb.go |    552 -
 .../gogo/protobuf/types/timestamp_gogo.go          |     94 -
 vendor/github.com/gogo/protobuf/types/type.pb.go   |   3228 -
 .../github.com/gogo/protobuf/types/wrappers.pb.go  |   2642 -
 .../gogo/protobuf/vanity/command/command.go        |    161 -
 vendor/github.com/gogo/protobuf/vanity/enum.go     |     78 -
 vendor/github.com/gogo/protobuf/vanity/field.go    |     90 -
 vendor/github.com/gogo/protobuf/vanity/file.go     |    189 -
 vendor/github.com/gogo/protobuf/vanity/foreach.go  |    125 -
 vendor/github.com/gogo/protobuf/vanity/msg.go      |    146 -
 .../github.com/gogo/protobuf/vanity/test/Makefile  |     46 -
 vendor/github.com/gogo/protobuf/vanity/test/doc.go |      1 -
 .../protobuf/vanity/test/fast/gogovanity.pb.go     |    410 -
 .../gogo/protobuf/vanity/test/fast/proto3.pb.go    |    330 -
 .../gogo/protobuf/vanity/test/fast/vanity.pb.go    |    377 -
 .../protobuf/vanity/test/faster/gogovanity.pb.go   |    398 -
 .../gogo/protobuf/vanity/test/faster/proto3.pb.go  |    322 -
 .../gogo/protobuf/vanity/test/faster/vanity.pb.go  |    356 -
 .../gogo/protobuf/vanity/test/gofast/.gitignore    |      1 -
 .../gogo/protobuf/vanity/test/gogovanity.proto     |     39 -
 .../gogo/protobuf/vanity/test/proto3.proto         |     35 -
 .../protobuf/vanity/test/slick/gogovanity.pb.go    |    487 -
 .../gogo/protobuf/vanity/test/slick/proto3.pb.go   |    386 -
 .../gogo/protobuf/vanity/test/slick/vanity.pb.go   |    425 -
 .../gogo/protobuf/vanity/test/vanity.proto         |     36 -
 vendor/github.com/gogo/protobuf/version/version.go |     78 -
 vendor/github.com/golang/glog/LICENSE              |    191 -
 vendor/github.com/golang/glog/README               |     44 -
 vendor/github.com/golang/glog/glog.go              |   1180 -
 vendor/github.com/golang/glog/glog_file.go         |    124 -
 vendor/github.com/golang/groupcache/.gitignore     |      1 -
 vendor/github.com/golang/groupcache/.travis.yml    |     19 -
 vendor/github.com/golang/groupcache/LICENSE        |    191 -
 vendor/github.com/golang/groupcache/README.md      |     73 -
 vendor/github.com/golang/groupcache/byteview.go    |    175 -
 .../groupcache/consistenthash/consistenthash.go    |     81 -
 vendor/github.com/golang/groupcache/groupcache.go  |    491 -
 .../groupcache/groupcachepb/groupcache.pb.go       |     65 -
 .../groupcache/groupcachepb/groupcache.proto       |     34 -
 vendor/github.com/golang/groupcache/http.go        |    227 -
 vendor/github.com/golang/groupcache/lru/lru.go     |    133 -
 vendor/github.com/golang/groupcache/peers.go       |     85 -
 .../golang/groupcache/singleflight/singleflight.go |     64 -
 vendor/github.com/golang/groupcache/sinks.go       |    322 -
 .../github.com/golang/groupcache/testpb/test.pb.go |    235 -
 .../github.com/golang/groupcache/testpb/test.proto |     63 -
 .../protobuf/.github/ISSUE_TEMPLATE/bug_report.md  |     20 -
 .../.github/ISSUE_TEMPLATE/feature_request.md      |     17 -
 .../protobuf/.github/ISSUE_TEMPLATE/question.md    |      7 -
 vendor/github.com/golang/protobuf/.gitignore       |     17 -
 vendor/github.com/golang/protobuf/.travis.yml      |     31 -
 vendor/github.com/golang/protobuf/AUTHORS          |      3 -
 vendor/github.com/golang/protobuf/CONTRIBUTORS     |      3 -
 vendor/github.com/golang/protobuf/LICENSE          |     28 -
 vendor/github.com/golang/protobuf/Makefile         |     50 -
 vendor/github.com/golang/protobuf/README.md        |    281 -
 .../golang/protobuf/conformance/Makefile           |     49 -
 .../golang/protobuf/conformance/conformance.go     |    154 -
 .../golang/protobuf/conformance/conformance.sh     |      4 -
 .../protobuf/conformance/failure_list_go.txt       |     61 -
 .../internal/conformance_proto/conformance.pb.go   |   1834 -
 .../internal/conformance_proto/conformance.proto   |    273 -
 .../github.com/golang/protobuf/conformance/test.sh |     26 -
 .../golang/protobuf/descriptor/descriptor.go       |     93 -
 vendor/github.com/golang/protobuf/jsonpb/jsonpb.go |   1271 -
 .../jsonpb_test_proto/more_test_objects.pb.go      |    368 -
 .../jsonpb_test_proto/more_test_objects.proto      |     69 -
 .../jsonpb/jsonpb_test_proto/test_objects.pb.go    |   1357 -
 .../jsonpb/jsonpb_test_proto/test_objects.proto    |    179 -
 vendor/github.com/golang/protobuf/proto/clone.go   |    253 -
 vendor/github.com/golang/protobuf/proto/decode.go  |    428 -
 vendor/github.com/golang/protobuf/proto/discard.go |    350 -
 vendor/github.com/golang/protobuf/proto/encode.go  |    203 -
 vendor/github.com/golang/protobuf/proto/equal.go   |    300 -
 .../github.com/golang/protobuf/proto/extensions.go |    543 -
 vendor/github.com/golang/protobuf/proto/lib.go     |    979 -
 .../golang/protobuf/proto/message_set.go           |    314 -
 .../golang/protobuf/proto/pointer_reflect.go       |    357 -
 .../golang/protobuf/proto/pointer_unsafe.go        |    308 -
 .../github.com/golang/protobuf/proto/properties.go |    544 -
 .../protobuf/proto/proto3_proto/proto3.pb.go       |    611 -
 .../protobuf/proto/proto3_proto/proto3.proto       |     97 -
 .../golang/protobuf/proto/table_marshal.go         |   2767 -
 .../golang/protobuf/proto/table_merge.go           |    654 -
 .../golang/protobuf/proto/table_unmarshal.go       |   2051 -
 .../golang/protobuf/proto/test_proto/test.pb.go    |   5314 -
 .../golang/protobuf/proto/test_proto/test.proto    |    570 -
 vendor/github.com/golang/protobuf/proto/text.go    |    843 -
 .../golang/protobuf/proto/text_parser.go           |    880 -
 .../protoc-gen-go/descriptor/descriptor.pb.go      |   2812 -
 .../protoc-gen-go/descriptor/descriptor.proto      |    872 -
 .../golang/protobuf/protoc-gen-go/doc.go           |     51 -
 .../protobuf/protoc-gen-go/generator/generator.go  |   3086 -
 .../generator/internal/remap/remap.go              |    117 -
 .../golang/protobuf/protoc-gen-go/grpc/grpc.go     |    484 -
 .../golang/protobuf/protoc-gen-go/link_grpc.go     |     34 -
 .../golang/protobuf/protoc-gen-go/main.go          |     98 -
 .../protobuf/protoc-gen-go/plugin/plugin.pb.go     |    369 -
 .../protobuf/protoc-gen-go/plugin/plugin.pb.golden |     83 -
 .../protobuf/protoc-gen-go/plugin/plugin.proto     |    167 -
 .../testdata/deprecated/deprecated.pb.go           |    234 -
 .../testdata/deprecated/deprecated.proto           |     69 -
 .../testdata/extension_base/extension_base.pb.go   |    139 -
 .../testdata/extension_base/extension_base.proto   |     48 -
 .../testdata/extension_extra/extension_extra.pb.go |     78 -
 .../testdata/extension_extra/extension_extra.proto |     40 -
 .../testdata/extension_user/extension_user.pb.go   |    401 -
 .../testdata/extension_user/extension_user.proto   |    102 -
 .../protoc-gen-go/testdata/grpc/grpc.pb.go         |    444 -
 .../protoc-gen-go/testdata/grpc/grpc.proto         |     61 -
 .../protoc-gen-go/testdata/import_public/a.pb.go   |    110 -
 .../protoc-gen-go/testdata/import_public/a.proto   |     45 -
 .../protoc-gen-go/testdata/import_public/b.pb.go   |     87 -
 .../protoc-gen-go/testdata/import_public/b.proto   |     43 -
 .../testdata/import_public/sub/a.pb.go             |    100 -
 .../testdata/import_public/sub/a.proto             |     47 -
 .../testdata/import_public/sub/b.pb.go             |     67 -
 .../testdata/import_public/sub/b.proto             |     39 -
 .../protoc-gen-go/testdata/imports/fmt/m.pb.go     |     66 -
 .../protoc-gen-go/testdata/imports/fmt/m.proto     |     35 -
 .../testdata/imports/test_a_1/m1.pb.go             |    130 -
 .../testdata/imports/test_a_1/m1.proto             |     44 -
 .../testdata/imports/test_a_1/m2.pb.go             |     67 -
 .../testdata/imports/test_a_1/m2.proto             |     35 -
 .../testdata/imports/test_a_2/m3.pb.go             |     67 -
 .../testdata/imports/test_a_2/m3.proto             |     35 -
 .../testdata/imports/test_a_2/m4.pb.go             |     67 -
 .../testdata/imports/test_a_2/m4.proto             |     35 -
 .../testdata/imports/test_b_1/m1.pb.go             |     67 -
 .../testdata/imports/test_b_1/m1.proto             |     35 -
 .../testdata/imports/test_b_1/m2.pb.go             |     67 -
 .../testdata/imports/test_b_1/m2.proto             |     35 -
 .../testdata/imports/test_import_a1m1.pb.go        |     80 -
 .../testdata/imports/test_import_a1m1.proto        |     42 -
 .../testdata/imports/test_import_a1m2.pb.go        |     80 -
 .../testdata/imports/test_import_a1m2.proto        |     42 -
 .../testdata/imports/test_import_all.pb.go         |    138 -
 .../testdata/imports/test_import_all.proto         |     58 -
 .../protoc-gen-go/testdata/multi/multi1.pb.go      |     96 -
 .../protoc-gen-go/testdata/multi/multi1.proto      |     46 -
 .../protoc-gen-go/testdata/multi/multi2.pb.go      |    128 -
 .../protoc-gen-go/testdata/multi/multi2.proto      |     48 -
 .../protoc-gen-go/testdata/multi/multi3.pb.go      |    115 -
 .../protoc-gen-go/testdata/multi/multi3.proto      |     45 -
 .../protoc-gen-go/testdata/my_test/test.pb.go      |   1192 -
 .../protoc-gen-go/testdata/my_test/test.proto      |    158 -
 .../protoc-gen-go/testdata/proto3/proto3.pb.go     |    196 -
 .../protoc-gen-go/testdata/proto3/proto3.proto     |     55 -
 vendor/github.com/golang/protobuf/ptypes/any.go    |    141 -
 .../golang/protobuf/ptypes/any/any.pb.go           |    191 -
 .../golang/protobuf/ptypes/any/any.proto           |    149 -
 vendor/github.com/golang/protobuf/ptypes/doc.go    |     35 -
 .../github.com/golang/protobuf/ptypes/duration.go  |    102 -
 .../golang/protobuf/ptypes/duration/duration.pb.go |    159 -
 .../golang/protobuf/ptypes/duration/duration.proto |    117 -
 .../golang/protobuf/ptypes/empty/empty.pb.go       |     79 -
 .../golang/protobuf/ptypes/empty/empty.proto       |     52 -
 .../golang/protobuf/ptypes/struct/struct.pb.go     |    450 -
 .../golang/protobuf/ptypes/struct/struct.proto     |     96 -
 .../github.com/golang/protobuf/ptypes/timestamp.go |    134 -
 .../protobuf/ptypes/timestamp/timestamp.pb.go      |    175 -
 .../protobuf/ptypes/timestamp/timestamp.proto      |    133 -
 .../golang/protobuf/ptypes/wrappers/wrappers.pb.go |    443 -
 .../golang/protobuf/ptypes/wrappers/wrappers.proto |    118 -
 vendor/github.com/golang/protobuf/regenerate.sh    |     53 -
 vendor/github.com/google/btree/.travis.yml         |      1 -
 vendor/github.com/google/btree/LICENSE             |    202 -
 vendor/github.com/google/btree/README.md           |     12 -
 vendor/github.com/google/btree/btree.go            |    890 -
 vendor/github.com/google/btree/btree_mem.go        |     76 -
 vendor/github.com/google/gofuzz/.travis.yml        |     13 -
 vendor/github.com/google/gofuzz/CONTRIBUTING.md    |     67 -
 vendor/github.com/google/gofuzz/LICENSE            |    202 -
 vendor/github.com/google/gofuzz/README.md          |     71 -
 vendor/github.com/google/gofuzz/doc.go             |     18 -
 vendor/github.com/google/gofuzz/fuzz.go            |    487 -
 vendor/github.com/google/uuid/.travis.yml          |      9 -
 vendor/github.com/google/uuid/CONTRIBUTING.md      |     10 -
 vendor/github.com/google/uuid/CONTRIBUTORS         |      9 -
 vendor/github.com/google/uuid/LICENSE              |     27 -
 vendor/github.com/google/uuid/README.md            |     19 -
 vendor/github.com/google/uuid/dce.go               |     80 -
 vendor/github.com/google/uuid/doc.go               |     12 -
 vendor/github.com/google/uuid/go.mod               |      1 -
 vendor/github.com/google/uuid/hash.go              |     53 -
 vendor/github.com/google/uuid/marshal.go           |     37 -
 vendor/github.com/google/uuid/node.go              |     89 -
 vendor/github.com/google/uuid/node_js.go           |     12 -
 vendor/github.com/google/uuid/node_net.go          |     33 -
 vendor/github.com/google/uuid/sql.go               |     59 -
 vendor/github.com/google/uuid/time.go              |    123 -
 vendor/github.com/google/uuid/util.go              |     43 -
 vendor/github.com/google/uuid/uuid.go              |    245 -
 vendor/github.com/google/uuid/version1.go          |     44 -
 vendor/github.com/google/uuid/version4.go          |     38 -
 vendor/github.com/googleapis/gnostic/.gitignore    |     21 -
 .../googleapis/gnostic/.travis-install.sh          |     29 -
 vendor/github.com/googleapis/gnostic/.travis.yml   |     49 -
 .../googleapis/gnostic/COMPILE-PROTOS.sh           |     35 -
 .../github.com/googleapis/gnostic/CONTRIBUTING.md  |     35 -
 vendor/github.com/googleapis/gnostic/LICENSE       |    203 -
 vendor/github.com/googleapis/gnostic/Makefile      |     16 -
 .../googleapis/gnostic/OpenAPIv2/OpenAPIv2.go      |   8728 -
 .../googleapis/gnostic/OpenAPIv2/OpenAPIv2.pb.go   |   4455 -
 .../googleapis/gnostic/OpenAPIv2/OpenAPIv2.proto   |    663 -
 .../googleapis/gnostic/OpenAPIv2/README.md         |     16 -
 .../googleapis/gnostic/OpenAPIv2/openapi-2.0.json  |   1610 -
 .../googleapis/gnostic/OpenAPIv3/OpenAPIv3.go      |   8301 -
 .../googleapis/gnostic/OpenAPIv3/OpenAPIv3.pb.go   |   4692 -
 .../googleapis/gnostic/OpenAPIv3/OpenAPIv3.proto   |    668 -
 .../googleapis/gnostic/OpenAPIv3/README.md         |     25 -
 .../googleapis/gnostic/OpenAPIv3/openapi-3.0.json  |   1245 -
 .../gnostic/OpenAPIv3/schema-generator/3.0.0.md    |   3441 -
 .../gnostic/OpenAPIv3/schema-generator/3.0.1.md    |   3380 -
 .../gnostic/OpenAPIv3/schema-generator/README.md   |     12 -
 .../gnostic/OpenAPIv3/schema-generator/main.go     |    859 -
 vendor/github.com/googleapis/gnostic/README.md     |    109 -
 .../googleapis/gnostic/apps/disco/README.md        |     38 -
 .../googleapis/gnostic/apps/disco/list.go          |     79 -
 .../googleapis/gnostic/apps/disco/main.go          |    255 -
 .../googleapis/gnostic/apps/disco/openapiv2.go     |    287 -
 .../googleapis/gnostic/apps/disco/openapiv3.go     |    303 -
 .../gnostic/apps/petstore-builder/README.md        |      5 -
 .../gnostic/apps/petstore-builder/main.go          |     82 -
 .../gnostic/apps/petstore-builder/petstore-v2.go   |    260 -
 .../gnostic/apps/petstore-builder/petstore-v3.go   |    369 -
 .../gnostic/apps/report-messages/README.md         |      5 -
 .../gnostic/apps/report-messages/main.go           |     69 -
 .../googleapis/gnostic/apps/report/README.md       |      6 -
 .../googleapis/gnostic/apps/report/main.go         |    239 -
 .../googleapis/gnostic/compiler/README.md          |      3 -
 .../googleapis/gnostic/compiler/context.go         |     43 -
 .../googleapis/gnostic/compiler/error.go           |     61 -
 .../gnostic/compiler/extension-handler.go          |    101 -
 .../googleapis/gnostic/compiler/helpers.go         |    197 -
 .../github.com/googleapis/gnostic/compiler/main.go |     16 -
 .../googleapis/gnostic/compiler/reader.go          |    175 -
 .../googleapis/gnostic/discovery/README.md         |     16 -
 .../googleapis/gnostic/discovery/discovery.go      |   2692 -
 .../googleapis/gnostic/discovery/discovery.json    |    451 -
 .../googleapis/gnostic/discovery/discovery.pb.go   |   1415 -
 .../googleapis/gnostic/discovery/discovery.proto   |    265 -
 .../googleapis/gnostic/discovery/discovery.yaml    |    297 -
 .../googleapis/gnostic/examples/README.md          |      3 -
 .../examples/errors/petstore-badproperties.yaml    |    101 -
 .../examples/errors/petstore-missingversion.yaml   |    100 -
 .../examples/errors/petstore-unresolvedrefs.yaml   |    101 -
 .../examples/v2.0/json/api-with-examples.json      |     58 -
 .../examples/v2.0/json/petstore-expanded.json      |    210 -
 .../examples/v2.0/json/petstore-minimal.json       |     68 -
 .../v2.0/json/petstore-separate/common/Error.json  |     16 -
 .../v2.0/json/petstore-separate/spec/NewPet.json   |     19 -
 .../v2.0/json/petstore-separate/spec/Pet.json      |     19 -
 .../json/petstore-separate/spec/parameters.json    |     21 -
 .../v2.0/json/petstore-separate/spec/swagger.json  |    146 -
 .../examples/v2.0/json/petstore-simple.json        |    222 -
 .../v2.0/json/petstore-with-external-docs.json     |    233 -
 .../gnostic/examples/v2.0/json/petstore.json       |    153 -
 .../gnostic/examples/v2.0/json/uber.json           |    370 -
 .../examples/v2.0/yaml/api-with-examples.yaml      |    164 -
 .../examples/v2.0/yaml/petstore-expanded.yaml      |    142 -
 .../examples/v2.0/yaml/petstore-minimal.yaml       |     47 -
 .../v2.0/yaml/petstore-separate/common/Error.yaml  |     10 -
 .../v2.0/yaml/petstore-separate/spec/NewPet.yaml   |      9 -
 .../v2.0/yaml/petstore-separate/spec/Pet.yaml      |     12 -
 .../yaml/petstore-separate/spec/parameters.yaml    |     16 -
 .../v2.0/yaml/petstore-separate/spec/swagger.text  |    214 -
 .../v2.0/yaml/petstore-separate/spec/swagger.yaml  |    100 -
 .../examples/v2.0/yaml/petstore-simple.yaml        |    157 -
 .../v2.0/yaml/petstore-with-external-docs.yaml     |    166 -
 .../gnostic/examples/v2.0/yaml/petstore.yaml       |    101 -
 .../gnostic/examples/v2.0/yaml/uber.yaml           |    273 -
 .../gnostic/examples/v3.0/json/petstore.json       |    176 -
 .../gnostic/examples/v3.0/yaml/petstore.yaml       |    110 -
 .../gnostic/extensions/COMPILE-EXTENSION.sh        |      5 -
 .../googleapis/gnostic/extensions/README.md        |      5 -
 .../googleapis/gnostic/extensions/extension.pb.go  |    218 -
 .../googleapis/gnostic/extensions/extension.proto  |     93 -
 .../googleapis/gnostic/extensions/extensions.go    |     82 -
 .../googleapis/gnostic/extensions/sample/Makefile  |     10 -
 .../gnostic/extensions/sample/x-sampleone.json     |     55 -
 .../gnostic/extensions/sample/x-sampletwo.json     |     38 -
 .../googleapis/gnostic/generate-gnostic/README.md  |     13 -
 .../googleapis/gnostic/generate-gnostic/domain.go  |    624 -
 .../gnostic/generate-gnostic/generate-compiler.go  |    913 -
 .../gnostic/generate-gnostic/generate-extension.go |    363 -
 .../gnostic/generate-gnostic/generate-proto.go     |    119 -
 .../googleapis/gnostic/generate-gnostic/helpers.go |     55 -
 .../googleapis/gnostic/generate-gnostic/main.go    |    257 -
 .../test/errors/x-extension-name-collision.errors  |      2 -
 .../test/errors/x-unsupportedprimitives.errors     |      2 -
 .../test/x-extension-name-collision.json           |     12 -
 .../test/x-unsupportedprimitives.json              |      8 -
 .../googleapis/gnostic/generate-gnostic/types.go   |    132 -
 vendor/github.com/googleapis/gnostic/gnostic.go    |    610 -
 .../googleapis/gnostic/jsonschema/README.md        |      3 -
 .../googleapis/gnostic/jsonschema/display.go       |    229 -
 .../googleapis/gnostic/jsonschema/models.go        |    226 -
 .../googleapis/gnostic/jsonschema/operations.go    |    394 -
 .../googleapis/gnostic/jsonschema/reader.go        |    409 -
 .../googleapis/gnostic/jsonschema/schema.json      |    150 -
 .../googleapis/gnostic/jsonschema/writer.go        |    334 -
 .../googleapis/gnostic/jsonwriter/README.md        |      3 -
 .../googleapis/gnostic/jsonwriter/writer.go        |    168 -
 .../googleapis/gnostic/linters/README.md           |     20 -
 .../linters/go/gnostic-lint-descriptions/README.md |      9 -
 .../go/gnostic-lint-descriptions/linter_v2.go      |    180 -
 .../go/gnostic-lint-descriptions/linter_v3.go      |     33 -
 .../linters/go/gnostic-lint-descriptions/main.go   |     61 -
 .../linters/go/gnostic-lint-paths/README.md        |      9 -
 .../gnostic/linters/go/gnostic-lint-paths/main.go  |     77 -
 .../linters/node/gnostic-lint-operations/Makefile  |     20 -
 .../linters/node/gnostic-lint-operations/README.md |     15 -
 .../gnostic-lint-operations.js                     |     47 -
 .../linters/node/gnostic-lint-responses/Makefile   |     19 -
 .../linters/node/gnostic-lint-responses/README.md  |     15 -
 .../gnostic-lint-responses.js                      |     83 -
 .../node/gnostic-lint-responses/package.json       |     19 -
 .../swift/gnostic-lint-responses-swift/Makefile    |     18 -
 .../gnostic-lint-responses-swift/Package.swift     |     26 -
 .../swift/gnostic-lint-responses-swift/README.md   |     12 -
 .../Sources/gnostic-lint-responses-swift/io.swift  |     77 -
 .../gnostic-lint-responses-swift/main.swift        |    116 -
 .../gnostic-lint-responses-swift/compile-protos    |     54 -
 .../googleapis/gnostic/plugins/README.md           |      7 -
 .../googleapis/gnostic/plugins/environment.go      |    215 -
 .../gnostic/plugins/gnostic-analyze/README.md      |     23 -
 .../gnostic/plugins/gnostic-analyze/main.go        |     95 -
 .../plugins/gnostic-analyze/statistics/statsv2.go  |    331 -
 .../plugins/gnostic-analyze/statistics/statsv3.go  |    127 -
 .../plugins/gnostic-analyze/summarize/main.go      |    156 -
 .../gnostic/plugins/gnostic-go-generator/Makefile  |      9 -
 .../gnostic/plugins/gnostic-go-generator/README.md |     18 -
 .../examples/googleauth/README.md                  |     31 -
 .../examples/googleauth/googleauth.go              |    220 -
 .../examples/v2.0/apis_guru/Makefile               |      4 -
 .../examples/v2.0/apis_guru/main.go                |     45 -
 .../examples/v2.0/apis_guru/swagger.yaml           |    186 -
 .../examples/v2.0/bookstore/Makefile               |     20 -
 .../examples/v2.0/bookstore/README.md              |     23 -
 .../examples/v2.0/bookstore/bookstore.json         |    357 -
 .../examples/v2.0/bookstore/bookstore/bookstore.go |     19 -
 .../examples/v2.0/bookstore/service/app.yaml       |      9 -
 .../examples/v2.0/bookstore/service/init.go        |     27 -
 .../examples/v2.0/bookstore/service/main.go        |     34 -
 .../examples/v2.0/bookstore/service/service.go     |    195 -
 .../examples/v2.0/sample/Makefile                  |     20 -
 .../examples/v2.0/sample/README.md                 |     24 -
 .../examples/v2.0/sample/sample.yaml               |     67 -
 .../examples/v2.0/sample/sample/sample.go          |     19 -
 .../examples/v2.0/sample/service/app.yaml          |      9 -
 .../examples/v2.0/sample/service/init.go           |     27 -
 .../examples/v2.0/sample/service/main.go           |     34 -
 .../examples/v2.0/sample/service/service.go        |     38 -
 .../examples/v2.0/xkcd/Makefile                    |      3 -
 .../examples/v2.0/xkcd/main.go                     |     23 -
 .../examples/v2.0/xkcd/swagger.json                |    111 -
 .../examples/v2.0/xkcd/xkcd/xkcd.go                |     19 -
 .../examples/v3.0/bookstore/Makefile               |     20 -
 .../examples/v3.0/bookstore/README.md              |     23 -
 .../examples/v3.0/bookstore/bookstore.json         |    392 -
 .../examples/v3.0/bookstore/bookstore/bookstore.go |     19 -
 .../examples/v3.0/bookstore/service/app.yaml       |      9 -
 .../examples/v3.0/bookstore/service/init.go        |     27 -
 .../examples/v3.0/bookstore/service/main.go        |     34 -
 .../examples/v3.0/bookstore/service/service.go     |    195 -
 .../examples/v3.0/urlshortener/README.md           |     26 -
 .../examples/v3.0/urlshortener/main.go             |     62 -
 .../v3.0/urlshortener/urlshortener/urlshortener.go |     19 -
 .../plugins/gnostic-go-generator/goimports.go      |     50 -
 .../plugins/gnostic-go-generator/language.go       |    123 -
 .../plugins/gnostic-go-generator/linewriter.go     |     29 -
 .../gnostic/plugins/gnostic-go-generator/main.go   |     76 -
 .../plugins/gnostic-go-generator/render_client.go  |    178 -
 .../gnostic-go-generator/render_constants.go       |     30 -
 .../gnostic-go-generator/render_provider.go        |     64 -
 .../plugins/gnostic-go-generator/render_server.go  |    168 -
 .../plugins/gnostic-go-generator/render_types.go   |     57 -
 .../plugins/gnostic-go-generator/renderer.go       |     67 -
 .../gnostic/plugins/gnostic-summary/README.md      |      8 -
 .../gnostic/plugins/gnostic-summary/main.go        |    122 -
 .../plugins/gnostic-swift-generator/Makefile       |     13 -
 .../plugins/gnostic-swift-generator/Package.swift  |     26 -
 .../plugins/gnostic-swift-generator/README.md      |     15 -
 .../Sources/Gnostic/OpenAPIv2.pb.swift             |   8213 -
 .../Sources/Gnostic/OpenAPIv3.pb.swift             |   8849 -
 .../Sources/Gnostic/discovery.pb.swift             |   3195 -
 .../Sources/Gnostic/plugin.pb.swift                |    441 -
 .../Sources/Gnostic/surface.pb.swift               |    579 -
 .../gnostic-swift-generator/RenderClient.swift     |    184 -
 .../gnostic-swift-generator/RenderFetch.swift      |    157 -
 .../gnostic-swift-generator/RenderServer.swift     |    166 -
 .../gnostic-swift-generator/RenderTypes.swift      |    112 -
 .../Sources/gnostic-swift-generator/Renderer.swift |    336 -
 .../Sources/gnostic-swift-generator/helpers.swift  |    166 -
 .../Sources/gnostic-swift-generator/io.swift       |    106 -
 .../Sources/gnostic-swift-generator/main.swift     |     66 -
 .../plugins/gnostic-swift-generator/compile-protos |     52 -
 .../examples/bookstore/Makefile                    |      7 -
 .../examples/bookstore/Package.swift               |     26 -
 .../examples/bookstore/README.md                   |     22 -
 .../examples/bookstore/Sources/Server/main.swift   |    128 -
 .../Tests/BookstoreTests/BookstoreTests.swift      |    208 -
 .../examples/bookstore/Tests/LinuxMain.swift       |     38 -
 .../examples/bookstore/bookstore.json              |    357 -
 .../gnostic/plugins/gnostic-swift-sample/Makefile  |     15 -
 .../plugins/gnostic-swift-sample/Package.swift     |     26 -
 .../Sources/Gnostic/OpenAPIv2.pb.swift             |   8213 -
 .../Sources/Gnostic/OpenAPIv3.pb.swift             |   8849 -
 .../Sources/Gnostic/discovery.pb.swift             |   3195 -
 .../Sources/Gnostic/plugin.pb.swift                |    441 -
 .../Sources/Gnostic/surface.pb.swift               |    579 -
 .../Sources/gnostic-swift-sample/io.swift          |    100 -
 .../Sources/gnostic-swift-sample/main.swift        |     75 -
 .../plugins/gnostic-swift-sample/compile-protos    |     52 -
 .../googleapis/gnostic/plugins/plugin.pb.go        |    372 -
 .../googleapis/gnostic/plugins/plugin.proto        |    148 -
 .../googleapis/gnostic/printer/README.md           |      3 -
 .../github.com/googleapis/gnostic/printer/code.go  |     57 -
 .../googleapis/gnostic/surface/README.md           |     10 -
 .../github.com/googleapis/gnostic/surface/field.go |     20 -
 .../github.com/googleapis/gnostic/surface/model.go |     58 -
 .../googleapis/gnostic/surface/model_openapiv2.go  |    253 -
 .../googleapis/gnostic/surface/model_openapiv3.go  |    305 -
 .../googleapis/gnostic/surface/surface.pb.go       |    424 -
 .../googleapis/gnostic/surface/surface.proto       |     90 -
 .../github.com/googleapis/gnostic/surface/type.go  |     51 -
 .../github.com/googleapis/gnostic/test/README.md   |      3 -
 .../test/errors/invalid-plugin-invocation.errors   |     12 -
 .../test/errors/petstore-badproperties.errors      |     16 -
 .../test/errors/petstore-missingversion.errors     |      2 -
 .../test/errors/petstore-unresolvedrefs.errors     |      3 -
 .../gnostic/test/library-example-with-ext.json     |     96 -
 .../gnostic/test/library-example-with-ext.text.out |    234 -
 .../googleapis/gnostic/test/v2.0/petstore.text     |    387 -
 .../v2.0/yaml/petstore-separate/spec/swagger.text  |    468 -
 .../gnostic/test/v2.0/yaml/sample-petstore.out     |     13 -
 .../googleapis/gnostic/test/v3.0/petstore.text     |    268 -
 .../github.com/googleapis/gnostic/tools/README.md  |     11 -
 .../googleapis/gnostic/tools/format-schema/main.go |     37 -
 .../googleapis/gnostic/tools/j2y2j/main.go         |     60 -
 vendor/github.com/gregjones/httpcache/.travis.yml  |     19 -
 vendor/github.com/gregjones/httpcache/LICENSE.txt  |      7 -
 vendor/github.com/gregjones/httpcache/README.md    |     25 -
 .../gregjones/httpcache/diskcache/diskcache.go     |     61 -
 vendor/github.com/gregjones/httpcache/httpcache.go |    551 -
 .../httpcache/leveldbcache/leveldbcache.go         |     51 -
 .../gregjones/httpcache/memcache/appengine.go      |     61 -
 .../gregjones/httpcache/memcache/memcache.go       |     60 -
 .../github.com/gregjones/httpcache/redis/redis.go  |     43 -
 vendor/github.com/hashicorp/golang-lru/.gitignore  |     23 -
 vendor/github.com/hashicorp/golang-lru/2q.go       |    223 -
 vendor/github.com/hashicorp/golang-lru/LICENSE     |    362 -
 vendor/github.com/hashicorp/golang-lru/README.md   |     25 -
 vendor/github.com/hashicorp/golang-lru/arc.go      |    257 -
 vendor/github.com/hashicorp/golang-lru/doc.go      |     21 -
 vendor/github.com/hashicorp/golang-lru/go.mod      |      1 -
 vendor/github.com/hashicorp/golang-lru/lru.go      |    110 -
 .../hashicorp/golang-lru/simplelru/lru.go          |    161 -
 .../golang-lru/simplelru/lru_interface.go          |     36 -
 vendor/github.com/hpcloud/tail/.gitignore          |      3 -
 vendor/github.com/hpcloud/tail/.travis.yml         |     18 -
 vendor/github.com/hpcloud/tail/CHANGES.md          |     63 -
 vendor/github.com/hpcloud/tail/Dockerfile          |     19 -
 vendor/github.com/hpcloud/tail/Godeps/Godeps.json  |     15 -
 vendor/github.com/hpcloud/tail/Godeps/Readme       |      5 -
 vendor/github.com/hpcloud/tail/LICENSE.txt         |     21 -
 vendor/github.com/hpcloud/tail/Makefile            |     11 -
 vendor/github.com/hpcloud/tail/README.md           |     28 -
 vendor/github.com/hpcloud/tail/appveyor.yml        |     11 -
 .../github.com/hpcloud/tail/cmd/gotail/.gitignore  |      1 -
 vendor/github.com/hpcloud/tail/cmd/gotail/Makefile |      4 -
 .../github.com/hpcloud/tail/cmd/gotail/gotail.go   |     66 -
 vendor/github.com/hpcloud/tail/ratelimiter/Licence |      7 -
 .../hpcloud/tail/ratelimiter/leakybucket.go        |     97 -
 .../github.com/hpcloud/tail/ratelimiter/memory.go  |     58 -
 .../github.com/hpcloud/tail/ratelimiter/storage.go |      6 -
 vendor/github.com/hpcloud/tail/tail.go             |    438 -
 vendor/github.com/hpcloud/tail/tail_posix.go       |     11 -
 vendor/github.com/hpcloud/tail/tail_windows.go     |     12 -
 vendor/github.com/hpcloud/tail/util/util.go        |     48 -
 .../github.com/hpcloud/tail/watch/filechanges.go   |     36 -
 vendor/github.com/hpcloud/tail/watch/inotify.go    |    128 -
 .../hpcloud/tail/watch/inotify_tracker.go          |    260 -
 vendor/github.com/hpcloud/tail/watch/polling.go    |    118 -
 vendor/github.com/hpcloud/tail/watch/watch.go      |     20 -
 vendor/github.com/hpcloud/tail/winfile/winfile.go  |     92 -
 vendor/github.com/imdario/mergo/.gitignore         |     33 -
 vendor/github.com/imdario/mergo/.travis.yml        |      7 -
 vendor/github.com/imdario/mergo/CODE_OF_CONDUCT.md |     46 -
 vendor/github.com/imdario/mergo/LICENSE            |     28 -
 vendor/github.com/imdario/mergo/README.md          |    222 -
 vendor/github.com/imdario/mergo/doc.go             |     44 -
 vendor/github.com/imdario/mergo/map.go             |    174 -
 vendor/github.com/imdario/mergo/merge.go           |    252 -
 vendor/github.com/imdario/mergo/mergo.go           |     97 -
 .../github.com/imdario/mergo/testdata/license.yml  |      4 -
 vendor/github.com/imdario/mergo/testdata/thing.yml |      6 -
 .../github.com/inconshreveable/mousetrap/LICENSE   |     13 -
 .../github.com/inconshreveable/mousetrap/README.md |     23 -
 .../inconshreveable/mousetrap/trap_others.go       |     15 -
 .../inconshreveable/mousetrap/trap_windows.go      |     98 -
 .../inconshreveable/mousetrap/trap_windows_1.4.go  |     46 -
 vendor/github.com/joho/godotenv/.gitignore         |      1 -
 vendor/github.com/joho/godotenv/.travis.yml        |      8 -
 vendor/github.com/joho/godotenv/LICENCE            |     23 -
 vendor/github.com/joho/godotenv/README.md          |    163 -
 .../github.com/joho/godotenv/autoload/autoload.go  |     15 -
 .../github.com/joho/godotenv/cmd/godotenv/cmd.go   |     54 -
 .../github.com/joho/godotenv/fixtures/equals.env   |      2 -
 .../github.com/joho/godotenv/fixtures/exported.env |      2 -
 .../github.com/joho/godotenv/fixtures/invalid1.env |      2 -
 vendor/github.com/joho/godotenv/fixtures/plain.env |      7 -
 .../github.com/joho/godotenv/fixtures/quoted.env   |      9 -
 .../joho/godotenv/fixtures/substitutions.env       |      5 -
 vendor/github.com/joho/godotenv/godotenv.go        |    346 -
 vendor/github.com/json-iterator/go/.codecov.yml    |      3 -
 vendor/github.com/json-iterator/go/.gitignore      |      4 -
 vendor/github.com/json-iterator/go/.travis.yml     |     14 -
 vendor/github.com/json-iterator/go/Gopkg.lock      |     21 -
 vendor/github.com/json-iterator/go/Gopkg.toml      |     26 -
 vendor/github.com/json-iterator/go/LICENSE         |     21 -
 vendor/github.com/json-iterator/go/README.md       |     91 -
 vendor/github.com/json-iterator/go/adapter.go      |    150 -
 vendor/github.com/json-iterator/go/any.go          |    321 -
 vendor/github.com/json-iterator/go/any_array.go    |    278 -
 vendor/github.com/json-iterator/go/any_bool.go     |    137 -
 vendor/github.com/json-iterator/go/any_float.go    |     83 -
 vendor/github.com/json-iterator/go/any_int32.go    |     74 -
 vendor/github.com/json-iterator/go/any_int64.go    |     74 -
 vendor/github.com/json-iterator/go/any_invalid.go  |     82 -
 vendor/github.com/json-iterator/go/any_nil.go      |     69 -
 vendor/github.com/json-iterator/go/any_number.go   |    123 -
 vendor/github.com/json-iterator/go/any_object.go   |    374 -
 vendor/github.com/json-iterator/go/any_str.go      |    166 -
 vendor/github.com/json-iterator/go/any_uint32.go   |     74 -
 vendor/github.com/json-iterator/go/any_uint64.go   |     74 -
 vendor/github.com/json-iterator/go/build.sh        |     12 -
 vendor/github.com/json-iterator/go/config.go       |    375 -
 .../go/extra/binary_as_string_codec.go             |    238 -
 .../json-iterator/go/extra/fuzzy_decoder.go        |    294 -
 .../json-iterator/go/extra/naming_strategy.go      |     52 -
 .../json-iterator/go/extra/privat_fields.go        |     54 -
 .../json-iterator/go/extra/time_as_int64_codec.go  |     31 -
 .../json-iterator/go/fuzzy_mode_convert_table.md   |      7 -
 vendor/github.com/json-iterator/go/iter.go         |    322 -
 vendor/github.com/json-iterator/go/iter_array.go   |     58 -
 vendor/github.com/json-iterator/go/iter_float.go   |    347 -
 vendor/github.com/json-iterator/go/iter_int.go     |    345 -
 vendor/github.com/json-iterator/go/iter_object.go  |    251 -
 vendor/github.com/json-iterator/go/iter_skip.go    |    129 -
 .../json-iterator/go/iter_skip_sloppy.go           |    144 -
 .../json-iterator/go/iter_skip_strict.go           |     89 -
 vendor/github.com/json-iterator/go/iter_str.go     |    215 -
 vendor/github.com/json-iterator/go/jsoniter.go     |     18 -
 vendor/github.com/json-iterator/go/pool.go         |     42 -
 vendor/github.com/json-iterator/go/reflect.go      |    332 -
 .../github.com/json-iterator/go/reflect_array.go   |    104 -
 .../github.com/json-iterator/go/reflect_dynamic.go |     70 -
 .../json-iterator/go/reflect_extension.go          |    483 -
 .../json-iterator/go/reflect_json_number.go        |    112 -
 .../json-iterator/go/reflect_json_raw_message.go   |     60 -
 vendor/github.com/json-iterator/go/reflect_map.go  |    326 -
 .../json-iterator/go/reflect_marshaler.go          |    218 -
 .../github.com/json-iterator/go/reflect_native.go  |    451 -
 .../json-iterator/go/reflect_optional.go           |    133 -
 .../github.com/json-iterator/go/reflect_slice.go   |     99 -
 .../json-iterator/go/reflect_struct_decoder.go     |   1048 -
 .../json-iterator/go/reflect_struct_encoder.go     |    210 -
 vendor/github.com/json-iterator/go/stream.go       |    211 -
 vendor/github.com/json-iterator/go/stream_float.go |     94 -
 vendor/github.com/json-iterator/go/stream_int.go   |    190 -
 vendor/github.com/json-iterator/go/stream_str.go   |    372 -
 vendor/github.com/json-iterator/go/test.sh         |     12 -
 .../kubernetes-sigs/application/.gitignore         |    100 -
 .../kubernetes-sigs/application/CONTRIBUTING.md    |     22 -
 .../kubernetes-sigs/application/Dockerfile         |     17 -
 .../kubernetes-sigs/application/Gopkg.lock         |    849 -
 .../kubernetes-sigs/application/Gopkg.toml         |     37 -
 .../github.com/kubernetes-sigs/application/LICENSE |    201 -
 .../kubernetes-sigs/application/Makefile           |     63 -
 .../github.com/kubernetes-sigs/application/OWNERS  |      6 -
 .../kubernetes-sigs/application/OWNERS_ALIASES     |     36 -
 .../github.com/kubernetes-sigs/application/PROJECT |      3 -
 .../kubernetes-sigs/application/README.md          |    287 -
 .../kubernetes-sigs/application/SECURITY_CONTACTS  |     15 -
 .../application/cmd/manager/main.go                |     79 -
 .../kubernetes-sigs/application/code-of-conduct.md |      3 -
 .../config/crds/app_v1beta1_application.yaml       |    241 -
 .../application/config/default/kustomization.yaml  |     27 -
 .../config/default/manager_image_patch.yaml        |     12 -
 .../application/config/manager/manager.yaml        |     60 -
 .../application/config/rbac/rbac_role.yaml         |     22 -
 .../application/config/rbac/rbac_role_binding.yaml |     13 -
 .../config/samples/app_v1beta1_application.yaml    |     43 -
 .../kubernetes-sigs/application/docs/example.yaml  |    193 -
 .../kubernetes-sigs/application/e2e/e2e-prow.sh    |     28 -
 .../application/e2e/testutil/appresource.go        |    114 -
 .../application/e2e/testutil/customresource.go     |    100 -
 .../application/e2e/testutil/helpers.go            |     37 -
 .../pkg/apis/addtoscheme_app_v1beta1.go            |     26 -
 .../kubernetes-sigs/application/pkg/apis/apis.go   |     33 -
 .../application/pkg/apis/app/group.go              |     18 -
 .../pkg/apis/app/v1beta1/application.go            |    199 -
 .../pkg/apis/app/v1beta1/application_types.go      |    326 -
 .../application/pkg/apis/app/v1beta1/condition.go  |    168 -
 .../application/pkg/apis/app/v1beta1/doc.go        |     23 -
 .../application/pkg/apis/app/v1beta1/register.go   |     46 -
 .../application/pkg/apis/app/v1beta1/status.go     |    208 -
 .../pkg/apis/app/v1beta1/zz_generated.deepcopy.go  |    419 -
 .../application/pkg/component/component.go         |     52 -
 .../application/pkg/component/doc.go               |     18 -
 .../application/pkg/component/interface.go         |     31 -
 .../application/pkg/component/types.go             |     35 -
 .../application/pkg/controller/add_application.go  |     26 -
 .../application/application_controller.go          |     51 -
 .../application/pkg/controller/controller.go       |     34 -
 .../pkg/customresource/customresource.go           |     31 -
 .../application/pkg/customresource/doc.go          |     18 -
 .../application/pkg/customresource/interface.go    |     28 -
 .../application/pkg/customresource/type.go         |     19 -
 .../application/pkg/finalizer/doc.go               |     19 -
 .../application/pkg/finalizer/finalizer.go         |     61 -
 .../pkg/finalizer/zz_generated.deepcopy.go         |     20 -
 .../application/pkg/genericreconciler/doc.go       |     18 -
 .../pkg/genericreconciler/genericreconciler.go     |    372 -
 .../application/pkg/genericreconciler/types.go     |     41 -
 .../application/pkg/genericreconciler/utils.go     |     23 -
 .../application/pkg/kbcontroller/doc.go            |     18 -
 .../application/pkg/kbcontroller/kbcontroller.go   |     42 -
 .../application/pkg/resource/doc.go                |     18 -
 .../application/pkg/resource/resource.go           |    183 -
 .../application/pkg/resource/testdata/sts.yaml     |     66 -
 .../pkg/resource/testdata/unknown_rsrc.yaml        |     18 -
 .../application/pkg/resource/types.go              |     61 -
 vendor/github.com/markbates/inflect/.gitignore     |     29 -
 .../markbates/inflect/.gometalinter.json           |      3 -
 vendor/github.com/markbates/inflect/.hgignore      |      1 -
 vendor/github.com/markbates/inflect/.travis.yml    |     26 -
 vendor/github.com/markbates/inflect/LICENCE        |      7 -
 vendor/github.com/markbates/inflect/Makefile       |     55 -
 vendor/github.com/markbates/inflect/README.md      |    214 -
 vendor/github.com/markbates/inflect/go.mod         |      6 -
 vendor/github.com/markbates/inflect/go.sum         |     10 -
 vendor/github.com/markbates/inflect/helpers.go     |     19 -
 vendor/github.com/markbates/inflect/inflect.go     |    892 -
 .../github.com/markbates/inflect/inflections.json  |      4 -
 vendor/github.com/markbates/inflect/name.go        |    163 -
 vendor/github.com/markbates/inflect/shoulders.md   |     12 -
 vendor/github.com/markbates/inflect/version.go     |      3 -
 vendor/github.com/mattbaird/jsonpatch/.gitignore   |     24 -
 vendor/github.com/mattbaird/jsonpatch/LICENSE      |    202 -
 vendor/github.com/mattbaird/jsonpatch/README.md    |     46 -
 vendor/github.com/mattbaird/jsonpatch/jsonpatch.go |    257 -
 vendor/github.com/modern-go/concurrent/.gitignore  |      1 -
 vendor/github.com/modern-go/concurrent/.travis.yml |     14 -
 vendor/github.com/modern-go/concurrent/LICENSE     |    201 -
 vendor/github.com/modern-go/concurrent/README.md   |     49 -
 vendor/github.com/modern-go/concurrent/executor.go |     14 -
 .../github.com/modern-go/concurrent/go_above_19.go |     15 -
 .../github.com/modern-go/concurrent/go_below_19.go |     33 -
 vendor/github.com/modern-go/concurrent/log.go      |     13 -
 vendor/github.com/modern-go/concurrent/test.sh     |     12 -
 .../modern-go/concurrent/unbounded_executor.go     |    119 -
 vendor/github.com/modern-go/reflect2/.gitignore    |      2 -
 vendor/github.com/modern-go/reflect2/.travis.yml   |     15 -
 vendor/github.com/modern-go/reflect2/Gopkg.lock    |     15 -
 vendor/github.com/modern-go/reflect2/Gopkg.toml    |     35 -
 vendor/github.com/modern-go/reflect2/LICENSE       |    201 -
 vendor/github.com/modern-go/reflect2/README.md     |     71 -
 .../github.com/modern-go/reflect2/go_above_17.go   |      8 -
 .../github.com/modern-go/reflect2/go_above_19.go   |     14 -
 .../github.com/modern-go/reflect2/go_below_17.go   |      9 -
 .../github.com/modern-go/reflect2/go_below_19.go   |     14 -
 vendor/github.com/modern-go/reflect2/reflect2.go   |    298 -
 .../github.com/modern-go/reflect2/reflect2_amd64.s |      0
 .../github.com/modern-go/reflect2/reflect2_kind.go |     30 -
 .../github.com/modern-go/reflect2/relfect2_386.s   |      0
 .../modern-go/reflect2/relfect2_amd64p32.s         |      0
 .../github.com/modern-go/reflect2/relfect2_arm.s   |      0
 .../github.com/modern-go/reflect2/relfect2_arm64.s |      0
 .../modern-go/reflect2/relfect2_mips64x.s          |      0
 .../github.com/modern-go/reflect2/relfect2_mipsx.s |      0
 .../modern-go/reflect2/relfect2_ppc64x.s           |      0
 .../github.com/modern-go/reflect2/relfect2_s390x.s |      0
 vendor/github.com/modern-go/reflect2/safe_field.go |     58 -
 vendor/github.com/modern-go/reflect2/safe_map.go   |    101 -
 vendor/github.com/modern-go/reflect2/safe_slice.go |     92 -
 .../github.com/modern-go/reflect2/safe_struct.go   |     29 -
 vendor/github.com/modern-go/reflect2/safe_type.go  |     78 -
 vendor/github.com/modern-go/reflect2/test.sh       |     12 -
 vendor/github.com/modern-go/reflect2/type_map.go   |    103 -
 .../github.com/modern-go/reflect2/unsafe_array.go  |     65 -
 .../github.com/modern-go/reflect2/unsafe_eface.go  |     59 -
 .../github.com/modern-go/reflect2/unsafe_field.go  |     74 -
 .../github.com/modern-go/reflect2/unsafe_iface.go  |     64 -
 .../github.com/modern-go/reflect2/unsafe_link.go   |     70 -
 vendor/github.com/modern-go/reflect2/unsafe_map.go |    138 -
 vendor/github.com/modern-go/reflect2/unsafe_ptr.go |     46 -
 .../github.com/modern-go/reflect2/unsafe_slice.go  |    177 -
 .../github.com/modern-go/reflect2/unsafe_struct.go |     59 -
 .../github.com/modern-go/reflect2/unsafe_type.go   |     85 -
 vendor/github.com/onsi/ginkgo/.gitignore           |      7 -
 vendor/github.com/onsi/ginkgo/.travis.yml          |     16 -
 vendor/github.com/onsi/ginkgo/CHANGELOG.md         |    198 -
 vendor/github.com/onsi/ginkgo/CONTRIBUTING.md      |     33 -
 vendor/github.com/onsi/ginkgo/LICENSE              |     20 -
 vendor/github.com/onsi/ginkgo/README.md            |    121 -
 vendor/github.com/onsi/ginkgo/RELEASING.md         |     14 -
 vendor/github.com/onsi/ginkgo/config/config.go     |    200 -
 .../onsi/ginkgo/extensions/table/table.go          |     98 -
 .../onsi/ginkgo/extensions/table/table_entry.go    |     81 -
 .../onsi/ginkgo/ginkgo/bootstrap_command.go        |    202 -
 .../github.com/onsi/ginkgo/ginkgo/build_command.go |     68 -
 .../onsi/ginkgo/ginkgo/convert/ginkgo_ast_nodes.go |    123 -
 .../onsi/ginkgo/ginkgo/convert/import.go           |     91 -
 .../onsi/ginkgo/ginkgo/convert/package_rewriter.go |    127 -
 .../onsi/ginkgo/ginkgo/convert/test_finder.go      |     56 -
 .../ginkgo/ginkgo/convert/testfile_rewriter.go     |    163 -
 .../ginkgo/ginkgo/convert/testing_t_rewriter.go    |    130 -
 .../onsi/ginkgo/ginkgo/convert_command.go          |     45 -
 .../onsi/ginkgo/ginkgo/generate_command.go         |    167 -
 .../github.com/onsi/ginkgo/ginkgo/help_command.go  |     31 -
 .../ginkgo/interrupthandler/interrupt_handler.go   |     52 -
 .../interrupthandler/sigquit_swallower_unix.go     |     14 -
 .../interrupthandler/sigquit_swallower_windows.go  |      7 -
 vendor/github.com/onsi/ginkgo/ginkgo/main.go       |    300 -
 .../github.com/onsi/ginkgo/ginkgo/nodot/nodot.go   |    194 -
 .../github.com/onsi/ginkgo/ginkgo/nodot_command.go |     77 -
 .../github.com/onsi/ginkgo/ginkgo/notifications.go |    141 -
 .../github.com/onsi/ginkgo/ginkgo/run_command.go   |    275 -
 .../ginkgo/run_watch_and_build_command_flags.go    |    167 -
 .../github.com/onsi/ginkgo/ginkgo/suite_runner.go  |    173 -
 .../onsi/ginkgo/ginkgo/testrunner/log_writer.go    |     52 -
 .../onsi/ginkgo/ginkgo/testrunner/run_result.go    |     27 -
 .../onsi/ginkgo/ginkgo/testrunner/test_runner.go   |    554 -
 .../onsi/ginkgo/ginkgo/testsuite/test_suite.go     |    115 -
 .../ginkgo/ginkgo/testsuite/vendor_check_go15.go   |     16 -
 .../ginkgo/ginkgo/testsuite/vendor_check_go16.go   |     15 -
 .../onsi/ginkgo/ginkgo/unfocus_command.go          |     61 -
 .../onsi/ginkgo/ginkgo/version_command.go          |     24 -
 .../github.com/onsi/ginkgo/ginkgo/watch/delta.go   |     22 -
 .../onsi/ginkgo/ginkgo/watch/delta_tracker.go      |     75 -
 .../onsi/ginkgo/ginkgo/watch/dependencies.go       |     91 -
 .../onsi/ginkgo/ginkgo/watch/package_hash.go       |    104 -
 .../onsi/ginkgo/ginkgo/watch/package_hashes.go     |     85 -
 .../github.com/onsi/ginkgo/ginkgo/watch/suite.go   |     87 -
 .../github.com/onsi/ginkgo/ginkgo/watch_command.go |    175 -
 vendor/github.com/onsi/ginkgo/ginkgo_dsl.go        |    609 -
 .../first_package/coverage.go                      |     21 -
 .../external_coverage_fixture/external_coverage.go |      9 -
 .../second_package/coverage.go                     |     21 -
 .../_fixtures/coverage_fixture/coverage.go         |     25 -
 .../external_coverage_fixture/external_coverage.go |      9 -
 .../failing_ginkgo_tests/failing_ginkgo_tests.go   |      5 -
 .../integration/_fixtures/flags_tests/flags.go     |      9 -
 .../_fixtures/focused_fixture/README.md            |      1 -
 .../more_ginkgo_tests/more_ginkgo_tests.go         |      5 -
 .../integration/_fixtures/no_test_fn/no_test_fn.go |      5 -
 .../integration/_fixtures/no_tests/no_tests.go     |      4 -
 .../passing_ginkgo_tests/passing_ginkgo_tests.go   |      9 -
 .../_fixtures/suite_command_tests/suite_command.go |      9 -
 .../integration/_fixtures/watch_fixtures/A/A.go    |      7 -
 .../integration/_fixtures/watch_fixtures/B/B.go    |      7 -
 .../integration/_fixtures/watch_fixtures/C/C.go    |      5 -
 .../integration/_fixtures/watch_fixtures/C/C.json  |      3 -
 .../integration/_fixtures/watch_fixtures/D/D.go    |      7 -
 .../_fixtures/xunit_tests/xunit_tests.go           |      5 -
 .../onsi/ginkgo/integration/integration.go         |      1 -
 .../ginkgo/internal/codelocation/code_location.go  |     32 -
 .../internal/containernode/container_node.go       |    151 -
 .../onsi/ginkgo/internal/failer/failer.go          |     92 -
 .../onsi/ginkgo/internal/leafnodes/benchmarker.go  |    103 -
 .../onsi/ginkgo/internal/leafnodes/interfaces.go   |     19 -
 .../onsi/ginkgo/internal/leafnodes/it_node.go      |     47 -
 .../onsi/ginkgo/internal/leafnodes/measure_node.go |     62 -
 .../onsi/ginkgo/internal/leafnodes/runner.go       |    117 -
 .../onsi/ginkgo/internal/leafnodes/setup_nodes.go  |     42 -
 .../onsi/ginkgo/internal/leafnodes/suite_nodes.go  |     55 -
 .../leafnodes/synchronized_after_suite_node.go     |     90 -
 .../leafnodes/synchronized_before_suite_node.go    |    181 -
 .../onsi/ginkgo/internal/remote/aggregator.go      |    249 -
 .../ginkgo/internal/remote/forwarding_reporter.go  |    147 -
 .../ginkgo/internal/remote/output_interceptor.go   |     13 -
 .../internal/remote/output_interceptor_unix.go     |     83 -
 .../internal/remote/output_interceptor_win.go      |     36 -
 .../onsi/ginkgo/internal/remote/server.go          |    224 -
 .../internal/remote/syscall_dup_linux_arm64.go     |     11 -
 .../ginkgo/internal/remote/syscall_dup_solaris.go  |      9 -
 .../ginkgo/internal/remote/syscall_dup_unix.go     |     11 -
 .../github.com/onsi/ginkgo/internal/spec/spec.go   |    235 -
 .../github.com/onsi/ginkgo/internal/spec/specs.go  |    123 -
 .../internal/spec_iterator/index_computer.go       |     55 -
 .../spec_iterator/parallel_spec_iterator.go        |     59 -
 .../internal/spec_iterator/serial_spec_iterator.go |     45 -
 .../sharded_parallel_spec_iterator.go              |     47 -
 .../ginkgo/internal/spec_iterator/spec_iterator.go |     20 -
 .../onsi/ginkgo/internal/specrunner/random_id.go   |     15 -
 .../onsi/ginkgo/internal/specrunner/spec_runner.go |    411 -
 .../github.com/onsi/ginkgo/internal/suite/suite.go |    183 -
 .../internal/testingtproxy/testing_t_proxy.go      |     76 -
 .../onsi/ginkgo/internal/writer/fake_writer.go     |     36 -
 .../onsi/ginkgo/internal/writer/writer.go          |     89 -
 .../onsi/ginkgo/reporters/default_reporter.go      |     84 -
 .../onsi/ginkgo/reporters/fake_reporter.go         |     59 -
 .../onsi/ginkgo/reporters/junit_reporter.go        |    152 -
 .../github.com/onsi/ginkgo/reporters/reporter.go   |     15 -
 .../reporters/stenographer/console_logging.go      |     64 -
 .../reporters/stenographer/fake_stenographer.go    |    142 -
 .../ginkgo/reporters/stenographer/stenographer.go  |    572 -
 .../reporters/stenographer/support/README.md       |      6 -
 .../stenographer/support/go-colorable/LICENSE      |     21 -
 .../stenographer/support/go-colorable/README.md    |     43 -
 .../support/go-colorable/colorable_others.go       |     24 -
 .../support/go-colorable/colorable_windows.go      |    783 -
 .../support/go-colorable/noncolorable.go           |     57 -
 .../stenographer/support/go-isatty/LICENSE         |      9 -
 .../stenographer/support/go-isatty/README.md       |     37 -
 .../stenographer/support/go-isatty/doc.go          |      2 -
 .../support/go-isatty/isatty_appengine.go          |      9 -
 .../stenographer/support/go-isatty/isatty_bsd.go   |     18 -
 .../stenographer/support/go-isatty/isatty_linux.go |     18 -
 .../support/go-isatty/isatty_solaris.go            |     16 -
 .../support/go-isatty/isatty_windows.go            |     19 -
 .../onsi/ginkgo/reporters/teamcity_reporter.go     |     93 -
 .../github.com/onsi/ginkgo/types/code_location.go  |     15 -
 .../onsi/ginkgo/types/synchronization.go           |     30 -
 vendor/github.com/onsi/ginkgo/types/types.go       |    173 -
 vendor/github.com/onsi/gomega/.gitignore           |      5 -
 vendor/github.com/onsi/gomega/.travis.yml          |     16 -
 vendor/github.com/onsi/gomega/CHANGELOG.md         |    118 -
 vendor/github.com/onsi/gomega/CONTRIBUTING.md      |     14 -
 vendor/github.com/onsi/gomega/LICENSE              |     20 -
 vendor/github.com/onsi/gomega/README.md            |     21 -
 vendor/github.com/onsi/gomega/RELEASING.md         |     12 -
 vendor/github.com/onsi/gomega/format/format.go     |    382 -
 vendor/github.com/onsi/gomega/gbytes/buffer.go     |    245 -
 .../github.com/onsi/gomega/gbytes/io_wrappers.go   |     85 -
 .../github.com/onsi/gomega/gbytes/say_matcher.go   |    104 -
 .../onsi/gomega/gexec/_fixture/firefly/main.go     |     36 -
 vendor/github.com/onsi/gomega/gexec/build.go       |    112 -
 .../github.com/onsi/gomega/gexec/exit_matcher.go   |     86 -
 .../onsi/gomega/gexec/prefixed_writer.go           |     53 -
 vendor/github.com/onsi/gomega/gexec/session.go     |    303 -
 vendor/github.com/onsi/gomega/ghttp/handlers.go    |    313 -
 .../onsi/gomega/ghttp/protobuf/protobuf.go         |      3 -
 .../gomega/ghttp/protobuf/simple_message.pb.go     |     55 -
 .../gomega/ghttp/protobuf/simple_message.proto     |      9 -
 vendor/github.com/onsi/gomega/ghttp/test_server.go |    422 -
 vendor/github.com/onsi/gomega/go.mod               |     15 -
 vendor/github.com/onsi/gomega/go.sum               |     24 -
 vendor/github.com/onsi/gomega/gomega_dsl.go        |    403 -
 vendor/github.com/onsi/gomega/gstruct/elements.go  |    159 -
 .../onsi/gomega/gstruct/errors/nested_types.go     |     72 -
 vendor/github.com/onsi/gomega/gstruct/fields.go    |    168 -
 vendor/github.com/onsi/gomega/gstruct/ignore.go    |     37 -
 vendor/github.com/onsi/gomega/gstruct/pointer.go   |     56 -
 vendor/github.com/onsi/gomega/gstruct/types.go     |     15 -
 .../onsi/gomega/internal/assertion/assertion.go    |    105 -
 .../internal/asyncassertion/async_assertion.go     |    194 -
 .../gomega/internal/fakematcher/fake_matcher.go    |     23 -
 .../internal/oraclematcher/oracle_matcher.go       |     25 -
 .../internal/testingtsupport/testing_t_support.go  |     60 -
 vendor/github.com/onsi/gomega/matchers.go          |    427 -
 vendor/github.com/onsi/gomega/matchers/and.go      |     63 -
 .../matchers/assignable_to_type_of_matcher.go      |     35 -
 .../onsi/gomega/matchers/attributes_slice.go       |     14 -
 .../onsi/gomega/matchers/be_a_directory.go         |     54 -
 .../onsi/gomega/matchers/be_a_regular_file.go      |     54 -
 .../onsi/gomega/matchers/be_an_existing_file.go    |     38 -
 .../onsi/gomega/matchers/be_closed_matcher.go      |     46 -
 .../onsi/gomega/matchers/be_empty_matcher.go       |     27 -
 .../gomega/matchers/be_equivalent_to_matcher.go    |     34 -
 .../onsi/gomega/matchers/be_false_matcher.go       |     26 -
 .../onsi/gomega/matchers/be_identical_to.go        |     37 -
 .../onsi/gomega/matchers/be_nil_matcher.go         |     18 -
 .../onsi/gomega/matchers/be_numerically_matcher.go |    132 -
 .../onsi/gomega/matchers/be_sent_matcher.go        |     71 -
 .../onsi/gomega/matchers/be_temporally_matcher.go  |     66 -
 .../onsi/gomega/matchers/be_true_matcher.go        |     26 -
 .../onsi/gomega/matchers/be_zero_matcher.go        |     28 -
 .../github.com/onsi/gomega/matchers/consist_of.go  |     80 -
 .../gomega/matchers/contain_element_matcher.go     |     56 -
 .../gomega/matchers/contain_substring_matcher.go   |     38 -
 .../onsi/gomega/matchers/equal_matcher.go          |     42 -
 .../onsi/gomega/matchers/have_cap_matcher.go       |     28 -
 .../onsi/gomega/matchers/have_key_matcher.go       |     54 -
 .../gomega/matchers/have_key_with_value_matcher.go |     74 -
 .../onsi/gomega/matchers/have_len_matcher.go       |     28 -
 .../onsi/gomega/matchers/have_occurred_matcher.go  |     33 -
 .../onsi/gomega/matchers/have_prefix_matcher.go    |     36 -
 .../onsi/gomega/matchers/have_suffix_matcher.go    |     36 -
 .../onsi/gomega/matchers/match_error_matcher.go    |     51 -
 .../onsi/gomega/matchers/match_json_matcher.go     |     65 -
 .../onsi/gomega/matchers/match_regexp_matcher.go   |     43 -
 .../onsi/gomega/matchers/match_xml_matcher.go      |    134 -
 .../onsi/gomega/matchers/match_yaml_matcher.go     |     76 -
 vendor/github.com/onsi/gomega/matchers/not.go      |     30 -
 vendor/github.com/onsi/gomega/matchers/or.go       |     67 -
 .../onsi/gomega/matchers/panic_matcher.go          |     46 -
 .../onsi/gomega/matchers/receive_matcher.go        |    128 -
 .../matchers/semi_structured_data_support.go       |     92 -
 .../onsi/gomega/matchers/succeed_matcher.go        |     33 -
 .../gomega/matchers/support/goraph/MIT.LICENSE     |     20 -
 .../goraph/bipartitegraph/bipartitegraph.go        |     41 -
 .../bipartitegraph/bipartitegraphmatching.go       |    159 -
 .../gomega/matchers/support/goraph/edge/edge.go    |     61 -
 .../gomega/matchers/support/goraph/node/node.go    |      7 -
 .../gomega/matchers/support/goraph/util/util.go    |      7 -
 .../gomega/matchers/test_data/xml/sample_01.xml    |      6 -
 .../gomega/matchers/test_data/xml/sample_02.xml    |      9 -
 .../gomega/matchers/test_data/xml/sample_03.xml    |      1 -
 .../gomega/matchers/test_data/xml/sample_04.xml    |      6 -
 .../gomega/matchers/test_data/xml/sample_05.xml    |    211 -
 .../gomega/matchers/test_data/xml/sample_06.xml    |     13 -
 .../gomega/matchers/test_data/xml/sample_07.xml    |     13 -
 .../gomega/matchers/test_data/xml/sample_08.xml    |     13 -
 .../gomega/matchers/test_data/xml/sample_09.xml    |      4 -
 .../gomega/matchers/test_data/xml/sample_10.xml    |      4 -
 .../gomega/matchers/test_data/xml/sample_11.xml    |      7 -
 .../onsi/gomega/matchers/type_support.go           |    179 -
 .../onsi/gomega/matchers/with_transform.go         |     72 -
 vendor/github.com/onsi/gomega/types/types.go       |     26 -
 vendor/github.com/pborman/uuid/.travis.yml         |     10 -
 vendor/github.com/pborman/uuid/CONTRIBUTING.md     |     10 -
 vendor/github.com/pborman/uuid/CONTRIBUTORS        |      1 -
 vendor/github.com/pborman/uuid/LICENSE             |     27 -
 vendor/github.com/pborman/uuid/README.md           |     15 -
 vendor/github.com/pborman/uuid/dce.go              |     84 -
 vendor/github.com/pborman/uuid/doc.go              |     13 -
 vendor/github.com/pborman/uuid/hash.go             |     53 -
 vendor/github.com/pborman/uuid/marshal.go          |     85 -
 vendor/github.com/pborman/uuid/node.go             |     50 -
 vendor/github.com/pborman/uuid/sql.go              |     68 -
 vendor/github.com/pborman/uuid/time.go             |     57 -
 vendor/github.com/pborman/uuid/util.go             |     32 -
 vendor/github.com/pborman/uuid/uuid.go             |    163 -
 vendor/github.com/pborman/uuid/version1.go         |     23 -
 vendor/github.com/pborman/uuid/version4.go         |     26 -
 vendor/github.com/petar/GoLLRB/.gitignore          |     23 -
 vendor/github.com/petar/GoLLRB/AUTHORS             |      4 -
 vendor/github.com/petar/GoLLRB/LICENSE             |     27 -
 vendor/github.com/petar/GoLLRB/README.md           |     66 -
 .../github.com/petar/GoLLRB/doc/Sedgewick-LLRB.pdf |   4401 -
 .../petar/GoLLRB/doc/Sedgewick-RedBlackBST.java    |    475 -
 .../petar/GoLLRB/doc/Sedgewick-Talk-Penn2008.pdf   |    Bin 11636171 -> 0 bytes
 vendor/github.com/petar/GoLLRB/example/ex1.go      |     26 -
 vendor/github.com/petar/GoLLRB/llrb/avgvar.go      |     39 -
 vendor/github.com/petar/GoLLRB/llrb/iterator.go    |     93 -
 vendor/github.com/petar/GoLLRB/llrb/llrb-stats.go  |     46 -
 vendor/github.com/petar/GoLLRB/llrb/llrb.go        |    456 -
 vendor/github.com/petar/GoLLRB/llrb/util.go        |     17 -
 vendor/github.com/peterbourgon/diskv/LICENSE       |     19 -
 vendor/github.com/peterbourgon/diskv/README.md     |    141 -
 .../github.com/peterbourgon/diskv/compression.go   |     64 -
 vendor/github.com/peterbourgon/diskv/diskv.go      |    624 -
 .../examples/content-addressable-store/cas.go      |     63 -
 .../super-simple-store/super-simple-store.go       |     30 -
 vendor/github.com/peterbourgon/diskv/index.go      |    115 -
 vendor/github.com/pkg/errors/.gitignore            |     24 -
 vendor/github.com/pkg/errors/.travis.yml           |     11 -
 vendor/github.com/pkg/errors/LICENSE               |     23 -
 vendor/github.com/pkg/errors/README.md             |     52 -
 vendor/github.com/pkg/errors/appveyor.yml          |     32 -
 vendor/github.com/pkg/errors/errors.go             |    269 -
 vendor/github.com/pkg/errors/stack.go              |    178 -
 vendor/github.com/spf13/afero/.travis.yml          |     21 -
 vendor/github.com/spf13/afero/LICENSE.txt          |    174 -
 vendor/github.com/spf13/afero/README.md            |    452 -
 vendor/github.com/spf13/afero/afero.go             |    108 -
 vendor/github.com/spf13/afero/appveyor.yml         |     15 -
 vendor/github.com/spf13/afero/basepath.go          |    180 -
 vendor/github.com/spf13/afero/cacheOnReadFs.go     |    290 -
 vendor/github.com/spf13/afero/const_bsds.go        |     22 -
 vendor/github.com/spf13/afero/const_win_unix.go    |     25 -
 vendor/github.com/spf13/afero/copyOnWriteFs.go     |    292 -
 vendor/github.com/spf13/afero/go.mod               |      1 -
 vendor/github.com/spf13/afero/httpFs.go            |    110 -
 vendor/github.com/spf13/afero/ioutil.go            |    230 -
 vendor/github.com/spf13/afero/lstater.go           |     27 -
 vendor/github.com/spf13/afero/match.go             |    110 -
 vendor/github.com/spf13/afero/mem/dir.go           |     37 -
 vendor/github.com/spf13/afero/mem/dirmap.go        |     43 -
 vendor/github.com/spf13/afero/mem/file.go          |    317 -
 vendor/github.com/spf13/afero/memmap.go            |    365 -
 vendor/github.com/spf13/afero/os.go                |    101 -
 vendor/github.com/spf13/afero/path.go              |    106 -
 vendor/github.com/spf13/afero/readonlyfs.go        |     80 -
 vendor/github.com/spf13/afero/regexpfs.go          |    214 -
 vendor/github.com/spf13/afero/sftpfs/file.go       |     95 -
 vendor/github.com/spf13/afero/sftpfs/sftp.go       |    129 -
 vendor/github.com/spf13/afero/sftpfs/sftp_test_go  |    286 -
 vendor/github.com/spf13/afero/unionFile.go         |    305 -
 vendor/github.com/spf13/afero/util.go              |    330 -
 vendor/github.com/spf13/cobra/.circleci/config.yml |     38 -
 vendor/github.com/spf13/cobra/.gitignore           |     36 -
 vendor/github.com/spf13/cobra/.mailmap             |      3 -
 vendor/github.com/spf13/cobra/.travis.yml          |     21 -
 vendor/github.com/spf13/cobra/LICENSE.txt          |    174 -
 vendor/github.com/spf13/cobra/README.md            |    736 -
 vendor/github.com/spf13/cobra/args.go              |     89 -
 vendor/github.com/spf13/cobra/bash_completions.go  |    584 -
 vendor/github.com/spf13/cobra/bash_completions.md  |    221 -
 vendor/github.com/spf13/cobra/cobra.go             |    200 -
 vendor/github.com/spf13/cobra/cobra/README.md      |     94 -
 vendor/github.com/spf13/cobra/cobra/cmd/add.go     |    179 -
 vendor/github.com/spf13/cobra/cobra/cmd/helpers.go |    168 -
 vendor/github.com/spf13/cobra/cobra/cmd/init.go    |    234 -
 .../spf13/cobra/cobra/cmd/license_agpl.go          |    683 -
 .../spf13/cobra/cobra/cmd/license_apache_2.go      |    238 -
 .../spf13/cobra/cobra/cmd/license_bsd_clause_2.go  |     71 -
 .../spf13/cobra/cobra/cmd/license_bsd_clause_3.go  |     78 -
 .../spf13/cobra/cobra/cmd/license_gpl_2.go         |    376 -
 .../spf13/cobra/cobra/cmd/license_gpl_3.go         |    711 -
 .../spf13/cobra/cobra/cmd/license_lgpl.go          |    186 -
 .../spf13/cobra/cobra/cmd/license_mit.go           |     63 -
 .../github.com/spf13/cobra/cobra/cmd/licenses.go   |    118 -
 vendor/github.com/spf13/cobra/cobra/cmd/project.go |    200 -
 vendor/github.com/spf13/cobra/cobra/cmd/root.go    |     79 -
 .../spf13/cobra/cobra/cmd/testdata/LICENSE.golden  |    202 -
 .../spf13/cobra/cobra/cmd/testdata/main.go.golden  |     21 -
 .../spf13/cobra/cobra/cmd/testdata/root.go.golden  |     89 -
 .../spf13/cobra/cobra/cmd/testdata/test.go.golden  |     50 -
 vendor/github.com/spf13/cobra/cobra/main.go        |     20 -
 vendor/github.com/spf13/cobra/command.go           |   1517 -
 vendor/github.com/spf13/cobra/command_notwin.go    |      5 -
 vendor/github.com/spf13/cobra/command_win.go       |     20 -
 vendor/github.com/spf13/cobra/doc/man_docs.go      |    236 -
 vendor/github.com/spf13/cobra/doc/man_docs.md      |     31 -
 vendor/github.com/spf13/cobra/doc/md_docs.go       |    159 -
 vendor/github.com/spf13/cobra/doc/md_docs.md       |    115 -
 vendor/github.com/spf13/cobra/doc/rest_docs.go     |    185 -
 vendor/github.com/spf13/cobra/doc/rest_docs.md     |    114 -
 vendor/github.com/spf13/cobra/doc/util.go          |     51 -
 vendor/github.com/spf13/cobra/doc/yaml_docs.go     |    169 -
 vendor/github.com/spf13/cobra/doc/yaml_docs.md     |    112 -
 vendor/github.com/spf13/cobra/zsh_completions.go   |    126 -
 vendor/github.com/spf13/pflag/.gitignore           |      2 -
 vendor/github.com/spf13/pflag/.travis.yml          |     21 -
 vendor/github.com/spf13/pflag/LICENSE              |     28 -
 vendor/github.com/spf13/pflag/README.md            |    296 -
 vendor/github.com/spf13/pflag/bool.go              |     94 -
 vendor/github.com/spf13/pflag/bool_slice.go        |    147 -
 vendor/github.com/spf13/pflag/bytes.go             |    209 -
 vendor/github.com/spf13/pflag/count.go             |     96 -
 vendor/github.com/spf13/pflag/duration.go          |     86 -
 vendor/github.com/spf13/pflag/duration_slice.go    |    128 -
 vendor/github.com/spf13/pflag/flag.go              |   1227 -
 vendor/github.com/spf13/pflag/float32.go           |     88 -
 vendor/github.com/spf13/pflag/float64.go           |     84 -
 vendor/github.com/spf13/pflag/golangflag.go        |    105 -
 vendor/github.com/spf13/pflag/int.go               |     84 -
 vendor/github.com/spf13/pflag/int16.go             |     88 -
 vendor/github.com/spf13/pflag/int32.go             |     88 -
 vendor/github.com/spf13/pflag/int64.go             |     84 -
 vendor/github.com/spf13/pflag/int8.go              |     88 -
 vendor/github.com/spf13/pflag/int_slice.go         |    128 -
 vendor/github.com/spf13/pflag/ip.go                |     94 -
 vendor/github.com/spf13/pflag/ip_slice.go          |    148 -
 vendor/github.com/spf13/pflag/ipmask.go            |    122 -
 vendor/github.com/spf13/pflag/ipnet.go             |     98 -
 vendor/github.com/spf13/pflag/string.go            |     80 -
 vendor/github.com/spf13/pflag/string_array.go      |    103 -
 vendor/github.com/spf13/pflag/string_slice.go      |    149 -
 vendor/github.com/spf13/pflag/string_to_int.go     |    149 -
 vendor/github.com/spf13/pflag/string_to_string.go  |    160 -
 vendor/github.com/spf13/pflag/uint.go              |     88 -
 vendor/github.com/spf13/pflag/uint16.go            |     88 -
 vendor/github.com/spf13/pflag/uint32.go            |     88 -
 vendor/github.com/spf13/pflag/uint64.go            |     88 -
 vendor/github.com/spf13/pflag/uint8.go             |     88 -
 vendor/github.com/spf13/pflag/uint_slice.go        |    126 -
 vendor/github.com/spf13/pflag/verify/all.sh        |     69 -
 vendor/github.com/spf13/pflag/verify/gofmt.sh      |     19 -
 vendor/github.com/spf13/pflag/verify/golint.sh     |     15 -
 vendor/go.uber.org/atomic/.codecov.yml             |     15 -
 .../atomic/.github/PULL_REQUEST_TEMPLATE.md        |      8 -
 vendor/go.uber.org/atomic/.gitignore               |     11 -
 vendor/go.uber.org/atomic/.travis.yml              |     23 -
 vendor/go.uber.org/atomic/LICENSE.txt              |     19 -
 vendor/go.uber.org/atomic/Makefile                 |     64 -
 vendor/go.uber.org/atomic/README.md                |     36 -
 vendor/go.uber.org/atomic/atomic.go                |    351 -
 vendor/go.uber.org/atomic/glide.lock               |     17 -
 vendor/go.uber.org/atomic/glide.yaml               |      6 -
 vendor/go.uber.org/atomic/scripts/cover.sh         |     40 -
 vendor/go.uber.org/atomic/scripts/test-ubergo.sh   |     26 -
 vendor/go.uber.org/atomic/string.go                |     49 -
 vendor/go.uber.org/multierr/.codecov.yml           |     15 -
 vendor/go.uber.org/multierr/.gitignore             |      1 -
 vendor/go.uber.org/multierr/.travis.yml            |     33 -
 vendor/go.uber.org/multierr/CHANGELOG.md           |     28 -
 vendor/go.uber.org/multierr/LICENSE.txt            |     19 -
 vendor/go.uber.org/multierr/Makefile               |     74 -
 vendor/go.uber.org/multierr/README.md              |     23 -
 vendor/go.uber.org/multierr/error.go               |    401 -
 vendor/go.uber.org/multierr/glide.lock             |     19 -
 vendor/go.uber.org/multierr/glide.yaml             |      8 -
 vendor/go.uber.org/multierr/scripts/cover.sh       |     40 -
 vendor/go.uber.org/zap/.codecov.yml                |     17 -
 vendor/go.uber.org/zap/.gitignore                  |     28 -
 vendor/go.uber.org/zap/.readme.tmpl                |    108 -
 vendor/go.uber.org/zap/.travis.yml                 |     21 -
 vendor/go.uber.org/zap/CHANGELOG.md                |    305 -
 vendor/go.uber.org/zap/CODE_OF_CONDUCT.md          |     75 -
 vendor/go.uber.org/zap/CONTRIBUTING.md             |     81 -
 vendor/go.uber.org/zap/FAQ.md                      |    155 -
 vendor/go.uber.org/zap/LICENSE.txt                 |     19 -
 vendor/go.uber.org/zap/Makefile                    |     76 -
 vendor/go.uber.org/zap/README.md                   |    136 -
 vendor/go.uber.org/zap/array.go                    |    320 -
 vendor/go.uber.org/zap/benchmarks/doc.go           |     23 -
 vendor/go.uber.org/zap/buffer/buffer.go            |    115 -
 vendor/go.uber.org/zap/buffer/pool.go              |     49 -
 vendor/go.uber.org/zap/check_license.sh            |     17 -
 vendor/go.uber.org/zap/config.go                   |    243 -
 vendor/go.uber.org/zap/doc.go                      |    113 -
 vendor/go.uber.org/zap/encoder.go                  |     75 -
 vendor/go.uber.org/zap/error.go                    |     80 -
 vendor/go.uber.org/zap/field.go                    |    310 -
 vendor/go.uber.org/zap/flag.go                     |     39 -
 vendor/go.uber.org/zap/glide.lock                  |     76 -
 vendor/go.uber.org/zap/glide.yaml                  |     35 -
 vendor/go.uber.org/zap/global.go                   |    169 -
 vendor/go.uber.org/zap/http_handler.go             |     81 -
 .../zap/internal/bufferpool/bufferpool.go          |     31 -
 vendor/go.uber.org/zap/internal/color/color.go     |     44 -
 vendor/go.uber.org/zap/internal/exit/exit.go       |     64 -
 vendor/go.uber.org/zap/internal/readme/readme.go   |    209 -
 vendor/go.uber.org/zap/internal/ztest/doc.go       |     24 -
 vendor/go.uber.org/zap/internal/ztest/timeout.go   |     59 -
 vendor/go.uber.org/zap/internal/ztest/writer.go    |     96 -
 vendor/go.uber.org/zap/level.go                    |    132 -
 vendor/go.uber.org/zap/logger.go                   |    305 -
 vendor/go.uber.org/zap/options.go                  |    109 -
 vendor/go.uber.org/zap/scripts/cover.sh            |     12 -
 vendor/go.uber.org/zap/sink.go                     |    161 -
 vendor/go.uber.org/zap/stacktrace.go               |    126 -
 vendor/go.uber.org/zap/sugar.go                    |    304 -
 vendor/go.uber.org/zap/time.go                     |     27 -
 vendor/go.uber.org/zap/writer.go                   |     99 -
 vendor/go.uber.org/zap/zapcore/console_encoder.go  |    147 -
 vendor/go.uber.org/zap/zapcore/core.go             |    113 -
 vendor/go.uber.org/zap/zapcore/doc.go              |     24 -
 vendor/go.uber.org/zap/zapcore/encoder.go          |    348 -
 vendor/go.uber.org/zap/zapcore/entry.go            |    257 -
 vendor/go.uber.org/zap/zapcore/error.go            |    120 -
 vendor/go.uber.org/zap/zapcore/field.go            |    201 -
 vendor/go.uber.org/zap/zapcore/hook.go             |     68 -
 vendor/go.uber.org/zap/zapcore/json_encoder.go     |    502 -
 vendor/go.uber.org/zap/zapcore/level.go            |    175 -
 vendor/go.uber.org/zap/zapcore/level_strings.go    |     46 -
 vendor/go.uber.org/zap/zapcore/marshaler.go        |     53 -
 vendor/go.uber.org/zap/zapcore/memory_encoder.go   |    179 -
 vendor/go.uber.org/zap/zapcore/sampler.go          |    134 -
 vendor/go.uber.org/zap/zapcore/tee.go              |     81 -
 vendor/go.uber.org/zap/zapcore/write_syncer.go     |    123 -
 vendor/go.uber.org/zap/zapgrpc/zapgrpc.go          |    100 -
 vendor/go.uber.org/zap/zaptest/doc.go              |     22 -
 vendor/go.uber.org/zap/zaptest/logger.go           |    124 -
 .../zap/zaptest/observer/logged_entry.go           |     39 -
 .../go.uber.org/zap/zaptest/observer/observer.go   |    167 -
 vendor/go.uber.org/zap/zaptest/testingt.go         |     47 -
 vendor/go.uber.org/zap/zaptest/timeout.go          |     45 -
 vendor/go.uber.org/zap/zaptest/writer.go           |     44 -
 vendor/golang.org/x/crypto/.gitattributes          |     10 -
 vendor/golang.org/x/crypto/.gitignore              |      2 -
 vendor/golang.org/x/crypto/AUTHORS                 |      3 -
 vendor/golang.org/x/crypto/CONTRIBUTING.md         |     26 -
 vendor/golang.org/x/crypto/CONTRIBUTORS            |      3 -
 vendor/golang.org/x/crypto/LICENSE                 |     27 -
 vendor/golang.org/x/crypto/PATENTS                 |     22 -
 vendor/golang.org/x/crypto/README.md               |     21 -
 vendor/golang.org/x/crypto/acme/acme.go            |    926 -
 .../golang.org/x/crypto/acme/autocert/autocert.go  |   1139 -
 vendor/golang.org/x/crypto/acme/autocert/cache.go  |    130 -
 .../x/crypto/acme/autocert/internal/acmetest/ca.go |    416 -
 .../golang.org/x/crypto/acme/autocert/listener.go  |    157 -
 .../golang.org/x/crypto/acme/autocert/renewal.go   |    141 -
 vendor/golang.org/x/crypto/acme/http.go            |    281 -
 vendor/golang.org/x/crypto/acme/jws.go             |    156 -
 vendor/golang.org/x/crypto/acme/types.go           |    329 -
 vendor/golang.org/x/crypto/argon2/argon2.go        |    285 -
 vendor/golang.org/x/crypto/argon2/blake2b.go       |     53 -
 vendor/golang.org/x/crypto/argon2/blamka_amd64.go  |     60 -
 vendor/golang.org/x/crypto/argon2/blamka_amd64.s   |    243 -
 .../golang.org/x/crypto/argon2/blamka_generic.go   |    163 -
 vendor/golang.org/x/crypto/argon2/blamka_ref.go    |     15 -
 vendor/golang.org/x/crypto/bcrypt/base64.go        |     35 -
 vendor/golang.org/x/crypto/bcrypt/bcrypt.go        |    295 -
 vendor/golang.org/x/crypto/blake2b/blake2b.go      |    289 -
 .../x/crypto/blake2b/blake2bAVX2_amd64.go          |     37 -
 .../x/crypto/blake2b/blake2bAVX2_amd64.s           |    750 -
 .../golang.org/x/crypto/blake2b/blake2b_amd64.go   |     24 -
 vendor/golang.org/x/crypto/blake2b/blake2b_amd64.s |    281 -
 .../golang.org/x/crypto/blake2b/blake2b_generic.go |    179 -
 vendor/golang.org/x/crypto/blake2b/blake2b_ref.go  |     11 -
 vendor/golang.org/x/crypto/blake2b/blake2x.go      |    177 -
 vendor/golang.org/x/crypto/blake2b/register.go     |     32 -
 vendor/golang.org/x/crypto/blake2s/blake2s.go      |    244 -
 vendor/golang.org/x/crypto/blake2s/blake2s_386.go  |     32 -
 vendor/golang.org/x/crypto/blake2s/blake2s_386.s   |    435 -
 .../golang.org/x/crypto/blake2s/blake2s_amd64.go   |     37 -
 vendor/golang.org/x/crypto/blake2s/blake2s_amd64.s |    438 -
 .../golang.org/x/crypto/blake2s/blake2s_generic.go |    174 -
 vendor/golang.org/x/crypto/blake2s/blake2s_ref.go  |     17 -
 vendor/golang.org/x/crypto/blake2s/blake2x.go      |    178 -
 vendor/golang.org/x/crypto/blake2s/register.go     |     21 -
 vendor/golang.org/x/crypto/blowfish/block.go       |    159 -
 vendor/golang.org/x/crypto/blowfish/cipher.go      |     91 -
 vendor/golang.org/x/crypto/blowfish/const.go       |    199 -
 vendor/golang.org/x/crypto/bn256/bn256.go          |    416 -
 vendor/golang.org/x/crypto/bn256/constants.go      |     44 -
 vendor/golang.org/x/crypto/bn256/curve.go          |    287 -
 vendor/golang.org/x/crypto/bn256/gfp12.go          |    200 -
 vendor/golang.org/x/crypto/bn256/gfp2.go           |    219 -
 vendor/golang.org/x/crypto/bn256/gfp6.go           |    296 -
 vendor/golang.org/x/crypto/bn256/optate.go         |    395 -
 vendor/golang.org/x/crypto/bn256/twist.go          |    258 -
 vendor/golang.org/x/crypto/cast5/cast5.go          |    526 -
 .../x/crypto/chacha20poly1305/chacha20poly1305.go  |    101 -
 .../chacha20poly1305/chacha20poly1305_amd64.go     |     86 -
 .../chacha20poly1305/chacha20poly1305_amd64.s      |   2695 -
 .../chacha20poly1305/chacha20poly1305_generic.go   |     81 -
 .../chacha20poly1305/chacha20poly1305_noasm.go     |     15 -
 .../x/crypto/chacha20poly1305/xchacha20poly1305.go |    104 -
 vendor/golang.org/x/crypto/codereview.cfg          |      1 -
 vendor/golang.org/x/crypto/cryptobyte/asn1.go      |    751 -
 vendor/golang.org/x/crypto/cryptobyte/asn1/asn1.go |     46 -
 vendor/golang.org/x/crypto/cryptobyte/builder.go   |    337 -
 vendor/golang.org/x/crypto/cryptobyte/string.go    |    166 -
 .../golang.org/x/crypto/curve25519/const_amd64.h   |      8 -
 .../golang.org/x/crypto/curve25519/const_amd64.s   |     20 -
 .../golang.org/x/crypto/curve25519/cswap_amd64.s   |     65 -
 .../golang.org/x/crypto/curve25519/curve25519.go   |    834 -
 vendor/golang.org/x/crypto/curve25519/doc.go       |     23 -
 .../golang.org/x/crypto/curve25519/freeze_amd64.s  |     73 -
 .../x/crypto/curve25519/ladderstep_amd64.s         |   1377 -
 .../x/crypto/curve25519/mont25519_amd64.go         |    240 -
 vendor/golang.org/x/crypto/curve25519/mul_amd64.s  |    169 -
 .../golang.org/x/crypto/curve25519/square_amd64.s  |    132 -
 vendor/golang.org/x/crypto/ed25519/ed25519.go      |    217 -
 .../crypto/ed25519/internal/edwards25519/const.go  |   1422 -
 .../ed25519/internal/edwards25519/edwards25519.go  |   1793 -
 .../x/crypto/ed25519/testdata/sign.input.gz        |    Bin 50330 -> 0 bytes
 vendor/golang.org/x/crypto/hkdf/hkdf.go            |     93 -
 .../x/crypto/internal/chacha20/chacha_generic.go   |    264 -
 .../x/crypto/internal/chacha20/chacha_noasm.go     |     16 -
 .../x/crypto/internal/chacha20/chacha_s390x.go     |     30 -
 .../x/crypto/internal/chacha20/chacha_s390x.s      |    283 -
 .../golang.org/x/crypto/internal/chacha20/xor.go   |     43 -
 .../x/crypto/internal/subtle/aliasing.go           |     32 -
 .../x/crypto/internal/subtle/aliasing_appengine.go |     35 -
 vendor/golang.org/x/crypto/md4/md4.go              |    118 -
 vendor/golang.org/x/crypto/md4/md4block.go         |     89 -
 vendor/golang.org/x/crypto/nacl/auth/auth.go       |     58 -
 vendor/golang.org/x/crypto/nacl/box/box.go         |    103 -
 .../x/crypto/nacl/secretbox/secretbox.go           |    173 -
 vendor/golang.org/x/crypto/nacl/sign/sign.go       |     90 -
 vendor/golang.org/x/crypto/ocsp/ocsp.go            |    781 -
 vendor/golang.org/x/crypto/openpgp/armor/armor.go  |    219 -
 vendor/golang.org/x/crypto/openpgp/armor/encode.go |    160 -
 .../golang.org/x/crypto/openpgp/canonical_text.go  |     59 -
 .../x/crypto/openpgp/clearsign/clearsign.go        |    399 -
 .../golang.org/x/crypto/openpgp/elgamal/elgamal.go |    122 -
 .../golang.org/x/crypto/openpgp/errors/errors.go   |     72 -
 vendor/golang.org/x/crypto/openpgp/keys.go         |    693 -
 .../x/crypto/openpgp/packet/compressed.go          |    123 -
 .../golang.org/x/crypto/openpgp/packet/config.go   |     91 -
 .../x/crypto/openpgp/packet/encrypted_key.go       |    206 -
 .../golang.org/x/crypto/openpgp/packet/literal.go  |     89 -
 vendor/golang.org/x/crypto/openpgp/packet/ocfb.go  |    143 -
 .../x/crypto/openpgp/packet/one_pass_signature.go  |     73 -
 .../golang.org/x/crypto/openpgp/packet/opaque.go   |    162 -
 .../golang.org/x/crypto/openpgp/packet/packet.go   |    551 -
 .../x/crypto/openpgp/packet/private_key.go         |    385 -
 .../x/crypto/openpgp/packet/public_key.go          |    753 -
 .../x/crypto/openpgp/packet/public_key_v3.go       |    279 -
 .../golang.org/x/crypto/openpgp/packet/reader.go   |     76 -
 .../x/crypto/openpgp/packet/signature.go           |    731 -
 .../x/crypto/openpgp/packet/signature_v3.go        |    146 -
 .../openpgp/packet/symmetric_key_encrypted.go      |    155 -
 .../openpgp/packet/symmetrically_encrypted.go      |    290 -
 .../x/crypto/openpgp/packet/userattribute.go       |     91 -
 .../golang.org/x/crypto/openpgp/packet/userid.go   |    160 -
 vendor/golang.org/x/crypto/openpgp/read.go         |    442 -
 vendor/golang.org/x/crypto/openpgp/s2k/s2k.go      |    273 -
 vendor/golang.org/x/crypto/openpgp/write.go        |    416 -
 .../golang.org/x/crypto/otr/libotr_test_helper.c   |    197 -
 vendor/golang.org/x/crypto/otr/otr.go              |   1415 -
 vendor/golang.org/x/crypto/otr/smp.go              |    572 -
 vendor/golang.org/x/crypto/pbkdf2/pbkdf2.go        |     77 -
 vendor/golang.org/x/crypto/pkcs12/bmp-string.go    |     50 -
 vendor/golang.org/x/crypto/pkcs12/crypto.go        |    131 -
 vendor/golang.org/x/crypto/pkcs12/errors.go        |     23 -
 .../golang.org/x/crypto/pkcs12/internal/rc2/rc2.go |    271 -
 vendor/golang.org/x/crypto/pkcs12/mac.go           |     45 -
 vendor/golang.org/x/crypto/pkcs12/pbkdf.go         |    170 -
 vendor/golang.org/x/crypto/pkcs12/pkcs12.go        |    346 -
 vendor/golang.org/x/crypto/pkcs12/safebags.go      |     57 -
 vendor/golang.org/x/crypto/poly1305/poly1305.go    |     33 -
 vendor/golang.org/x/crypto/poly1305/sum_amd64.go   |     22 -
 vendor/golang.org/x/crypto/poly1305/sum_amd64.s    |    125 -
 vendor/golang.org/x/crypto/poly1305/sum_arm.go     |     22 -
 vendor/golang.org/x/crypto/poly1305/sum_arm.s      |    427 -
 vendor/golang.org/x/crypto/poly1305/sum_noasm.go   |     14 -
 vendor/golang.org/x/crypto/poly1305/sum_ref.go     |    139 -
 vendor/golang.org/x/crypto/poly1305/sum_s390x.go   |     49 -
 vendor/golang.org/x/crypto/poly1305/sum_s390x.s    |    400 -
 .../golang.org/x/crypto/poly1305/sum_vmsl_s390x.s  |    931 -
 vendor/golang.org/x/crypto/ripemd160/ripemd160.go  |    120 -
 .../x/crypto/ripemd160/ripemd160block.go           |    165 -
 .../golang.org/x/crypto/salsa20/salsa/hsalsa20.go  |    144 -
 .../x/crypto/salsa20/salsa/salsa2020_amd64.s       |    889 -
 .../golang.org/x/crypto/salsa20/salsa/salsa208.go  |    199 -
 .../x/crypto/salsa20/salsa/salsa20_amd64.go        |     24 -
 .../x/crypto/salsa20/salsa/salsa20_ref.go          |    234 -
 vendor/golang.org/x/crypto/salsa20/salsa20.go      |     58 -
 vendor/golang.org/x/crypto/scrypt/scrypt.go        |    244 -
 vendor/golang.org/x/crypto/sha3/doc.go             |     66 -
 vendor/golang.org/x/crypto/sha3/hashes.go          |     91 -
 vendor/golang.org/x/crypto/sha3/hashes_generic.go  |     27 -
 vendor/golang.org/x/crypto/sha3/keccakf.go         |    412 -
 vendor/golang.org/x/crypto/sha3/keccakf_amd64.go   |     13 -
 vendor/golang.org/x/crypto/sha3/keccakf_amd64.s    |    390 -
 vendor/golang.org/x/crypto/sha3/register.go        |     18 -
 vendor/golang.org/x/crypto/sha3/sha3.go            |    192 -
 vendor/golang.org/x/crypto/sha3/sha3_s390x.go      |    289 -
 vendor/golang.org/x/crypto/sha3/sha3_s390x.s       |     49 -
 vendor/golang.org/x/crypto/sha3/shake.go           |     70 -
 vendor/golang.org/x/crypto/sha3/shake_generic.go   |     19 -
 .../x/crypto/sha3/testdata/keccakKats.json.deflate |    Bin 521342 -> 0 bytes
 vendor/golang.org/x/crypto/sha3/xor.go             |     16 -
 vendor/golang.org/x/crypto/sha3/xor_generic.go     |     28 -
 vendor/golang.org/x/crypto/sha3/xor_unaligned.go   |     58 -
 vendor/golang.org/x/crypto/ssh/agent/client.go     |    789 -
 vendor/golang.org/x/crypto/ssh/agent/forward.go    |    103 -
 vendor/golang.org/x/crypto/ssh/agent/keyring.go    |    241 -
 vendor/golang.org/x/crypto/ssh/agent/server.go     |    567 -
 vendor/golang.org/x/crypto/ssh/buffer.go           |     97 -
 vendor/golang.org/x/crypto/ssh/certs.go            |    535 -
 vendor/golang.org/x/crypto/ssh/channel.go          |    633 -
 vendor/golang.org/x/crypto/ssh/cipher.go           |    770 -
 vendor/golang.org/x/crypto/ssh/client.go           |    278 -
 vendor/golang.org/x/crypto/ssh/client_auth.go      |    525 -
 vendor/golang.org/x/crypto/ssh/common.go           |    383 -
 vendor/golang.org/x/crypto/ssh/connection.go       |    143 -
 vendor/golang.org/x/crypto/ssh/doc.go              |     21 -
 vendor/golang.org/x/crypto/ssh/handshake.go        |    646 -
 vendor/golang.org/x/crypto/ssh/kex.go              |    540 -
 vendor/golang.org/x/crypto/ssh/keys.go             |   1100 -
 .../x/crypto/ssh/knownhosts/knownhosts.go          |    540 -
 vendor/golang.org/x/crypto/ssh/mac.go              |     61 -
 vendor/golang.org/x/crypto/ssh/messages.go         |    766 -
 vendor/golang.org/x/crypto/ssh/mux.go              |    330 -
 vendor/golang.org/x/crypto/ssh/server.go           |    594 -
 vendor/golang.org/x/crypto/ssh/session.go          |    647 -
 vendor/golang.org/x/crypto/ssh/streamlocal.go      |    116 -
 vendor/golang.org/x/crypto/ssh/tcpip.go            |    474 -
 .../golang.org/x/crypto/ssh/terminal/terminal.go   |    951 -
 vendor/golang.org/x/crypto/ssh/terminal/util.go    |    114 -
 .../golang.org/x/crypto/ssh/terminal/util_bsd.go   |     12 -
 .../golang.org/x/crypto/ssh/terminal/util_linux.go |     10 -
 .../golang.org/x/crypto/ssh/terminal/util_plan9.go |     58 -
 .../x/crypto/ssh/terminal/util_solaris.go          |    124 -
 .../x/crypto/ssh/terminal/util_windows.go          |    103 -
 vendor/golang.org/x/crypto/ssh/test/doc.go         |      7 -
 vendor/golang.org/x/crypto/ssh/test/sshd_test_pw.c |    173 -
 vendor/golang.org/x/crypto/ssh/testdata/doc.go     |      8 -
 vendor/golang.org/x/crypto/ssh/testdata/keys.go    |    227 -
 vendor/golang.org/x/crypto/ssh/transport.go        |    353 -
 vendor/golang.org/x/crypto/tea/cipher.go           |    108 -
 vendor/golang.org/x/crypto/twofish/twofish.go      |    342 -
 vendor/golang.org/x/crypto/xtea/block.go           |     66 -
 vendor/golang.org/x/crypto/xtea/cipher.go          |     82 -
 vendor/golang.org/x/crypto/xts/xts.go              |    145 -
 vendor/golang.org/x/net/.gitattributes             |     10 -
 vendor/golang.org/x/net/.gitignore                 |      2 -
 vendor/golang.org/x/net/AUTHORS                    |      3 -
 vendor/golang.org/x/net/CONTRIBUTING.md            |     26 -
 vendor/golang.org/x/net/CONTRIBUTORS               |      3 -
 vendor/golang.org/x/net/LICENSE                    |     27 -
 vendor/golang.org/x/net/PATENTS                    |     22 -
 vendor/golang.org/x/net/README.md                  |     16 -
 vendor/golang.org/x/net/bpf/asm.go                 |     41 -
 vendor/golang.org/x/net/bpf/constants.go           |    222 -
 vendor/golang.org/x/net/bpf/doc.go                 |     82 -
 vendor/golang.org/x/net/bpf/instructions.go        |    726 -
 vendor/golang.org/x/net/bpf/setter.go              |     10 -
 .../x/net/bpf/testdata/all_instructions.bpf        |      1 -
 .../x/net/bpf/testdata/all_instructions.txt        |     88 -
 vendor/golang.org/x/net/bpf/vm.go                  |    150 -
 vendor/golang.org/x/net/bpf/vm_instructions.go     |    181 -
 vendor/golang.org/x/net/codereview.cfg             |      1 -
 vendor/golang.org/x/net/context/context.go         |     56 -
 vendor/golang.org/x/net/context/ctxhttp/ctxhttp.go |     71 -
 vendor/golang.org/x/net/context/go17.go            |     72 -
 vendor/golang.org/x/net/context/go19.go            |     20 -
 vendor/golang.org/x/net/context/pre_go17.go        |    300 -
 vendor/golang.org/x/net/context/pre_go19.go        |    109 -
 vendor/golang.org/x/net/dict/dict.go               |    210 -
 vendor/golang.org/x/net/dns/dnsmessage/message.go  |   2606 -
 vendor/golang.org/x/net/html/atom/atom.go          |     78 -
 vendor/golang.org/x/net/html/atom/gen.go           |    712 -
 vendor/golang.org/x/net/html/atom/table.go         |    783 -
 vendor/golang.org/x/net/html/charset/charset.go    |    257 -
 .../x/net/html/charset/testdata/HTTP-charset.html  |     48 -
 .../html/charset/testdata/HTTP-vs-UTF-8-BOM.html   |     48 -
 .../charset/testdata/HTTP-vs-meta-charset.html     |     49 -
 .../charset/testdata/HTTP-vs-meta-content.html     |     49 -
 .../charset/testdata/No-encoding-declaration.html  |     47 -
 .../golang.org/x/net/html/charset/testdata/README  |      9 -
 .../x/net/html/charset/testdata/UTF-16BE-BOM.html  |    Bin 2670 -> 0 bytes
 .../x/net/html/charset/testdata/UTF-16LE-BOM.html  |    Bin 2682 -> 0 bytes
 .../testdata/UTF-8-BOM-vs-meta-charset.html        |     49 -
 .../testdata/UTF-8-BOM-vs-meta-content.html        |     48 -
 .../charset/testdata/meta-charset-attribute.html   |     48 -
 .../charset/testdata/meta-content-attribute.html   |     48 -
 vendor/golang.org/x/net/html/const.go              |    112 -
 vendor/golang.org/x/net/html/doc.go                |    106 -
 vendor/golang.org/x/net/html/doctype.go            |    156 -
 vendor/golang.org/x/net/html/entity.go             |   2253 -
 vendor/golang.org/x/net/html/escape.go             |    258 -
 vendor/golang.org/x/net/html/foreign.go            |    226 -
 vendor/golang.org/x/net/html/node.go               |    220 -
 vendor/golang.org/x/net/html/parse.go              |   2311 -
 vendor/golang.org/x/net/html/render.go             |    271 -
 .../golang.org/x/net/html/testdata/go/template.dat |     37 -
 vendor/golang.org/x/net/html/testdata/go1.html     |   2237 -
 .../golang.org/x/net/html/testdata/webkit/README   |     28 -
 .../x/net/html/testdata/webkit/adoption01.dat      |    194 -
 .../x/net/html/testdata/webkit/adoption02.dat      |     31 -
 .../x/net/html/testdata/webkit/comments01.dat      |    135 -
 .../x/net/html/testdata/webkit/doctype01.dat       |    370 -
 .../x/net/html/testdata/webkit/entities01.dat      |    603 -
 .../x/net/html/testdata/webkit/entities02.dat      |    249 -
 .../x/net/html/testdata/webkit/html5test-com.dat   |    246 -
 .../x/net/html/testdata/webkit/inbody01.dat        |     43 -
 .../x/net/html/testdata/webkit/isindex.dat         |     40 -
 .../pending-spec-changes-plain-text-unsafe.dat     |    Bin 115 -> 0 bytes
 .../html/testdata/webkit/pending-spec-changes.dat  |     52 -
 .../net/html/testdata/webkit/plain-text-unsafe.dat |    Bin 4166 -> 0 bytes
 .../golang.org/x/net/html/testdata/webkit/ruby.dat |    298 -
 .../x/net/html/testdata/webkit/scriptdata01.dat    |    308 -
 .../html/testdata/webkit/scripted/adoption01.dat   |     15 -
 .../net/html/testdata/webkit/scripted/webkit01.dat |     28 -
 .../x/net/html/testdata/webkit/tables01.dat        |    212 -
 .../x/net/html/testdata/webkit/template.dat        |   1326 -
 .../x/net/html/testdata/webkit/tests1.dat          |   1952 -
 .../x/net/html/testdata/webkit/tests10.dat         |    799 -
 .../x/net/html/testdata/webkit/tests11.dat         |    482 -
 .../x/net/html/testdata/webkit/tests12.dat         |     62 -
 .../x/net/html/testdata/webkit/tests14.dat         |     74 -
 .../x/net/html/testdata/webkit/tests15.dat         |    208 -
 .../x/net/html/testdata/webkit/tests16.dat         |   2299 -
 .../x/net/html/testdata/webkit/tests17.dat         |    153 -
 .../x/net/html/testdata/webkit/tests18.dat         |    269 -
 .../x/net/html/testdata/webkit/tests19.dat         |   1237 -
 .../x/net/html/testdata/webkit/tests2.dat          |    763 -
 .../x/net/html/testdata/webkit/tests20.dat         |    455 -
 .../x/net/html/testdata/webkit/tests21.dat         |    221 -
 .../x/net/html/testdata/webkit/tests22.dat         |    157 -
 .../x/net/html/testdata/webkit/tests23.dat         |    155 -
 .../x/net/html/testdata/webkit/tests24.dat         |     79 -
 .../x/net/html/testdata/webkit/tests25.dat         |    219 -
 .../x/net/html/testdata/webkit/tests26.dat         |    313 -
 .../x/net/html/testdata/webkit/tests3.dat          |    305 -
 .../x/net/html/testdata/webkit/tests4.dat          |     59 -
 .../x/net/html/testdata/webkit/tests5.dat          |    191 -
 .../x/net/html/testdata/webkit/tests6.dat          |    663 -
 .../x/net/html/testdata/webkit/tests7.dat          |    390 -
 .../x/net/html/testdata/webkit/tests8.dat          |    148 -
 .../x/net/html/testdata/webkit/tests9.dat          |    457 -
 .../net/html/testdata/webkit/tests_innerHTML_1.dat |    741 -
 .../x/net/html/testdata/webkit/tricky01.dat        |    261 -
 .../x/net/html/testdata/webkit/webkit01.dat        |    610 -
 .../x/net/html/testdata/webkit/webkit02.dat        |    159 -
 vendor/golang.org/x/net/html/token.go              |   1219 -
 vendor/golang.org/x/net/http/httpguts/guts.go      |     50 -
 vendor/golang.org/x/net/http/httpguts/httplex.go   |    346 -
 vendor/golang.org/x/net/http/httpproxy/proxy.go    |    370 -
 vendor/golang.org/x/net/http2/.gitignore           |      2 -
 vendor/golang.org/x/net/http2/Dockerfile           |     51 -
 vendor/golang.org/x/net/http2/Makefile             |      3 -
 vendor/golang.org/x/net/http2/README               |     20 -
 vendor/golang.org/x/net/http2/ciphers.go           |    641 -
 vendor/golang.org/x/net/http2/client_conn_pool.go  |    282 -
 vendor/golang.org/x/net/http2/databuffer.go        |    146 -
 vendor/golang.org/x/net/http2/errors.go            |    133 -
 vendor/golang.org/x/net/http2/flow.go              |     50 -
 vendor/golang.org/x/net/http2/frame.go             |   1614 -
 vendor/golang.org/x/net/http2/go111.go             |     29 -
 vendor/golang.org/x/net/http2/gotrack.go           |    170 -
 vendor/golang.org/x/net/http2/h2c/h2c.go           |    492 -
 vendor/golang.org/x/net/http2/h2demo/.gitignore    |      6 -
 vendor/golang.org/x/net/http2/h2demo/Dockerfile    |     11 -
 vendor/golang.org/x/net/http2/h2demo/Dockerfile.0  |    134 -
 vendor/golang.org/x/net/http2/h2demo/Makefile      |     55 -
 vendor/golang.org/x/net/http2/h2demo/README        |     16 -
 .../x/net/http2/h2demo/deployment-prod.yaml        |     28 -
 vendor/golang.org/x/net/http2/h2demo/h2demo.go     |    546 -
 vendor/golang.org/x/net/http2/h2demo/launch.go     |    302 -
 vendor/golang.org/x/net/http2/h2demo/rootCA.key    |     27 -
 vendor/golang.org/x/net/http2/h2demo/rootCA.pem    |     26 -
 vendor/golang.org/x/net/http2/h2demo/rootCA.srl    |      1 -
 vendor/golang.org/x/net/http2/h2demo/server.crt    |     20 -
 vendor/golang.org/x/net/http2/h2demo/server.key    |     27 -
 vendor/golang.org/x/net/http2/h2demo/service.yaml  |     17 -
 vendor/golang.org/x/net/http2/h2demo/tmpl.go       |   1991 -
 vendor/golang.org/x/net/http2/h2i/README.md        |     97 -
 vendor/golang.org/x/net/http2/h2i/h2i.go           |    522 -
 vendor/golang.org/x/net/http2/headermap.go         |     88 -
 vendor/golang.org/x/net/http2/hpack/encode.go      |    240 -
 vendor/golang.org/x/net/http2/hpack/hpack.go       |    496 -
 vendor/golang.org/x/net/http2/hpack/huffman.go     |    222 -
 vendor/golang.org/x/net/http2/hpack/tables.go      |    479 -
 vendor/golang.org/x/net/http2/http2.go             |    384 -
 vendor/golang.org/x/net/http2/not_go111.go         |     20 -
 vendor/golang.org/x/net/http2/pipe.go              |    163 -
 vendor/golang.org/x/net/http2/server.go            |   2901 -
 .../http2/testdata/draft-ietf-httpbis-http2.xml    |   5021 -
 vendor/golang.org/x/net/http2/transport.go         |   2582 -
 vendor/golang.org/x/net/http2/write.go             |    365 -
 vendor/golang.org/x/net/http2/writesched.go        |    242 -
 .../golang.org/x/net/http2/writesched_priority.go  |    452 -
 vendor/golang.org/x/net/http2/writesched_random.go |     72 -
 vendor/golang.org/x/net/icmp/dstunreach.go         |     41 -
 vendor/golang.org/x/net/icmp/echo.go               |    157 -
 vendor/golang.org/x/net/icmp/endpoint.go           |    113 -
 vendor/golang.org/x/net/icmp/extension.go          |    110 -
 vendor/golang.org/x/net/icmp/helper_posix.go       |     75 -
 vendor/golang.org/x/net/icmp/interface.go          |    322 -
 vendor/golang.org/x/net/icmp/ipv4.go               |     69 -
 vendor/golang.org/x/net/icmp/ipv6.go               |     23 -
 vendor/golang.org/x/net/icmp/listen_posix.go       |    100 -
 vendor/golang.org/x/net/icmp/listen_stub.go        |     33 -
 vendor/golang.org/x/net/icmp/message.go            |    160 -
 vendor/golang.org/x/net/icmp/messagebody.go        |     43 -
 vendor/golang.org/x/net/icmp/mpls.go               |     77 -
 vendor/golang.org/x/net/icmp/multipart.go          |    121 -
 vendor/golang.org/x/net/icmp/packettoobig.go       |     43 -
 vendor/golang.org/x/net/icmp/paramprob.go          |     63 -
 vendor/golang.org/x/net/icmp/sys_freebsd.go        |     11 -
 vendor/golang.org/x/net/icmp/timeexceeded.go       |     39 -
 vendor/golang.org/x/net/idna/idna.go               |    732 -
 vendor/golang.org/x/net/idna/punycode.go           |    203 -
 vendor/golang.org/x/net/idna/tables.go             |   4557 -
 vendor/golang.org/x/net/idna/trie.go               |     72 -
 vendor/golang.org/x/net/idna/trieval.go            |    119 -
 vendor/golang.org/x/net/internal/iana/const.go     |    223 -
 vendor/golang.org/x/net/internal/iana/gen.go       |    383 -
 .../x/net/internal/nettest/helper_bsd.go           |     53 -
 .../x/net/internal/nettest/helper_nobsd.go         |     15 -
 .../x/net/internal/nettest/helper_posix.go         |     31 -
 .../x/net/internal/nettest/helper_stub.go          |     32 -
 .../x/net/internal/nettest/helper_unix.go          |     29 -
 .../x/net/internal/nettest/helper_windows.go       |     42 -
 .../golang.org/x/net/internal/nettest/interface.go |     94 -
 vendor/golang.org/x/net/internal/nettest/rlimit.go |     11 -
 vendor/golang.org/x/net/internal/nettest/stack.go  |    152 -
 vendor/golang.org/x/net/internal/socket/cmsghdr.go |     11 -
 .../x/net/internal/socket/cmsghdr_bsd.go           |     13 -
 .../x/net/internal/socket/cmsghdr_linux_32bit.go   |     14 -
 .../x/net/internal/socket/cmsghdr_linux_64bit.go   |     14 -
 .../x/net/internal/socket/cmsghdr_solaris_64bit.go |     14 -
 .../x/net/internal/socket/cmsghdr_stub.go          |     17 -
 .../x/net/internal/socket/defs_darwin.go           |     44 -
 .../x/net/internal/socket/defs_dragonfly.go        |     44 -
 .../x/net/internal/socket/defs_freebsd.go          |     44 -
 .../golang.org/x/net/internal/socket/defs_linux.go |     49 -
 .../x/net/internal/socket/defs_netbsd.go           |     47 -
 .../x/net/internal/socket/defs_openbsd.go          |     44 -
 .../x/net/internal/socket/defs_solaris.go          |     44 -
 vendor/golang.org/x/net/internal/socket/empty.s    |      7 -
 .../golang.org/x/net/internal/socket/error_unix.go |     31 -
 .../x/net/internal/socket/error_windows.go         |     26 -
 .../x/net/internal/socket/iovec_32bit.go           |     19 -
 .../x/net/internal/socket/iovec_64bit.go           |     19 -
 .../x/net/internal/socket/iovec_solaris_64bit.go   |     19 -
 .../golang.org/x/net/internal/socket/iovec_stub.go |     11 -
 .../x/net/internal/socket/mmsghdr_stub.go          |     21 -
 .../x/net/internal/socket/mmsghdr_unix.go          |     42 -
 .../golang.org/x/net/internal/socket/msghdr_bsd.go |     39 -
 .../x/net/internal/socket/msghdr_bsdvar.go         |     16 -
 .../x/net/internal/socket/msghdr_linux.go          |     36 -
 .../x/net/internal/socket/msghdr_linux_32bit.go    |     24 -
 .../x/net/internal/socket/msghdr_linux_64bit.go    |     24 -
 .../x/net/internal/socket/msghdr_openbsd.go        |     14 -
 .../x/net/internal/socket/msghdr_solaris_64bit.go  |     36 -
 .../x/net/internal/socket/msghdr_stub.go           |     14 -
 vendor/golang.org/x/net/internal/socket/rawconn.go |     66 -
 .../x/net/internal/socket/rawconn_mmsg.go          |     74 -
 .../x/net/internal/socket/rawconn_msg.go           |     77 -
 .../x/net/internal/socket/rawconn_nommsg.go        |     18 -
 .../x/net/internal/socket/rawconn_nomsg.go         |     18 -
 .../x/net/internal/socket/rawconn_stub.go          |     25 -
 vendor/golang.org/x/net/internal/socket/reflect.go |     62 -
 vendor/golang.org/x/net/internal/socket/socket.go  |    285 -
 vendor/golang.org/x/net/internal/socket/sys.go     |     33 -
 vendor/golang.org/x/net/internal/socket/sys_bsd.go |     17 -
 .../golang.org/x/net/internal/socket/sys_bsdvar.go |     14 -
 .../golang.org/x/net/internal/socket/sys_darwin.go |      7 -
 .../x/net/internal/socket/sys_dragonfly.go         |      7 -
 .../x/net/internal/socket/sys_go1_11_darwin.go     |     33 -
 .../x/net/internal/socket/sys_go1_12_darwin.go     |     42 -
 .../golang.org/x/net/internal/socket/sys_linux.go  |     27 -
 .../x/net/internal/socket/sys_linux_386.go         |     55 -
 .../x/net/internal/socket/sys_linux_386.s          |     11 -
 .../x/net/internal/socket/sys_linux_amd64.go       |     10 -
 .../x/net/internal/socket/sys_linux_arm.go         |     10 -
 .../x/net/internal/socket/sys_linux_arm64.go       |     10 -
 .../x/net/internal/socket/sys_linux_mips.go        |     10 -
 .../x/net/internal/socket/sys_linux_mips64.go      |     10 -
 .../x/net/internal/socket/sys_linux_mips64le.go    |     10 -
 .../x/net/internal/socket/sys_linux_mipsle.go      |     10 -
 .../x/net/internal/socket/sys_linux_ppc64.go       |     10 -
 .../x/net/internal/socket/sys_linux_ppc64le.go     |     10 -
 .../x/net/internal/socket/sys_linux_s390x.go       |     55 -
 .../x/net/internal/socket/sys_linux_s390x.s        |     11 -
 .../golang.org/x/net/internal/socket/sys_netbsd.go |     25 -
 .../golang.org/x/net/internal/socket/sys_posix.go  |    184 -
 .../x/net/internal/socket/sys_solaris.go           |     71 -
 .../x/net/internal/socket/sys_solaris_amd64.s      |     11 -
 .../golang.org/x/net/internal/socket/sys_stub.go   |     64 -
 .../golang.org/x/net/internal/socket/sys_unix.go   |     33 -
 .../x/net/internal/socket/sys_windows.go           |     70 -
 .../x/net/internal/socket/zsys_darwin_386.go       |     59 -
 .../x/net/internal/socket/zsys_darwin_amd64.go     |     61 -
 .../x/net/internal/socket/zsys_darwin_arm.go       |     59 -
 .../x/net/internal/socket/zsys_darwin_arm64.go     |     61 -
 .../x/net/internal/socket/zsys_dragonfly_amd64.go  |     61 -
 .../x/net/internal/socket/zsys_freebsd_386.go      |     59 -
 .../x/net/internal/socket/zsys_freebsd_amd64.go    |     61 -
 .../x/net/internal/socket/zsys_freebsd_arm.go      |     59 -
 .../x/net/internal/socket/zsys_linux_386.go        |     63 -
 .../x/net/internal/socket/zsys_linux_amd64.go      |     66 -
 .../x/net/internal/socket/zsys_linux_arm.go        |     63 -
 .../x/net/internal/socket/zsys_linux_arm64.go      |     66 -
 .../x/net/internal/socket/zsys_linux_mips.go       |     63 -
 .../x/net/internal/socket/zsys_linux_mips64.go     |     66 -
 .../x/net/internal/socket/zsys_linux_mips64le.go   |     66 -
 .../x/net/internal/socket/zsys_linux_mipsle.go     |     63 -
 .../x/net/internal/socket/zsys_linux_ppc64.go      |     66 -
 .../x/net/internal/socket/zsys_linux_ppc64le.go    |     66 -
 .../x/net/internal/socket/zsys_linux_s390x.go      |     66 -
 .../x/net/internal/socket/zsys_netbsd_386.go       |     65 -
 .../x/net/internal/socket/zsys_netbsd_amd64.go     |     68 -
 .../x/net/internal/socket/zsys_netbsd_arm.go       |     65 -
 .../x/net/internal/socket/zsys_openbsd_386.go      |     59 -
 .../x/net/internal/socket/zsys_openbsd_amd64.go    |     61 -
 .../x/net/internal/socket/zsys_openbsd_arm.go      |     59 -
 .../x/net/internal/socket/zsys_solaris_amd64.go    |     60 -
 vendor/golang.org/x/net/internal/socks/client.go   |    168 -
 vendor/golang.org/x/net/internal/socks/socks.go    |    317 -
 .../golang.org/x/net/internal/sockstest/server.go  |    241 -
 .../x/net/internal/timeseries/timeseries.go        |    525 -
 vendor/golang.org/x/net/ipv4/batch.go              |    190 -
 vendor/golang.org/x/net/ipv4/control.go            |    144 -
 vendor/golang.org/x/net/ipv4/control_bsd.go        |     40 -
 vendor/golang.org/x/net/ipv4/control_pktinfo.go    |     39 -
 vendor/golang.org/x/net/ipv4/control_stub.go       |     13 -
 vendor/golang.org/x/net/ipv4/control_unix.go       |     73 -
 vendor/golang.org/x/net/ipv4/control_windows.go    |     16 -
 vendor/golang.org/x/net/ipv4/defs_darwin.go        |     77 -
 vendor/golang.org/x/net/ipv4/defs_dragonfly.go     |     38 -
 vendor/golang.org/x/net/ipv4/defs_freebsd.go       |     75 -
 vendor/golang.org/x/net/ipv4/defs_linux.go         |    122 -
 vendor/golang.org/x/net/ipv4/defs_netbsd.go        |     37 -
 vendor/golang.org/x/net/ipv4/defs_openbsd.go       |     37 -
 vendor/golang.org/x/net/ipv4/defs_solaris.go       |     84 -
 vendor/golang.org/x/net/ipv4/dgramopt.go           |    264 -
 vendor/golang.org/x/net/ipv4/doc.go                |    245 -
 vendor/golang.org/x/net/ipv4/endpoint.go           |    186 -
 vendor/golang.org/x/net/ipv4/gen.go                |    199 -
 vendor/golang.org/x/net/ipv4/genericopt.go         |     55 -
 vendor/golang.org/x/net/ipv4/header.go             |    170 -
 vendor/golang.org/x/net/ipv4/helper.go             |     64 -
 vendor/golang.org/x/net/ipv4/iana.go               |     38 -
 vendor/golang.org/x/net/ipv4/icmp.go               |     57 -
 vendor/golang.org/x/net/ipv4/icmp_linux.go         |     25 -
 vendor/golang.org/x/net/ipv4/icmp_stub.go          |     25 -
 vendor/golang.org/x/net/ipv4/packet.go             |     68 -
 vendor/golang.org/x/net/ipv4/packet_go1_8.go       |     56 -
 vendor/golang.org/x/net/ipv4/packet_go1_9.go       |     67 -
 vendor/golang.org/x/net/ipv4/payload.go            |     23 -
 vendor/golang.org/x/net/ipv4/payload_cmsg.go       |     33 -
 vendor/golang.org/x/net/ipv4/payload_cmsg_go1_8.go |     59 -
 vendor/golang.org/x/net/ipv4/payload_cmsg_go1_9.go |     67 -
 vendor/golang.org/x/net/ipv4/payload_nocmsg.go     |     39 -
 vendor/golang.org/x/net/ipv4/sockopt.go            |     44 -
 vendor/golang.org/x/net/ipv4/sockopt_posix.go      |     71 -
 vendor/golang.org/x/net/ipv4/sockopt_stub.go       |     42 -
 vendor/golang.org/x/net/ipv4/sys_asmreq.go         |    119 -
 vendor/golang.org/x/net/ipv4/sys_asmreq_stub.go    |     25 -
 vendor/golang.org/x/net/ipv4/sys_asmreqn.go        |     42 -
 vendor/golang.org/x/net/ipv4/sys_asmreqn_stub.go   |     21 -
 vendor/golang.org/x/net/ipv4/sys_bpf.go            |     23 -
 vendor/golang.org/x/net/ipv4/sys_bpf_stub.go       |     16 -
 vendor/golang.org/x/net/ipv4/sys_bsd.go            |     37 -
 vendor/golang.org/x/net/ipv4/sys_darwin.go         |     93 -
 vendor/golang.org/x/net/ipv4/sys_dragonfly.go      |     35 -
 vendor/golang.org/x/net/ipv4/sys_freebsd.go        |     76 -
 vendor/golang.org/x/net/ipv4/sys_linux.go          |     59 -
 vendor/golang.org/x/net/ipv4/sys_solaris.go        |     57 -
 vendor/golang.org/x/net/ipv4/sys_ssmreq.go         |     54 -
 vendor/golang.org/x/net/ipv4/sys_ssmreq_stub.go    |     21 -
 vendor/golang.org/x/net/ipv4/sys_stub.go           |     13 -
 vendor/golang.org/x/net/ipv4/sys_windows.go        |     67 -
 vendor/golang.org/x/net/ipv4/zsys_darwin.go        |     99 -
 vendor/golang.org/x/net/ipv4/zsys_dragonfly.go     |     31 -
 vendor/golang.org/x/net/ipv4/zsys_freebsd_386.go   |     93 -
 vendor/golang.org/x/net/ipv4/zsys_freebsd_amd64.go |     95 -
 vendor/golang.org/x/net/ipv4/zsys_freebsd_arm.go   |     95 -
 vendor/golang.org/x/net/ipv4/zsys_linux_386.go     |    148 -
 vendor/golang.org/x/net/ipv4/zsys_linux_amd64.go   |    150 -
 vendor/golang.org/x/net/ipv4/zsys_linux_arm.go     |    148 -
 vendor/golang.org/x/net/ipv4/zsys_linux_arm64.go   |    150 -
 vendor/golang.org/x/net/ipv4/zsys_linux_mips.go    |    148 -
 vendor/golang.org/x/net/ipv4/zsys_linux_mips64.go  |    150 -
 .../golang.org/x/net/ipv4/zsys_linux_mips64le.go   |    150 -
 vendor/golang.org/x/net/ipv4/zsys_linux_mipsle.go  |    148 -
 vendor/golang.org/x/net/ipv4/zsys_linux_ppc.go     |    148 -
 vendor/golang.org/x/net/ipv4/zsys_linux_ppc64.go   |    150 -
 vendor/golang.org/x/net/ipv4/zsys_linux_ppc64le.go |    150 -
 vendor/golang.org/x/net/ipv4/zsys_linux_s390x.go   |    150 -
 vendor/golang.org/x/net/ipv4/zsys_netbsd.go        |     30 -
 vendor/golang.org/x/net/ipv4/zsys_openbsd.go       |     30 -
 vendor/golang.org/x/net/ipv4/zsys_solaris.go       |    100 -
 vendor/golang.org/x/net/ipv6/batch.go              |    118 -
 vendor/golang.org/x/net/ipv6/control.go            |    187 -
 .../golang.org/x/net/ipv6/control_rfc2292_unix.go  |     48 -
 .../golang.org/x/net/ipv6/control_rfc3542_unix.go  |     94 -
 vendor/golang.org/x/net/ipv6/control_stub.go       |     13 -
 vendor/golang.org/x/net/ipv6/control_unix.go       |     55 -
 vendor/golang.org/x/net/ipv6/control_windows.go    |     16 -
 vendor/golang.org/x/net/ipv6/defs_darwin.go        |    112 -
 vendor/golang.org/x/net/ipv6/defs_dragonfly.go     |     84 -
 vendor/golang.org/x/net/ipv6/defs_freebsd.go       |    105 -
 vendor/golang.org/x/net/ipv6/defs_linux.go         |    147 -
 vendor/golang.org/x/net/ipv6/defs_netbsd.go        |     80 -
 vendor/golang.org/x/net/ipv6/defs_openbsd.go       |     89 -
 vendor/golang.org/x/net/ipv6/defs_solaris.go       |    114 -
 vendor/golang.org/x/net/ipv6/dgramopt.go           |    301 -
 vendor/golang.org/x/net/ipv6/doc.go                |    244 -
 vendor/golang.org/x/net/ipv6/endpoint.go           |    127 -
 vendor/golang.org/x/net/ipv6/gen.go                |    199 -
 vendor/golang.org/x/net/ipv6/genericopt.go         |     56 -
 vendor/golang.org/x/net/ipv6/header.go             |     55 -
 vendor/golang.org/x/net/ipv6/helper.go             |     58 -
 vendor/golang.org/x/net/ipv6/iana.go               |     86 -
 vendor/golang.org/x/net/ipv6/icmp.go               |     60 -
 vendor/golang.org/x/net/ipv6/icmp_bsd.go           |     29 -
 vendor/golang.org/x/net/ipv6/icmp_linux.go         |     27 -
 vendor/golang.org/x/net/ipv6/icmp_solaris.go       |     27 -
 vendor/golang.org/x/net/ipv6/icmp_stub.go          |     23 -
 vendor/golang.org/x/net/ipv6/icmp_windows.go       |     22 -
 vendor/golang.org/x/net/ipv6/payload.go            |     23 -
 vendor/golang.org/x/net/ipv6/payload_cmsg.go       |     32 -
 vendor/golang.org/x/net/ipv6/payload_cmsg_go1_8.go |     55 -
 vendor/golang.org/x/net/ipv6/payload_cmsg_go1_9.go |     57 -
 vendor/golang.org/x/net/ipv6/payload_nocmsg.go     |     38 -
 vendor/golang.org/x/net/ipv6/sockopt.go            |     43 -
 vendor/golang.org/x/net/ipv6/sockopt_posix.go      |     87 -
 vendor/golang.org/x/net/ipv6/sockopt_stub.go       |     46 -
 vendor/golang.org/x/net/ipv6/sys_asmreq.go         |     24 -
 vendor/golang.org/x/net/ipv6/sys_asmreq_stub.go    |     17 -
 vendor/golang.org/x/net/ipv6/sys_bpf.go            |     23 -
 vendor/golang.org/x/net/ipv6/sys_bpf_stub.go       |     16 -
 vendor/golang.org/x/net/ipv6/sys_bsd.go            |     57 -
 vendor/golang.org/x/net/ipv6/sys_darwin.go         |    106 -
 vendor/golang.org/x/net/ipv6/sys_freebsd.go        |     92 -
 vendor/golang.org/x/net/ipv6/sys_linux.go          |     74 -
 vendor/golang.org/x/net/ipv6/sys_solaris.go        |     74 -
 vendor/golang.org/x/net/ipv6/sys_ssmreq.go         |     54 -
 vendor/golang.org/x/net/ipv6/sys_ssmreq_stub.go    |     21 -
 vendor/golang.org/x/net/ipv6/sys_stub.go           |     13 -
 vendor/golang.org/x/net/ipv6/sys_windows.go        |     75 -
 vendor/golang.org/x/net/ipv6/zsys_darwin.go        |    131 -
 vendor/golang.org/x/net/ipv6/zsys_dragonfly.go     |     88 -
 vendor/golang.org/x/net/ipv6/zsys_freebsd_386.go   |    122 -
 vendor/golang.org/x/net/ipv6/zsys_freebsd_amd64.go |    124 -
 vendor/golang.org/x/net/ipv6/zsys_freebsd_arm.go   |    124 -
 vendor/golang.org/x/net/ipv6/zsys_linux_386.go     |    170 -
 vendor/golang.org/x/net/ipv6/zsys_linux_amd64.go   |    172 -
 vendor/golang.org/x/net/ipv6/zsys_linux_arm.go     |    170 -
 vendor/golang.org/x/net/ipv6/zsys_linux_arm64.go   |    172 -
 vendor/golang.org/x/net/ipv6/zsys_linux_mips.go    |    170 -
 vendor/golang.org/x/net/ipv6/zsys_linux_mips64.go  |    172 -
 .../golang.org/x/net/ipv6/zsys_linux_mips64le.go   |    172 -
 vendor/golang.org/x/net/ipv6/zsys_linux_mipsle.go  |    170 -
 vendor/golang.org/x/net/ipv6/zsys_linux_ppc.go     |    170 -
 vendor/golang.org/x/net/ipv6/zsys_linux_ppc64.go   |    172 -
 vendor/golang.org/x/net/ipv6/zsys_linux_ppc64le.go |    172 -
 vendor/golang.org/x/net/ipv6/zsys_linux_s390x.go   |    172 -
 vendor/golang.org/x/net/ipv6/zsys_netbsd.go        |     84 -
 vendor/golang.org/x/net/ipv6/zsys_openbsd.go       |     93 -
 vendor/golang.org/x/net/ipv6/zsys_solaris.go       |    131 -
 vendor/golang.org/x/net/lif/address.go             |    105 -
 vendor/golang.org/x/net/lif/binary.go              |    115 -
 vendor/golang.org/x/net/lif/defs_solaris.go        |     90 -
 vendor/golang.org/x/net/lif/lif.go                 |     43 -
 vendor/golang.org/x/net/lif/link.go                |    126 -
 vendor/golang.org/x/net/lif/sys.go                 |     21 -
 vendor/golang.org/x/net/lif/sys_solaris_amd64.s    |      8 -
 vendor/golang.org/x/net/lif/syscall.go             |     28 -
 vendor/golang.org/x/net/lif/zsys_solaris_amd64.go  |    103 -
 vendor/golang.org/x/net/nettest/conntest.go        |    456 -
 vendor/golang.org/x/net/nettest/conntest_go16.go   |     24 -
 vendor/golang.org/x/net/nettest/conntest_go17.go   |     24 -
 vendor/golang.org/x/net/netutil/listen.go          |     74 -
 vendor/golang.org/x/net/proxy/direct.go            |     18 -
 vendor/golang.org/x/net/proxy/per_host.go          |    140 -
 vendor/golang.org/x/net/proxy/proxy.go             |    134 -
 vendor/golang.org/x/net/proxy/socks5.go            |     36 -
 vendor/golang.org/x/net/publicsuffix/gen.go        |    713 -
 vendor/golang.org/x/net/publicsuffix/list.go       |    170 -
 vendor/golang.org/x/net/publicsuffix/table.go      |   9753 --
 vendor/golang.org/x/net/route/address.go           |    425 -
 vendor/golang.org/x/net/route/binary.go            |     90 -
 vendor/golang.org/x/net/route/defs_darwin.go       |    114 -
 vendor/golang.org/x/net/route/defs_dragonfly.go    |    113 -
 vendor/golang.org/x/net/route/defs_freebsd.go      |    337 -
 vendor/golang.org/x/net/route/defs_netbsd.go       |    112 -
 vendor/golang.org/x/net/route/defs_openbsd.go      |    116 -
 vendor/golang.org/x/net/route/empty.s              |      7 -
 vendor/golang.org/x/net/route/interface.go         |     64 -
 .../golang.org/x/net/route/interface_announce.go   |     32 -
 vendor/golang.org/x/net/route/interface_classic.go |     66 -
 vendor/golang.org/x/net/route/interface_freebsd.go |     78 -
 .../golang.org/x/net/route/interface_multicast.go  |     30 -
 vendor/golang.org/x/net/route/interface_openbsd.go |     90 -
 vendor/golang.org/x/net/route/message.go           |     72 -
 vendor/golang.org/x/net/route/route.go             |    123 -
 vendor/golang.org/x/net/route/route_classic.go     |     75 -
 vendor/golang.org/x/net/route/route_openbsd.go     |     65 -
 vendor/golang.org/x/net/route/sys.go               |     39 -
 vendor/golang.org/x/net/route/sys_darwin.go        |     87 -
 vendor/golang.org/x/net/route/sys_dragonfly.go     |     76 -
 vendor/golang.org/x/net/route/sys_freebsd.go       |    163 -
 vendor/golang.org/x/net/route/sys_netbsd.go        |     71 -
 vendor/golang.org/x/net/route/sys_openbsd.go       |     80 -
 vendor/golang.org/x/net/route/syscall.go           |     28 -
 .../x/net/route/syscall_go1_11_darwin.go           |     28 -
 .../x/net/route/syscall_go1_12_darwin.go           |     12 -
 vendor/golang.org/x/net/route/zsys_darwin.go       |     99 -
 vendor/golang.org/x/net/route/zsys_dragonfly.go    |     98 -
 vendor/golang.org/x/net/route/zsys_freebsd_386.go  |    126 -
 .../golang.org/x/net/route/zsys_freebsd_amd64.go   |    123 -
 vendor/golang.org/x/net/route/zsys_freebsd_arm.go  |    123 -
 vendor/golang.org/x/net/route/zsys_netbsd.go       |     97 -
 vendor/golang.org/x/net/route/zsys_openbsd.go      |    101 -
 vendor/golang.org/x/net/trace/events.go            |    532 -
 vendor/golang.org/x/net/trace/histogram.go         |    365 -
 vendor/golang.org/x/net/trace/trace.go             |   1124 -
 vendor/golang.org/x/net/webdav/file.go             |    795 -
 vendor/golang.org/x/net/webdav/if.go               |    173 -
 vendor/golang.org/x/net/webdav/internal/xml/README |     11 -
 .../x/net/webdav/internal/xml/marshal.go           |   1223 -
 .../golang.org/x/net/webdav/internal/xml/read.go   |    692 -
 .../x/net/webdav/internal/xml/typeinfo.go          |    371 -
 vendor/golang.org/x/net/webdav/internal/xml/xml.go |   1998 -
 .../golang.org/x/net/webdav/litmus_test_server.go  |     94 -
 vendor/golang.org/x/net/webdav/lock.go             |    445 -
 vendor/golang.org/x/net/webdav/prop.go             |    469 -
 vendor/golang.org/x/net/webdav/webdav.go           |    702 -
 vendor/golang.org/x/net/webdav/xml.go              |    519 -
 vendor/golang.org/x/net/websocket/client.go        |    106 -
 vendor/golang.org/x/net/websocket/dial.go          |     24 -
 vendor/golang.org/x/net/websocket/hybi.go          |    583 -
 vendor/golang.org/x/net/websocket/server.go        |    113 -
 vendor/golang.org/x/net/websocket/websocket.go     |    451 -
 vendor/golang.org/x/net/xsrftoken/xsrf.go          |     94 -
 vendor/golang.org/x/oauth2/.travis.yml             |     13 -
 vendor/golang.org/x/oauth2/AUTHORS                 |      3 -
 vendor/golang.org/x/oauth2/CONTRIBUTING.md         |     26 -
 vendor/golang.org/x/oauth2/CONTRIBUTORS            |      3 -
 vendor/golang.org/x/oauth2/LICENSE                 |     27 -
 vendor/golang.org/x/oauth2/README.md               |     86 -
 vendor/golang.org/x/oauth2/amazon/amazon.go        |     16 -
 vendor/golang.org/x/oauth2/bitbucket/bitbucket.go  |     16 -
 vendor/golang.org/x/oauth2/cern/cern.go            |     16 -
 .../oauth2/clientcredentials/clientcredentials.go  |    112 -
 vendor/golang.org/x/oauth2/facebook/facebook.go    |     16 -
 vendor/golang.org/x/oauth2/fitbit/fitbit.go        |     16 -
 .../golang.org/x/oauth2/foursquare/foursquare.go   |     16 -
 vendor/golang.org/x/oauth2/github/github.go        |     16 -
 vendor/golang.org/x/oauth2/gitlab/gitlab.go        |     16 -
 vendor/golang.org/x/oauth2/google/appengine.go     |     38 -
 .../golang.org/x/oauth2/google/appengine_gen1.go   |     77 -
 .../x/oauth2/google/appengine_gen2_flex.go         |     27 -
 vendor/golang.org/x/oauth2/google/default.go       |    155 -
 vendor/golang.org/x/oauth2/google/doc.go           |     40 -
 vendor/golang.org/x/oauth2/google/google.go        |    192 -
 vendor/golang.org/x/oauth2/google/jwt.go           |     74 -
 vendor/golang.org/x/oauth2/google/sdk.go           |    201 -
 .../x/oauth2/google/testdata/gcloud/credentials    |    122 -
 .../x/oauth2/google/testdata/gcloud/properties     |      2 -
 vendor/golang.org/x/oauth2/heroku/heroku.go        |     16 -
 vendor/golang.org/x/oauth2/hipchat/hipchat.go      |     60 -
 vendor/golang.org/x/oauth2/instagram/instagram.go  |     16 -
 .../x/oauth2/internal/client_appengine.go          |     13 -
 vendor/golang.org/x/oauth2/internal/doc.go         |      6 -
 vendor/golang.org/x/oauth2/internal/oauth2.go      |     37 -
 vendor/golang.org/x/oauth2/internal/token.go       |    275 -
 vendor/golang.org/x/oauth2/internal/transport.go   |     33 -
 vendor/golang.org/x/oauth2/jira/jira.go            |    167 -
 vendor/golang.org/x/oauth2/jws/jws.go              |    182 -
 vendor/golang.org/x/oauth2/jwt/jwt.go              |    162 -
 vendor/golang.org/x/oauth2/kakao/kakao.go          |     16 -
 vendor/golang.org/x/oauth2/linkedin/linkedin.go    |     16 -
 vendor/golang.org/x/oauth2/mailchimp/mailchimp.go  |     17 -
 vendor/golang.org/x/oauth2/mailru/mailru.go        |     16 -
 vendor/golang.org/x/oauth2/mediamath/mediamath.go  |     22 -
 vendor/golang.org/x/oauth2/microsoft/microsoft.go  |     31 -
 .../golang.org/x/oauth2/nokiahealth/nokiahealth.go |     16 -
 vendor/golang.org/x/oauth2/oauth2.go               |    360 -
 .../x/oauth2/odnoklassniki/odnoklassniki.go        |     16 -
 vendor/golang.org/x/oauth2/paypal/paypal.go        |     22 -
 vendor/golang.org/x/oauth2/slack/slack.go          |     16 -
 vendor/golang.org/x/oauth2/spotify/spotify.go      |     16 -
 .../x/oauth2/stackoverflow/stackoverflow.go        |     16 -
 vendor/golang.org/x/oauth2/token.go                |    175 -
 vendor/golang.org/x/oauth2/transport.go            |    144 -
 vendor/golang.org/x/oauth2/twitch/twitch.go        |     19 -
 vendor/golang.org/x/oauth2/uber/uber.go            |     16 -
 vendor/golang.org/x/oauth2/vk/vk.go                |     16 -
 vendor/golang.org/x/oauth2/yahoo/yahoo.go          |     17 -
 vendor/golang.org/x/oauth2/yandex/yandex.go        |     16 -
 vendor/golang.org/x/sys/.gitattributes             |     10 -
 vendor/golang.org/x/sys/.gitignore                 |      2 -
 vendor/golang.org/x/sys/AUTHORS                    |      3 -
 vendor/golang.org/x/sys/CONTRIBUTING.md            |     26 -
 vendor/golang.org/x/sys/CONTRIBUTORS               |      3 -
 vendor/golang.org/x/sys/LICENSE                    |     27 -
 vendor/golang.org/x/sys/PATENTS                    |     22 -
 vendor/golang.org/x/sys/README.md                  |     18 -
 vendor/golang.org/x/sys/codereview.cfg             |      1 -
 vendor/golang.org/x/sys/cpu/cpu.go                 |     38 -
 vendor/golang.org/x/sys/cpu/cpu_arm.go             |      7 -
 vendor/golang.org/x/sys/cpu/cpu_arm64.go           |      7 -
 vendor/golang.org/x/sys/cpu/cpu_gc_x86.go          |     16 -
 vendor/golang.org/x/sys/cpu/cpu_gccgo.c            |     43 -
 vendor/golang.org/x/sys/cpu/cpu_gccgo.go           |     26 -
 vendor/golang.org/x/sys/cpu/cpu_mips64x.go         |      9 -
 vendor/golang.org/x/sys/cpu/cpu_mipsx.go           |      9 -
 vendor/golang.org/x/sys/cpu/cpu_ppc64x.go          |      9 -
 vendor/golang.org/x/sys/cpu/cpu_s390x.go           |      7 -
 vendor/golang.org/x/sys/cpu/cpu_x86.go             |     55 -
 vendor/golang.org/x/sys/cpu/cpu_x86.s              |     27 -
 vendor/golang.org/x/sys/plan9/asm.s                |      8 -
 vendor/golang.org/x/sys/plan9/asm_plan9_386.s      |     30 -
 vendor/golang.org/x/sys/plan9/asm_plan9_amd64.s    |     30 -
 vendor/golang.org/x/sys/plan9/asm_plan9_arm.s      |     25 -
 vendor/golang.org/x/sys/plan9/const_plan9.go       |     70 -
 vendor/golang.org/x/sys/plan9/dir_plan9.go         |    212 -
 vendor/golang.org/x/sys/plan9/env_plan9.go         |     31 -
 vendor/golang.org/x/sys/plan9/errors_plan9.go      |     50 -
 vendor/golang.org/x/sys/plan9/mkall.sh             |    138 -
 vendor/golang.org/x/sys/plan9/mkerrors.sh          |    246 -
 vendor/golang.org/x/sys/plan9/mksyscall.pl         |    319 -
 vendor/golang.org/x/sys/plan9/mksysnum_plan9.sh    |     23 -
 vendor/golang.org/x/sys/plan9/pwd_go15_plan9.go    |     21 -
 vendor/golang.org/x/sys/plan9/pwd_plan9.go         |     23 -
 vendor/golang.org/x/sys/plan9/race.go              |     30 -
 vendor/golang.org/x/sys/plan9/race0.go             |     25 -
 vendor/golang.org/x/sys/plan9/str.go               |     22 -
 vendor/golang.org/x/sys/plan9/syscall.go           |     77 -
 vendor/golang.org/x/sys/plan9/syscall_plan9.go     |    349 -
 .../golang.org/x/sys/plan9/zsyscall_plan9_386.go   |    292 -
 .../golang.org/x/sys/plan9/zsyscall_plan9_amd64.go |    292 -
 .../golang.org/x/sys/plan9/zsyscall_plan9_arm.go   |    284 -
 vendor/golang.org/x/sys/plan9/zsysnum_plan9.go     |     49 -
 vendor/golang.org/x/sys/unix/.gitignore            |      2 -
 vendor/golang.org/x/sys/unix/README.md             |    173 -
 vendor/golang.org/x/sys/unix/affinity_linux.go     |    124 -
 vendor/golang.org/x/sys/unix/aliases.go            |     14 -
 vendor/golang.org/x/sys/unix/asm_aix_ppc64.s       |     17 -
 vendor/golang.org/x/sys/unix/asm_darwin_386.s      |     29 -
 vendor/golang.org/x/sys/unix/asm_darwin_amd64.s    |     29 -
 vendor/golang.org/x/sys/unix/asm_darwin_arm.s      |     30 -
 vendor/golang.org/x/sys/unix/asm_darwin_arm64.s    |     30 -
 vendor/golang.org/x/sys/unix/asm_dragonfly_amd64.s |     29 -
 vendor/golang.org/x/sys/unix/asm_freebsd_386.s     |     29 -
 vendor/golang.org/x/sys/unix/asm_freebsd_amd64.s   |     29 -
 vendor/golang.org/x/sys/unix/asm_freebsd_arm.s     |     29 -
 vendor/golang.org/x/sys/unix/asm_linux_386.s       |     65 -
 vendor/golang.org/x/sys/unix/asm_linux_amd64.s     |     57 -
 vendor/golang.org/x/sys/unix/asm_linux_arm.s       |     56 -
 vendor/golang.org/x/sys/unix/asm_linux_arm64.s     |     52 -
 vendor/golang.org/x/sys/unix/asm_linux_mips64x.s   |     56 -
 vendor/golang.org/x/sys/unix/asm_linux_mipsx.s     |     54 -
 vendor/golang.org/x/sys/unix/asm_linux_ppc64x.s    |     44 -
 vendor/golang.org/x/sys/unix/asm_linux_s390x.s     |     56 -
 vendor/golang.org/x/sys/unix/asm_netbsd_386.s      |     29 -
 vendor/golang.org/x/sys/unix/asm_netbsd_amd64.s    |     29 -
 vendor/golang.org/x/sys/unix/asm_netbsd_arm.s      |     29 -
 vendor/golang.org/x/sys/unix/asm_openbsd_386.s     |     29 -
 vendor/golang.org/x/sys/unix/asm_openbsd_amd64.s   |     29 -
 vendor/golang.org/x/sys/unix/asm_openbsd_arm.s     |     29 -
 vendor/golang.org/x/sys/unix/asm_solaris_amd64.s   |     17 -
 vendor/golang.org/x/sys/unix/bluetooth_linux.go    |     35 -
 vendor/golang.org/x/sys/unix/cap_freebsd.go        |    195 -
 vendor/golang.org/x/sys/unix/constants.go          |     13 -
 vendor/golang.org/x/sys/unix/dev_aix_ppc.go        |     27 -
 vendor/golang.org/x/sys/unix/dev_aix_ppc64.go      |     29 -
 vendor/golang.org/x/sys/unix/dev_darwin.go         |     24 -
 vendor/golang.org/x/sys/unix/dev_dragonfly.go      |     30 -
 vendor/golang.org/x/sys/unix/dev_freebsd.go        |     30 -
 vendor/golang.org/x/sys/unix/dev_linux.go          |     42 -
 vendor/golang.org/x/sys/unix/dev_netbsd.go         |     29 -
 vendor/golang.org/x/sys/unix/dev_openbsd.go        |     29 -
 vendor/golang.org/x/sys/unix/dirent.go             |     17 -
 vendor/golang.org/x/sys/unix/endian_big.go         |      9 -
 vendor/golang.org/x/sys/unix/endian_little.go      |      9 -
 vendor/golang.org/x/sys/unix/env_unix.go           |     31 -
 vendor/golang.org/x/sys/unix/errors_freebsd_386.go |    227 -
 .../golang.org/x/sys/unix/errors_freebsd_amd64.go  |    227 -
 vendor/golang.org/x/sys/unix/errors_freebsd_arm.go |    226 -
 vendor/golang.org/x/sys/unix/fcntl.go              |     32 -
 vendor/golang.org/x/sys/unix/fcntl_linux_32bit.go  |     13 -
 vendor/golang.org/x/sys/unix/gccgo.go              |     62 -
 vendor/golang.org/x/sys/unix/gccgo_c.c             |     39 -
 vendor/golang.org/x/sys/unix/gccgo_linux_amd64.go  |     20 -
 vendor/golang.org/x/sys/unix/ioctl.go              |     30 -
 vendor/golang.org/x/sys/unix/linux/Dockerfile      |     53 -
 vendor/golang.org/x/sys/unix/linux/mkall.go        |    760 -
 vendor/golang.org/x/sys/unix/linux/mksysnum.pl     |     85 -
 vendor/golang.org/x/sys/unix/linux/types.go        |   1643 -
 vendor/golang.org/x/sys/unix/mkall.sh              |    204 -
 vendor/golang.org/x/sys/unix/mkerrors.sh           |    658 -
 vendor/golang.org/x/sys/unix/mkpost.go             |    106 -
 vendor/golang.org/x/sys/unix/mksyscall.pl          |    341 -
 vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.pl  |    384 -
 .../golang.org/x/sys/unix/mksyscall_aix_ppc64.pl   |    579 -
 vendor/golang.org/x/sys/unix/mksyscall_solaris.pl  |    294 -
 vendor/golang.org/x/sys/unix/mksysctl_openbsd.pl   |    265 -
 vendor/golang.org/x/sys/unix/mksysnum_darwin.pl    |     39 -
 vendor/golang.org/x/sys/unix/mksysnum_dragonfly.pl |     50 -
 vendor/golang.org/x/sys/unix/mksysnum_freebsd.pl   |     50 -
 vendor/golang.org/x/sys/unix/mksysnum_netbsd.pl    |     58 -
 vendor/golang.org/x/sys/unix/mksysnum_openbsd.pl   |     50 -
 vendor/golang.org/x/sys/unix/openbsd_pledge.go     |    166 -
 vendor/golang.org/x/sys/unix/openbsd_unveil.go     |     44 -
 vendor/golang.org/x/sys/unix/pagesize_unix.go      |     15 -
 vendor/golang.org/x/sys/unix/race.go               |     30 -
 vendor/golang.org/x/sys/unix/race0.go              |     25 -
 vendor/golang.org/x/sys/unix/sockcmsg_linux.go     |     36 -
 vendor/golang.org/x/sys/unix/sockcmsg_unix.go      |    104 -
 vendor/golang.org/x/sys/unix/str.go                |     26 -
 vendor/golang.org/x/sys/unix/syscall.go            |     54 -
 vendor/golang.org/x/sys/unix/syscall_aix.go        |    547 -
 vendor/golang.org/x/sys/unix/syscall_aix_ppc.go    |     34 -
 vendor/golang.org/x/sys/unix/syscall_aix_ppc64.go  |     34 -
 vendor/golang.org/x/sys/unix/syscall_bsd.go        |    624 -
 vendor/golang.org/x/sys/unix/syscall_darwin.go     |    700 -
 vendor/golang.org/x/sys/unix/syscall_darwin_386.go |     68 -
 .../golang.org/x/sys/unix/syscall_darwin_amd64.go  |     68 -
 vendor/golang.org/x/sys/unix/syscall_darwin_arm.go |     66 -
 .../golang.org/x/sys/unix/syscall_darwin_arm64.go  |     68 -
 vendor/golang.org/x/sys/unix/syscall_dragonfly.go  |    531 -
 .../x/sys/unix/syscall_dragonfly_amd64.go          |     52 -
 vendor/golang.org/x/sys/unix/syscall_freebsd.go    |    817 -
 .../golang.org/x/sys/unix/syscall_freebsd_386.go   |     52 -
 .../golang.org/x/sys/unix/syscall_freebsd_amd64.go |     52 -
 .../golang.org/x/sys/unix/syscall_freebsd_arm.go   |     52 -
 vendor/golang.org/x/sys/unix/syscall_linux.go      |   1691 -
 vendor/golang.org/x/sys/unix/syscall_linux_386.go  |    385 -
 .../golang.org/x/sys/unix/syscall_linux_amd64.go   |    175 -
 .../x/sys/unix/syscall_linux_amd64_gc.go           |     13 -
 vendor/golang.org/x/sys/unix/syscall_linux_arm.go  |    259 -
 .../golang.org/x/sys/unix/syscall_linux_arm64.go   |    209 -
 vendor/golang.org/x/sys/unix/syscall_linux_gc.go   |     14 -
 .../golang.org/x/sys/unix/syscall_linux_gc_386.go  |     16 -
 .../x/sys/unix/syscall_linux_gccgo_386.go          |     30 -
 .../x/sys/unix/syscall_linux_gccgo_arm.go          |     20 -
 .../golang.org/x/sys/unix/syscall_linux_mips64x.go |    214 -
 .../golang.org/x/sys/unix/syscall_linux_mipsx.go   |    233 -
 .../golang.org/x/sys/unix/syscall_linux_ppc64x.go  |    151 -
 .../golang.org/x/sys/unix/syscall_linux_riscv64.go |    209 -
 .../golang.org/x/sys/unix/syscall_linux_s390x.go   |    337 -
 .../golang.org/x/sys/unix/syscall_linux_sparc64.go |    146 -
 vendor/golang.org/x/sys/unix/syscall_netbsd.go     |    615 -
 vendor/golang.org/x/sys/unix/syscall_netbsd_386.go |     33 -
 .../golang.org/x/sys/unix/syscall_netbsd_amd64.go  |     33 -
 vendor/golang.org/x/sys/unix/syscall_netbsd_arm.go |     33 -
 vendor/golang.org/x/sys/unix/syscall_openbsd.go    |    392 -
 .../golang.org/x/sys/unix/syscall_openbsd_386.go   |     37 -
 .../golang.org/x/sys/unix/syscall_openbsd_amd64.go |     37 -
 .../golang.org/x/sys/unix/syscall_openbsd_arm.go   |     37 -
 vendor/golang.org/x/sys/unix/syscall_solaris.go    |    730 -
 .../golang.org/x/sys/unix/syscall_solaris_amd64.go |     23 -
 vendor/golang.org/x/sys/unix/syscall_unix.go       |    394 -
 vendor/golang.org/x/sys/unix/syscall_unix_gc.go    |     15 -
 .../x/sys/unix/syscall_unix_gc_ppc64x.go           |     24 -
 vendor/golang.org/x/sys/unix/timestruct.go         |     82 -
 vendor/golang.org/x/sys/unix/types_aix.go          |    236 -
 vendor/golang.org/x/sys/unix/types_darwin.go       |    277 -
 vendor/golang.org/x/sys/unix/types_dragonfly.go    |    263 -
 vendor/golang.org/x/sys/unix/types_freebsd.go      |    356 -
 vendor/golang.org/x/sys/unix/types_netbsd.go       |    289 -
 vendor/golang.org/x/sys/unix/types_openbsd.go      |    276 -
 vendor/golang.org/x/sys/unix/types_solaris.go      |    266 -
 vendor/golang.org/x/sys/unix/xattr_bsd.go          |    240 -
 vendor/golang.org/x/sys/unix/zerrors_aix_ppc.go    |   1372 -
 vendor/golang.org/x/sys/unix/zerrors_aix_ppc64.go  |   1373 -
 vendor/golang.org/x/sys/unix/zerrors_darwin_386.go |   1783 -
 .../golang.org/x/sys/unix/zerrors_darwin_amd64.go  |   1783 -
 vendor/golang.org/x/sys/unix/zerrors_darwin_arm.go |   1783 -
 .../golang.org/x/sys/unix/zerrors_darwin_arm64.go  |   1783 -
 .../x/sys/unix/zerrors_dragonfly_amd64.go          |   1650 -
 .../golang.org/x/sys/unix/zerrors_freebsd_386.go   |   1793 -
 .../golang.org/x/sys/unix/zerrors_freebsd_amd64.go |   1794 -
 .../golang.org/x/sys/unix/zerrors_freebsd_arm.go   |   1802 -
 vendor/golang.org/x/sys/unix/zerrors_linux_386.go  |   2738 -
 .../golang.org/x/sys/unix/zerrors_linux_amd64.go   |   2738 -
 vendor/golang.org/x/sys/unix/zerrors_linux_arm.go  |   2744 -
 .../golang.org/x/sys/unix/zerrors_linux_arm64.go   |   2729 -
 vendor/golang.org/x/sys/unix/zerrors_linux_mips.go |   2745 -
 .../golang.org/x/sys/unix/zerrors_linux_mips64.go  |   2745 -
 .../x/sys/unix/zerrors_linux_mips64le.go           |   2745 -
 .../golang.org/x/sys/unix/zerrors_linux_mipsle.go  |   2745 -
 .../golang.org/x/sys/unix/zerrors_linux_ppc64.go   |   2798 -
 .../golang.org/x/sys/unix/zerrors_linux_ppc64le.go |   2798 -
 .../golang.org/x/sys/unix/zerrors_linux_riscv64.go |   2725 -
 .../golang.org/x/sys/unix/zerrors_linux_s390x.go   |   2798 -
 .../golang.org/x/sys/unix/zerrors_linux_sparc64.go |   2150 -
 vendor/golang.org/x/sys/unix/zerrors_netbsd_386.go |   1772 -
 .../golang.org/x/sys/unix/zerrors_netbsd_amd64.go  |   1762 -
 vendor/golang.org/x/sys/unix/zerrors_netbsd_arm.go |   1751 -
 .../golang.org/x/sys/unix/zerrors_openbsd_386.go   |   1654 -
 .../golang.org/x/sys/unix/zerrors_openbsd_amd64.go |   1765 -
 .../golang.org/x/sys/unix/zerrors_openbsd_arm.go   |   1656 -
 .../golang.org/x/sys/unix/zerrors_solaris_amd64.go |   1532 -
 vendor/golang.org/x/sys/unix/zptrace386_linux.go   |     80 -
 vendor/golang.org/x/sys/unix/zptracearm_linux.go   |     41 -
 vendor/golang.org/x/sys/unix/zptracemips_linux.go  |     50 -
 .../golang.org/x/sys/unix/zptracemipsle_linux.go   |     50 -
 vendor/golang.org/x/sys/unix/zsyscall_aix_ppc.go   |   1450 -
 vendor/golang.org/x/sys/unix/zsyscall_aix_ppc64.go |   1408 -
 .../golang.org/x/sys/unix/zsyscall_aix_ppc64_gc.go |   1162 -
 .../x/sys/unix/zsyscall_aix_ppc64_gccgo.go         |   1042 -
 .../golang.org/x/sys/unix/zsyscall_darwin_386.go   |   1769 -
 .../golang.org/x/sys/unix/zsyscall_darwin_amd64.go |   1769 -
 .../golang.org/x/sys/unix/zsyscall_darwin_arm.go   |   1769 -
 .../golang.org/x/sys/unix/zsyscall_darwin_arm64.go |   1769 -
 .../x/sys/unix/zsyscall_dragonfly_amd64.go         |   1639 -
 .../golang.org/x/sys/unix/zsyscall_freebsd_386.go  |   2015 -
 .../x/sys/unix/zsyscall_freebsd_amd64.go           |   2015 -
 .../golang.org/x/sys/unix/zsyscall_freebsd_arm.go  |   2015 -
 vendor/golang.org/x/sys/unix/zsyscall_linux_386.go |   2182 -
 .../golang.org/x/sys/unix/zsyscall_linux_amd64.go  |   2364 -
 vendor/golang.org/x/sys/unix/zsyscall_linux_arm.go |   2284 -
 .../golang.org/x/sys/unix/zsyscall_linux_arm64.go  |   2191 -
 .../golang.org/x/sys/unix/zsyscall_linux_mips.go   |   2362 -
 .../golang.org/x/sys/unix/zsyscall_linux_mips64.go |   2333 -
 .../x/sys/unix/zsyscall_linux_mips64le.go          |   2333 -
 .../golang.org/x/sys/unix/zsyscall_linux_mipsle.go |   2362 -
 .../golang.org/x/sys/unix/zsyscall_linux_ppc64.go  |   2411 -
 .../x/sys/unix/zsyscall_linux_ppc64le.go           |   2411 -
 .../x/sys/unix/zsyscall_linux_riscv64.go           |   2191 -
 .../golang.org/x/sys/unix/zsyscall_linux_s390x.go  |   2181 -
 .../x/sys/unix/zsyscall_linux_sparc64.go           |   2172 -
 .../golang.org/x/sys/unix/zsyscall_netbsd_386.go   |   1826 -
 .../golang.org/x/sys/unix/zsyscall_netbsd_amd64.go |   1826 -
 .../golang.org/x/sys/unix/zsyscall_netbsd_arm.go   |   1826 -
 .../golang.org/x/sys/unix/zsyscall_openbsd_386.go  |   1692 -
 .../x/sys/unix/zsyscall_openbsd_amd64.go           |   1692 -
 .../golang.org/x/sys/unix/zsyscall_openbsd_arm.go  |   1692 -
 .../x/sys/unix/zsyscall_solaris_amd64.go           |   1953 -
 .../golang.org/x/sys/unix/zsysctl_openbsd_386.go   |    270 -
 .../golang.org/x/sys/unix/zsysctl_openbsd_amd64.go |    270 -
 .../golang.org/x/sys/unix/zsysctl_openbsd_arm.go   |    270 -
 vendor/golang.org/x/sys/unix/zsysnum_darwin_386.go |    436 -
 .../golang.org/x/sys/unix/zsysnum_darwin_amd64.go  |    436 -
 vendor/golang.org/x/sys/unix/zsysnum_darwin_arm.go |    436 -
 .../golang.org/x/sys/unix/zsysnum_darwin_arm64.go  |    436 -
 .../x/sys/unix/zsysnum_dragonfly_amd64.go          |    315 -
 .../golang.org/x/sys/unix/zsysnum_freebsd_386.go   |    403 -
 .../golang.org/x/sys/unix/zsysnum_freebsd_amd64.go |    403 -
 .../golang.org/x/sys/unix/zsysnum_freebsd_arm.go   |    403 -
 vendor/golang.org/x/sys/unix/zsysnum_linux_386.go  |    392 -
 .../golang.org/x/sys/unix/zsysnum_linux_amd64.go   |    344 -
 vendor/golang.org/x/sys/unix/zsysnum_linux_arm.go  |    364 -
 .../golang.org/x/sys/unix/zsysnum_linux_arm64.go   |    288 -
 vendor/golang.org/x/sys/unix/zsysnum_linux_mips.go |    377 -
 .../golang.org/x/sys/unix/zsysnum_linux_mips64.go  |    337 -
 .../x/sys/unix/zsysnum_linux_mips64le.go           |    337 -
 .../golang.org/x/sys/unix/zsysnum_linux_mipsle.go  |    377 -
 .../golang.org/x/sys/unix/zsysnum_linux_ppc64.go   |    375 -
 .../golang.org/x/sys/unix/zsysnum_linux_ppc64le.go |    375 -
 .../golang.org/x/sys/unix/zsysnum_linux_riscv64.go |    287 -
 .../golang.org/x/sys/unix/zsysnum_linux_s390x.go   |    337 -
 .../golang.org/x/sys/unix/zsysnum_linux_sparc64.go |    348 -
 vendor/golang.org/x/sys/unix/zsysnum_netbsd_386.go |    274 -
 .../golang.org/x/sys/unix/zsysnum_netbsd_amd64.go  |    274 -
 vendor/golang.org/x/sys/unix/zsysnum_netbsd_arm.go |    274 -
 .../golang.org/x/sys/unix/zsysnum_openbsd_386.go   |    218 -
 .../golang.org/x/sys/unix/zsysnum_openbsd_amd64.go |    218 -
 .../golang.org/x/sys/unix/zsysnum_openbsd_arm.go   |    218 -
 vendor/golang.org/x/sys/unix/ztypes_aix_ppc.go     |    345 -
 vendor/golang.org/x/sys/unix/ztypes_aix_ppc64.go   |    354 -
 vendor/golang.org/x/sys/unix/ztypes_darwin_386.go  |    489 -
 .../golang.org/x/sys/unix/ztypes_darwin_amd64.go   |    499 -
 vendor/golang.org/x/sys/unix/ztypes_darwin_arm.go  |    490 -
 .../golang.org/x/sys/unix/ztypes_darwin_arm64.go   |    499 -
 .../x/sys/unix/ztypes_dragonfly_amd64.go           |    469 -
 vendor/golang.org/x/sys/unix/ztypes_freebsd_386.go |    603 -
 .../golang.org/x/sys/unix/ztypes_freebsd_amd64.go  |    602 -
 vendor/golang.org/x/sys/unix/ztypes_freebsd_arm.go |    602 -
 vendor/golang.org/x/sys/unix/ztypes_linux_386.go   |   1991 -
 vendor/golang.org/x/sys/unix/ztypes_linux_amd64.go |   2013 -
 vendor/golang.org/x/sys/unix/ztypes_linux_arm.go   |   1981 -
 vendor/golang.org/x/sys/unix/ztypes_linux_arm64.go |   1992 -
 vendor/golang.org/x/sys/unix/ztypes_linux_mips.go  |   1986 -
 .../golang.org/x/sys/unix/ztypes_linux_mips64.go   |   1994 -
 .../golang.org/x/sys/unix/ztypes_linux_mips64le.go |   1994 -
 .../golang.org/x/sys/unix/ztypes_linux_mipsle.go   |   1986 -
 vendor/golang.org/x/sys/unix/ztypes_linux_ppc64.go |   2002 -
 .../golang.org/x/sys/unix/ztypes_linux_ppc64le.go  |   2002 -
 .../golang.org/x/sys/unix/ztypes_linux_riscv64.go  |   2019 -
 vendor/golang.org/x/sys/unix/ztypes_linux_s390x.go |   2019 -
 .../golang.org/x/sys/unix/ztypes_linux_sparc64.go  |    690 -
 vendor/golang.org/x/sys/unix/ztypes_netbsd_386.go  |    465 -
 .../golang.org/x/sys/unix/ztypes_netbsd_amd64.go   |    472 -
 vendor/golang.org/x/sys/unix/ztypes_netbsd_arm.go  |    470 -
 vendor/golang.org/x/sys/unix/ztypes_openbsd_386.go |    560 -
 .../golang.org/x/sys/unix/ztypes_openbsd_amd64.go  |    560 -
 vendor/golang.org/x/sys/unix/ztypes_openbsd_arm.go |    553 -
 .../golang.org/x/sys/unix/ztypes_solaris_amd64.go  |    442 -
 vendor/golang.org/x/sys/windows/aliases.go         |     13 -
 vendor/golang.org/x/sys/windows/asm_windows_386.s  |     13 -
 .../golang.org/x/sys/windows/asm_windows_amd64.s   |     13 -
 vendor/golang.org/x/sys/windows/asm_windows_arm.s  |     11 -
 vendor/golang.org/x/sys/windows/dll_windows.go     |    378 -
 vendor/golang.org/x/sys/windows/env_windows.go     |     29 -
 vendor/golang.org/x/sys/windows/eventlog.go        |     20 -
 vendor/golang.org/x/sys/windows/exec_windows.go    |     97 -
 vendor/golang.org/x/sys/windows/memory_windows.go  |     26 -
 vendor/golang.org/x/sys/windows/mksyscall.go       |      7 -
 vendor/golang.org/x/sys/windows/race.go            |     30 -
 vendor/golang.org/x/sys/windows/race0.go           |     25 -
 vendor/golang.org/x/sys/windows/registry/key.go    |    198 -
 .../golang.org/x/sys/windows/registry/mksyscall.go |      7 -
 .../golang.org/x/sys/windows/registry/syscall.go   |     32 -
 vendor/golang.org/x/sys/windows/registry/value.go  |    384 -
 .../x/sys/windows/registry/zsyscall_windows.go     |    120 -
 .../golang.org/x/sys/windows/security_windows.go   |    478 -
 vendor/golang.org/x/sys/windows/service.go         |    183 -
 vendor/golang.org/x/sys/windows/str.go             |     22 -
 vendor/golang.org/x/sys/windows/svc/debug/log.go   |     56 -
 .../golang.org/x/sys/windows/svc/debug/service.go  |     45 -
 vendor/golang.org/x/sys/windows/svc/event.go       |     48 -
 .../x/sys/windows/svc/eventlog/install.go          |     80 -
 .../golang.org/x/sys/windows/svc/eventlog/log.go   |     70 -
 .../golang.org/x/sys/windows/svc/example/beep.go   |     22 -
 .../x/sys/windows/svc/example/install.go           |     92 -
 .../golang.org/x/sys/windows/svc/example/main.go   |     76 -
 .../golang.org/x/sys/windows/svc/example/manage.go |     62 -
 .../x/sys/windows/svc/example/service.go           |     84 -
 vendor/golang.org/x/sys/windows/svc/go12.c         |     24 -
 vendor/golang.org/x/sys/windows/svc/go12.go        |     11 -
 vendor/golang.org/x/sys/windows/svc/go13.go        |     31 -
 vendor/golang.org/x/sys/windows/svc/mgr/config.go  |    145 -
 vendor/golang.org/x/sys/windows/svc/mgr/mgr.go     |    162 -
 .../golang.org/x/sys/windows/svc/mgr/recovery.go   |    135 -
 vendor/golang.org/x/sys/windows/svc/mgr/service.go |     72 -
 vendor/golang.org/x/sys/windows/svc/security.go    |     62 -
 vendor/golang.org/x/sys/windows/svc/service.go     |    363 -
 vendor/golang.org/x/sys/windows/svc/sys_386.s      |     68 -
 vendor/golang.org/x/sys/windows/svc/sys_amd64.s    |     42 -
 vendor/golang.org/x/sys/windows/svc/sys_arm.s      |     38 -
 vendor/golang.org/x/sys/windows/syscall.go         |     74 -
 vendor/golang.org/x/sys/windows/syscall_windows.go |   1205 -
 vendor/golang.org/x/sys/windows/types_windows.go   |   1469 -
 .../golang.org/x/sys/windows/types_windows_386.go  |     22 -
 .../x/sys/windows/types_windows_amd64.go           |     22 -
 .../golang.org/x/sys/windows/types_windows_arm.go  |     22 -
 .../golang.org/x/sys/windows/zsyscall_windows.go   |   2700 -
 vendor/golang.org/x/text/.gitattributes            |     10 -
 vendor/golang.org/x/text/.gitignore                |      6 -
 vendor/golang.org/x/text/AUTHORS                   |      3 -
 vendor/golang.org/x/text/CONTRIBUTING.md           |     31 -
 vendor/golang.org/x/text/CONTRIBUTORS              |      3 -
 vendor/golang.org/x/text/LICENSE                   |     27 -
 vendor/golang.org/x/text/PATENTS                   |     22 -
 vendor/golang.org/x/text/README.md                 |     93 -
 vendor/golang.org/x/text/cases/cases.go            |    162 -
 vendor/golang.org/x/text/cases/context.go          |    376 -
 vendor/golang.org/x/text/cases/fold.go             |     34 -
 vendor/golang.org/x/text/cases/gen.go              |    839 -
 vendor/golang.org/x/text/cases/gen_trieval.go      |    219 -
 vendor/golang.org/x/text/cases/icu.go              |     61 -
 vendor/golang.org/x/text/cases/info.go             |     82 -
 vendor/golang.org/x/text/cases/map.go              |    816 -
 vendor/golang.org/x/text/cases/tables10.0.0.go     |   2253 -
 vendor/golang.org/x/text/cases/tables9.0.0.go      |   2213 -
 vendor/golang.org/x/text/cases/trieval.go          |    215 -
 vendor/golang.org/x/text/cmd/gotext/common.go      |     46 -
 vendor/golang.org/x/text/cmd/gotext/doc.go         |     53 -
 .../x/text/cmd/gotext/examples/extract/catalog.go  |     76 -
 .../extract/locales/de/messages.gotext.json        |    186 -
 .../examples/extract/locales/de/out.gotext.json    |    206 -
 .../extract/locales/en-US/messages.gotext.json     |     82 -
 .../examples/extract/locales/en-US/out.gotext.json |    206 -
 .../examples/extract/locales/extracted.gotext.json |    206 -
 .../extract/locales/zh/messages.gotext.json        |    203 -
 .../examples/extract/locales/zh/out.gotext.json    |    206 -
 .../x/text/cmd/gotext/examples/extract/main.go     |     87 -
 .../extract_http/locales/de/out.gotext.json        |     39 -
 .../extract_http/locales/en-US/out.gotext.json     |     39 -
 .../extract_http/locales/extracted.gotext.json     |     39 -
 .../extract_http/locales/zh/out.gotext.json        |     39 -
 .../text/cmd/gotext/examples/extract_http/main.go  |     17 -
 .../cmd/gotext/examples/extract_http/pkg/pkg.go    |     25 -
 .../x/text/cmd/gotext/examples/rewrite/main.go     |     37 -
 .../x/text/cmd/gotext/examples/rewrite/printer.go  |     16 -
 vendor/golang.org/x/text/cmd/gotext/extract.go     |     81 -
 vendor/golang.org/x/text/cmd/gotext/generate.go    |    104 -
 vendor/golang.org/x/text/cmd/gotext/main.go        |    352 -
 vendor/golang.org/x/text/cmd/gotext/rewrite.go     |     55 -
 vendor/golang.org/x/text/codereview.cfg            |      1 -
 vendor/golang.org/x/text/collate/build/builder.go  |    702 -
 vendor/golang.org/x/text/collate/build/colelem.go  |    294 -
 vendor/golang.org/x/text/collate/build/contract.go |    309 -
 vendor/golang.org/x/text/collate/build/order.go    |    393 -
 vendor/golang.org/x/text/collate/build/table.go    |     81 -
 vendor/golang.org/x/text/collate/build/trie.go     |    290 -
 vendor/golang.org/x/text/collate/collate.go        |    403 -
 vendor/golang.org/x/text/collate/index.go          |     32 -
 vendor/golang.org/x/text/collate/maketables.go     |    553 -
 vendor/golang.org/x/text/collate/option.go         |    239 -
 vendor/golang.org/x/text/collate/sort.go           |     81 -
 vendor/golang.org/x/text/collate/tables.go         |  73789 --------
 .../x/text/collate/tools/colcmp/Makefile           |      7 -
 .../x/text/collate/tools/colcmp/chars.go           |   1156 -
 .../golang.org/x/text/collate/tools/colcmp/col.go  |     97 -
 .../x/text/collate/tools/colcmp/colcmp.go          |    529 -
 .../x/text/collate/tools/colcmp/darwin.go          |    111 -
 .../golang.org/x/text/collate/tools/colcmp/gen.go  |    183 -
 .../golang.org/x/text/collate/tools/colcmp/icu.go  |    209 -
 vendor/golang.org/x/text/currency/common.go        |     67 -
 vendor/golang.org/x/text/currency/currency.go      |    185 -
 vendor/golang.org/x/text/currency/format.go        |    215 -
 vendor/golang.org/x/text/currency/gen.go           |    400 -
 vendor/golang.org/x/text/currency/gen_common.go    |     71 -
 vendor/golang.org/x/text/currency/query.go         |    152 -
 vendor/golang.org/x/text/currency/tables.go        |   2629 -
 vendor/golang.org/x/text/date/gen.go               |    329 -
 vendor/golang.org/x/text/date/tables.go            |  64522 -------
 vendor/golang.org/x/text/doc.go                    |     13 -
 .../golang.org/x/text/encoding/charmap/charmap.go  |    249 -
 .../x/text/encoding/charmap/maketables.go          |    556 -
 .../golang.org/x/text/encoding/charmap/tables.go   |   7410 -
 vendor/golang.org/x/text/encoding/encoding.go      |    335 -
 vendor/golang.org/x/text/encoding/htmlindex/gen.go |    173 -
 .../x/text/encoding/htmlindex/htmlindex.go         |     86 -
 vendor/golang.org/x/text/encoding/htmlindex/map.go |    105 -
 .../golang.org/x/text/encoding/htmlindex/tables.go |    352 -
 vendor/golang.org/x/text/encoding/ianaindex/gen.go |    192 -
 .../x/text/encoding/ianaindex/ianaindex.go         |    209 -
 .../golang.org/x/text/encoding/ianaindex/tables.go |   2348 -
 .../x/text/encoding/internal/enctest/enctest.go    |    180 -
 .../x/text/encoding/internal/identifier/gen.go     |    137 -
 .../encoding/internal/identifier/identifier.go     |     81 -
 .../x/text/encoding/internal/identifier/mib.go     |   1621 -
 .../x/text/encoding/internal/internal.go           |     75 -
 vendor/golang.org/x/text/encoding/japanese/all.go  |     12 -
 .../golang.org/x/text/encoding/japanese/eucjp.go   |    225 -
 .../x/text/encoding/japanese/iso2022jp.go          |    299 -
 .../x/text/encoding/japanese/maketables.go         |    161 -
 .../x/text/encoding/japanese/shiftjis.go           |    189 -
 .../golang.org/x/text/encoding/japanese/tables.go  |  26971 ---
 vendor/golang.org/x/text/encoding/korean/euckr.go  |    177 -
 .../x/text/encoding/korean/maketables.go           |    143 -
 vendor/golang.org/x/text/encoding/korean/tables.go |  34152 ----
 .../x/text/encoding/simplifiedchinese/all.go       |     12 -
 .../x/text/encoding/simplifiedchinese/gbk.go       |    269 -
 .../x/text/encoding/simplifiedchinese/hzgb2312.go  |    245 -
 .../text/encoding/simplifiedchinese/maketables.go  |    161 -
 .../x/text/encoding/simplifiedchinese/tables.go    |  43999 -----
 .../x/text/encoding/testdata/candide-gb18030.txt   |    510 -
 .../x/text/encoding/testdata/candide-utf-16le.txt  |    Bin 51932 -> 0 bytes
 .../x/text/encoding/testdata/candide-utf-32be.txt  |    Bin 103864 -> 0 bytes
 .../x/text/encoding/testdata/candide-utf-8.txt     |    510 -
 .../encoding/testdata/candide-windows-1252.txt     |    510 -
 .../x/text/encoding/testdata/rashomon-euc-jp.txt   |    178 -
 .../encoding/testdata/rashomon-iso-2022-jp.txt     |    178 -
 .../text/encoding/testdata/rashomon-shift-jis.txt  |    178 -
 .../x/text/encoding/testdata/rashomon-utf-8.txt    |    178 -
 .../sunzi-bingfa-gb-levels-1-and-2-hz-gb2312.txt   |    107 -
 .../sunzi-bingfa-gb-levels-1-and-2-utf-8.txt       |    107 -
 .../testdata/sunzi-bingfa-simplified-gbk.txt       |    107 -
 .../testdata/sunzi-bingfa-simplified-utf-8.txt     |    107 -
 .../testdata/sunzi-bingfa-traditional-big5.txt     |    106 -
 .../testdata/sunzi-bingfa-traditional-utf-8.txt    |    106 -
 .../encoding/testdata/unsu-joh-eun-nal-euc-kr.txt  |    175 -
 .../encoding/testdata/unsu-joh-eun-nal-utf-8.txt   |    175 -
 .../x/text/encoding/traditionalchinese/big5.go     |    199 -
 .../text/encoding/traditionalchinese/maketables.go |    140 -
 .../x/text/encoding/traditionalchinese/tables.go   |  37142 -----
 .../golang.org/x/text/encoding/unicode/override.go |     82 -
 .../golang.org/x/text/encoding/unicode/unicode.go  |    434 -
 .../x/text/encoding/unicode/utf32/utf32.go         |    296 -
 vendor/golang.org/x/text/feature/plural/common.go  |     70 -
 vendor/golang.org/x/text/feature/plural/gen.go     |    513 -
 .../golang.org/x/text/feature/plural/gen_common.go |     74 -
 vendor/golang.org/x/text/feature/plural/message.go |    244 -
 vendor/golang.org/x/text/feature/plural/plural.go  |    258 -
 vendor/golang.org/x/text/feature/plural/tables.go  |    548 -
 vendor/golang.org/x/text/gen.go                    |    319 -
 vendor/golang.org/x/text/internal/catmsg/catmsg.go |    376 -
 vendor/golang.org/x/text/internal/catmsg/codec.go  |    407 -
 vendor/golang.org/x/text/internal/catmsg/varint.go |     62 -
 .../x/text/internal/cldrtree/cldrtree.go           |    353 -
 .../x/text/internal/cldrtree/generate.go           |    208 -
 .../golang.org/x/text/internal/cldrtree/option.go  |     86 -
 .../cldrtree/testdata/test1/common/main/root.xml   |     89 -
 .../internal/cldrtree/testdata/test1/output.go     |    350 -
 .../cldrtree/testdata/test2/common/main/en.xml     |    171 -
 .../cldrtree/testdata/test2/common/main/en_001.xml |     60 -
 .../cldrtree/testdata/test2/common/main/en_GB.xml  |     63 -
 .../cldrtree/testdata/test2/common/main/root.xml   |    646 -
 .../internal/cldrtree/testdata/test2/output.go     |    889 -
 vendor/golang.org/x/text/internal/cldrtree/tree.go |    181 -
 vendor/golang.org/x/text/internal/cldrtree/type.go |    139 -
 .../golang.org/x/text/internal/colltab/collelem.go |    371 -
 .../golang.org/x/text/internal/colltab/colltab.go  |    105 -
 .../golang.org/x/text/internal/colltab/contract.go |    145 -
 vendor/golang.org/x/text/internal/colltab/iter.go  |    178 -
 .../golang.org/x/text/internal/colltab/numeric.go  |    236 -
 vendor/golang.org/x/text/internal/colltab/table.go |    275 -
 vendor/golang.org/x/text/internal/colltab/trie.go  |    159 -
 .../golang.org/x/text/internal/colltab/weighter.go |     31 -
 vendor/golang.org/x/text/internal/export/README    |      4 -
 .../golang.org/x/text/internal/export/idna/gen.go  |    276 -
 .../x/text/internal/export/idna/gen_common.go      |     59 -
 .../x/text/internal/export/idna/gen_trieval.go     |    123 -
 .../x/text/internal/export/idna/idna10.0.0.go      |    733 -
 .../x/text/internal/export/idna/idna9.0.0.go       |    681 -
 .../x/text/internal/export/idna/punycode.go        |    201 -
 .../x/text/internal/export/idna/tables10.0.0.go    |   4559 -
 .../x/text/internal/export/idna/tables9.0.0.go     |   4486 -
 .../golang.org/x/text/internal/export/idna/trie.go |     70 -
 .../x/text/internal/export/idna/trieval.go         |    119 -
 vendor/golang.org/x/text/internal/format/format.go |     41 -
 vendor/golang.org/x/text/internal/format/parser.go |    357 -
 vendor/golang.org/x/text/internal/gen.go           |     52 -
 vendor/golang.org/x/text/internal/gen/code.go      |    369 -
 vendor/golang.org/x/text/internal/gen/gen.go       |    333 -
 vendor/golang.org/x/text/internal/internal.go      |     51 -
 vendor/golang.org/x/text/internal/match.go         |     67 -
 vendor/golang.org/x/text/internal/number/common.go |     51 -
 .../golang.org/x/text/internal/number/decimal.go   |    498 -
 vendor/golang.org/x/text/internal/number/format.go |    540 -
 vendor/golang.org/x/text/internal/number/gen.go    |    458 -
 .../x/text/internal/number/gen_common.go           |     55 -
 vendor/golang.org/x/text/internal/number/number.go |    156 -
 .../golang.org/x/text/internal/number/pattern.go   |    485 -
 .../x/text/internal/number/roundingmode_string.go  |     16 -
 vendor/golang.org/x/text/internal/number/tables.go |   1211 -
 vendor/golang.org/x/text/internal/stringset/set.go |     86 -
 vendor/golang.org/x/text/internal/tables.go        |    118 -
 vendor/golang.org/x/text/internal/tag/tag.go       |    100 -
 .../x/text/internal/testtext/codesize.go           |     53 -
 vendor/golang.org/x/text/internal/testtext/flag.go |     22 -
 vendor/golang.org/x/text/internal/testtext/gc.go   |     14 -
 .../golang.org/x/text/internal/testtext/gccgo.go   |     11 -
 .../golang.org/x/text/internal/testtext/go1_6.go   |     23 -
 .../golang.org/x/text/internal/testtext/go1_7.go   |     17 -
 vendor/golang.org/x/text/internal/testtext/text.go |    105 -
 .../golang.org/x/text/internal/triegen/compact.go  |     58 -
 vendor/golang.org/x/text/internal/triegen/print.go |    251 -
 .../golang.org/x/text/internal/triegen/triegen.go  |    494 -
 vendor/golang.org/x/text/internal/ucd/ucd.go       |    371 -
 .../x/text/internal/utf8internal/utf8internal.go   |     87 -
 vendor/golang.org/x/text/language/Makefile         |     16 -
 vendor/golang.org/x/text/language/common.go        |     16 -
 vendor/golang.org/x/text/language/coverage.go      |    197 -
 vendor/golang.org/x/text/language/display/dict.go  |     92 -
 .../golang.org/x/text/language/display/display.go  |    420 -
 .../golang.org/x/text/language/display/lookup.go   |    251 -
 .../x/text/language/display/maketables.go          |    602 -
 .../golang.org/x/text/language/display/tables.go   |  53114 ------
 vendor/golang.org/x/text/language/doc.go           |    102 -
 vendor/golang.org/x/text/language/gen.go           |   1712 -
 vendor/golang.org/x/text/language/gen_common.go    |     20 -
 vendor/golang.org/x/text/language/gen_index.go     |    162 -
 vendor/golang.org/x/text/language/go1_1.go         |     38 -
 vendor/golang.org/x/text/language/go1_2.go         |     11 -
 vendor/golang.org/x/text/language/index.go         |    783 -
 vendor/golang.org/x/text/language/language.go      |    907 -
 vendor/golang.org/x/text/language/lookup.go        |    396 -
 vendor/golang.org/x/text/language/match.go         |    933 -
 vendor/golang.org/x/text/language/parse.go         |    859 -
 vendor/golang.org/x/text/language/tables.go        |   3686 -
 vendor/golang.org/x/text/language/tags.go          |    143 -
 .../language/testdata/CLDRLocaleMatcherTest.txt    |    389 -
 .../text/language/testdata/GoLocaleMatcherTest.txt |    226 -
 vendor/golang.org/x/text/message/catalog.go        |     36 -
 .../golang.org/x/text/message/catalog/catalog.go   |    369 -
 vendor/golang.org/x/text/message/catalog/dict.go   |    129 -
 vendor/golang.org/x/text/message/catalog/go19.go   |     15 -
 .../golang.org/x/text/message/catalog/gopre19.go   |     23 -
 vendor/golang.org/x/text/message/doc.go            |    100 -
 vendor/golang.org/x/text/message/format.go         |    510 -
 vendor/golang.org/x/text/message/message.go        |    186 -
 .../golang.org/x/text/message/pipeline/extract.go  |    305 -
 .../golang.org/x/text/message/pipeline/generate.go |    251 -
 .../golang.org/x/text/message/pipeline/message.go  |    241 -
 .../golang.org/x/text/message/pipeline/pipeline.go |     57 -
 .../golang.org/x/text/message/pipeline/rewrite.go  |    268 -
 vendor/golang.org/x/text/message/print.go          |    979 -
 vendor/golang.org/x/text/number/doc.go             |     28 -
 vendor/golang.org/x/text/number/format.go          |    122 -
 vendor/golang.org/x/text/number/number.go          |     77 -
 vendor/golang.org/x/text/number/option.go          |    177 -
 vendor/golang.org/x/text/runes/cond.go             |    187 -
 vendor/golang.org/x/text/runes/runes.go            |    355 -
 vendor/golang.org/x/text/search/index.go           |     35 -
 vendor/golang.org/x/text/search/pattern.go         |    155 -
 vendor/golang.org/x/text/search/search.go          |    237 -
 vendor/golang.org/x/text/search/tables.go          |  12448 --
 .../golang.org/x/text/secure/bidirule/bidirule.go  |    336 -
 .../x/text/secure/bidirule/bidirule10.0.0.go       |     11 -
 .../x/text/secure/bidirule/bidirule9.0.0.go        |     14 -
 vendor/golang.org/x/text/secure/doc.go             |      6 -
 vendor/golang.org/x/text/secure/precis/class.go    |     36 -
 vendor/golang.org/x/text/secure/precis/context.go  |    139 -
 vendor/golang.org/x/text/secure/precis/doc.go      |     14 -
 vendor/golang.org/x/text/secure/precis/gen.go      |    310 -
 .../golang.org/x/text/secure/precis/gen_trieval.go |     68 -
 vendor/golang.org/x/text/secure/precis/nickname.go |     72 -
 vendor/golang.org/x/text/secure/precis/options.go  |    157 -
 vendor/golang.org/x/text/secure/precis/profile.go  |    402 -
 vendor/golang.org/x/text/secure/precis/profiles.go |     78 -
 .../x/text/secure/precis/tables10.0.0.go           |   3889 -
 .../golang.org/x/text/secure/precis/tables9.0.0.go |   3790 -
 .../golang.org/x/text/secure/precis/transformer.go |     32 -
 vendor/golang.org/x/text/secure/precis/trieval.go  |     64 -
 vendor/golang.org/x/text/transform/transform.go    |    705 -
 vendor/golang.org/x/text/unicode/bidi/bidi.go      |    198 -
 vendor/golang.org/x/text/unicode/bidi/bracket.go   |    335 -
 vendor/golang.org/x/text/unicode/bidi/core.go      |   1058 -
 vendor/golang.org/x/text/unicode/bidi/gen.go       |    133 -
 .../golang.org/x/text/unicode/bidi/gen_ranges.go   |     57 -
 .../golang.org/x/text/unicode/bidi/gen_trieval.go  |     64 -
 vendor/golang.org/x/text/unicode/bidi/prop.go      |    206 -
 .../golang.org/x/text/unicode/bidi/tables10.0.0.go |   1815 -
 .../golang.org/x/text/unicode/bidi/tables9.0.0.go  |   1781 -
 vendor/golang.org/x/text/unicode/bidi/trieval.go   |     60 -
 vendor/golang.org/x/text/unicode/cldr/base.go      |    105 -
 vendor/golang.org/x/text/unicode/cldr/cldr.go      |    130 -
 vendor/golang.org/x/text/unicode/cldr/collate.go   |    359 -
 vendor/golang.org/x/text/unicode/cldr/decode.go    |    171 -
 vendor/golang.org/x/text/unicode/cldr/makexml.go   |    400 -
 vendor/golang.org/x/text/unicode/cldr/resolve.go   |    602 -
 vendor/golang.org/x/text/unicode/cldr/slice.go     |    144 -
 vendor/golang.org/x/text/unicode/cldr/xml.go       |   1494 -
 vendor/golang.org/x/text/unicode/doc.go            |      8 -
 .../golang.org/x/text/unicode/norm/composition.go  |    508 -
 vendor/golang.org/x/text/unicode/norm/forminfo.go  |    259 -
 vendor/golang.org/x/text/unicode/norm/input.go     |    109 -
 vendor/golang.org/x/text/unicode/norm/iter.go      |    457 -
 .../golang.org/x/text/unicode/norm/maketables.go   |    976 -
 vendor/golang.org/x/text/unicode/norm/normalize.go |    609 -
 .../golang.org/x/text/unicode/norm/readwriter.go   |    125 -
 .../golang.org/x/text/unicode/norm/tables10.0.0.go |   7653 -
 .../golang.org/x/text/unicode/norm/tables9.0.0.go  |   7633 -
 vendor/golang.org/x/text/unicode/norm/transform.go |     88 -
 vendor/golang.org/x/text/unicode/norm/trie.go      |     54 -
 vendor/golang.org/x/text/unicode/norm/triegen.go   |    117 -
 vendor/golang.org/x/text/unicode/rangetable/gen.go |    115 -
 .../golang.org/x/text/unicode/rangetable/merge.go  |    260 -
 .../x/text/unicode/rangetable/rangetable.go        |     70 -
 .../x/text/unicode/rangetable/tables10.0.0.go      |   6378 -
 .../x/text/unicode/rangetable/tables9.0.0.go       |   5737 -
 vendor/golang.org/x/text/unicode/runenames/bits.go |     59 -
 vendor/golang.org/x/text/unicode/runenames/gen.go  |    195 -
 .../x/text/unicode/runenames/gen_bits.go           |     63 -
 .../x/text/unicode/runenames/runenames.go          |     48 -
 .../golang.org/x/text/unicode/runenames/tables.go  |  15514 --
 vendor/golang.org/x/text/width/gen.go              |    115 -
 vendor/golang.org/x/text/width/gen_common.go       |     96 -
 vendor/golang.org/x/text/width/gen_trieval.go      |     34 -
 vendor/golang.org/x/text/width/kind_string.go      |     16 -
 vendor/golang.org/x/text/width/tables10.0.0.go     |   1318 -
 vendor/golang.org/x/text/width/tables9.0.0.go      |   1286 -
 vendor/golang.org/x/text/width/transform.go        |    239 -
 vendor/golang.org/x/text/width/trieval.go          |     30 -
 vendor/golang.org/x/text/width/width.go            |    206 -
 vendor/golang.org/x/time/AUTHORS                   |      3 -
 vendor/golang.org/x/time/CONTRIBUTING.md           |     26 -
 vendor/golang.org/x/time/CONTRIBUTORS              |      3 -
 vendor/golang.org/x/time/LICENSE                   |     27 -
 vendor/golang.org/x/time/PATENTS                   |     22 -
 vendor/golang.org/x/time/README.md                 |     17 -
 vendor/golang.org/x/time/rate/rate.go              |    374 -
 vendor/golang.org/x/tools/.gitattributes           |     10 -
 vendor/golang.org/x/tools/.gitignore               |      2 -
 vendor/golang.org/x/tools/AUTHORS                  |      3 -
 vendor/golang.org/x/tools/CONTRIBUTING.md          |     26 -
 vendor/golang.org/x/tools/CONTRIBUTORS             |      3 -
 vendor/golang.org/x/tools/LICENSE                  |     27 -
 vendor/golang.org/x/tools/PATENTS                  |     22 -
 vendor/golang.org/x/tools/README.md                |     27 -
 vendor/golang.org/x/tools/benchmark/parse/parse.go |    131 -
 vendor/golang.org/x/tools/blog/atom/atom.go        |     61 -
 vendor/golang.org/x/tools/blog/blog.go             |    456 -
 vendor/golang.org/x/tools/cmd/benchcmp/benchcmp.go |    184 -
 vendor/golang.org/x/tools/cmd/benchcmp/compare.go  |    156 -
 vendor/golang.org/x/tools/cmd/benchcmp/doc.go      |     37 -
 vendor/golang.org/x/tools/cmd/bundle/.gitignore    |      1 -
 vendor/golang.org/x/tools/cmd/bundle/main.go       |    467 -
 .../x/tools/cmd/bundle/testdata/out.golden         |     62 -
 .../testdata/src/domain.name/importdecl/p.go       |      3 -
 .../x/tools/cmd/bundle/testdata/src/initial/a.go   |     27 -
 .../x/tools/cmd/bundle/testdata/src/initial/b.go   |     23 -
 .../x/tools/cmd/bundle/testdata/src/initial/c.go   |     12 -
 vendor/golang.org/x/tools/cmd/callgraph/main.go    |    349 -
 .../x/tools/cmd/callgraph/testdata/src/pkg/pkg.go  |     25 -
 vendor/golang.org/x/tools/cmd/compilebench/main.go |    378 -
 vendor/golang.org/x/tools/cmd/cover/README         |      2 -
 vendor/golang.org/x/tools/cmd/cover/cover.go       |    722 -
 vendor/golang.org/x/tools/cmd/cover/doc.go         |     27 -
 vendor/golang.org/x/tools/cmd/cover/func.go        |    166 -
 vendor/golang.org/x/tools/cmd/cover/html.go        |    284 -
 .../golang.org/x/tools/cmd/cover/testdata/main.go  |    112 -
 .../golang.org/x/tools/cmd/cover/testdata/test.go  |    218 -
 vendor/golang.org/x/tools/cmd/digraph/digraph.go   |    541 -
 vendor/golang.org/x/tools/cmd/eg/eg.go             |    150 -
 vendor/golang.org/x/tools/cmd/fiximports/main.go   |    514 -
 .../testdata/src/fruit.io/banana/banana.go         |      7 -
 .../testdata/src/fruit.io/orange/orange.go         |      3 -
 .../fiximports/testdata/src/fruit.io/pear/pear.go  |      3 -
 .../cmd/fiximports/testdata/src/new.com/one/one.go |      1 -
 .../cmd/fiximports/testdata/src/old.com/bad/bad.go |      2 -
 .../cmd/fiximports/testdata/src/old.com/one/one.go |      1 -
 .../fiximports/testdata/src/titanic.biz/bar/bar.go |      2 -
 .../fiximports/testdata/src/titanic.biz/foo/foo.go |      2 -
 vendor/golang.org/x/tools/cmd/getgo/.dockerignore  |      5 -
 vendor/golang.org/x/tools/cmd/getgo/.gitignore     |      3 -
 vendor/golang.org/x/tools/cmd/getgo/Dockerfile     |     20 -
 vendor/golang.org/x/tools/cmd/getgo/LICENSE        |     27 -
 vendor/golang.org/x/tools/cmd/getgo/README.md      |     71 -
 vendor/golang.org/x/tools/cmd/getgo/download.go    |    184 -
 vendor/golang.org/x/tools/cmd/getgo/main.go        |    117 -
 vendor/golang.org/x/tools/cmd/getgo/make.bash      |     13 -
 vendor/golang.org/x/tools/cmd/getgo/path.go        |    155 -
 .../golang.org/x/tools/cmd/getgo/server/README.md  |      7 -
 .../golang.org/x/tools/cmd/getgo/server/app.yaml   |      7 -
 vendor/golang.org/x/tools/cmd/getgo/server/main.go |     61 -
 vendor/golang.org/x/tools/cmd/getgo/steps.go       |    133 -
 vendor/golang.org/x/tools/cmd/getgo/system.go      |     38 -
 vendor/golang.org/x/tools/cmd/getgo/system_unix.go |     55 -
 .../golang.org/x/tools/cmd/getgo/system_windows.go |     86 -
 vendor/golang.org/x/tools/cmd/getgo/upload.bash    |     19 -
 .../x/tools/cmd/go-contrib-init/contrib.go         |    289 -
 vendor/golang.org/x/tools/cmd/godex/doc.go         |     69 -
 vendor/golang.org/x/tools/cmd/godex/gc.go          |     13 -
 vendor/golang.org/x/tools/cmd/godex/gccgo.go       |     34 -
 vendor/golang.org/x/tools/cmd/godex/godex.go       |    211 -
 vendor/golang.org/x/tools/cmd/godex/isAlias18.go   |     13 -
 vendor/golang.org/x/tools/cmd/godex/isAlias19.go   |     13 -
 vendor/golang.org/x/tools/cmd/godex/print.go       |    373 -
 vendor/golang.org/x/tools/cmd/godex/source.go      |     19 -
 vendor/golang.org/x/tools/cmd/godex/writetype.go   |    242 -
 vendor/golang.org/x/tools/cmd/godoc/.gitignore     |      3 -
 .../golang.org/x/tools/cmd/godoc/Dockerfile.prod   |     67 -
 vendor/golang.org/x/tools/cmd/godoc/Makefile       |     80 -
 .../golang.org/x/tools/cmd/godoc/README.godoc-app  |     94 -
 vendor/golang.org/x/tools/cmd/godoc/app.dev.yaml   |     13 -
 vendor/golang.org/x/tools/cmd/godoc/app.prod.yaml  |     16 -
 vendor/golang.org/x/tools/cmd/godoc/appinit.go     |    155 -
 vendor/golang.org/x/tools/cmd/godoc/autocert.go    |     88 -
 vendor/golang.org/x/tools/cmd/godoc/blog.go        |     85 -
 .../golang.org/x/tools/cmd/godoc/cloudbuild.yaml   |     25 -
 vendor/golang.org/x/tools/cmd/godoc/codewalk.go    |    523 -
 vendor/golang.org/x/tools/cmd/godoc/dl.go          |     16 -
 vendor/golang.org/x/tools/cmd/godoc/doc.go         |    118 -
 .../x/tools/cmd/godoc/generate-index.bash          |     72 -
 vendor/golang.org/x/tools/cmd/godoc/goroot.go      |     74 -
 vendor/golang.org/x/tools/cmd/godoc/handlers.go    |    151 -
 .../x/tools/cmd/godoc/hg-git-mapping.bin           |    Bin 189416 -> 0 bytes
 vendor/golang.org/x/tools/cmd/godoc/index.go       |     11 -
 vendor/golang.org/x/tools/cmd/godoc/main.go        |    342 -
 vendor/golang.org/x/tools/cmd/godoc/play.go        |     11 -
 vendor/golang.org/x/tools/cmd/godoc/x.go           |     92 -
 vendor/golang.org/x/tools/cmd/goimports/doc.go     |     45 -
 .../golang.org/x/tools/cmd/goimports/goimports.go  |    369 -
 .../x/tools/cmd/goimports/goimports_gc.go          |     26 -
 .../x/tools/cmd/goimports/goimports_not_gc.go      |     11 -
 vendor/golang.org/x/tools/cmd/golsp/main.go        |    147 -
 vendor/golang.org/x/tools/cmd/gomvpkg/main.go      |     94 -
 vendor/golang.org/x/tools/cmd/gorename/main.go     |     55 -
 vendor/golang.org/x/tools/cmd/gotype/gotype.go     |    341 -
 vendor/golang.org/x/tools/cmd/gotype/sizesFor18.go |     40 -
 vendor/golang.org/x/tools/cmd/gotype/sizesFor19.go |     15 -
 vendor/golang.org/x/tools/cmd/goyacc/doc.go        |     70 -
 .../x/tools/cmd/goyacc/testdata/expr/README        |     20 -
 .../x/tools/cmd/goyacc/testdata/expr/expr.y        |    202 -
 .../x/tools/cmd/goyacc/testdata/expr/main.go       |     14 -
 vendor/golang.org/x/tools/cmd/goyacc/yacc.go       |   3592 -
 vendor/golang.org/x/tools/cmd/guru/callees.go      |    257 -
 vendor/golang.org/x/tools/cmd/guru/callers.go      |    195 -
 vendor/golang.org/x/tools/cmd/guru/callstack.go    |    141 -
 vendor/golang.org/x/tools/cmd/guru/definition.go   |    205 -
 vendor/golang.org/x/tools/cmd/guru/describe.go     |    947 -
 vendor/golang.org/x/tools/cmd/guru/freevars.go     |    223 -
 vendor/golang.org/x/tools/cmd/guru/guru.go         |    401 -
 vendor/golang.org/x/tools/cmd/guru/implements.go   |    364 -
 vendor/golang.org/x/tools/cmd/guru/isAlias18.go    |     15 -
 vendor/golang.org/x/tools/cmd/guru/isAlias19.go    |     15 -
 vendor/golang.org/x/tools/cmd/guru/main.go         |    225 -
 vendor/golang.org/x/tools/cmd/guru/peers.go        |    252 -
 vendor/golang.org/x/tools/cmd/guru/pointsto.go     |    290 -
 vendor/golang.org/x/tools/cmd/guru/pos.go          |    142 -
 vendor/golang.org/x/tools/cmd/guru/referrers.go    |    802 -
 .../golang.org/x/tools/cmd/guru/serial/serial.go   |    260 -
 .../x/tools/cmd/guru/testdata/src/README.txt       |      2 -
 .../x/tools/cmd/guru/testdata/src/alias/alias.go   |     23 -
 .../tools/cmd/guru/testdata/src/alias/alias.golden |     47 -
 .../tools/cmd/guru/testdata/src/calls-json/main.go |     16 -
 .../cmd/guru/testdata/src/calls-json/main.golden   |     28 -
 .../x/tools/cmd/guru/testdata/src/calls/main.go    |    129 -
 .../tools/cmd/guru/testdata/src/calls/main.golden  |    125 -
 .../cmd/guru/testdata/src/definition-json/main.go  |     66 -
 .../guru/testdata/src/definition-json/main.golden  |     90 -
 .../guru/testdata/src/definition-json/main19.go    |      5 -
 .../testdata/src/definition-json/main19.golden     |      5 -
 .../cmd/guru/testdata/src/definition-json/type.go  |      3 -
 .../cmd/guru/testdata/src/describe-json/main.go    |     29 -
 .../guru/testdata/src/describe-json/main.golden    |    134 -
 .../x/tools/cmd/guru/testdata/src/describe/main.go |    111 -
 .../cmd/guru/testdata/src/describe/main.golden     |    249 -
 .../tools/cmd/guru/testdata/src/describe/main19.go |     13 -
 .../cmd/guru/testdata/src/describe/main19.golden   |      6 -
 .../x/tools/cmd/guru/testdata/src/freevars/main.go |     40 -
 .../cmd/guru/testdata/src/freevars/main.golden     |     25 -
 .../cmd/guru/testdata/src/implements-json/main.go  |     27 -
 .../guru/testdata/src/implements-json/main.golden  |    135 -
 .../testdata/src/implements-methods-json/main.go   |     37 -
 .../src/implements-methods-json/main.golden        |    266 -
 .../guru/testdata/src/implements-methods/main.go   |     37 -
 .../testdata/src/implements-methods/main.golden    |     37 -
 .../tools/cmd/guru/testdata/src/implements/main.go |     44 -
 .../cmd/guru/testdata/src/implements/main.golden   |     50 -
 .../x/tools/cmd/guru/testdata/src/imports/main.go  |     29 -
 .../cmd/guru/testdata/src/imports/main.golden      |     56 -
 .../x/tools/cmd/guru/testdata/src/lib/lib.go       |     37 -
 .../cmd/guru/testdata/src/lib/sublib/sublib.go     |      3 -
 .../x/tools/cmd/guru/testdata/src/main/multi.go    |     13 -
 .../tools/cmd/guru/testdata/src/peers-json/main.go |     13 -
 .../cmd/guru/testdata/src/peers-json/main.golden   |     12 -
 .../x/tools/cmd/guru/testdata/src/peers/main.go    |     52 -
 .../tools/cmd/guru/testdata/src/peers/main.golden  |    100 -
 .../cmd/guru/testdata/src/pointsto-json/main.go    |     27 -
 .../guru/testdata/src/pointsto-json/main.golden    |     29 -
 .../x/tools/cmd/guru/testdata/src/pointsto/main.go |     75 -
 .../cmd/guru/testdata/src/pointsto/main.golden     |     96 -
 .../cmd/guru/testdata/src/referrers-json/main.go   |     24 -
 .../guru/testdata/src/referrers-json/main.golden   |    234 -
 .../tools/cmd/guru/testdata/src/referrers/main.go  |     36 -
 .../cmd/guru/testdata/src/referrers/main.golden    |     64 -
 .../tools/cmd/guru/testdata/src/reflection/main.go |     30 -
 .../cmd/guru/testdata/src/reflection/main.golden   |     34 -
 .../x/tools/cmd/guru/testdata/src/softerrs/main.go |     15 -
 .../cmd/guru/testdata/src/softerrs/main.golden     |      8 -
 .../tools/cmd/guru/testdata/src/what-json/main.go  |     14 -
 .../cmd/guru/testdata/src/what-json/main.golden    |     95 -
 .../x/tools/cmd/guru/testdata/src/what/main.go     |     11 -
 .../x/tools/cmd/guru/testdata/src/what/main.golden |     41 -
 .../tools/cmd/guru/testdata/src/whicherrs/main.go  |     32 -
 .../cmd/guru/testdata/src/whicherrs/main.golden    |     11 -
 vendor/golang.org/x/tools/cmd/guru/what.go         |    282 -
 vendor/golang.org/x/tools/cmd/guru/whicherrs.go    |    327 -
 .../x/tools/cmd/heapview/client/.clang-format      |      1 -
 .../x/tools/cmd/heapview/client/.gitignore         |      1 -
 .../x/tools/cmd/heapview/client/README.md          |     45 -
 .../golang.org/x/tools/cmd/heapview/client/main.ts |    195 -
 .../x/tools/cmd/heapview/client/main_test.ts       |     29 -
 .../x/tools/cmd/heapview/client/package.json       |     35 -
 .../cmd/heapview/client/testing/karma.conf.js      |     22 -
 .../tools/cmd/heapview/client/testing/test_main.js |     32 -
 .../x/tools/cmd/heapview/client/tsconfig.json      |     16 -
 .../x/tools/cmd/heapview/client/tslint.json        |     40 -
 .../x/tools/cmd/heapview/internal/core/mmapfile.go |    145 -
 .../cmd/heapview/internal/core/mmapfile_other.go   |     14 -
 .../x/tools/cmd/heapview/internal/core/raw.go      |    308 -
 vendor/golang.org/x/tools/cmd/heapview/main.go     |     83 -
 vendor/golang.org/x/tools/cmd/html2article/conv.go |    331 -
 vendor/golang.org/x/tools/cmd/present/dir.go       |    217 -
 vendor/golang.org/x/tools/cmd/present/doc.go       |     52 -
 vendor/golang.org/x/tools/cmd/present/main.go      |    150 -
 vendor/golang.org/x/tools/cmd/present/play.go      |     89 -
 .../x/tools/cmd/present/static/article.css         |    161 -
 .../golang.org/x/tools/cmd/present/static/dir.css  |    186 -
 .../golang.org/x/tools/cmd/present/static/dir.js   |     41 -
 .../x/tools/cmd/present/static/favicon.ico         |    Bin 785 -> 0 bytes
 .../x/tools/cmd/present/static/jquery-ui.js        |      6 -
 .../x/tools/cmd/present/static/notes.css           |     32 -
 .../golang.org/x/tools/cmd/present/static/notes.js |    161 -
 .../x/tools/cmd/present/static/slides.js           |    612 -
 .../x/tools/cmd/present/static/styles.css          |    542 -
 .../x/tools/cmd/present/templates/action.tmpl      |     62 -
 .../x/tools/cmd/present/templates/article.tmpl     |     98 -
 .../x/tools/cmd/present/templates/dir.tmpl         |    108 -
 .../x/tools/cmd/present/templates/slides.tmpl      |    107 -
 vendor/golang.org/x/tools/cmd/ssadump/main.go      |    190 -
 vendor/golang.org/x/tools/cmd/stress/stress.go     |    133 -
 .../golang.org/x/tools/cmd/stringer/importer18.go  |     16 -
 .../golang.org/x/tools/cmd/stringer/importer19.go  |     16 -
 vendor/golang.org/x/tools/cmd/stringer/stringer.go |    686 -
 .../x/tools/cmd/stringer/testdata/cgo.go           |     32 -
 .../x/tools/cmd/stringer/testdata/conv.go          |     41 -
 .../x/tools/cmd/stringer/testdata/day.go           |     39 -
 .../x/tools/cmd/stringer/testdata/gap.go           |     44 -
 .../x/tools/cmd/stringer/testdata/num.go           |     35 -
 .../x/tools/cmd/stringer/testdata/number.go        |     34 -
 .../x/tools/cmd/stringer/testdata/prime.go         |     56 -
 .../x/tools/cmd/stringer/testdata/tag_main.go      |     11 -
 .../x/tools/cmd/stringer/testdata/tag_tag.go       |      7 -
 .../x/tools/cmd/stringer/testdata/unum.go          |     38 -
 .../x/tools/cmd/stringer/testdata/unum2.go         |     31 -
 vendor/golang.org/x/tools/cmd/tip/Dockerfile       |    144 -
 vendor/golang.org/x/tools/cmd/tip/Makefile         |     40 -
 vendor/golang.org/x/tools/cmd/tip/README           |     32 -
 vendor/golang.org/x/tools/cmd/tip/cert.go          |     64 -
 vendor/golang.org/x/tools/cmd/tip/godoc.go         |     73 -
 vendor/golang.org/x/tools/cmd/tip/godoc.yaml       |     17 -
 vendor/golang.org/x/tools/cmd/tip/talks.go         |     73 -
 vendor/golang.org/x/tools/cmd/tip/talks.yaml       |     12 -
 vendor/golang.org/x/tools/cmd/tip/tip-prod.yaml    |     38 -
 vendor/golang.org/x/tools/cmd/tip/tip-service.yaml |     16 -
 vendor/golang.org/x/tools/cmd/tip/tip.go           |    426 -
 vendor/golang.org/x/tools/cmd/toolstash/buildall   |     68 -
 vendor/golang.org/x/tools/cmd/toolstash/cmp.go     |    157 -
 vendor/golang.org/x/tools/cmd/toolstash/main.go    |    637 -
 vendor/golang.org/x/tools/codereview.cfg           |      1 -
 .../x/tools/container/intsets/popcnt_amd64.go      |     20 -
 .../x/tools/container/intsets/popcnt_amd64.s       |     30 -
 .../x/tools/container/intsets/popcnt_gccgo.go      |      9 -
 .../x/tools/container/intsets/popcnt_gccgo_c.c     |     19 -
 .../x/tools/container/intsets/popcnt_generic.go    |     33 -
 .../golang.org/x/tools/container/intsets/sparse.go |   1091 -
 .../golang.org/x/tools/container/intsets/util.go   |     84 -
 vendor/golang.org/x/tools/cover/profile.go         |    213 -
 vendor/golang.org/x/tools/go/analysis/analysis.go  |    192 -
 .../tools/go/analysis/analysistest/analysistest.go |    387 -
 .../golang.org/x/tools/go/analysis/cmd/vet/README  |     33 -
 .../golang.org/x/tools/go/analysis/cmd/vet/vet.go  |     80 -
 vendor/golang.org/x/tools/go/analysis/doc.go       |    340 -
 .../go/analysis/internal/analysisflags/flags.go    |    343 -
 .../go/analysis/internal/analysisflags/help.go     |     89 -
 .../tools/go/analysis/internal/checker/checker.go  |    701 -
 .../x/tools/go/analysis/internal/facts/facts.go    |    299 -
 .../x/tools/go/analysis/internal/facts/imports.go  |     88 -
 .../tools/go/analysis/multichecker/multichecker.go |     60 -
 .../golang.org/x/tools/go/analysis/passes/README   |      8 -
 .../x/tools/go/analysis/passes/asmdecl/asmdecl.go  |    760 -
 .../analysis/passes/asmdecl/testdata/src/a/asm.go  |     48 -
 .../analysis/passes/asmdecl/testdata/src/a/asm1.s  |    314 -
 .../analysis/passes/asmdecl/testdata/src/a/asm2.s  |    256 -
 .../analysis/passes/asmdecl/testdata/src/a/asm3.s  |    191 -
 .../analysis/passes/asmdecl/testdata/src/a/asm4.s  |     25 -
 .../analysis/passes/asmdecl/testdata/src/a/asm5.s  |    192 -
 .../analysis/passes/asmdecl/testdata/src/a/asm6.s  |    192 -
 .../analysis/passes/asmdecl/testdata/src/a/asm7.s  |    192 -
 .../analysis/passes/asmdecl/testdata/src/a/asm8.s  |    164 -
 .../x/tools/go/analysis/passes/assign/assign.go    |     68 -
 .../go/analysis/passes/assign/testdata/src/a/a.go  |     31 -
 .../x/tools/go/analysis/passes/atomic/atomic.go    |     96 -
 .../go/analysis/passes/atomic/testdata/src/a/a.go  |     62 -
 .../x/tools/go/analysis/passes/bools/bools.go      |    214 -
 .../go/analysis/passes/bools/testdata/src/a/a.go   |    137 -
 .../tools/go/analysis/passes/buildssa/buildssa.go  |    117 -
 .../analysis/passes/buildssa/testdata/src/a/a.go   |     16 -
 .../tools/go/analysis/passes/buildtag/buildtag.go  |    159 -
 .../passes/buildtag/testdata/src/a/buildtag.go     |     21 -
 .../x/tools/go/analysis/passes/cgocall/cgocall.go  |    390 -
 .../analysis/passes/cgocall/testdata/src/a/cgo.go  |     71 -
 .../analysis/passes/cgocall/testdata/src/a/cgo3.go |     21 -
 .../go/analysis/passes/cgocall/testdata/src/b/b.go |     20 -
 .../go/analysis/passes/cgocall/testdata/src/c/c.go |     14 -
 .../go/analysis/passes/composite/composite.go      |    108 -
 .../analysis/passes/composite/testdata/src/a/a.go  |    121 -
 .../go/analysis/passes/composite/whitelist.go      |     33 -
 .../tools/go/analysis/passes/copylock/copylock.go  |    300 -
 .../passes/copylock/testdata/src/a/copylock.go     |    188 -
 .../copylock/testdata/src/a/copylock_func.go       |    136 -
 .../copylock/testdata/src/a/copylock_range.go      |     67 -
 .../tools/go/analysis/passes/ctrlflow/ctrlflow.go  |    225 -
 .../analysis/passes/ctrlflow/testdata/src/a/a.go   |    109 -
 .../passes/ctrlflow/testdata/src/lib/lib.go        |      8 -
 .../analysis/passes/findcall/cmd/findcall/main.go  |      9 -
 .../tools/go/analysis/passes/findcall/findcall.go  |     80 -
 .../analysis/passes/findcall/testdata/src/a/a.go   |      6 -
 .../analysis/passes/httpresponse/httpresponse.go   |    177 -
 .../passes/httpresponse/testdata/src/a/a.go        |     85 -
 .../x/tools/go/analysis/passes/inspect/inspect.go  |     45 -
 .../analysis/passes/internal/analysisutil/util.go  |    106 -
 .../go/analysis/passes/loopclosure/loopclosure.go  |    130 -
 .../passes/loopclosure/testdata/src/a/a.go         |     90 -
 .../passes/lostcancel/cmd/lostcancel/main.go       |     10 -
 .../go/analysis/passes/lostcancel/lostcancel.go    |    315 -
 .../analysis/passes/lostcancel/testdata/src/a/a.go |    173 -
 .../analysis/passes/lostcancel/testdata/src/b/b.go |     26 -
 .../x/tools/go/analysis/passes/nilfunc/nilfunc.go  |     74 -
 .../go/analysis/passes/nilfunc/testdata/src/a/a.go |     35 -
 .../go/analysis/passes/nilness/cmd/nilness/main.go |     10 -
 .../x/tools/go/analysis/passes/nilness/nilness.go  |    271 -
 .../go/analysis/passes/nilness/testdata/src/a/a.go |     91 -
 .../x/tools/go/analysis/passes/pkgfact/pkgfact.go  |    127 -
 .../go/analysis/passes/pkgfact/testdata/src/a/a.go |      4 -
 .../go/analysis/passes/pkgfact/testdata/src/b/b.go |      5 -
 .../go/analysis/passes/pkgfact/testdata/src/c/c.go |      5 -
 .../x/tools/go/analysis/passes/printf/printf.go    |   1017 -
 .../go/analysis/passes/printf/testdata/src/a/a.go  |    710 -
 .../go/analysis/passes/printf/testdata/src/b/b.go  |     33 -
 .../x/tools/go/analysis/passes/printf/types.go     |    236 -
 .../go/analysis/passes/shadow/cmd/shadow/main.go   |      9 -
 .../x/tools/go/analysis/passes/shadow/shadow.go    |    288 -
 .../go/analysis/passes/shadow/testdata/src/a/a.go  |     91 -
 .../x/tools/go/analysis/passes/shift/dead.go       |    101 -
 .../x/tools/go/analysis/passes/shift/shift.go      |    128 -
 .../go/analysis/passes/shift/testdata/src/a/a.go   |    155 -
 .../go/analysis/passes/stdmethods/stdmethods.go    |    186 -
 .../analysis/passes/stdmethods/testdata/src/a/a.go |     33 -
 .../go/analysis/passes/structtag/structtag.go      |    260 -
 .../analysis/passes/structtag/testdata/src/a/a.go  |    113 -
 .../go/analysis/passes/tests/testdata/src/a/a.go   |      3 -
 .../passes/tests/testdata/src/divergent/buf.go     |     17 -
 .../x/tools/go/analysis/passes/tests/tests.go      |    175 -
 .../passes/unmarshal/cmd/unmarshal/main.go         |      9 -
 .../analysis/passes/unmarshal/testdata/src/a/a.go  |     58 -
 .../go/analysis/passes/unmarshal/unmarshal.go      |     92 -
 .../passes/unreachable/testdata/src/a/a.go         |   2133 -
 .../go/analysis/passes/unreachable/unreachable.go  |    314 -
 .../analysis/passes/unsafeptr/testdata/src/a/a.go  |     63 -
 .../go/analysis/passes/unsafeptr/unsafeptr.go      |    130 -
 .../passes/unusedresult/testdata/src/a/a.go        |     27 -
 .../analysis/passes/unusedresult/unusedresult.go   |    131 -
 .../go/analysis/singlechecker/singlechecker.go     |     77 -
 .../x/tools/go/analysis/unitchecker/main.go        |     64 -
 .../go/analysis/unitchecker/testdata/src/a/a.go    |      7 -
 .../go/analysis/unitchecker/testdata/src/b/b.go    |     10 -
 .../x/tools/go/analysis/unitchecker/unitchecker.go |    382 -
 vendor/golang.org/x/tools/go/analysis/validate.go  |    104 -
 .../golang.org/x/tools/go/ast/astutil/enclosing.go |    627 -
 .../golang.org/x/tools/go/ast/astutil/imports.go   |    481 -
 .../golang.org/x/tools/go/ast/astutil/rewrite.go   |    477 -
 vendor/golang.org/x/tools/go/ast/astutil/util.go   |     14 -
 .../x/tools/go/ast/inspector/inspector.go          |    182 -
 .../golang.org/x/tools/go/ast/inspector/typeof.go  |    216 -
 .../golang.org/x/tools/go/buildutil/allpackages.go |    198 -
 .../golang.org/x/tools/go/buildutil/fakecontext.go |    109 -
 vendor/golang.org/x/tools/go/buildutil/overlay.go  |    103 -
 vendor/golang.org/x/tools/go/buildutil/tags.go     |     75 -
 vendor/golang.org/x/tools/go/buildutil/util.go     |    212 -
 .../golang.org/x/tools/go/callgraph/callgraph.go   |    129 -
 vendor/golang.org/x/tools/go/callgraph/cha/cha.go  |    139 -
 .../x/tools/go/callgraph/cha/testdata/func.go      |     23 -
 .../x/tools/go/callgraph/cha/testdata/iface.go     |     65 -
 .../tools/go/callgraph/cha/testdata/issue23925.go  |     38 -
 .../x/tools/go/callgraph/cha/testdata/recv.go      |     37 -
 vendor/golang.org/x/tools/go/callgraph/rta/rta.go  |    459 -
 .../x/tools/go/callgraph/rta/testdata/func.go      |     37 -
 .../x/tools/go/callgraph/rta/testdata/iface.go     |     79 -
 .../x/tools/go/callgraph/rta/testdata/rtype.go     |     35 -
 .../x/tools/go/callgraph/static/static.go          |     35 -
 vendor/golang.org/x/tools/go/callgraph/util.go     |    181 -
 vendor/golang.org/x/tools/go/cfg/builder.go        |    510 -
 vendor/golang.org/x/tools/go/cfg/cfg.go            |    150 -
 vendor/golang.org/x/tools/go/expect/expect.go      |    149 -
 vendor/golang.org/x/tools/go/expect/extract.go     |    221 -
 .../golang.org/x/tools/go/expect/testdata/test.go  |     30 -
 .../x/tools/go/gccgoexportdata/gccgoexportdata.go  |    129 -
 .../x/tools/go/gccgoexportdata/testdata/errors.gox |    Bin 24632 -> 0 bytes
 .../x/tools/go/gccgoexportdata/testdata/long.a     |    Bin 802 -> 0 bytes
 .../x/tools/go/gccgoexportdata/testdata/short.a    |    Bin 710 -> 0 bytes
 .../x/tools/go/gcexportdata/gcexportdata.go        |    109 -
 .../golang.org/x/tools/go/gcexportdata/importer.go |     73 -
 vendor/golang.org/x/tools/go/gcexportdata/main.go  |     99 -
 .../x/tools/go/gcexportdata/testdata/errors-ae16.a |    Bin 5494 -> 0 bytes
 vendor/golang.org/x/tools/go/internal/cgo/cgo.go   |    220 -
 .../x/tools/go/internal/cgo/cgo_pkgconfig.go       |     39 -
 .../x/tools/go/internal/gccgoimporter/ar.go        |    151 -
 .../x/tools/go/internal/gccgoimporter/backdoor.go  |     32 -
 .../go/internal/gccgoimporter/gccgoinstallation.go |    100 -
 .../x/tools/go/internal/gccgoimporter/importer.go  |    249 -
 .../go/internal/gccgoimporter/newInterface10.go    |     21 -
 .../go/internal/gccgoimporter/newInterface11.go    |     13 -
 .../x/tools/go/internal/gccgoimporter/parser.go    |    997 -
 .../go/internal/gccgoimporter/testdata/aliases.go  |     65 -
 .../go/internal/gccgoimporter/testdata/aliases.gox |     33 -
 .../internal/gccgoimporter/testdata/complexnums.go |      6 -
 .../gccgoimporter/testdata/complexnums.gox         |      8 -
 .../internal/gccgoimporter/testdata/conversions.go |      5 -
 .../gccgoimporter/testdata/conversions.gox         |      6 -
 .../internal/gccgoimporter/testdata/escapeinfo.go  |     13 -
 .../internal/gccgoimporter/testdata/escapeinfo.gox |    Bin 824 -> 0 bytes
 .../go/internal/gccgoimporter/testdata/imports.go  |      5 -
 .../go/internal/gccgoimporter/testdata/imports.gox |      7 -
 .../internal/gccgoimporter/testdata/issue27856.go  |      9 -
 .../internal/gccgoimporter/testdata/issue27856.gox |      9 -
 .../internal/gccgoimporter/testdata/libimportsar.a |    Bin 9302 -> 0 bytes
 .../go/internal/gccgoimporter/testdata/pointer.go  |      3 -
 .../go/internal/gccgoimporter/testdata/pointer.gox |      4 -
 .../go/internal/gccgoimporter/testdata/time.gox    |    Bin 7977 -> 0 bytes
 .../go/internal/gccgoimporter/testdata/unicode.gox |    Bin 7945 -> 0 bytes
 .../x/tools/go/internal/gcimporter/bexport.go      |    852 -
 .../x/tools/go/internal/gcimporter/bimport.go      |   1028 -
 .../x/tools/go/internal/gcimporter/exportdata.go   |     93 -
 .../x/tools/go/internal/gcimporter/gcimporter.go   |   1078 -
 .../x/tools/go/internal/gcimporter/iimport.go      |    598 -
 .../tools/go/internal/gcimporter/newInterface10.go |     21 -
 .../tools/go/internal/gcimporter/newInterface11.go |     13 -
 .../x/tools/go/internal/gcimporter/testdata/a.go   |     14 -
 .../x/tools/go/internal/gcimporter/testdata/b.go   |     11 -
 .../go/internal/gcimporter/testdata/exports.go     |     89 -
 .../go/internal/gcimporter/testdata/issue15920.go  |     11 -
 .../go/internal/gcimporter/testdata/issue20046.go  |      9 -
 .../go/internal/gcimporter/testdata/issue25301.go  |     17 -
 .../x/tools/go/internal/gcimporter/testdata/p.go   |     13 -
 .../internal/gcimporter/testdata/versions/test.go  |     30 -
 .../gcimporter/testdata/versions/test_go1.11_0i.a  |    Bin 2420 -> 0 bytes
 .../gcimporter/testdata/versions/test_go1.11_6b.a  |    Bin 2426 -> 0 bytes
 .../testdata/versions/test_go1.11_999b.a           |    Bin 2600 -> 0 bytes
 .../testdata/versions/test_go1.11_999i.a           |    Bin 2420 -> 0 bytes
 .../gcimporter/testdata/versions/test_go1.7_0.a    |    Bin 1862 -> 0 bytes
 .../gcimporter/testdata/versions/test_go1.7_1.a    |    Bin 2316 -> 0 bytes
 .../gcimporter/testdata/versions/test_go1.8_4.a    |    Bin 1658 -> 0 bytes
 .../gcimporter/testdata/versions/test_go1.8_5.a    |    Bin 1658 -> 0 bytes
 vendor/golang.org/x/tools/go/loader/doc.go         |    205 -
 vendor/golang.org/x/tools/go/loader/loader.go      |   1078 -
 vendor/golang.org/x/tools/go/loader/testdata/a.go  |      1 -
 vendor/golang.org/x/tools/go/loader/testdata/b.go  |      1 -
 .../x/tools/go/loader/testdata/badpkgdecl.go       |      1 -
 vendor/golang.org/x/tools/go/loader/util.go        |    124 -
 vendor/golang.org/x/tools/go/packages/doc.go       |    241 -
 vendor/golang.org/x/tools/go/packages/external.go  |     68 -
 vendor/golang.org/x/tools/go/packages/golist.go    |    722 -
 .../x/tools/go/packages/golist_fallback.go         |    450 -
 .../tools/go/packages/golist_fallback_testmain.go  |    318 -
 .../x/tools/go/packages/gopackages/main.go         |    272 -
 vendor/golang.org/x/tools/go/packages/packages.go  |    936 -
 .../x/tools/go/packages/packagestest/expect.go     |    341 -
 .../x/tools/go/packages/packagestest/export.go     |    281 -
 .../x/tools/go/packages/packagestest/gopath.go     |     74 -
 .../x/tools/go/packages/packagestest/modules.go    |    210 -
 .../tools/go/packages/packagestest/modules_111.go  |      7 -
 .../go/packages/packagestest/testdata/test.go      |     24 -
 .../golang.org/x/tools/go/packages/testdata/README |      3 -
 .../github.com/heschik/tools-testrepo/@v/list      |      1 -
 .../heschik/tools-testrepo/@v/v1.0.0.info          |      1 -
 .../heschik/tools-testrepo/@v/v1.0.0.mod           |      1 -
 .../heschik/tools-testrepo/@v/v1.0.0.zip           |    Bin 467 -> 0 bytes
 .../heschik/tools-testrepo/@v/v1.0.0.ziphash       |      1 -
 .../github.com/heschik/tools-testrepo/v2/@v/list   |      1 -
 .../heschik/tools-testrepo/v2/@v/v2.0.0.info       |      1 -
 .../heschik/tools-testrepo/v2/@v/v2.0.0.mod        |      1 -
 .../heschik/tools-testrepo/v2/@v/v2.0.0.zip        |    Bin 482 -> 0 bytes
 .../heschik/tools-testrepo/v2/@v/v2.0.0.ziphash    |      1 -
 .../heschik/tools-testrepo/v2@v2.0.0/go.mod        |      1 -
 .../heschik/tools-testrepo/v2@v2.0.0/pkg/pkg.go    |      1 -
 .../heschik/tools-testrepo@v1.0.0/go.mod           |      1 -
 .../heschik/tools-testrepo@v1.0.0/pkg/pkg.go       |      1 -
 .../testdata/TestName_Modules/src/b/pkg/pkg.go     |      1 -
 .../github.com/heschik/tools-testrepo/@v/list      |      1 -
 .../heschik/tools-testrepo/@v/v1.0.0.info          |      1 -
 .../heschik/tools-testrepo/@v/v1.0.0.mod           |      1 -
 .../heschik/tools-testrepo/@v/v1.0.0.zip           |    Bin 467 -> 0 bytes
 .../heschik/tools-testrepo/@v/v1.0.0.ziphash       |      1 -
 .../github.com/heschik/tools-testrepo/v2/@v/list   |      2 -
 .../heschik/tools-testrepo/v2/@v/v2.0.1.info       |      1 -
 .../heschik/tools-testrepo/v2/@v/v2.0.1.mod        |      1 -
 .../heschik/tools-testrepo/v2/@v/v2.0.1.zip        |    Bin 482 -> 0 bytes
 .../heschik/tools-testrepo/v2/@v/v2.0.1.ziphash    |      1 -
 .../heschik/tools-testrepo/v2/@v/v2.0.2.info       |      1 -
 .../heschik/tools-testrepo/v2/@v/v2.0.2.mod        |      1 -
 .../heschik/tools-testrepo/v2/@v/v2.0.2.zip        |    Bin 482 -> 0 bytes
 .../heschik/tools-testrepo/v2/@v/v2.0.2.ziphash    |      1 -
 .../heschik/tools-testrepo/v2@v2.0.1/go.mod        |      1 -
 .../heschik/tools-testrepo/v2@v2.0.1/pkg/pkg.go    |      1 -
 .../heschik/tools-testrepo/v2@v2.0.2/go.mod        |      1 -
 .../heschik/tools-testrepo/v2@v2.0.2/pkg/pkg.go    |      1 -
 .../heschik/tools-testrepo@v1.0.0/go.mod           |      1 -
 .../heschik/tools-testrepo@v1.0.0/pkg/pkg.go       |      1 -
 vendor/golang.org/x/tools/go/packages/visit.go     |     55 -
 vendor/golang.org/x/tools/go/pointer/TODO          |     33 -
 vendor/golang.org/x/tools/go/pointer/analysis.go   |    452 -
 vendor/golang.org/x/tools/go/pointer/api.go        |    285 -
 vendor/golang.org/x/tools/go/pointer/callgraph.go  |     61 -
 vendor/golang.org/x/tools/go/pointer/constraint.go |    149 -
 vendor/golang.org/x/tools/go/pointer/doc.go        |    610 -
 vendor/golang.org/x/tools/go/pointer/gen.go        |   1325 -
 vendor/golang.org/x/tools/go/pointer/hvn.go        |    973 -
 vendor/golang.org/x/tools/go/pointer/intrinsics.go |    361 -
 vendor/golang.org/x/tools/go/pointer/labels.go     |    152 -
 vendor/golang.org/x/tools/go/pointer/opt.go        |    132 -
 vendor/golang.org/x/tools/go/pointer/print.go      |     43 -
 vendor/golang.org/x/tools/go/pointer/query.go      |    221 -
 vendor/golang.org/x/tools/go/pointer/reflect.go    |   1975 -
 vendor/golang.org/x/tools/go/pointer/solve.go      |    370 -
 .../x/tools/go/pointer/testdata/another.go         |     36 -
 .../x/tools/go/pointer/testdata/arrayreflect.go    |    191 -
 .../x/tools/go/pointer/testdata/arrays.go          |     97 -
 .../x/tools/go/pointer/testdata/channels.go        |    118 -
 .../x/tools/go/pointer/testdata/chanreflect.go     |     85 -
 .../x/tools/go/pointer/testdata/chanreflect1.go    |     35 -
 .../x/tools/go/pointer/testdata/context.go         |     48 -
 .../golang.org/x/tools/go/pointer/testdata/conv.go |     63 -
 .../x/tools/go/pointer/testdata/extended.go        |     21 -
 .../x/tools/go/pointer/testdata/finalizer.go       |     89 -
 .../golang.org/x/tools/go/pointer/testdata/flow.go |     63 -
 .../x/tools/go/pointer/testdata/fmtexcerpt.go      |     42 -
 .../golang.org/x/tools/go/pointer/testdata/func.go |    205 -
 .../x/tools/go/pointer/testdata/funcreflect.go     |    130 -
 .../x/tools/go/pointer/testdata/hello.go           |     27 -
 .../x/tools/go/pointer/testdata/interfaces.go      |    152 -
 .../x/tools/go/pointer/testdata/issue9002.go       |     17 -
 .../x/tools/go/pointer/testdata/mapreflect.go      |    117 -
 .../golang.org/x/tools/go/pointer/testdata/maps.go |     74 -
 .../x/tools/go/pointer/testdata/panic.go           |     36 -
 .../x/tools/go/pointer/testdata/recur.go           |     11 -
 .../x/tools/go/pointer/testdata/reflect.go         |    115 -
 .../golang.org/x/tools/go/pointer/testdata/rtti.go |     29 -
 .../x/tools/go/pointer/testdata/structreflect.go   |     45 -
 .../x/tools/go/pointer/testdata/structs.go         |    100 -
 .../x/tools/go/pointer/testdata/timer.go           |     24 -
 vendor/golang.org/x/tools/go/pointer/util.go       |    313 -
 vendor/golang.org/x/tools/go/ssa/blockopt.go       |    187 -
 vendor/golang.org/x/tools/go/ssa/builder.go        |   2379 -
 vendor/golang.org/x/tools/go/ssa/const.go          |    169 -
 vendor/golang.org/x/tools/go/ssa/create.go         |    270 -
 vendor/golang.org/x/tools/go/ssa/doc.go            |    125 -
 vendor/golang.org/x/tools/go/ssa/dom.go            |    341 -
 vendor/golang.org/x/tools/go/ssa/emit.go           |    468 -
 vendor/golang.org/x/tools/go/ssa/func.go           |    689 -
 vendor/golang.org/x/tools/go/ssa/identical.go      |      7 -
 vendor/golang.org/x/tools/go/ssa/identical_17.go   |      7 -
 .../golang.org/x/tools/go/ssa/interp/external.go   |    562 -
 .../x/tools/go/ssa/interp/external_darwin.go       |     35 -
 .../x/tools/go/ssa/interp/external_unix.go         |    256 -
 vendor/golang.org/x/tools/go/ssa/interp/interp.go  |    764 -
 vendor/golang.org/x/tools/go/ssa/interp/map.go     |    121 -
 vendor/golang.org/x/tools/go/ssa/interp/ops.go     |   1396 -
 vendor/golang.org/x/tools/go/ssa/interp/reflect.go |    574 -
 .../x/tools/go/ssa/interp/testdata/boundmeth.go    |    144 -
 .../x/tools/go/ssa/interp/testdata/callstack.go    |     52 -
 .../x/tools/go/ssa/interp/testdata/complit.go      |    186 -
 .../x/tools/go/ssa/interp/testdata/coverage.go     |    534 -
 .../x/tools/go/ssa/interp/testdata/defer.go        |     53 -
 .../x/tools/go/ssa/interp/testdata/fieldprom.go    |    114 -
 .../x/tools/go/ssa/interp/testdata/ifaceconv.go    |     83 -
 .../x/tools/go/ssa/interp/testdata/ifaceprom.go    |     58 -
 .../x/tools/go/ssa/interp/testdata/initorder.go    |     67 -
 .../x/tools/go/ssa/interp/testdata/methprom.go     |     93 -
 .../x/tools/go/ssa/interp/testdata/mrvchain.go     |     75 -
 .../x/tools/go/ssa/interp/testdata/range.go        |     55 -
 .../x/tools/go/ssa/interp/testdata/recover.go      |     34 -
 .../x/tools/go/ssa/interp/testdata/reflect.go      |     11 -
 .../x/tools/go/ssa/interp/testdata/static.go       |     58 -
 vendor/golang.org/x/tools/go/ssa/interp/value.go   |    497 -
 vendor/golang.org/x/tools/go/ssa/lift.go           |    653 -
 vendor/golang.org/x/tools/go/ssa/lvalue.go         |    120 -
 vendor/golang.org/x/tools/go/ssa/methods.go        |    239 -
 vendor/golang.org/x/tools/go/ssa/mode.go           |    100 -
 vendor/golang.org/x/tools/go/ssa/print.go          |    431 -
 vendor/golang.org/x/tools/go/ssa/sanity.go         |    532 -
 vendor/golang.org/x/tools/go/ssa/source.go         |    293 -
 vendor/golang.org/x/tools/go/ssa/ssa.go            |   1695 -
 vendor/golang.org/x/tools/go/ssa/ssautil/load.go   |    175 -
 vendor/golang.org/x/tools/go/ssa/ssautil/switch.go |    234 -
 .../x/tools/go/ssa/ssautil/testdata/switches.go    |    357 -
 vendor/golang.org/x/tools/go/ssa/ssautil/visit.go  |     79 -
 .../x/tools/go/ssa/testdata/objlookup.go           |    160 -
 .../x/tools/go/ssa/testdata/structconv.go          |     24 -
 .../x/tools/go/ssa/testdata/valueforexpr.go        |    153 -
 vendor/golang.org/x/tools/go/ssa/testmain.go       |    271 -
 vendor/golang.org/x/tools/go/ssa/util.go           |    119 -
 vendor/golang.org/x/tools/go/ssa/wrappers.go       |    290 -
 .../x/tools/go/types/objectpath/objectpath.go      |    523 -
 .../golang.org/x/tools/go/types/typeutil/callee.go |     46 -
 .../x/tools/go/types/typeutil/imports.go           |     31 -
 vendor/golang.org/x/tools/go/types/typeutil/map.go |    313 -
 .../x/tools/go/types/typeutil/methodsetcache.go    |     72 -
 vendor/golang.org/x/tools/go/types/typeutil/ui.go  |     52 -
 vendor/golang.org/x/tools/go/vcs/discovery.go      |     76 -
 vendor/golang.org/x/tools/go/vcs/env.go            |     39 -
 vendor/golang.org/x/tools/go/vcs/http.go           |     80 -
 vendor/golang.org/x/tools/go/vcs/vcs.go            |    768 -
 vendor/golang.org/x/tools/godoc/README.md          |     31 -
 vendor/golang.org/x/tools/godoc/analysis/README    |    111 -
 .../golang.org/x/tools/godoc/analysis/analysis.go  |    613 -
 .../golang.org/x/tools/godoc/analysis/callgraph.go |    351 -
 .../x/tools/godoc/analysis/implements.go           |    195 -
 vendor/golang.org/x/tools/godoc/analysis/json.go   |     69 -
 vendor/golang.org/x/tools/godoc/analysis/peers.go  |    154 -
 .../golang.org/x/tools/godoc/analysis/typeinfo.go  |    234 -
 vendor/golang.org/x/tools/godoc/corpus.go          |    168 -
 vendor/golang.org/x/tools/godoc/dirtrees.go        |    383 -
 vendor/golang.org/x/tools/godoc/dl/dl.go           |    352 -
 vendor/golang.org/x/tools/godoc/dl/server.go       |    267 -
 vendor/golang.org/x/tools/godoc/dl/tmpl.go         |    277 -
 vendor/golang.org/x/tools/godoc/env/env.go         |     41 -
 vendor/golang.org/x/tools/godoc/format.go          |    371 -
 vendor/golang.org/x/tools/godoc/godoc.go           |    959 -
 vendor/golang.org/x/tools/godoc/index.go           |   1580 -
 vendor/golang.org/x/tools/godoc/linkify.go         |    195 -
 vendor/golang.org/x/tools/godoc/meta.go            |    144 -
 vendor/golang.org/x/tools/godoc/page.go            |     80 -
 vendor/golang.org/x/tools/godoc/parser.go          |     74 -
 vendor/golang.org/x/tools/godoc/pres.go            |    169 -
 vendor/golang.org/x/tools/godoc/proxy/proxy.go     |    157 -
 vendor/golang.org/x/tools/godoc/redirect/hash.go   |    138 -
 .../golang.org/x/tools/godoc/redirect/redirect.go  |    254 -
 .../golang.org/x/tools/godoc/redirect/rietveld.go  |   1093 -
 vendor/golang.org/x/tools/godoc/search.go          |    186 -
 vendor/golang.org/x/tools/godoc/server.go          |    836 -
 vendor/golang.org/x/tools/godoc/short/short.go     |    186 -
 vendor/golang.org/x/tools/godoc/short/tmpl.go      |    119 -
 vendor/golang.org/x/tools/godoc/snippet.go         |    123 -
 vendor/golang.org/x/tools/godoc/spec.go            |    179 -
 vendor/golang.org/x/tools/godoc/spot.go            |     83 -
 .../x/tools/godoc/static/analysis/call-eg.png      |    Bin 11383 -> 0 bytes
 .../x/tools/godoc/static/analysis/call3.png        |    Bin 16960 -> 0 bytes
 .../x/tools/godoc/static/analysis/callers1.png     |    Bin 13068 -> 0 bytes
 .../x/tools/godoc/static/analysis/callers2.png     |    Bin 20822 -> 0 bytes
 .../x/tools/godoc/static/analysis/chan1.png        |    Bin 44287 -> 0 bytes
 .../x/tools/godoc/static/analysis/chan2a.png       |    Bin 19600 -> 0 bytes
 .../x/tools/godoc/static/analysis/chan2b.png       |    Bin 18204 -> 0 bytes
 .../x/tools/godoc/static/analysis/error1.png       |    Bin 13633 -> 0 bytes
 .../x/tools/godoc/static/analysis/help.html        |    254 -
 .../x/tools/godoc/static/analysis/ident-def.png    |    Bin 13141 -> 0 bytes
 .../x/tools/godoc/static/analysis/ident-field.png  |    Bin 12131 -> 0 bytes
 .../x/tools/godoc/static/analysis/ident-func.png   |    Bin 12554 -> 0 bytes
 .../x/tools/godoc/static/analysis/ipcg-func.png    |    Bin 10919 -> 0 bytes
 .../x/tools/godoc/static/analysis/ipcg-pkg.png     |    Bin 21092 -> 0 bytes
 .../x/tools/godoc/static/analysis/typeinfo-pkg.png |    Bin 30004 -> 0 bytes
 .../x/tools/godoc/static/analysis/typeinfo-src.png |    Bin 16891 -> 0 bytes
 .../golang.org/x/tools/godoc/static/callgraph.html |     15 -
 .../golang.org/x/tools/godoc/static/codewalk.html  |     56 -
 .../x/tools/godoc/static/codewalkdir.html          |     16 -
 .../golang.org/x/tools/godoc/static/dirlist.html   |     31 -
 vendor/golang.org/x/tools/godoc/static/doc.go      |      8 -
 vendor/golang.org/x/tools/godoc/static/error.html  |      9 -
 .../golang.org/x/tools/godoc/static/example.html   |     30 -
 vendor/golang.org/x/tools/godoc/static/gen.go      |    109 -
 vendor/golang.org/x/tools/godoc/static/godoc.html  |    143 -
 vendor/golang.org/x/tools/godoc/static/godocs.js   |    640 -
 .../x/tools/godoc/static/images/minus.gif          |    Bin 837 -> 0 bytes
 .../x/tools/godoc/static/images/plus.gif           |    Bin 841 -> 0 bytes
 .../godoc/static/images/treeview-black-line.gif    |    Bin 1877 -> 0 bytes
 .../x/tools/godoc/static/images/treeview-black.gif |    Bin 402 -> 0 bytes
 .../godoc/static/images/treeview-default-line.gif  |    Bin 1993 -> 0 bytes
 .../tools/godoc/static/images/treeview-default.gif |    Bin 400 -> 0 bytes
 .../godoc/static/images/treeview-gray-line.gif     |    Bin 1877 -> 0 bytes
 .../x/tools/godoc/static/images/treeview-gray.gif  |    Bin 411 -> 0 bytes
 .../x/tools/godoc/static/implements.html           |      9 -
 vendor/golang.org/x/tools/godoc/static/jquery.js   |      2 -
 .../x/tools/godoc/static/jquery.treeview.css       |     76 -
 .../x/tools/godoc/static/jquery.treeview.edit.js   |     39 -
 .../x/tools/godoc/static/jquery.treeview.js        |    256 -
 .../golang.org/x/tools/godoc/static/makestatic.go  |     36 -
 .../golang.org/x/tools/godoc/static/methodset.html |      9 -
 .../golang.org/x/tools/godoc/static/opensearch.xml |     11 -
 .../golang.org/x/tools/godoc/static/package.html   |    292 -
 .../x/tools/godoc/static/packageroot.html          |    150 -
 vendor/golang.org/x/tools/godoc/static/play.js     |    114 -
 .../golang.org/x/tools/godoc/static/playground.js  |    534 -
 vendor/golang.org/x/tools/godoc/static/search.html |     66 -
 .../x/tools/godoc/static/searchcode.html           |     64 -
 .../golang.org/x/tools/godoc/static/searchdoc.html |     24 -
 .../golang.org/x/tools/godoc/static/searchtxt.html |     42 -
 vendor/golang.org/x/tools/godoc/static/static.go   |    105 -
 vendor/golang.org/x/tools/godoc/static/style.css   |    867 -
 vendor/golang.org/x/tools/godoc/tab.go             |     82 -
 vendor/golang.org/x/tools/godoc/template.go        |    179 -
 vendor/golang.org/x/tools/godoc/util/throttle.go   |     88 -
 vendor/golang.org/x/tools/godoc/util/util.go       |     89 -
 vendor/golang.org/x/tools/godoc/versions.go        |    224 -
 vendor/golang.org/x/tools/godoc/vfs/emptyvfs.go    |     89 -
 .../golang.org/x/tools/godoc/vfs/gatefs/gatefs.go  |     93 -
 .../golang.org/x/tools/godoc/vfs/httpfs/httpfs.go  |     94 -
 vendor/golang.org/x/tools/godoc/vfs/mapfs/mapfs.go |    156 -
 vendor/golang.org/x/tools/godoc/vfs/namespace.go   |    403 -
 vendor/golang.org/x/tools/godoc/vfs/os.go          |    105 -
 vendor/golang.org/x/tools/godoc/vfs/vfs.go         |     58 -
 vendor/golang.org/x/tools/godoc/vfs/zipfs/zipfs.go |    291 -
 vendor/golang.org/x/tools/imports/fix.go           |    934 -
 vendor/golang.org/x/tools/imports/imports.go       |    310 -
 vendor/golang.org/x/tools/imports/mkindex.go       |    173 -
 vendor/golang.org/x/tools/imports/mkstdlib.go      |    108 -
 vendor/golang.org/x/tools/imports/sortimports.go   |    230 -
 vendor/golang.org/x/tools/imports/zstdlib.go       |   9970 --
 .../x/tools/internal/fastwalk/fastwalk.go          |    196 -
 .../internal/fastwalk/fastwalk_dirent_fileno.go    |     13 -
 .../tools/internal/fastwalk/fastwalk_dirent_ino.go |     14 -
 .../fastwalk/fastwalk_dirent_namlen_bsd.go         |     13 -
 .../fastwalk/fastwalk_dirent_namlen_linux.go       |     29 -
 .../x/tools/internal/fastwalk/fastwalk_portable.go |     37 -
 .../x/tools/internal/fastwalk/fastwalk_unix.go     |    127 -
 .../golang.org/x/tools/internal/gopathwalk/walk.go |    249 -
 .../x/tools/internal/jsonrpc2/jsonrpc2.go          |    358 -
 vendor/golang.org/x/tools/internal/jsonrpc2/log.go |     59 -
 .../golang.org/x/tools/internal/jsonrpc2/stream.go |    146 -
 .../golang.org/x/tools/internal/jsonrpc2/wire.go   |    139 -
 .../golang.org/x/tools/internal/lsp/completion.go  |     53 -
 .../golang.org/x/tools/internal/lsp/diagnostics.go |     52 -
 vendor/golang.org/x/tools/internal/lsp/position.go |    114 -
 .../x/tools/internal/lsp/protocol/basic.go         |    362 -
 .../x/tools/internal/lsp/protocol/client.go        |    187 -
 .../x/tools/internal/lsp/protocol/diagnostics.go   |     20 -
 .../x/tools/internal/lsp/protocol/doc.go           |     16 -
 .../x/tools/internal/lsp/protocol/general.go       |    849 -
 .../x/tools/internal/lsp/protocol/language.go      |   1020 -
 .../x/tools/internal/lsp/protocol/printers.go      |     83 -
 .../x/tools/internal/lsp/protocol/protocol.go      |     49 -
 .../x/tools/internal/lsp/protocol/registration.go  |     61 -
 .../x/tools/internal/lsp/protocol/server.go        |    646 -
 .../x/tools/internal/lsp/protocol/text.go          |    130 -
 .../x/tools/internal/lsp/protocol/window.go        |     77 -
 .../x/tools/internal/lsp/protocol/workspace.go     |    203 -
 vendor/golang.org/x/tools/internal/lsp/server.go   |    330 -
 .../x/tools/internal/lsp/signature_help.go         |     33 -
 .../x/tools/internal/lsp/source/completion.go      |    737 -
 .../x/tools/internal/lsp/source/definition.go      |    121 -
 .../x/tools/internal/lsp/source/diagnostics.go     |    148 -
 .../golang.org/x/tools/internal/lsp/source/file.go |    131 -
 .../x/tools/internal/lsp/source/format.go          |     59 -
 .../x/tools/internal/lsp/source/signature_help.go  |    118 -
 .../golang.org/x/tools/internal/lsp/source/uri.go  |     47 -
 .../golang.org/x/tools/internal/lsp/source/view.go |     82 -
 .../lsp/testdata/assign_rank/assign_rank.go.in     |     19 -
 .../x/tools/internal/lsp/testdata/bad/bad.go       |     21 -
 .../x/tools/internal/lsp/testdata/bad/bad_util.go  |     27 -
 .../x/tools/internal/lsp/testdata/bar/bar.go.in    |     43 -
 .../x/tools/internal/lsp/testdata/baz/baz.go.in    |     31 -
 .../x/tools/internal/lsp/testdata/cast/cast.go.in  |     11 -
 .../x/tools/internal/lsp/testdata/foo/foo.go       |     23 -
 .../internal/lsp/testdata/format/bad_format.go     |     21 -
 .../internal/lsp/testdata/format/good_format.go    |      9 -
 .../x/tools/internal/lsp/testdata/godef/a/a.go     |     11 -
 .../tools/internal/lsp/testdata/godef/a/random.go  |     23 -
 .../x/tools/internal/lsp/testdata/godef/b/b.go     |     23 -
 .../x/tools/internal/lsp/testdata/godef/b/c.go     |      8 -
 .../tools/internal/lsp/testdata/godef/b/c.go.saved |      7 -
 .../lsp/testdata/godef/broken/unclosedIf.go.in     |     11 -
 .../x/tools/internal/lsp/testdata/good/good.go     |      6 -
 .../tools/internal/lsp/testdata/good/good_util.go  |     19 -
 .../internal/lsp/testdata/noparse/noparse.go.in    |     11 -
 .../testdata/noparse_format/noparse_format.go.in   |      9 -
 .../internal/lsp/testdata/selector/selector.go.in  |     66 -
 .../x/tools/internal/lsp/testdata/types/types.go   |     16 -
 .../x/tools/internal/memcache/memcache.go          |    159 -
 .../golang.org/x/tools/internal/semver/semver.go   |    388 -
 vendor/golang.org/x/tools/playground/appengine.go  |     34 -
 vendor/golang.org/x/tools/playground/common.go     |     67 -
 vendor/golang.org/x/tools/playground/local.go      |     32 -
 .../golang.org/x/tools/playground/socket/socket.go |    524 -
 vendor/golang.org/x/tools/present/args.go          |    229 -
 vendor/golang.org/x/tools/present/caption.go       |     22 -
 vendor/golang.org/x/tools/present/code.go          |    267 -
 vendor/golang.org/x/tools/present/doc.go           |    261 -
 vendor/golang.org/x/tools/present/html.go          |     31 -
 vendor/golang.org/x/tools/present/iframe.go        |     45 -
 vendor/golang.org/x/tools/present/image.go         |     50 -
 vendor/golang.org/x/tools/present/link.go          |    100 -
 vendor/golang.org/x/tools/present/parse.go         |    568 -
 vendor/golang.org/x/tools/present/style.go         |    167 -
 vendor/golang.org/x/tools/present/video.go         |     51 -
 vendor/golang.org/x/tools/refactor/README          |      1 -
 vendor/golang.org/x/tools/refactor/eg/eg.go        |    373 -
 vendor/golang.org/x/tools/refactor/eg/match.go     |    249 -
 vendor/golang.org/x/tools/refactor/eg/rewrite.go   |    401 -
 .../x/tools/refactor/eg/testdata/A.template        |     13 -
 .../golang.org/x/tools/refactor/eg/testdata/A1.go  |     51 -
 .../x/tools/refactor/eg/testdata/A1.golden         |     52 -
 .../golang.org/x/tools/refactor/eg/testdata/A2.go  |     12 -
 .../x/tools/refactor/eg/testdata/A2.golden         |     15 -
 .../x/tools/refactor/eg/testdata/B.template        |      9 -
 .../golang.org/x/tools/refactor/eg/testdata/B1.go  |     17 -
 .../x/tools/refactor/eg/testdata/B1.golden         |     17 -
 .../x/tools/refactor/eg/testdata/C.template        |     10 -
 .../golang.org/x/tools/refactor/eg/testdata/C1.go  |     22 -
 .../x/tools/refactor/eg/testdata/C1.golden         |     22 -
 .../x/tools/refactor/eg/testdata/D.template        |      8 -
 .../golang.org/x/tools/refactor/eg/testdata/D1.go  |     12 -
 .../x/tools/refactor/eg/testdata/D1.golden         |     12 -
 .../x/tools/refactor/eg/testdata/E.template        |     12 -
 .../golang.org/x/tools/refactor/eg/testdata/E1.go  |      9 -
 .../x/tools/refactor/eg/testdata/E1.golden         |     13 -
 .../x/tools/refactor/eg/testdata/F.template        |      8 -
 .../golang.org/x/tools/refactor/eg/testdata/F1.go  |     48 -
 .../x/tools/refactor/eg/testdata/F1.golden         |     48 -
 .../x/tools/refactor/eg/testdata/G.template        |     10 -
 .../golang.org/x/tools/refactor/eg/testdata/G1.go  |     12 -
 .../x/tools/refactor/eg/testdata/G1.golden         |     12 -
 .../x/tools/refactor/eg/testdata/H.template        |      9 -
 .../golang.org/x/tools/refactor/eg/testdata/H1.go  |     12 -
 .../x/tools/refactor/eg/testdata/H1.golden         |     12 -
 .../x/tools/refactor/eg/testdata/I.template        |     14 -
 .../golang.org/x/tools/refactor/eg/testdata/I1.go  |      9 -
 .../x/tools/refactor/eg/testdata/I1.golden         |     14 -
 .../x/tools/refactor/eg/testdata/J.template        |     11 -
 .../golang.org/x/tools/refactor/eg/testdata/J1.go  |     10 -
 .../x/tools/refactor/eg/testdata/J1.golden         |     11 -
 .../x/tools/refactor/eg/testdata/bad_type.template |      8 -
 .../eg/testdata/expr_type_mismatch.template        |     15 -
 .../refactor/eg/testdata/no_after_return.template  |      4 -
 .../tools/refactor/eg/testdata/no_before.template  |      5 -
 .../refactor/eg/testdata/type_mismatch.template    |      6 -
 .../x/tools/refactor/importgraph/graph.go          |    167 -
 vendor/golang.org/x/tools/refactor/rename/check.go |    858 -
 vendor/golang.org/x/tools/refactor/rename/mvpkg.go |    375 -
 .../golang.org/x/tools/refactor/rename/rename.go   |    603 -
 vendor/golang.org/x/tools/refactor/rename/spec.go  |    593 -
 vendor/golang.org/x/tools/refactor/rename/util.go  |    105 -
 vendor/golang.org/x/tools/refactor/satisfy/find.go |    705 -
 .../x/tools/third_party/moduleloader/LICENSE       |     22 -
 .../tools/third_party/moduleloader/moduleloader.js |      7 -
 .../x/tools/third_party/typescript/LICENSE         |     55 -
 .../x/tools/third_party/typescript/typescript.js   |  60312 -------
 .../x/tools/third_party/webcomponents/LICENSE      |     27 -
 .../third_party/webcomponents/customelements.js    |   1029 -
 vendor/google.golang.org/api/.gitignore            |     12 -
 vendor/google.golang.org/api/.hgtags               |      1 -
 vendor/google.golang.org/api/AUTHORS               |     10 -
 vendor/google.golang.org/api/CONTRIBUTING.md       |    484 -
 vendor/google.golang.org/api/CONTRIBUTORS          |     55 -
 vendor/google.golang.org/api/GettingStarted.md     |    146 -
 vendor/google.golang.org/api/LICENSE               |     27 -
 vendor/google.golang.org/api/NOTES                 |     13 -
 vendor/google.golang.org/api/README.md             |    104 -
 vendor/google.golang.org/api/TODO                  |      2 -
 .../v1/abusiveexperiencereport-api.json            |    239 -
 .../v1/abusiveexperiencereport-gen.go              |    470 -
 .../v1/acceleratedmobilepageurl-api.json           |    225 -
 .../v1/acceleratedmobilepageurl-gen.go             |    391 -
 .../v1/accesscontextmanager-api.json               |   1150 -
 .../v1/accesscontextmanager-gen.go                 |   4052 -
 .../v1beta/accesscontextmanager-api.json           |   1033 -
 .../v1beta/accesscontextmanager-gen.go             |   3493 -
 .../adexchangebuyer/v1.2/adexchangebuyer-api.json  |    596 -
 .../adexchangebuyer/v1.2/adexchangebuyer-gen.go    |   1554 -
 .../adexchangebuyer/v1.3/adexchangebuyer-api.json  |   1668 -
 .../adexchangebuyer/v1.3/adexchangebuyer-gen.go    |   4542 -
 .../adexchangebuyer/v1.4/adexchangebuyer-api.json  |   3686 -
 .../adexchangebuyer/v1.4/adexchangebuyer-gen.go    |   9372 --
 .../v2beta1/adexchangebuyer2-api.json              |   5879 -
 .../v2beta1/adexchangebuyer2-gen.go                |  17121 --
 .../v1.1/adexchangeseller-api.json                 |   1241 -
 .../adexchangeseller/v1.1/adexchangeseller-gen.go  |   4003 -
 .../adexchangeseller/v1/adexchangeseller-api.json  |    918 -
 .../adexchangeseller/v1/adexchangeseller-gen.go    |   2835 -
 .../v2.0/adexchangeseller-api.json                 |   1164 -
 .../adexchangeseller/v2.0/adexchangeseller-gen.go  |   3477 -
 .../v1/adexperiencereport-api.json                 |    274 -
 .../v1/adexperiencereport-gen.go                   |    514 -
 .../api/admin/datatransfer/v1/admin-api.json       |    411 -
 .../api/admin/datatransfer/v1/admin-gen.go         |   1189 -
 .../api/admin/directory/v1/admin-api.json          |   7003 -
 .../api/admin/directory/v1/admin-gen.go            |  21461 ---
 .../api/admin/reports/v1/admin-api.json            |    843 -
 .../api/admin/reports/v1/admin-gen.go              |   2046 -
 .../api/adsense/v1.3/adsense-api.json              |   2250 -
 .../api/adsense/v1.3/adsense-gen.go                |   7755 -
 .../api/adsense/v1.4/adsense-api.json              |   2445 -
 .../api/adsense/v1.4/adsense-gen.go                |   8643 -
 .../api/adsensehost/v4.1/adsensehost-api.json      |   1569 -
 .../api/adsensehost/v4.1/adsensehost-gen.go        |   5340 -
 .../api/alertcenter/v1beta1/alertcenter-api.json   |    949 -
 .../api/alertcenter/v1beta1/alertcenter-gen.go     |   2477 -
 .../api/analytics/v2.4/analytics-api.json          |    366 -
 .../api/analytics/v2.4/analytics-gen.go            |   1096 -
 .../api/analytics/v3/analytics-api.json            |   7455 -
 .../api/analytics/v3/analytics-gen.go              |  20053 ---
 .../v4/analyticsreporting-api.json                 |   1182 -
 .../v4/analyticsreporting-gen.go                   |   2213 -
 .../v1/androiddeviceprovisioning-api.json          |   1764 -
 .../v1/androiddeviceprovisioning-gen.go            |   5935 -
 .../v1/androidenterprise-api.json                  |   4779 -
 .../androidenterprise/v1/androidenterprise-gen.go  |  16467 --
 .../v1/androidmanagement-api.json                  |   3141 -
 .../androidmanagement/v1/androidmanagement-gen.go  |   6476 -
 .../v1.1/androidpublisher-api.json                 |    265 -
 .../androidpublisher/v1.1/androidpublisher-gen.go  |    658 -
 .../androidpublisher/v1/androidpublisher-api.json  |    184 -
 .../androidpublisher/v1/androidpublisher-gen.go    |    418 -
 .../androidpublisher/v2/androidpublisher-api.json  |   3634 -
 .../androidpublisher/v2/androidpublisher-gen.go    |  11774 --
 .../androidpublisher/v3/androidpublisher-api.json  |   3391 -
 .../androidpublisher/v3/androidpublisher-gen.go    |  10846 --
 vendor/google.golang.org/api/api-list.json         |   3660 -
 .../api/appengine/v1/appengine-api.json            |   3578 -
 .../api/appengine/v1/appengine-gen.go              |   9972 --
 .../api/appengine/v1alpha/appengine-api.json       |   1260 -
 .../api/appengine/v1alpha/appengine-gen.go         |   3788 -
 .../api/appengine/v1beta/appengine-api.json        |   3665 -
 .../api/appengine/v1beta/appengine-gen.go          |  10147 --
 .../api/appengine/v1beta4/appengine-api.json       |   2469 -
 .../api/appengine/v1beta4/appengine-gen.go         |   6114 -
 .../api/appengine/v1beta5/appengine-api.json       |   2439 -
 .../api/appengine/v1beta5/appengine-gen.go         |   6074 -
 .../api/appsactivity/v1/appsactivity-api.json      |    474 -
 .../api/appsactivity/v1/appsactivity-gen.go        |    811 -
 .../api/appstate/v1/appstate-api.json              |    307 -
 .../api/appstate/v1/appstate-gen.go                |    944 -
 .../api/bigquery/v2/bigquery-api.json              |   3483 -
 .../api/bigquery/v2/bigquery-gen.go                |   7997 -
 .../v1/bigquerydatatransfer-api.json               |   1817 -
 .../v1/bigquerydatatransfer-gen.go                 |   6174 -
 .../api/bigtableadmin/v1/bigtableadmin-api.json    |    521 -
 .../api/bigtableadmin/v1/bigtableadmin-gen.go      |   1055 -
 .../api/bigtableadmin/v2/bigtableadmin-api.json    |   2207 -
 .../api/bigtableadmin/v2/bigtableadmin-gen.go      |   7248 -
 .../v1beta1/binaryauthorization-api.json           |    782 -
 .../v1beta1/binaryauthorization-gen.go             |   2796 -
 .../api/blogger/v2/blogger-api.json                |    923 -
 .../api/blogger/v2/blogger-gen.go                  |   2599 -
 .../api/blogger/v3/blogger-api.json                |   2507 -
 .../api/blogger/v3/blogger-gen.go                  |   7654 -
 .../google.golang.org/api/books/v1/books-api.json  |   4756 -
 vendor/google.golang.org/api/books/v1/books-gen.go |  13759 --
 .../api/calendar/v3/calendar-api.json              |   2980 -
 .../api/calendar/v3/calendar-gen.go                |   9103 -
 vendor/google.golang.org/api/chat/v1/chat-api.json |   1110 -
 vendor/google.golang.org/api/chat/v1/chat-gen.go   |   2533 -
 .../api/civicinfo/v2/civicinfo-api.json            |   1626 -
 .../api/civicinfo/v2/civicinfo-gen.go              |   2844 -
 .../api/classroom/v1/classroom-api.json            |   3456 -
 .../api/classroom/v1/classroom-gen.go              |  12245 --
 .../api/cloudasset/v1beta1/cloudasset-api.json     |    764 -
 .../api/cloudasset/v1beta1/cloudasset-gen.go       |   2419 -
 .../api/cloudbilling/v1/cloudbilling-api.json      |   1015 -
 .../api/cloudbilling/v1/cloudbilling-gen.go        |   3456 -
 .../api/cloudbuild/v1/cloudbuild-api.json          |   1503 -
 .../api/cloudbuild/v1/cloudbuild-gen.go            |   4041 -
 .../api/cloudbuild/v1alpha1/cloudbuild-api.json    |   1057 -
 .../api/cloudbuild/v1alpha1/cloudbuild-gen.go      |   2183 -
 .../api/clouddebugger/v2/clouddebugger-api.json    |   1053 -
 .../api/clouddebugger/v2/clouddebugger-gen.go      |   2855 -
 .../v1beta1/clouderrorreporting-api.json           |    739 -
 .../v1beta1/clouderrorreporting-gen.go             |   2009 -
 .../api/cloudfunctions/v1/cloudfunctions-api.json  |   1208 -
 .../api/cloudfunctions/v1/cloudfunctions-gen.go    |   3889 -
 .../cloudfunctions/v1beta2/cloudfunctions-api.json |    971 -
 .../cloudfunctions/v1beta2/cloudfunctions-gen.go   |   2953 -
 .../api/cloudidentity/v1/cloudidentity-api.json    |    743 -
 .../api/cloudidentity/v1/cloudidentity-gen.go      |   2650 -
 .../cloudidentity/v1beta1/cloudidentity-api.json   |    687 -
 .../api/cloudidentity/v1beta1/cloudidentity-gen.go |   2407 -
 .../api/cloudiot/v1/cloudiot-api.json              |   1922 -
 .../api/cloudiot/v1/cloudiot-gen.go                |   6812 -
 .../api/cloudkms/v1/cloudkms-api.json              |   1846 -
 .../api/cloudkms/v1/cloudkms-gen.go                |   6437 -
 .../v1beta1/cloudprivatecatalog-api.json           |    686 -
 .../v1beta1/cloudprivatecatalog-gen.go             |   2530 -
 .../v1beta1/cloudprivatecatalogproducer-api.json   |   1473 -
 .../v1beta1/cloudprivatecatalogproducer-gen.go     |   6007 -
 .../api/cloudprofiler/v2/cloudprofiler-api.json    |    342 -
 .../api/cloudprofiler/v2/cloudprofiler-gen.go      |    792 -
 .../v1/cloudresourcemanager-api.json               |   2054 -
 .../v1/cloudresourcemanager-gen.go                 |   8302 -
 .../v1beta1/cloudresourcemanager-api.json          |   1036 -
 .../v1beta1/cloudresourcemanager-gen.go            |   3779 -
 .../v2/cloudresourcemanager-api.json               |    894 -
 .../v2/cloudresourcemanager-gen.go                 |   3120 -
 .../v2beta1/cloudresourcemanager-api.json          |    894 -
 .../v2beta1/cloudresourcemanager-gen.go            |   3120 -
 .../cloudscheduler/v1beta1/cloudscheduler-api.json |    829 -
 .../cloudscheduler/v1beta1/cloudscheduler-gen.go   |   2677 -
 .../api/cloudsearch/v1/cloudsearch-api.json        |   4586 -
 .../api/cloudsearch/v1/cloudsearch-gen.go          |  12487 --
 .../api/cloudshell/v1/cloudshell-api.json          |    456 -
 .../api/cloudshell/v1/cloudshell-gen.go            |   1225 -
 .../api/cloudshell/v1alpha1/cloudshell-api.json    |    529 -
 .../api/cloudshell/v1alpha1/cloudshell-gen.go      |   1522 -
 .../api/cloudtasks/v2beta2/cloudtasks-api.json     |   1521 -
 .../api/cloudtasks/v2beta2/cloudtasks-gen.go       |   6050 -
 .../api/cloudtasks/v2beta3/cloudtasks-api.json     |   1255 -
 .../api/cloudtasks/v2beta3/cloudtasks-gen.go       |   4972 -
 .../api/cloudtrace/v1/cloudtrace-api.json          |    373 -
 .../api/cloudtrace/v1/cloudtrace-gen.go            |    979 -
 .../api/cloudtrace/v2/cloudtrace-api.json          |    589 -
 .../api/cloudtrace/v2/cloudtrace-gen.go            |   1235 -
 .../api/composer/v1/composer-api.json              |    786 -
 .../api/composer/v1/composer-gen.go                |   2595 -
 .../api/composer/v1beta1/composer-api.json         |    784 -
 .../api/composer/v1beta1/composer-gen.go           |   2613 -
 .../api/compute/v0.alpha/compute-api.json          |  55957 -------
 .../api/compute/v0.alpha/compute-gen.go            | 157613 ------------------
 .../api/compute/v0.beta/compute-api.json           |  45824 -----
 .../api/compute/v0.beta/compute-gen.go             | 129456 --------------
 .../api/compute/v1/compute-api.json                |  37767 -----
 .../api/compute/v1/compute-gen.go                  | 105571 ------------
 .../consumersurveys/v2/consumersurveys-api.json    |    779 -
 .../api/consumersurveys/v2/consumersurveys-gen.go  |   2300 -
 .../api/container/v1/container-api.json            |   4190 -
 .../api/container/v1/container-gen.go              |  13452 --
 .../api/container/v1beta1/container-api.json       |   4755 -
 .../api/container/v1beta1/container-gen.go         |  14750 --
 .../v1alpha1/containeranalysis-api.json            |   2945 -
 .../v1alpha1/containeranalysis-gen.go              |   8778 -
 .../v1beta1/containeranalysis-api.json             |   2679 -
 .../v1beta1/containeranalysis-gen.go               |   7257 -
 .../api/content/v2.1/content-api.json              |   9101 -
 .../api/content/v2.1/content-gen.go                |  22599 ---
 .../api/content/v2/content-api.json                |  10887 --
 .../api/content/v2/content-gen.go                  |  26720 ---
 .../api/content/v2sandbox/content-api.json         |   4017 -
 .../api/content/v2sandbox/content-gen.go           |   9332 --
 .../api/customsearch/v1/customsearch-api.json      |   1166 -
 .../api/customsearch/v1/customsearch-gen.go        |   2162 -
 .../api/dataflow/v1b3/dataflow-api.json            |   5647 -
 .../api/dataflow/v1b3/dataflow-gen.go              |  13118 --
 .../api/dataproc/v1/dataproc-api.json              |   3351 -
 .../api/dataproc/v1/dataproc-gen.go                |  10125 --
 .../api/dataproc/v1beta2/dataproc-api.json         |   4209 -
 .../api/dataproc/v1beta2/dataproc-gen.go           |  13249 --
 .../api/datastore/v1/datastore-api.json            |   1996 -
 .../api/datastore/v1/datastore-gen.go              |   5184 -
 .../api/datastore/v1beta1/datastore-api.json       |    636 -
 .../api/datastore/v1beta1/datastore-gen.go         |   1343 -
 .../api/datastore/v1beta3/datastore-api.json       |   1507 -
 .../api/datastore/v1beta3/datastore-gen.go         |   3310 -
 .../v0.alpha/deploymentmanager-api.json            |   3249 -
 .../v0.alpha/deploymentmanager-gen.go              |   9751 --
 .../v2/deploymentmanager-api.json                  |   1952 -
 .../deploymentmanager/v2/deploymentmanager-gen.go  |   5597 -
 .../v2beta/deploymentmanager-api.json              |   3001 -
 .../v2beta/deploymentmanager-gen.go                |   8909 -
 .../api/dfareporting/v2.7/dfareporting-api.json    |  19609 ---
 .../api/dfareporting/v2.7/dfareporting-gen.go      |  49600 ------
 .../api/dfareporting/v3.0/dfareporting-api.json    |  19814 ---
 .../api/dfareporting/v3.0/dfareporting-gen.go      |  50818 ------
 .../api/dfareporting/v3.1/dfareporting-api.json    |  20020 ---
 .../api/dfareporting/v3.1/dfareporting-gen.go      |  51386 ------
 .../api/dfareporting/v3.2/dfareporting-api.json    |  20056 ---
 .../api/dfareporting/v3.2/dfareporting-gen.go      |  51429 ------
 .../api/dfareporting/v3.3/dfareporting-api.json    |  19917 ---
 .../api/dfareporting/v3.3/dfareporting-gen.go      |  50936 ------
 .../api/dialogflow/v2/dialogflow-api.json          |   4100 -
 .../api/dialogflow/v2/dialogflow-gen.go            |  11597 --
 .../api/dialogflow/v2beta1/dialogflow-api.json     |   5427 -
 .../api/dialogflow/v2beta1/dialogflow-gen.go       |  17485 --
 .../v1/digitalassetlinks-api.json                  |    374 -
 .../digitalassetlinks/v1/digitalassetlinks-gen.go  |   1239 -
 .../api/discovery/v1/discovery-api.json            |    685 -
 .../api/discovery/v1/discovery-gen.go              |   1247 -
 vendor/google.golang.org/api/dlp/v2/dlp-api.json   |   5161 -
 vendor/google.golang.org/api/dlp/v2/dlp-gen.go     |  14959 --
 .../google.golang.org/api/dlp/v2beta1/dlp-api.json |   2833 -
 vendor/google.golang.org/api/dns/v1/dns-api.json   |   1261 -
 vendor/google.golang.org/api/dns/v1/dns-gen.go     |   3498 -
 .../google.golang.org/api/dns/v1beta2/dns-api.json |   1694 -
 .../google.golang.org/api/dns/v1beta2/dns-gen.go   |   4812 -
 .../google.golang.org/api/dns/v2beta1/dns-api.json |   1261 -
 .../google.golang.org/api/dns/v2beta1/dns-gen.go   |   3498 -
 vendor/google.golang.org/api/docs/v1/docs-api.json |   3578 -
 vendor/google.golang.org/api/docs/v1/docs-gen.go   |   6789 -
 .../v1/doubleclickbidmanager-api.json              |   2232 -
 .../v1/doubleclickbidmanager-gen.go                |   2793 -
 .../v2/doubleclicksearch-api.json                  |   1110 -
 .../doubleclicksearch/v2/doubleclicksearch-gen.go  |   2513 -
 .../google.golang.org/api/drive/v2/drive-api.json  |   5215 -
 vendor/google.golang.org/api/drive/v2/drive-gen.go |  15137 --
 .../google.golang.org/api/drive/v3/drive-api.json  |   3180 -
 vendor/google.golang.org/api/drive/v3/drive-gen.go |   9125 -
 .../api/driveactivity/v2/driveactivity-api.json    |   1112 -
 .../api/driveactivity/v2/driveactivity-gen.go      |   1826 -
 vendor/google.golang.org/api/examples/README.md    |     15 -
 vendor/google.golang.org/api/examples/books.go     |     77 -
 vendor/google.golang.org/api/examples/calendar.go  |     73 -
 vendor/google.golang.org/api/examples/compute.go   |    107 -
 .../google.golang.org/api/examples/customsearch.go |     39 -
 vendor/google.golang.org/api/examples/debug.go     |     86 -
 vendor/google.golang.org/api/examples/drive.go     |     49 -
 vendor/google.golang.org/api/examples/fitness.go   |    109 -
 vendor/google.golang.org/api/examples/gmail.go     |    140 -
 vendor/google.golang.org/api/examples/gopher.png   |    Bin 23019 -> 0 bytes
 vendor/google.golang.org/api/examples/main.go      |    206 -
 vendor/google.golang.org/api/examples/mirror.go    |     97 -
 .../api/examples/operation_progress.go             |     45 -
 .../google.golang.org/api/examples/prediction.go   |    137 -
 vendor/google.golang.org/api/examples/tasks.go     |     40 -
 .../google.golang.org/api/examples/urlshortener.go |     64 -
 vendor/google.golang.org/api/examples/youtube.go   |     65 -
 vendor/google.golang.org/api/file/v1/file-api.json |    824 -
 vendor/google.golang.org/api/file/v1/file-gen.go   |   2552 -
 .../api/file/v1beta1/file-api.json                 |    824 -
 .../google.golang.org/api/file/v1beta1/file-gen.go |   2552 -
 .../v1/firebasedynamiclinks-api.json               |   1004 -
 .../v1/firebasedynamiclinks-gen.go                 |   2091 -
 .../v1beta1/firebasehosting-api.json               |   1201 -
 .../firebasehosting/v1beta1/firebasehosting-gen.go |   3428 -
 .../v1/firebaseremoteconfig-api.json               |    283 -
 .../v1/firebaseremoteconfig-gen.go                 |    656 -
 .../api/firebaserules/v1/firebaserules-api.json    |    942 -
 .../api/firebaserules/v1/firebaserules-gen.go      |   2872 -
 .../api/firestore/v1/firestore-api.json            |   2833 -
 .../api/firestore/v1/firestore-gen.go              |   8228 -
 .../api/firestore/v1beta1/firestore-api.json       |   2272 -
 .../api/firestore/v1beta1/firestore-gen.go         |   6162 -
 .../api/firestore/v1beta2/firestore-api.json       |    975 -
 .../api/firestore/v1beta2/firestore-gen.go         |   2660 -
 .../api/fitness/v1/fitness-api.json                |   1606 -
 .../api/fitness/v1/fitness-gen.go                  |   3621 -
 .../api/fusiontables/v1/fusiontables-api.json      |   1826 -
 .../api/fusiontables/v1/fusiontables-gen.go        |   6197 -
 .../api/fusiontables/v2/fusiontables-api.json      |   1955 -
 .../api/fusiontables/v2/fusiontables-gen.go        |   6677 -
 .../google.golang.org/api/games/v1/games-api.json  |   4907 -
 vendor/google.golang.org/api/games/v1/games-gen.go |  13594 --
 .../v1configuration/gamesconfiguration-api.json    |    774 -
 .../v1configuration/gamesconfiguration-gen.go      |   2545 -
 .../v1management/gamesmanagement-api.json          |    883 -
 .../v1management/gamesmanagement-gen.go            |   3545 -
 .../api/genomics/v1/genomics-api.json              |   4061 -
 .../api/genomics/v1/genomics-gen.go                |  13329 --
 .../api/genomics/v1alpha2/genomics-api.json        |   1316 -
 .../api/genomics/v1alpha2/genomics-gen.go          |   3800 -
 .../api/genomics/v2alpha1/genomics-api.json        |   1224 -
 .../api/genomics/v2alpha1/genomics-gen.go          |   2939 -
 vendor/google.golang.org/api/gensupport/backoff.go |     51 -
 vendor/google.golang.org/api/gensupport/buffer.go  |     79 -
 vendor/google.golang.org/api/gensupport/doc.go     |     10 -
 vendor/google.golang.org/api/gensupport/header.go  |     22 -
 vendor/google.golang.org/api/gensupport/json.go    |    211 -
 .../google.golang.org/api/gensupport/jsonfloat.go  |     57 -
 vendor/google.golang.org/api/gensupport/media.go   |    349 -
 vendor/google.golang.org/api/gensupport/params.go  |     51 -
 .../google.golang.org/api/gensupport/resumable.go  |    216 -
 vendor/google.golang.org/api/gensupport/retry.go   |     84 -
 vendor/google.golang.org/api/gensupport/send.go    |     87 -
 .../google.golang.org/api/gmail/v1/gmail-api.json  |   3656 -
 vendor/google.golang.org/api/gmail/v1/gmail-gen.go |  12443 --
 vendor/google.golang.org/api/go.mod                |     16 -
 vendor/google.golang.org/api/go.sum                |    122 -
 .../api/google-api-go-generator/Makefile           |     35 -
 .../api/google-api-go-generator/docurls.go         |    156 -
 .../api/google-api-go-generator/gen.go             |   2422 -
 .../internal/disco/disco.go                        |    440 -
 .../internal/disco/testdata/error.json             |      7 -
 .../internal/disco/testdata/test-api.json          |    235 -
 .../api/google-api-go-generator/replacements.go    |     34 -
 .../api/google-api-go-generator/testdata/any.json  |   1018 -
 .../api/google-api-go-generator/testdata/any.want  |   3219 -
 .../testdata/arrayofarray-1.json                   |     49 -
 .../testdata/arrayofarray-1.want                   |    104 -
 .../testdata/arrayofenum.json                      |    191 -
 .../testdata/arrayofenum.want                      |    189 -
 .../testdata/arrayofmapofobjects.json              |     36 -
 .../testdata/arrayofmapofobjects.want              |    100 -
 .../testdata/arrayofmapofstrings.json              |     32 -
 .../testdata/arrayofmapofstrings.want              |     97 -
 .../testdata/blogger-3.json                        |   2199 -
 .../testdata/blogger-3.want                        |   6865 -
 .../google-api-go-generator/testdata/floats.json   |     33 -
 .../google-api-go-generator/testdata/floats.want   |    119 -
 .../testdata/getwithoutbody.json                   |     89 -
 .../testdata/getwithoutbody.want                   |    353 -
 .../testdata/json-body.json                        |   2260 -
 .../testdata/json-body.want                        |   7589 -
 .../google-api-go-generator/testdata/mapofany.json |     51 -
 .../google-api-go-generator/testdata/mapofany.want |    131 -
 .../testdata/mapofarrayofobjects.json              |     76 -
 .../testdata/mapofarrayofobjects.want              |    225 -
 .../testdata/mapofint64strings.json                |     34 -
 .../testdata/mapofint64strings.want                |    100 -
 .../testdata/mapofobjects.json                     |     35 -
 .../testdata/mapofobjects.want                     |    126 -
 .../testdata/mapofstrings-1.json                   |     72 -
 .../testdata/mapofstrings-1.want                   |    222 -
 .../google-api-go-generator/testdata/paging.json   |    149 -
 .../testdata/param-rename.json                     |     94 -
 .../testdata/param-rename.want                     |    386 -
 .../testdata/quotednum.json                        |     94 -
 .../testdata/quotednum.want                        |    107 -
 .../google-api-go-generator/testdata/repeated.json |     65 -
 .../google-api-go-generator/testdata/repeated.want |    262 -
 .../testdata/required-query.json                   |     43 -
 .../testdata/required-query.want                   |    247 -
 .../testdata/resource-named-service.json           |   2041 -
 .../testdata/resource-named-service.want           |   5364 -
 .../testdata/unfortunatedefaults.json              |    158 -
 .../testdata/unfortunatedefaults.want              |    251 -
 .../google-api-go-generator/testdata/variants.json |    418 -
 .../google-api-go-generator/testdata/variants.want |    552 -
 .../testdata/wrapnewlines.json                     |     30 -
 .../testdata/wrapnewlines.want                     |    103 -
 .../google.golang.org/api/googleapi/googleapi.go   |    403 -
 .../api/googleapi/internal/uritemplates/LICENSE    |     18 -
 .../internal/uritemplates/uritemplates.go          |    248 -
 .../api/googleapi/internal/uritemplates/utils.go   |     17 -
 .../api/googleapi/transport/apikey.go              |     38 -
 vendor/google.golang.org/api/googleapi/types.go    |    202 -
 .../groupsmigration/v1/groupsmigration-api.json    |    142 -
 .../api/groupsmigration/v1/groupsmigration-gen.go  |    337 -
 .../api/groupssettings/v1/groupssettings-api.json  |    343 -
 .../api/groupssettings/v1/groupssettings-gen.go    |    716 -
 .../api/healthcare/v1alpha/healthcare-api.json     |   3933 -
 .../api/healthcare/v1alpha/healthcare-gen.go       |  16076 --
 .../api/healthcare/v1alpha2/healthcare-api.json    |   4655 -
 .../api/healthcare/v1alpha2/healthcare-gen.go      |  19303 ---
 vendor/google.golang.org/api/iam/v1/iam-api.json   |   2061 -
 vendor/google.golang.org/api/iam/v1/iam-gen.go     |   7515 -
 .../api/iamcredentials/v1/iamcredentials-api.json  |    428 -
 .../api/iamcredentials/v1/iamcredentials-gen.go    |   1270 -
 vendor/google.golang.org/api/iap/v1/iap-api.json   |    318 -
 vendor/google.golang.org/api/iap/v1/iap-gen.go     |    864 -
 .../google.golang.org/api/iap/v1beta1/iap-api.json |    318 -
 .../google.golang.org/api/iap/v1beta1/iap-gen.go   |    868 -
 .../identitytoolkit/v3/identitytoolkit-api.json    |   2115 -
 .../api/identitytoolkit/v3/identitytoolkit-gen.go  |   4834 -
 .../api/indexing/v3/indexing-api.json              |    219 -
 .../api/indexing/v3/indexing-gen.go                |    480 -
 vendor/google.golang.org/api/internal/creds.go     |    102 -
 .../google.golang.org/api/internal/kokoro/test.sh  |     44 -
 .../api/internal/kokoro/trampoline.sh              |     24 -
 .../google.golang.org/api/internal/kokoro/vet.sh   |     66 -
 vendor/google.golang.org/api/internal/pool.go      |     61 -
 .../api/internal/service-account.json              |     12 -
 vendor/google.golang.org/api/internal/settings.go  |     96 -
 vendor/google.golang.org/api/iterator/iterator.go  |    231 -
 .../api/iterator/testing/testing.go                |    187 -
 vendor/google.golang.org/api/jobs/v2/jobs-api.json |   3302 -
 vendor/google.golang.org/api/jobs/v2/jobs-gen.go   |   8240 -
 vendor/google.golang.org/api/jobs/v3/jobs-api.json |   2641 -
 vendor/google.golang.org/api/jobs/v3/jobs-gen.go   |   6909 -
 .../api/jobs/v3p1beta1/jobs-api.json               |   2825 -
 .../api/jobs/v3p1beta1/jobs-gen.go                 |   7620 -
 vendor/google.golang.org/api/key.json.enc          |    Bin 2432 -> 0 bytes
 .../api/kgsearch/v1/kgsearch-api.json              |    183 -
 .../api/kgsearch/v1/kgsearch-gen.go                |    345 -
 .../api/language/v1/language-api.json              |   1241 -
 .../api/language/v1/language-gen.go                |   2303 -
 .../api/language/v1beta1/language-api.json         |   1099 -
 .../api/language/v1beta1/language-gen.go           |   1827 -
 .../api/language/v1beta2/language-api.json         |   1241 -
 .../api/language/v1beta2/language-gen.go           |   2303 -
 .../api/lib/codereview/codereview.cfg              |      1 -
 .../api/libraryagent/v1/libraryagent-api.json      |    363 -
 .../api/libraryagent/v1/libraryagent-gen.go        |   1203 -
 .../api/licensing/v1/licensing-api.json            |    465 -
 .../api/licensing/v1/licensing-gen.go              |   1370 -
 .../api/logging/v2/logging-api.json                |   3635 -
 .../api/logging/v2/logging-gen.go                  |  13909 --
 .../api/logging/v2beta1/logging-api.json           |   1560 -
 .../api/logging/v2beta1/logging-gen.go             |   4012 -
 .../api/manufacturers/v1/manufacturers-api.json    |    757 -
 .../api/manufacturers/v1/manufacturers-gen.go      |   1531 -
 .../api/mirror/v1/mirror-api.json                  |   1390 -
 .../google.golang.org/api/mirror/v1/mirror-gen.go  |   4760 -
 vendor/google.golang.org/api/ml/v1/ml-api.json     |   2296 -
 vendor/google.golang.org/api/ml/v1/ml-gen.go       |   7774 -
 .../api/monitoring/v1/monitoring-api.json          |    519 -
 .../api/monitoring/v1/monitoring-gen.go            |   1188 -
 .../api/monitoring/v3/monitoring-api.json          |   3357 -
 .../api/monitoring/v3/monitoring-gen.go            |  10057 --
 .../api/oauth2/v1/oauth2-api.json                  |    407 -
 .../google.golang.org/api/oauth2/v1/oauth2-gen.go  |   1390 -
 .../api/oauth2/v2/oauth2-api.json                  |    294 -
 .../google.golang.org/api/oauth2/v2/oauth2-gen.go  |    830 -
 .../api/option/credentials_go19.go                 |     33 -
 .../api/option/credentials_notgo19.go              |     32 -
 vendor/google.golang.org/api/option/option.go      |    235 -
 .../api/oslogin/v1/oslogin-api.json                |    437 -
 .../api/oslogin/v1/oslogin-gen.go                  |   1206 -
 .../api/oslogin/v1alpha/oslogin-api.json           |    465 -
 .../api/oslogin/v1alpha/oslogin-gen.go             |   1260 -
 .../api/oslogin/v1beta/oslogin-api.json            |    445 -
 .../api/oslogin/v1beta/oslogin-gen.go              |   1214 -
 .../pagespeedonline/v1/pagespeedonline-api.json    |    419 -
 .../api/pagespeedonline/v1/pagespeedonline-gen.go  |    867 -
 .../pagespeedonline/v2/pagespeedonline-api.json    |    494 -
 .../api/pagespeedonline/v2/pagespeedonline-gen.go  |    906 -
 .../pagespeedonline/v4/pagespeedonline-api.json    |    606 -
 .../api/pagespeedonline/v4/pagespeedonline-gen.go  |   1078 -
 .../pagespeedonline/v5/pagespeedonline-api.json    |    570 -
 .../api/pagespeedonline/v5/pagespeedonline-gen.go  |   1096 -
 .../api/partners/v2/partners-api.json              |   3523 -
 .../api/partners/v2/partners-gen.go                |   7308 -
 .../api/people/v1/people-api.json                  |   2013 -
 .../google.golang.org/api/people/v1/people-gen.go  |   4829 -
 .../api/photoslibrary/v1/photoslibrary-api.json    |   1230 -
 .../api/photoslibrary/v1/photoslibrary-gen.go      |   3314 -
 .../api/playcustomapp/v1/playcustomapp-api.json    |    149 -
 .../api/playcustomapp/v1/playcustomapp-gen.go      |    360 -
 .../v1/playmoviespartner-api.json                  |   1031 -
 .../playmoviespartner/v1/playmoviespartner-gen.go  |   2202 -
 vendor/google.golang.org/api/plus/v1/plus-api.json |   1569 -
 vendor/google.golang.org/api/plus/v1/plus-gen.go   |   3981 -
 .../api/plusdomains/v1/plusdomains-api.json        |   2241 -
 .../api/plusdomains/v1/plusdomains-gen.go          |   6144 -
 vendor/google.golang.org/api/poly/v1/poly-api.json |    793 -
 vendor/google.golang.org/api/poly/v1/poly-gen.go   |   1865 -
 .../api/prediction/v1.2/prediction-api.json        |    354 -
 .../api/prediction/v1.2/prediction-gen.go          |   1140 -
 .../api/prediction/v1.3/prediction-api.json        |    412 -
 .../api/prediction/v1.3/prediction-gen.go          |   1186 -
 .../api/prediction/v1.4/prediction-api.json        |    437 -
 .../api/prediction/v1.4/prediction-gen.go          |   1232 -
 .../api/prediction/v1.5/prediction-api.json        |    700 -
 .../api/prediction/v1.5/prediction-gen.go          |   1992 -
 .../v1beta1/proximitybeacon-api.json               |   1148 -
 .../proximitybeacon/v1beta1/proximitybeacon-gen.go |   4252 -
 .../api/pubsub/v1/pubsub-api.json                  |   1640 -
 .../google.golang.org/api/pubsub/v1/pubsub-gen.go  |   6652 -
 .../api/pubsub/v1beta1a/pubsub-api.json            |    796 -
 .../api/pubsub/v1beta1a/pubsub-gen.go              |   2971 -
 .../api/pubsub/v1beta2/pubsub-api.json             |   1091 -
 .../api/pubsub/v1beta2/pubsub-gen.go               |   4177 -
 .../api/qpxexpress/v1/qpxexpress-api.json          |    899 -
 .../api/qpxexpress/v1/qpxexpress-gen.go            |   1365 -
 .../google.golang.org/api/redis/v1/redis-api.json  |    803 -
 vendor/google.golang.org/api/redis/v1/redis-gen.go |   2611 -
 .../api/redis/v1beta1/redis-api.json               |    809 -
 .../api/redis/v1beta1/redis-gen.go                 |   2631 -
 .../v1/remotebuildexecution-api.json               |   1974 -
 .../v1/remotebuildexecution-gen.go                 |   5466 -
 .../v1alpha/remotebuildexecution-api.json          |   1920 -
 .../v1alpha/remotebuildexecution-gen.go            |   5443 -
 .../v2/remotebuildexecution-api.json               |   2349 -
 .../v2/remotebuildexecution-gen.go                 |   6402 -
 .../api/replicapool/v1beta1/replicapool-api.json   |   1116 -
 .../api/replicapool/v1beta1/replicapool-gen.go     |   2741 -
 .../v1beta1/replicapoolupdater-api.json            |    932 -
 .../v1beta1/replicapoolupdater-gen.go              |   2554 -
 .../api/reseller/v1/reseller-api.json              |    929 -
 .../api/reseller/v1/reseller-gen.go                |   3285 -
 .../api/runtimeconfig/v1/runtimeconfig-api.json    |    312 -
 .../api/runtimeconfig/v1/runtimeconfig-gen.go      |    854 -
 .../runtimeconfig/v1beta1/runtimeconfig-api.json   |   1169 -
 .../api/runtimeconfig/v1beta1/runtimeconfig-gen.go |   4666 -
 .../api/safebrowsing/v4/safebrowsing-api.json      |   1316 -
 .../api/safebrowsing/v4/safebrowsing-gen.go        |   2422 -
 .../api/script/v1/script-api.json                  |   1601 -
 .../google.golang.org/api/script/v1/script-gen.go  |   4447 -
 .../api/searchconsole/v1/searchconsole-api.json    |    281 -
 .../api/searchconsole/v1/searchconsole-gen.go      |    501 -
 .../api/servicebroker/v1/servicebroker-api.json    |    309 -
 .../api/servicebroker/v1/servicebroker-gen.go      |    863 -
 .../servicebroker/v1alpha1/servicebroker-api.json  |   1343 -
 .../servicebroker/v1alpha1/servicebroker-gen.go    |   4157 -
 .../servicebroker/v1beta1/servicebroker-api.json   |   1504 -
 .../api/servicebroker/v1beta1/servicebroker-gen.go |   5022 -
 .../v1/serviceconsumermanagement-api.json          |   2351 -
 .../v1/serviceconsumermanagement-gen.go            |   6625 -
 .../api/servicecontrol/v1/servicecontrol-api.json  |   1610 -
 .../api/servicecontrol/v1/servicecontrol-gen.go    |   3315 -
 .../v1/servicemanagement-api.json                  |   3108 -
 .../servicemanagement/v1/servicemanagement-gen.go  |   9408 --
 .../v1/servicenetworking-api.json                  |   1839 -
 .../servicenetworking/v1/servicenetworking-gen.go  |   4733 -
 .../v1beta/servicenetworking-api.json              |   2031 -
 .../v1beta/servicenetworking-gen.go                |   5327 -
 .../api/serviceusage/v1/serviceusage-api.json      |   2201 -
 .../api/serviceusage/v1/serviceusage-gen.go        |   5971 -
 .../api/serviceusage/v1beta1/serviceusage-api.json |   2213 -
 .../api/serviceusage/v1beta1/serviceusage-gen.go   |   5763 -
 .../api/serviceuser/v1/serviceuser-api.json        |   1914 -
 .../api/serviceuser/v1/serviceuser-gen.go          |   4858 -
 .../api/sheets/v4/sheets-api.json                  |   5979 -
 .../google.golang.org/api/sheets/v4/sheets-gen.go  |  12534 --
 .../siteverification/v1/siteverification-api.json  |    321 -
 .../siteverification/v1/siteverification-gen.go    |   1209 -
 .../api/slides/v1/slides-api.json                  |   4516 -
 .../google.golang.org/api/slides/v1/slides-gen.go  |   8812 -
 .../api/sourcerepo/v1/sourcerepo-api.json          |    751 -
 .../api/sourcerepo/v1/sourcerepo-gen.go            |   2414 -
 .../api/spanner/v1/spanner-api.json                |   2797 -
 .../api/spanner/v1/spanner-gen.go                  |  10555 --
 .../api/spectrum/v1explorer/spectrum-api.json      |    992 -
 .../api/spectrum/v1explorer/spectrum-gen.go        |   2652 -
 .../api/speech/v1/speech-api.json                  |    778 -
 .../google.golang.org/api/speech/v1/speech-gen.go  |   2327 -
 .../api/speech/v1beta1/speech-api.json             |    455 -
 .../api/speech/v1beta1/speech-gen.go               |   1338 -
 .../api/speech/v1p1beta1/speech-api.json           |    840 -
 .../api/speech/v1p1beta1/speech-gen.go             |   2492 -
 .../api/sqladmin/v1beta4/sqladmin-api.json         |   3185 -
 .../api/sqladmin/v1beta4/sqladmin-gen.go           |   9488 --
 .../api/storage/v1/storage-api.json                |   3848 -
 .../api/storage/v1/storage-gen.go                  |  11530 --
 .../api/storage/v1beta1/storage-api.json           |   1427 -
 .../api/storage/v1beta1/storage-gen.go             |   4577 -
 .../api/storage/v1beta2/storage-api.json           |   2345 -
 .../api/storage/v1beta2/storage-gen.go             |   7337 -
 .../storagetransfer/v1/storagetransfer-api.json    |   1067 -
 .../api/storagetransfer/v1/storagetransfer-gen.go  |   3237 -
 .../v1/streetviewpublish-api.json                  |    778 -
 .../streetviewpublish/v1/streetviewpublish-gen.go  |   2653 -
 .../api/support/bundler/bundler.go                 |    349 -
 .../api/surveys/v2/surveys-api.json                |    717 -
 .../api/surveys/v2/surveys-gen.go                  |   1934 -
 .../api/tagmanager/v1/tagmanager-api.json          |   3388 -
 .../api/tagmanager/v1/tagmanager-gen.go            |   9225 -
 .../api/tagmanager/v2/tagmanager-api.json          |   4845 -
 .../api/tagmanager/v2/tagmanager-gen.go            |  14408 --
 .../google.golang.org/api/tasks/v1/tasks-api.json  |    696 -
 vendor/google.golang.org/api/tasks/v1/tasks-gen.go |   2446 -
 .../api/testing/v1/testing-api.json                |   1875 -
 .../api/testing/v1/testing-gen.go                  |   3739 -
 .../api/texttospeech/v1/texttospeech-api.json      |    343 -
 .../api/texttospeech/v1/texttospeech-gen.go        |    791 -
 .../api/texttospeech/v1beta1/texttospeech-api.json |    343 -
 .../api/texttospeech/v1beta1/texttospeech-gen.go   |    791 -
 .../api/toolresults/v1beta3/toolresults-api.json   |   2610 -
 .../api/toolresults/v1beta3/toolresults-gen.go     |   7560 -
 vendor/google.golang.org/api/tools.go              |     23 -
 vendor/google.golang.org/api/tpu/v1/tpu-api.json   |   1110 -
 vendor/google.golang.org/api/tpu/v1/tpu-gen.go     |   3706 -
 .../api/tpu/v1alpha1/tpu-api.json                  |   1110 -
 .../google.golang.org/api/tpu/v1alpha1/tpu-gen.go  |   3706 -
 .../api/tracing/v2/tracing-api.json                |    726 -
 .../api/tracing/v2/tracing-gen.go                  |   1780 -
 .../api/translate/v2/translate-api.json            |    440 -
 .../api/translate/v2/translate-gen.go              |   1230 -
 .../api/transport/bytestream/client.go             |    240 -
 .../api/transport/bytestream/internal/server.go    |    248 -
 vendor/google.golang.org/api/transport/dial.go     |     46 -
 vendor/google.golang.org/api/transport/doc.go      |     21 -
 vendor/google.golang.org/api/transport/go19.go     |     35 -
 .../google.golang.org/api/transport/grpc/dial.go   |    129 -
 .../api/transport/grpc/dial_appengine.go           |     41 -
 .../google.golang.org/api/transport/http/dial.go   |    161 -
 .../api/transport/http/dial_appengine.go           |     30 -
 .../transport/http/internal/propagation/http.go    |     96 -
 vendor/google.golang.org/api/transport/not_go19.go |     35 -
 .../api/urlshortener/v1/urlshortener-api.json      |    319 -
 .../api/urlshortener/v1/urlshortener-gen.go        |    755 -
 .../google.golang.org/api/vault/v1/vault-api.json  |   2015 -
 vendor/google.golang.org/api/vault/v1/vault-gen.go |   6244 -
 .../v1/videointelligence-api.json                  |   3140 -
 .../videointelligence/v1/videointelligence-gen.go  |   6906 -
 .../v1beta2/videointelligence-api.json             |   2991 -
 .../v1beta2/videointelligence-gen.go               |   6180 -
 .../v1p1beta1/videointelligence-api.json           |   2991 -
 .../v1p1beta1/videointelligence-gen.go             |   6180 -
 .../v1p2beta1/videointelligence-api.json           |   2991 -
 .../v1p2beta1/videointelligence-gen.go             |   6180 -
 .../api/vision/v1/vision-api.json                  |   8566 -
 .../google.golang.org/api/vision/v1/vision-gen.go  |  18453 --
 .../api/vision/v1p1beta1/vision-api.json           |   7628 -
 .../api/vision/v1p1beta1/vision-gen.go             |  14060 --
 .../api/vision/v1p2beta1/vision-api.json           |   7628 -
 .../api/vision/v1p2beta1/vision-gen.go             |  14060 --
 .../api/webfonts/v1/webfonts-api.json              |    175 -
 .../api/webfonts/v1/webfonts-gen.go                |    326 -
 .../api/webmasters/v3/webmasters-api.json          |    969 -
 .../api/webmasters/v3/webmasters-gen.go            |   2710 -
 .../v1alpha/websecurityscanner-api.json            |   1120 -
 .../v1alpha/websecurityscanner-gen.go              |   3286 -
 .../api/youtube/v3/youtube-api.json                |  10901 --
 .../api/youtube/v3/youtube-gen.go                  |  23748 ---
 .../youtubeanalytics/v1/youtubeanalytics-api.json  |    547 -
 .../youtubeanalytics/v1/youtubeanalytics-gen.go    |   1796 -
 .../v1beta1/youtubeanalytics-api.json              |    550 -
 .../v1beta1/youtubeanalytics-gen.go                |   1796 -
 .../youtubeanalytics/v2/youtubeanalytics-api.json  |    744 -
 .../youtubeanalytics/v2/youtubeanalytics-gen.go    |   2287 -
 .../youtubereporting/v1/youtubereporting-api.json  |   1001 -
 .../youtubereporting/v1/youtubereporting-gen.go    |   2383 -
 vendor/google.golang.org/appengine/.travis.yml     |     20 -
 vendor/google.golang.org/appengine/CONTRIBUTING.md |     90 -
 vendor/google.golang.org/appengine/LICENSE         |    202 -
 vendor/google.golang.org/appengine/README.md       |     73 -
 vendor/google.golang.org/appengine/aetest/doc.go   |     42 -
 .../google.golang.org/appengine/aetest/instance.go |     58 -
 .../appengine/aetest/instance_classic.go           |     21 -
 .../appengine/aetest/instance_vm.go                |    284 -
 vendor/google.golang.org/appengine/aetest/user.go  |     36 -
 vendor/google.golang.org/appengine/appengine.go    |    131 -
 vendor/google.golang.org/appengine/appengine_vm.go |     20 -
 .../appengine/blobstore/blobstore.go               |    306 -
 .../google.golang.org/appengine/blobstore/read.go  |    160 -
 .../appengine/capability/capability.go             |     52 -
 .../google.golang.org/appengine/channel/channel.go |     87 -
 .../appengine/cloudsql/cloudsql.go                 |     62 -
 .../appengine/cloudsql/cloudsql_classic.go         |     17 -
 .../appengine/cloudsql/cloudsql_vm.go              |     16 -
 .../appengine/cmd/aebundler/aebundler.go           |    342 -
 .../appengine/cmd/aedeploy/aedeploy.go             |     72 -
 vendor/google.golang.org/appengine/cmd/aefix/ae.go |    185 -
 .../google.golang.org/appengine/cmd/aefix/fix.go   |    848 -
 .../google.golang.org/appengine/cmd/aefix/main.go  |    258 -
 .../appengine/cmd/aefix/typecheck.go               |    673 -
 .../appengine/datastore/datastore.go               |    407 -
 .../google.golang.org/appengine/datastore/doc.go   |    361 -
 .../google.golang.org/appengine/datastore/key.go   |    396 -
 .../google.golang.org/appengine/datastore/load.go  |    429 -
 .../appengine/datastore/metadata.go                |     78 -
 .../google.golang.org/appengine/datastore/prop.go  |    330 -
 .../google.golang.org/appengine/datastore/query.go |    757 -
 .../google.golang.org/appengine/datastore/save.go  |    333 -
 .../appengine/datastore/transaction.go             |     96 -
 vendor/google.golang.org/appengine/delay/delay.go  |    302 -
 .../appengine/demos/guestbook/app.yaml             |     14 -
 .../appengine/demos/guestbook/favicon.ico          |    Bin 1150 -> 0 bytes
 .../appengine/demos/guestbook/guestbook.go         |    109 -
 .../appengine/demos/guestbook/index.yaml           |      7 -
 .../demos/guestbook/templates/guestbook.html       |     26 -
 .../appengine/demos/helloworld/app.yaml            |     10 -
 .../appengine/demos/helloworld/favicon.ico         |    Bin 1150 -> 0 bytes
 .../appengine/demos/helloworld/helloworld.go       |     50 -
 vendor/google.golang.org/appengine/errors.go       |     46 -
 vendor/google.golang.org/appengine/file/file.go    |     28 -
 vendor/google.golang.org/appengine/go.mod          |      7 -
 vendor/google.golang.org/appengine/go.sum          |      6 -
 vendor/google.golang.org/appengine/identity.go     |    142 -
 vendor/google.golang.org/appengine/image/image.go  |     67 -
 .../appengine/internal/aetesting/fake.go           |     81 -
 vendor/google.golang.org/appengine/internal/api.go |    668 -
 .../appengine/internal/api_classic.go              |    169 -
 .../appengine/internal/api_common.go               |    123 -
 .../google.golang.org/appengine/internal/app_id.go |     28 -
 .../app_identity/app_identity_service.pb.go        |    611 -
 .../app_identity/app_identity_service.proto        |     64 -
 .../appengine/internal/base/api_base.pb.go         |    308 -
 .../appengine/internal/base/api_base.proto         |     33 -
 .../internal/blobstore/blobstore_service.pb.go     |    666 -
 .../internal/blobstore/blobstore_service.proto     |     71 -
 .../internal/capability/capability_service.pb.go   |    203 -
 .../internal/capability/capability_service.proto   |     28 -
 .../internal/channel/channel_service.pb.go         |    273 -
 .../internal/channel/channel_service.proto         |     30 -
 .../internal/datastore/datastore_v3.pb.go          |   4367 -
 .../internal/datastore/datastore_v3.proto          |    551 -
 .../appengine/internal/identity.go                 |     49 -
 .../appengine/internal/identity_classic.go         |     61 -
 .../appengine/internal/identity_flex.go            |     11 -
 .../appengine/internal/identity_vm.go              |    134 -
 .../appengine/internal/image/images_service.pb.go  |   1375 -
 .../appengine/internal/image/images_service.proto  |    162 -
 .../appengine/internal/internal.go                 |    110 -
 .../appengine/internal/log/log_service.pb.go       |   1313 -
 .../appengine/internal/log/log_service.proto       |    150 -
 .../appengine/internal/mail/mail_service.pb.go     |    355 -
 .../appengine/internal/mail/mail_service.proto     |     45 -
 .../google.golang.org/appengine/internal/main.go   |     15 -
 .../appengine/internal/main_vm.go                  |     48 -
 .../internal/memcache/memcache_service.pb.go       |   1562 -
 .../internal/memcache/memcache_service.proto       |    165 -
 .../appengine/internal/metadata.go                 |     60 -
 .../internal/modules/modules_service.pb.go         |    786 -
 .../internal/modules/modules_service.proto         |     80 -
 vendor/google.golang.org/appengine/internal/net.go |     56 -
 .../google.golang.org/appengine/internal/regen.sh  |     40 -
 .../appengine/internal/remote_api/remote_api.pb.go |    361 -
 .../appengine/internal/remote_api/remote_api.proto |     44 -
 .../appengine/internal/search/search.pb.go         |   3459 -
 .../appengine/internal/search/search.proto         |    394 -
 .../appengine/internal/socket/socket_service.pb.go |   2822 -
 .../appengine/internal/socket/socket_service.proto |    460 -
 .../appengine/internal/system/system_service.pb.go |    362 -
 .../appengine/internal/system/system_service.proto |     49 -
 .../internal/taskqueue/taskqueue_service.pb.go     |   3149 -
 .../internal/taskqueue/taskqueue_service.proto     |    342 -
 .../appengine/internal/transaction.go              |    115 -
 .../internal/urlfetch/urlfetch_service.pb.go       |    527 -
 .../internal/urlfetch/urlfetch_service.proto       |     64 -
 .../appengine/internal/user/user_service.pb.go     |    531 -
 .../appengine/internal/user/user_service.proto     |     58 -
 .../appengine/internal/xmpp/xmpp_service.pb.go     |    726 -
 .../appengine/internal/xmpp/xmpp_service.proto     |     83 -
 vendor/google.golang.org/appengine/log/api.go      |     40 -
 vendor/google.golang.org/appengine/log/log.go      |    323 -
 vendor/google.golang.org/appengine/mail/mail.go    |    123 -
 .../appengine/memcache/memcache.go                 |    526 -
 .../google.golang.org/appengine/module/module.go   |    113 -
 vendor/google.golang.org/appengine/namespace.go    |     25 -
 .../appengine/remote_api/client.go                 |    194 -
 .../appengine/remote_api/remote_api.go             |    152 -
 .../google.golang.org/appengine/runtime/runtime.go |    148 -
 vendor/google.golang.org/appengine/search/doc.go   |    209 -
 vendor/google.golang.org/appengine/search/field.go |     82 -
 .../google.golang.org/appengine/search/search.go   |   1189 -
 .../google.golang.org/appengine/search/struct.go   |    251 -
 vendor/google.golang.org/appengine/socket/doc.go   |     10 -
 .../appengine/socket/socket_classic.go             |    290 -
 .../appengine/socket/socket_vm.go                  |     64 -
 .../appengine/taskqueue/taskqueue.go               |    541 -
 vendor/google.golang.org/appengine/timeout.go      |     20 -
 .../google.golang.org/appengine/travis_install.sh  |     18 -
 vendor/google.golang.org/appengine/travis_test.sh  |     12 -
 .../appengine/urlfetch/urlfetch.go                 |    210 -
 vendor/google.golang.org/appengine/user/oauth.go   |     52 -
 vendor/google.golang.org/appengine/user/user.go    |     84 -
 .../appengine/user/user_classic.go                 |     44 -
 vendor/google.golang.org/appengine/user/user_vm.go |     38 -
 vendor/google.golang.org/appengine/xmpp/xmpp.go    |    253 -
 vendor/gopkg.in/fsnotify.v1/.editorconfig          |      5 -
 .../gopkg.in/fsnotify.v1/.github/ISSUE_TEMPLATE.md |     11 -
 .../fsnotify.v1/.github/PULL_REQUEST_TEMPLATE.md   |      8 -
 vendor/gopkg.in/fsnotify.v1/.gitignore             |      6 -
 vendor/gopkg.in/fsnotify.v1/.travis.yml            |     30 -
 vendor/gopkg.in/fsnotify.v1/AUTHORS                |     52 -
 vendor/gopkg.in/fsnotify.v1/CHANGELOG.md           |    317 -
 vendor/gopkg.in/fsnotify.v1/CONTRIBUTING.md        |     77 -
 vendor/gopkg.in/fsnotify.v1/LICENSE                |     28 -
 vendor/gopkg.in/fsnotify.v1/README.md              |     79 -
 vendor/gopkg.in/fsnotify.v1/fen.go                 |     37 -
 vendor/gopkg.in/fsnotify.v1/fsnotify.go            |     66 -
 vendor/gopkg.in/fsnotify.v1/inotify.go             |    337 -
 vendor/gopkg.in/fsnotify.v1/inotify_poller.go      |    187 -
 vendor/gopkg.in/fsnotify.v1/kqueue.go              |    521 -
 vendor/gopkg.in/fsnotify.v1/open_mode_bsd.go       |     11 -
 vendor/gopkg.in/fsnotify.v1/open_mode_darwin.go    |     12 -
 vendor/gopkg.in/fsnotify.v1/windows.go             |    561 -
 vendor/gopkg.in/inf.v0/LICENSE                     |     28 -
 vendor/gopkg.in/inf.v0/dec.go                      |    615 -
 vendor/gopkg.in/inf.v0/rounder.go                  |    145 -
 vendor/gopkg.in/tomb.v1/LICENSE                    |     29 -
 vendor/gopkg.in/tomb.v1/README.md                  |      4 -
 vendor/gopkg.in/tomb.v1/tomb.go                    |    176 -
 vendor/gopkg.in/yaml.v2/.travis.yml                |     12 -
 vendor/gopkg.in/yaml.v2/LICENSE                    |    201 -
 vendor/gopkg.in/yaml.v2/LICENSE.libyaml            |     31 -
 vendor/gopkg.in/yaml.v2/NOTICE                     |     13 -
 vendor/gopkg.in/yaml.v2/README.md                  |    133 -
 vendor/gopkg.in/yaml.v2/apic.go                    |    739 -
 vendor/gopkg.in/yaml.v2/decode.go                  |    775 -
 vendor/gopkg.in/yaml.v2/emitterc.go                |   1685 -
 vendor/gopkg.in/yaml.v2/encode.go                  |    362 -
 vendor/gopkg.in/yaml.v2/go.mod                     |      5 -
 vendor/gopkg.in/yaml.v2/parserc.go                 |   1095 -
 vendor/gopkg.in/yaml.v2/readerc.go                 |    412 -
 vendor/gopkg.in/yaml.v2/resolve.go                 |    258 -
 vendor/gopkg.in/yaml.v2/scannerc.go                |   2696 -
 vendor/gopkg.in/yaml.v2/sorter.go                  |    113 -
 vendor/gopkg.in/yaml.v2/writerc.go                 |     26 -
 vendor/gopkg.in/yaml.v2/yaml.go                    |    466 -
 vendor/gopkg.in/yaml.v2/yamlh.go                   |    738 -
 vendor/gopkg.in/yaml.v2/yamlprivateh.go            |    173 -
 vendor/k8s.io/api/.github/PULL_REQUEST_TEMPLATE.md |      2 -
 vendor/k8s.io/api/CONTRIBUTING.md                  |      7 -
 vendor/k8s.io/api/Godeps/Godeps.json               |    242 -
 vendor/k8s.io/api/Godeps/OWNERS                    |      2 -
 vendor/k8s.io/api/Godeps/Readme                    |      5 -
 vendor/k8s.io/api/LICENSE                          |    202 -
 vendor/k8s.io/api/OWNERS                           |     50 -
 vendor/k8s.io/api/README.md                        |      1 -
 vendor/k8s.io/api/SECURITY_CONTACTS                |     17 -
 vendor/k8s.io/api/admission/v1beta1/doc.go         |     21 -
 .../k8s.io/api/admission/v1beta1/generated.pb.go   |   1208 -
 .../k8s.io/api/admission/v1beta1/generated.proto   |    112 -
 vendor/k8s.io/api/admission/v1beta1/register.go    |     51 -
 vendor/k8s.io/api/admission/v1beta1/types.go       |    116 -
 .../v1beta1/types_swagger_doc_generated.go         |     71 -
 .../api/admission/v1beta1/zz_generated.deepcopy.go |    129 -
 .../api/admissionregistration/v1alpha1/doc.go      |     25 -
 .../admissionregistration/v1alpha1/generated.pb.go |   1028 -
 .../admissionregistration/v1alpha1/generated.proto |    108 -
 .../api/admissionregistration/v1alpha1/register.go |     51 -
 .../api/admissionregistration/v1alpha1/types.go    |    106 -
 .../v1alpha1/types_swagger_doc_generated.go        |     71 -
 .../v1alpha1/zz_generated.deepcopy.go              |    145 -
 .../api/admissionregistration/v1beta1/doc.go       |     25 -
 .../admissionregistration/v1beta1/generated.pb.go  |   2150 -
 .../admissionregistration/v1beta1/generated.proto  |    263 -
 .../api/admissionregistration/v1beta1/register.go  |     53 -
 .../api/admissionregistration/v1beta1/types.go     |    281 -
 .../v1beta1/types_swagger_doc_generated.go         |    125 -
 .../v1beta1/zz_generated.deepcopy.go               |    317 -
 vendor/k8s.io/api/apps/OWNERS                      |     19 -
 vendor/k8s.io/api/apps/v1/doc.go                   |     20 -
 vendor/k8s.io/api/apps/v1/generated.pb.go          |   6945 -
 vendor/k8s.io/api/apps/v1/generated.proto          |    701 -
 vendor/k8s.io/api/apps/v1/register.go              |     60 -
 vendor/k8s.io/api/apps/v1/types.go                 |    819 -
 .../api/apps/v1/types_swagger_doc_generated.go     |    365 -
 vendor/k8s.io/api/apps/v1/zz_generated.deepcopy.go |    856 -
 vendor/k8s.io/api/apps/v1beta1/doc.go              |     20 -
 vendor/k8s.io/api/apps/v1beta1/generated.pb.go     |   5291 -
 vendor/k8s.io/api/apps/v1beta1/generated.proto     |    484 -
 vendor/k8s.io/api/apps/v1beta1/register.go         |     58 -
 vendor/k8s.io/api/apps/v1beta1/types.go            |    568 -
 .../apps/v1beta1/types_swagger_doc_generated.go    |    273 -
 .../api/apps/v1beta1/zz_generated.deepcopy.go      |    658 -
 vendor/k8s.io/api/apps/v1beta2/doc.go              |     20 -
 vendor/k8s.io/api/apps/v1beta2/generated.pb.go     |   7586 -
 vendor/k8s.io/api/apps/v1beta2/generated.proto     |    752 -
 vendor/k8s.io/api/apps/v1beta2/register.go         |     61 -
 vendor/k8s.io/api/apps/v1beta2/types.go            |    877 -
 .../apps/v1beta2/types_swagger_doc_generated.go    |    396 -
 .../api/apps/v1beta2/zz_generated.deepcopy.go      |    923 -
 vendor/k8s.io/api/authentication/OWNERS            |      9 -
 vendor/k8s.io/api/authentication/v1/doc.go         |     20 -
 .../k8s.io/api/authentication/v1/generated.pb.go   |   2148 -
 .../k8s.io/api/authentication/v1/generated.proto   |    160 -
 vendor/k8s.io/api/authentication/v1/register.go    |     52 -
 vendor/k8s.io/api/authentication/v1/types.go       |    168 -
 .../v1/types_swagger_doc_generated.go              |    113 -
 .../api/authentication/v1/zz_generated.deepcopy.go |    239 -
 vendor/k8s.io/api/authentication/v1beta1/doc.go    |     20 -
 .../api/authentication/v1beta1/generated.pb.go     |   1302 -
 .../api/authentication/v1beta1/generated.proto     |     99 -
 .../k8s.io/api/authentication/v1beta1/register.go  |     51 -
 vendor/k8s.io/api/authentication/v1beta1/types.go  |     92 -
 .../v1beta1/types_swagger_doc_generated.go         |     72 -
 .../v1beta1/zz_generated.deepcopy.go               |    139 -
 vendor/k8s.io/api/authorization/OWNERS             |     17 -
 vendor/k8s.io/api/authorization/v1/doc.go          |     21 -
 vendor/k8s.io/api/authorization/v1/generated.pb.go |   3528 -
 vendor/k8s.io/api/authorization/v1/generated.proto |    273 -
 vendor/k8s.io/api/authorization/v1/register.go     |     55 -
 vendor/k8s.io/api/authorization/v1/types.go        |    268 -
 .../v1/types_swagger_doc_generated.go              |    173 -
 .../api/authorization/v1/zz_generated.deepcopy.go  |    398 -
 vendor/k8s.io/api/authorization/v1beta1/doc.go     |     21 -
 .../api/authorization/v1beta1/generated.pb.go      |   3529 -
 .../api/authorization/v1beta1/generated.proto      |    273 -
 .../k8s.io/api/authorization/v1beta1/register.go   |     55 -
 vendor/k8s.io/api/authorization/v1beta1/types.go   |    268 -
 .../v1beta1/types_swagger_doc_generated.go         |    173 -
 .../authorization/v1beta1/zz_generated.deepcopy.go |    398 -
 vendor/k8s.io/api/autoscaling/OWNERS               |     19 -
 vendor/k8s.io/api/autoscaling/v1/doc.go            |     20 -
 vendor/k8s.io/api/autoscaling/v1/generated.pb.go   |   4420 -
 vendor/k8s.io/api/autoscaling/v1/generated.proto   |    382 -
 vendor/k8s.io/api/autoscaling/v1/register.go       |     53 -
 vendor/k8s.io/api/autoscaling/v1/types.go          |    396 -
 .../autoscaling/v1/types_swagger_doc_generated.go  |    244 -
 .../api/autoscaling/v1/zz_generated.deepcopy.go    |    569 -
 vendor/k8s.io/api/autoscaling/v2beta1/doc.go       |     20 -
 .../k8s.io/api/autoscaling/v2beta1/generated.pb.go |   4036 -
 .../k8s.io/api/autoscaling/v2beta1/generated.proto |    363 -
 vendor/k8s.io/api/autoscaling/v2beta1/register.go  |     52 -
 vendor/k8s.io/api/autoscaling/v2beta1/types.go     |    372 -
 .../v2beta1/types_swagger_doc_generated.go         |    215 -
 .../autoscaling/v2beta1/zz_generated.deepcopy.go   |    512 -
 vendor/k8s.io/api/batch/OWNERS                     |     18 -
 vendor/k8s.io/api/batch/v1/doc.go                  |     20 -
 vendor/k8s.io/api/batch/v1/generated.pb.go         |   1615 -
 vendor/k8s.io/api/batch/v1/generated.proto         |    173 -
 vendor/k8s.io/api/batch/v1/register.go             |     52 -
 vendor/k8s.io/api/batch/v1/types.go                |    181 -
 .../api/batch/v1/types_swagger_doc_generated.go    |     94 -
 .../k8s.io/api/batch/v1/zz_generated.deepcopy.go   |    215 -
 vendor/k8s.io/api/batch/v1beta1/doc.go             |     20 -
 vendor/k8s.io/api/batch/v1beta1/generated.pb.go    |   1509 -
 vendor/k8s.io/api/batch/v1beta1/generated.proto    |    138 -
 vendor/k8s.io/api/batch/v1beta1/register.go        |     53 -
 vendor/k8s.io/api/batch/v1beta1/types.go           |    158 -
 .../batch/v1beta1/types_swagger_doc_generated.go   |     96 -
 .../api/batch/v1beta1/zz_generated.deepcopy.go     |    214 -
 vendor/k8s.io/api/batch/v2alpha1/doc.go            |     20 -
 vendor/k8s.io/api/batch/v2alpha1/generated.pb.go   |   1510 -
 vendor/k8s.io/api/batch/v2alpha1/generated.proto   |    136 -
 vendor/k8s.io/api/batch/v2alpha1/register.go       |     53 -
 vendor/k8s.io/api/batch/v2alpha1/types.go          |    156 -
 .../batch/v2alpha1/types_swagger_doc_generated.go  |     96 -
 .../api/batch/v2alpha1/zz_generated.deepcopy.go    |    214 -
 vendor/k8s.io/api/certificates/OWNERS              |     14 -
 vendor/k8s.io/api/certificates/v1beta1/doc.go      |     21 -
 .../api/certificates/v1beta1/generated.pb.go       |   1693 -
 .../api/certificates/v1beta1/generated.proto       |    122 -
 vendor/k8s.io/api/certificates/v1beta1/register.go |     59 -
 vendor/k8s.io/api/certificates/v1beta1/types.go    |    155 -
 .../v1beta1/types_swagger_doc_generated.go         |     74 -
 .../certificates/v1beta1/zz_generated.deepcopy.go  |    194 -
 vendor/k8s.io/api/code-of-conduct.md               |      3 -
 .../k8s.io/api/core/v1/annotation_key_constants.go |     81 -
 vendor/k8s.io/api/core/v1/doc.go                   |     21 -
 vendor/k8s.io/api/core/v1/generated.pb.go          |  51767 ------
 vendor/k8s.io/api/core/v1/generated.proto          |   4707 -
 vendor/k8s.io/api/core/v1/objectreference.go       |     33 -
 vendor/k8s.io/api/core/v1/register.go              |     99 -
 vendor/k8s.io/api/core/v1/resource.go              |     56 -
 vendor/k8s.io/api/core/v1/taint.go                 |     33 -
 vendor/k8s.io/api/core/v1/toleration.go            |     56 -
 vendor/k8s.io/api/core/v1/types.go                 |   5256 -
 .../api/core/v1/types_swagger_doc_generated.go     |   2318 -
 vendor/k8s.io/api/core/v1/zz_generated.deepcopy.go |   6065 -
 vendor/k8s.io/api/events/OWNERS                    |      8 -
 vendor/k8s.io/api/events/v1beta1/doc.go            |     21 -
 vendor/k8s.io/api/events/v1beta1/generated.pb.go   |   1306 -
 vendor/k8s.io/api/events/v1beta1/generated.proto   |    122 -
 vendor/k8s.io/api/events/v1beta1/register.go       |     53 -
 vendor/k8s.io/api/events/v1beta1/types.go          |    122 -
 .../events/v1beta1/types_swagger_doc_generated.go  |     73 -
 .../api/events/v1beta1/zz_generated.deepcopy.go    |    125 -
 vendor/k8s.io/api/extensions/OWNERS                |     38 -
 vendor/k8s.io/api/extensions/v1beta1/doc.go        |     20 -
 .../k8s.io/api/extensions/v1beta1/generated.pb.go  |  12653 --
 .../k8s.io/api/extensions/v1beta1/generated.proto  |   1161 -
 vendor/k8s.io/api/extensions/v1beta1/register.go   |     66 -
 vendor/k8s.io/api/extensions/v1beta1/types.go      |   1346 -
 .../v1beta1/types_swagger_doc_generated.go         |    647 -
 .../extensions/v1beta1/zz_generated.deepcopy.go    |   1598 -
 vendor/k8s.io/api/imagepolicy/OWNERS               |      4 -
 vendor/k8s.io/api/imagepolicy/v1alpha1/doc.go      |     21 -
 .../api/imagepolicy/v1alpha1/generated.pb.go       |   1076 -
 .../api/imagepolicy/v1alpha1/generated.proto       |     80 -
 vendor/k8s.io/api/imagepolicy/v1alpha1/register.go |     51 -
 vendor/k8s.io/api/imagepolicy/v1alpha1/types.go    |     74 -
 .../v1alpha1/types_swagger_doc_generated.go        |     70 -
 .../imagepolicy/v1alpha1/zz_generated.deepcopy.go  |    113 -
 vendor/k8s.io/api/networking/OWNERS                |      5 -
 vendor/k8s.io/api/networking/v1/doc.go             |     20 -
 vendor/k8s.io/api/networking/v1/generated.pb.go    |   1869 -
 vendor/k8s.io/api/networking/v1/generated.proto    |    197 -
 vendor/k8s.io/api/networking/v1/register.go        |     53 -
 vendor/k8s.io/api/networking/v1/types.go           |    203 -
 .../networking/v1/types_swagger_doc_generated.go   |    113 -
 .../api/networking/v1/zz_generated.deepcopy.go     |    282 -
 vendor/k8s.io/api/policy/OWNERS                    |      8 -
 vendor/k8s.io/api/policy/v1beta1/doc.go            |     23 -
 vendor/k8s.io/api/policy/v1beta1/generated.pb.go   |   4056 -
 vendor/k8s.io/api/policy/v1beta1/generated.proto   |    334 -
 vendor/k8s.io/api/policy/v1beta1/register.go       |     56 -
 vendor/k8s.io/api/policy/v1beta1/types.go          |    393 -
 .../policy/v1beta1/types_swagger_doc_generated.go  |    210 -
 .../api/policy/v1beta1/zz_generated.deepcopy.go    |    485 -
 vendor/k8s.io/api/rbac/OWNERS                      |     17 -
 vendor/k8s.io/api/rbac/v1/doc.go                   |     21 -
 vendor/k8s.io/api/rbac/v1/generated.pb.go          |   2749 -
 vendor/k8s.io/api/rbac/v1/generated.proto          |    199 -
 vendor/k8s.io/api/rbac/v1/register.go              |     58 -
 vendor/k8s.io/api/rbac/v1/types.go                 |    235 -
 .../api/rbac/v1/types_swagger_doc_generated.go     |    158 -
 vendor/k8s.io/api/rbac/v1/zz_generated.deepcopy.go |    393 -
 vendor/k8s.io/api/rbac/v1alpha1/doc.go             |     21 -
 vendor/k8s.io/api/rbac/v1alpha1/generated.pb.go    |   2750 -
 vendor/k8s.io/api/rbac/v1alpha1/generated.proto    |    200 -
 vendor/k8s.io/api/rbac/v1alpha1/register.go        |     58 -
 vendor/k8s.io/api/rbac/v1alpha1/types.go           |    237 -
 .../rbac/v1alpha1/types_swagger_doc_generated.go   |    158 -
 .../api/rbac/v1alpha1/zz_generated.deepcopy.go     |    393 -
 vendor/k8s.io/api/rbac/v1beta1/doc.go              |     21 -
 vendor/k8s.io/api/rbac/v1beta1/generated.pb.go     |   2750 -
 vendor/k8s.io/api/rbac/v1beta1/generated.proto     |    200 -
 vendor/k8s.io/api/rbac/v1beta1/register.go         |     58 -
 vendor/k8s.io/api/rbac/v1beta1/types.go            |    235 -
 .../rbac/v1beta1/types_swagger_doc_generated.go    |    158 -
 .../api/rbac/v1beta1/zz_generated.deepcopy.go      |    393 -
 vendor/k8s.io/api/scheduling/v1alpha1/doc.go       |     21 -
 .../k8s.io/api/scheduling/v1alpha1/generated.pb.go |    641 -
 .../k8s.io/api/scheduling/v1alpha1/generated.proto |     68 -
 vendor/k8s.io/api/scheduling/v1alpha1/register.go  |     52 -
 vendor/k8s.io/api/scheduling/v1alpha1/types.go     |     66 -
 .../v1alpha1/types_swagger_doc_generated.go        |     52 -
 .../scheduling/v1alpha1/zz_generated.deepcopy.go   |     84 -
 vendor/k8s.io/api/scheduling/v1beta1/doc.go        |     21 -
 .../k8s.io/api/scheduling/v1beta1/generated.pb.go  |    641 -
 .../k8s.io/api/scheduling/v1beta1/generated.proto  |     68 -
 vendor/k8s.io/api/scheduling/v1beta1/register.go   |     52 -
 vendor/k8s.io/api/scheduling/v1beta1/types.go      |     66 -
 .../v1beta1/types_swagger_doc_generated.go         |     52 -
 .../scheduling/v1beta1/zz_generated.deepcopy.go    |     84 -
 vendor/k8s.io/api/settings/v1alpha1/doc.go         |     21 -
 .../k8s.io/api/settings/v1alpha1/generated.pb.go   |    930 -
 .../k8s.io/api/settings/v1alpha1/generated.proto   |     76 -
 vendor/k8s.io/api/settings/v1alpha1/register.go    |     52 -
 vendor/k8s.io/api/settings/v1alpha1/types.go       |     70 -
 .../v1alpha1/types_swagger_doc_generated.go        |     61 -
 .../api/settings/v1alpha1/zz_generated.deepcopy.go |    131 -
 vendor/k8s.io/api/storage/OWNERS                   |      3 -
 vendor/k8s.io/api/storage/v1/doc.go                |     20 -
 vendor/k8s.io/api/storage/v1/generated.pb.go       |    980 -
 vendor/k8s.io/api/storage/v1/generated.proto       |     94 -
 vendor/k8s.io/api/storage/v1/register.go           |     53 -
 vendor/k8s.io/api/storage/v1/types.go              |    106 -
 .../api/storage/v1/types_swagger_doc_generated.go  |     56 -
 .../k8s.io/api/storage/v1/zz_generated.deepcopy.go |    131 -
 vendor/k8s.io/api/storage/v1alpha1/doc.go          |     20 -
 vendor/k8s.io/api/storage/v1alpha1/generated.pb.go |   1523 -
 vendor/k8s.io/api/storage/v1alpha1/generated.proto |    128 -
 vendor/k8s.io/api/storage/v1alpha1/register.go     |     50 -
 vendor/k8s.io/api/storage/v1alpha1/types.go        |    126 -
 .../v1alpha1/types_swagger_doc_generated.go        |     93 -
 .../api/storage/v1alpha1/zz_generated.deepcopy.go  |    186 -
 vendor/k8s.io/api/storage/v1beta1/doc.go           |     20 -
 vendor/k8s.io/api/storage/v1beta1/generated.pb.go  |   2263 -
 vendor/k8s.io/api/storage/v1beta1/generated.proto  |    190 -
 vendor/k8s.io/api/storage/v1beta1/register.go      |     56 -
 vendor/k8s.io/api/storage/v1beta1/types.go         |    213 -
 .../storage/v1beta1/types_swagger_doc_generated.go |    119 -
 .../api/storage/v1beta1/zz_generated.deepcopy.go   |    292 -
 .../.github/PULL_REQUEST_TEMPLATE.md               |      2 -
 .../k8s.io/apiextensions-apiserver/CONTRIBUTING.md |      7 -
 .../apiextensions-apiserver/Godeps/Godeps.json     |   2102 -
 .../k8s.io/apiextensions-apiserver/Godeps/OWNERS   |      2 -
 .../k8s.io/apiextensions-apiserver/Godeps/Readme   |      5 -
 vendor/k8s.io/apiextensions-apiserver/LICENSE      |    202 -
 vendor/k8s.io/apiextensions-apiserver/OWNERS       |      9 -
 vendor/k8s.io/apiextensions-apiserver/README.md    |     20 -
 .../apiextensions-apiserver/SECURITY_CONTACTS      |     17 -
 .../customresource-01/noxu-apiservice.yaml         |     12 -
 .../noxu-resource-definition.yaml                  |     13 -
 .../artifacts/customresource-01/noxu.yaml          |      6 -
 .../artifacts/example/apiservice.yaml              |     12 -
 .../artifacts/example/auth-delegator.yaml          |     12 -
 .../artifacts/example/auth-reader.yaml             |     13 -
 .../artifacts/example/rc.yaml                      |     26 -
 .../artifacts/example/sa.yaml                      |      5 -
 .../artifacts/example/service.yaml                 |     12 -
 .../artifacts/simple-image/Dockerfile              |     17 -
 .../apiextensions-apiserver/code-of-conduct.md     |      3 -
 .../examples/client-go/README.md                   |     57 -
 .../examples/client-go/hack/update-codegen.sh      |     34 -
 .../examples/client-go/hack/verify-codegen.sh      |     48 -
 .../examples/client-go/pkg/apis/cr/register.go     |     21 -
 .../examples/client-go/pkg/apis/cr/v1/doc.go       |     21 -
 .../examples/client-go/pkg/apis/cr/v1/register.go  |     51 -
 .../examples/client-go/pkg/apis/cr/v1/types.go     |     63 -
 .../pkg/apis/cr/v1/zz_generated.deepcopy.go        |    118 -
 .../pkg/client/clientset/versioned/clientset.go    |     98 -
 .../pkg/client/clientset/versioned/doc.go          |     20 -
 .../versioned/fake/clientset_generated.go          |     82 -
 .../pkg/client/clientset/versioned/fake/doc.go     |     20 -
 .../client/clientset/versioned/fake/register.go    |     54 -
 .../pkg/client/clientset/versioned/scheme/doc.go   |     20 -
 .../client/clientset/versioned/scheme/register.go  |     54 -
 .../clientset/versioned/typed/cr/v1/cr_client.go   |     90 -
 .../client/clientset/versioned/typed/cr/v1/doc.go  |     20 -
 .../clientset/versioned/typed/cr/v1/example.go     |    157 -
 .../clientset/versioned/typed/cr/v1/fake/doc.go    |     20 -
 .../versioned/typed/cr/v1/fake/fake_cr_client.go   |     40 -
 .../versioned/typed/cr/v1/fake/fake_example.go     |    128 -
 .../versioned/typed/cr/v1/generated_expansion.go   |     21 -
 .../informers/externalversions/cr/interface.go     |     46 -
 .../informers/externalversions/cr/v1/example.go    |     89 -
 .../informers/externalversions/cr/v1/interface.go  |     45 -
 .../client/informers/externalversions/factory.go   |    180 -
 .../client/informers/externalversions/generic.go   |     62 -
 .../internalinterfaces/factory_interfaces.go       |     38 -
 .../client-go/pkg/client/listers/cr/v1/example.go  |     94 -
 .../client/listers/cr/v1/expansion_generated.go    |     27 -
 .../hack/boilerplate.go.txt                        |     16 -
 .../apiextensions-apiserver/hack/build-image.sh    |     30 -
 .../apiextensions-apiserver/hack/update-codegen.sh |     80 -
 .../apiextensions-apiserver/hack/verify-codegen.sh |     49 -
 vendor/k8s.io/apiextensions-apiserver/main.go      |     40 -
 .../pkg/apis/apiextensions/deepcopy.go             |    262 -
 .../pkg/apis/apiextensions/doc.go                  |     21 -
 .../pkg/apis/apiextensions/fuzzer/fuzzer.go        |    142 -
 .../pkg/apis/apiextensions/helpers.go              |    149 -
 .../pkg/apis/apiextensions/install/install.go      |     31 -
 .../pkg/apis/apiextensions/register.go             |     51 -
 .../pkg/apis/apiextensions/types.go                |    250 -
 .../pkg/apis/apiextensions/types_jsonschema.go     |     96 -
 .../pkg/apis/apiextensions/v1beta1/conversion.go   |     73 -
 .../pkg/apis/apiextensions/v1beta1/deepcopy.go     |    238 -
 .../pkg/apis/apiextensions/v1beta1/defaults.go     |     74 -
 .../pkg/apis/apiextensions/v1beta1/doc.go          |     24 -
 .../pkg/apis/apiextensions/v1beta1/generated.pb.go |   6023 -
 .../pkg/apis/apiextensions/v1beta1/generated.proto |    354 -
 .../pkg/apis/apiextensions/v1beta1/marshal.go      |    135 -
 .../pkg/apis/apiextensions/v1beta1/register.go     |     61 -
 .../pkg/apis/apiextensions/v1beta1/types.go        |    253 -
 .../apis/apiextensions/v1beta1/types_jsonschema.go |    150 -
 .../v1beta1/zz_generated.conversion.go             |    967 -
 .../apiextensions/v1beta1/zz_generated.deepcopy.go |    506 -
 .../apiextensions/v1beta1/zz_generated.defaults.go |     48 -
 .../apis/apiextensions/validation/validation.go    |    523 -
 .../apis/apiextensions/zz_generated.deepcopy.go    |    485 -
 .../pkg/apiserver/apiserver.go                     |    214 -
 .../pkg/apiserver/conversion/converter.go          |    117 -
 .../pkg/apiserver/conversion/nop_converter.go      |     79 -
 .../pkg/apiserver/customresource_discovery.go      |    127 -
 .../customresource_discovery_controller.go         |    275 -
 .../pkg/apiserver/customresource_handler.go        |    883 -
 .../pkg/apiserver/validation/validation.go         |    249 -
 .../pkg/client/clientset/clientset/clientset.go    |     98 -
 .../pkg/client/clientset/clientset/doc.go          |     20 -
 .../clientset/fake/clientset_generated.go          |     82 -
 .../pkg/client/clientset/clientset/fake/doc.go     |     20 -
 .../client/clientset/clientset/fake/register.go    |     54 -
 .../pkg/client/clientset/clientset/scheme/doc.go   |     20 -
 .../client/clientset/clientset/scheme/register.go  |     54 -
 .../apiextensions/v1beta1/apiextensions_client.go  |     90 -
 .../v1beta1/customresourcedefinition.go            |    163 -
 .../clientset/typed/apiextensions/v1beta1/doc.go   |     20 -
 .../typed/apiextensions/v1beta1/fake/doc.go        |     20 -
 .../v1beta1/fake/fake_apiextensions_client.go      |     40 -
 .../v1beta1/fake/fake_customresourcedefinition.go  |    131 -
 .../apiextensions/v1beta1/generated_expansion.go   |     21 -
 .../clientset/internalclientset/clientset.go       |     90 -
 .../pkg/client/clientset/internalclientset/doc.go  |     20 -
 .../internalclientset/fake/clientset_generated.go  |     77 -
 .../client/clientset/internalclientset/fake/doc.go |     20 -
 .../clientset/internalclientset/fake/register.go   |     54 -
 .../clientset/internalclientset/scheme/doc.go      |     20 -
 .../clientset/internalclientset/scheme/register.go |     41 -
 .../internalversion/apiextensions_client.go        |     96 -
 .../internalversion/customresourcedefinition.go    |    163 -
 .../typed/apiextensions/internalversion/doc.go     |     20 -
 .../apiextensions/internalversion/fake/doc.go      |     20 -
 .../fake/fake_apiextensions_client.go              |     40 -
 .../fake/fake_customresourcedefinition.go          |    131 -
 .../internalversion/generated_expansion.go         |     21 -
 .../externalversions/apiextensions/interface.go    |     46 -
 .../v1beta1/customresourcedefinition.go            |     88 -
 .../apiextensions/v1beta1/interface.go             |     45 -
 .../client/informers/externalversions/factory.go   |    180 -
 .../client/informers/externalversions/generic.go   |     62 -
 .../internalinterfaces/factory_interfaces.go       |     38 -
 .../internalversion/apiextensions/interface.go     |     46 -
 .../internalversion/customresourcedefinition.go    |     88 -
 .../apiextensions/internalversion/interface.go     |     45 -
 .../client/informers/internalversion/factory.go    |    180 -
 .../client/informers/internalversion/generic.go    |     62 -
 .../internalinterfaces/factory_interfaces.go       |     38 -
 .../internalversion/customresourcedefinition.go    |     65 -
 .../internalversion/expansion_generated.go         |     23 -
 .../v1beta1/customresourcedefinition.go            |     65 -
 .../apiextensions/v1beta1/expansion_generated.go   |     23 -
 .../pkg/cmd/server/start.go                        |    145 -
 .../establish/establishing_controller.go           |    142 -
 .../pkg/controller/finalizer/crd_finalizer.go      |    327 -
 .../pkg/controller/status/naming_controller.go     |    374 -
 .../apiextensions-apiserver/pkg/features/OWNERS    |      2 -
 .../pkg/features/kube_features.go                  |     55 -
 .../pkg/registry/customresource/etcd.go            |    321 -
 .../pkg/registry/customresource/registry.go        |    104 -
 .../pkg/registry/customresource/status_strategy.go |     59 -
 .../pkg/registry/customresource/strategy.go        |    185 -
 .../tableconvertor/tableconvertor.go               |    172 -
 .../pkg/registry/customresource/validator.go       |    195 -
 .../pkg/registry/customresourcedefinition/etcd.go  |    177 -
 .../registry/customresourcedefinition/strategy.go  |    202 -
 .../certificates/apiserver.crt                     |     19 -
 .../certificates/apiserver.key                     |     27 -
 .../test/integration/helpers.go                    |     94 -
 .../test/integration/testserver/resources.go       |    377 -
 .../test/integration/testserver/start.go           |    161 -
 .../apimachinery/.github/PULL_REQUEST_TEMPLATE.md  |      2 -
 vendor/k8s.io/apimachinery/CONTRIBUTING.md         |      7 -
 vendor/k8s.io/apimachinery/Godeps/Godeps.json      |    186 -
 vendor/k8s.io/apimachinery/Godeps/OWNERS           |      2 -
 vendor/k8s.io/apimachinery/Godeps/Readme           |      5 -
 vendor/k8s.io/apimachinery/LICENSE                 |    202 -
 vendor/k8s.io/apimachinery/OWNERS                  |     21 -
 vendor/k8s.io/apimachinery/README.md               |     29 -
 vendor/k8s.io/apimachinery/SECURITY_CONTACTS       |     17 -
 vendor/k8s.io/apimachinery/code-of-conduct.md      |      3 -
 vendor/k8s.io/apimachinery/pkg/OWNERS              |      6 -
 .../apimachinery/pkg/api/equality/semantic.go      |     49 -
 vendor/k8s.io/apimachinery/pkg/api/errors/OWNERS   |     24 -
 vendor/k8s.io/apimachinery/pkg/api/errors/doc.go   |     18 -
 .../k8s.io/apimachinery/pkg/api/errors/errors.go   |    567 -
 vendor/k8s.io/apimachinery/pkg/api/meta/OWNERS     |     25 -
 vendor/k8s.io/apimachinery/pkg/api/meta/doc.go     |     19 -
 vendor/k8s.io/apimachinery/pkg/api/meta/errors.go  |    121 -
 .../pkg/api/meta/firsthit_restmapper.go            |     97 -
 vendor/k8s.io/apimachinery/pkg/api/meta/help.go    |    205 -
 .../k8s.io/apimachinery/pkg/api/meta/interfaces.go |    134 -
 vendor/k8s.io/apimachinery/pkg/api/meta/lazy.go    |    104 -
 vendor/k8s.io/apimachinery/pkg/api/meta/meta.go    |    650 -
 .../apimachinery/pkg/api/meta/multirestmapper.go   |    210 -
 .../k8s.io/apimachinery/pkg/api/meta/priority.go   |    222 -
 .../k8s.io/apimachinery/pkg/api/meta/restmapper.go |    518 -
 .../apimachinery/pkg/api/meta/table/table.go       |     71 -
 .../pkg/api/meta/testrestmapper/test_restmapper.go |    171 -
 vendor/k8s.io/apimachinery/pkg/api/resource/OWNERS |     16 -
 .../k8s.io/apimachinery/pkg/api/resource/amount.go |    299 -
 .../apimachinery/pkg/api/resource/generated.pb.go  |     77 -
 .../apimachinery/pkg/api/resource/generated.proto  |     95 -
 .../k8s.io/apimachinery/pkg/api/resource/math.go   |    314 -
 .../apimachinery/pkg/api/resource/quantity.go      |    747 -
 .../pkg/api/resource/quantity_proto.go             |    284 -
 .../apimachinery/pkg/api/resource/scale_int.go     |     95 -
 .../k8s.io/apimachinery/pkg/api/resource/suffix.go |    198 -
 .../pkg/api/resource/zz_generated.deepcopy.go      |     27 -
 .../k8s.io/apimachinery/pkg/api/testing/codec.go   |     86 -
 .../apimachinery/pkg/api/testing/fuzzer/fuzzer.go  |     52 -
 .../pkg/api/testing/fuzzer/valuefuzz.go            |     86 -
 .../pkg/api/testing/roundtrip/roundtrip.go         |    415 -
 .../k8s.io/apimachinery/pkg/api/validation/doc.go  |     18 -
 .../apimachinery/pkg/api/validation/generic.go     |     85 -
 .../apimachinery/pkg/api/validation/objectmeta.go  |    308 -
 .../apimachinery/pkg/api/validation/path/name.go   |     68 -
 .../apimachinery/pkg/apis/meta/fuzzer/fuzzer.go    |    327 -
 .../pkg/apis/meta/internalversion/conversion.go    |     77 -
 .../pkg/apis/meta/internalversion/doc.go           |     20 -
 .../pkg/apis/meta/internalversion/register.go      |    105 -
 .../pkg/apis/meta/internalversion/types.go         |     70 -
 .../internalversion/zz_generated.conversion.go     |    118 -
 .../meta/internalversion/zz_generated.deepcopy.go  |    106 -
 vendor/k8s.io/apimachinery/pkg/apis/meta/v1/OWNERS |     31 -
 .../pkg/apis/meta/v1/controller_ref.go             |     54 -
 .../apimachinery/pkg/apis/meta/v1/conversion.go    |    318 -
 vendor/k8s.io/apimachinery/pkg/apis/meta/v1/doc.go |     22 -
 .../apimachinery/pkg/apis/meta/v1/duration.go      |     50 -
 .../apimachinery/pkg/apis/meta/v1/generated.pb.go  |   7961 -
 .../apimachinery/pkg/apis/meta/v1/generated.proto  |    839 -
 .../apimachinery/pkg/apis/meta/v1/group_version.go |    148 -
 .../apimachinery/pkg/apis/meta/v1/helpers.go       |    234 -
 .../k8s.io/apimachinery/pkg/apis/meta/v1/labels.go |     55 -
 .../k8s.io/apimachinery/pkg/apis/meta/v1/meta.go   |    216 -
 .../apimachinery/pkg/apis/meta/v1/micro_time.go    |    183 -
 .../pkg/apis/meta/v1/micro_time_proto.go           |     72 -
 .../apimachinery/pkg/apis/meta/v1/register.go      |     93 -
 .../k8s.io/apimachinery/pkg/apis/meta/v1/time.go   |    185 -
 .../apimachinery/pkg/apis/meta/v1/time_proto.go    |     92 -
 .../k8s.io/apimachinery/pkg/apis/meta/v1/types.go  |    950 -
 .../apis/meta/v1/types_swagger_doc_generated.go    |    330 -
 .../pkg/apis/meta/v1/unstructured/helpers.go       |    451 -
 .../pkg/apis/meta/v1/unstructured/unstructured.go  |    399 -
 .../apis/meta/v1/unstructured/unstructured_list.go |    188 -
 .../v1/unstructured/unstructuredscheme/scheme.go   |    129 -
 .../meta/v1/unstructured/zz_generated.deepcopy.go  |     55 -
 .../pkg/apis/meta/v1/validation/validation.go      |     90 -
 .../k8s.io/apimachinery/pkg/apis/meta/v1/watch.go  |     89 -
 .../pkg/apis/meta/v1/zz_generated.deepcopy.go      |    950 -
 .../pkg/apis/meta/v1/zz_generated.defaults.go      |     32 -
 .../pkg/apis/meta/v1beta1/conversion.go            |     27 -
 .../apimachinery/pkg/apis/meta/v1beta1/deepcopy.go |     44 -
 .../apimachinery/pkg/apis/meta/v1beta1/doc.go      |     22 -
 .../pkg/apis/meta/v1beta1/generated.pb.go          |    633 -
 .../pkg/apis/meta/v1beta1/generated.proto          |     58 -
 .../apimachinery/pkg/apis/meta/v1beta1/register.go |     57 -
 .../apimachinery/pkg/apis/meta/v1beta1/types.go    |    161 -
 .../meta/v1beta1/types_swagger_doc_generated.go    |    104 -
 .../pkg/apis/meta/v1beta1/zz_generated.deepcopy.go |    190 -
 .../pkg/apis/meta/v1beta1/zz_generated.defaults.go |     32 -
 .../apimachinery/pkg/apis/testapigroup/doc.go      |     22 -
 .../pkg/apis/testapigroup/fuzzer/fuzzer.go         |     99 -
 .../pkg/apis/testapigroup/install/install.go       |     33 -
 .../apimachinery/pkg/apis/testapigroup/register.go |     51 -
 .../apimachinery/pkg/apis/testapigroup/types.go    |    138 -
 .../pkg/apis/testapigroup/v1/conversion.go         |     26 -
 .../pkg/apis/testapigroup/v1/defaults.go           |     26 -
 .../apimachinery/pkg/apis/testapigroup/v1/doc.go   |     23 -
 .../pkg/apis/testapigroup/v1/generated.pb.go       |   2009 -
 .../pkg/apis/testapigroup/v1/generated.proto       |    212 -
 .../pkg/apis/testapigroup/v1/register.go           |     63 -
 .../apimachinery/pkg/apis/testapigroup/v1/types.go |    196 -
 .../testapigroup/v1/zz_generated.conversion.go     |    227 -
 .../apis/testapigroup/v1/zz_generated.deepcopy.go  |    176 -
 .../apis/testapigroup/v1/zz_generated.defaults.go  |     32 -
 .../pkg/apis/testapigroup/zz_generated.deepcopy.go |    176 -
 .../apimachinery/pkg/conversion/converter.go       |    898 -
 .../apimachinery/pkg/conversion/deep_equal.go      |     36 -
 vendor/k8s.io/apimachinery/pkg/conversion/doc.go   |     24 -
 .../k8s.io/apimachinery/pkg/conversion/helper.go   |     39 -
 .../pkg/conversion/queryparams/convert.go          |    198 -
 .../apimachinery/pkg/conversion/queryparams/doc.go |     19 -
 vendor/k8s.io/apimachinery/pkg/fields/doc.go       |     19 -
 vendor/k8s.io/apimachinery/pkg/fields/fields.go    |     62 -
 .../k8s.io/apimachinery/pkg/fields/requirements.go |     30 -
 vendor/k8s.io/apimachinery/pkg/fields/selector.go  |    476 -
 vendor/k8s.io/apimachinery/pkg/labels/doc.go       |     19 -
 vendor/k8s.io/apimachinery/pkg/labels/labels.go    |    181 -
 vendor/k8s.io/apimachinery/pkg/labels/selector.go  |    879 -
 .../pkg/labels/zz_generated.deepcopy.go            |     42 -
 vendor/k8s.io/apimachinery/pkg/runtime/codec.go    |    330 -
 .../k8s.io/apimachinery/pkg/runtime/codec_check.go |     48 -
 .../k8s.io/apimachinery/pkg/runtime/conversion.go  |    113 -
 .../k8s.io/apimachinery/pkg/runtime/converter.go   |    805 -
 vendor/k8s.io/apimachinery/pkg/runtime/doc.go      |     45 -
 vendor/k8s.io/apimachinery/pkg/runtime/embedded.go |    142 -
 vendor/k8s.io/apimachinery/pkg/runtime/error.go    |    121 -
 .../k8s.io/apimachinery/pkg/runtime/extension.go   |     51 -
 .../apimachinery/pkg/runtime/generated.pb.go       |    773 -
 .../apimachinery/pkg/runtime/generated.proto       |    129 -
 vendor/k8s.io/apimachinery/pkg/runtime/helper.go   |    212 -
 .../k8s.io/apimachinery/pkg/runtime/interfaces.go  |    252 -
 vendor/k8s.io/apimachinery/pkg/runtime/register.go |     61 -
 .../pkg/runtime/schema/generated.pb.go             |     65 -
 .../pkg/runtime/schema/generated.proto             |     28 -
 .../pkg/runtime/schema/group_version.go            |    301 -
 .../apimachinery/pkg/runtime/schema/interfaces.go  |     40 -
 vendor/k8s.io/apimachinery/pkg/runtime/scheme.go   |    766 -
 .../apimachinery/pkg/runtime/scheme_builder.go     |     48 -
 .../pkg/runtime/serializer/codec_factory.go        |    237 -
 .../pkg/runtime/serializer/json/json.go            |    285 -
 .../pkg/runtime/serializer/json/meta.go            |     63 -
 .../pkg/runtime/serializer/negotiated_codec.go     |     43 -
 .../pkg/runtime/serializer/protobuf/doc.go         |     18 -
 .../pkg/runtime/serializer/protobuf/protobuf.go    |    448 -
 .../pkg/runtime/serializer/protobuf_extension.go   |     48 -
 .../runtime/serializer/recognizer/recognizer.go    |    127 -
 .../pkg/runtime/serializer/streaming/streaming.go  |    137 -
 .../pkg/runtime/serializer/testing/doc.go          |     19 -
 .../pkg/runtime/serializer/testing/types.go        |    114 -
 .../serializer/testing/zz_generated.deepcopy.go    |    205 -
 .../runtime/serializer/versioning/versioning.go    |    278 -
 .../pkg/runtime/serializer/yaml/yaml.go            |     46 -
 .../pkg/runtime/swagger_doc_generator.go           |    262 -
 .../k8s.io/apimachinery/pkg/runtime/testing/doc.go |     19 -
 .../apimachinery/pkg/runtime/testing/types.go      |    323 -
 .../pkg/runtime/testing/zz_generated.deepcopy.go   |    647 -
 vendor/k8s.io/apimachinery/pkg/runtime/types.go    |    137 -
 .../k8s.io/apimachinery/pkg/runtime/types_proto.go |     69 -
 .../pkg/runtime/zz_generated.deepcopy.go           |    112 -
 .../k8s.io/apimachinery/pkg/selection/operator.go  |     33 -
 vendor/k8s.io/apimachinery/pkg/test/util.go        |     69 -
 .../apimachinery/pkg/test/zz_generated.deepcopy.go |     95 -
 vendor/k8s.io/apimachinery/pkg/types/doc.go        |     18 -
 .../apimachinery/pkg/types/namespacedname.go       |     43 -
 vendor/k8s.io/apimachinery/pkg/types/nodename.go   |     43 -
 vendor/k8s.io/apimachinery/pkg/types/patch.go      |     28 -
 vendor/k8s.io/apimachinery/pkg/types/uid.go        |     22 -
 vendor/k8s.io/apimachinery/pkg/util/cache/cache.go |     83 -
 .../apimachinery/pkg/util/cache/lruexpirecache.go  |    102 -
 vendor/k8s.io/apimachinery/pkg/util/clock/clock.go |    348 -
 vendor/k8s.io/apimachinery/pkg/util/diff/diff.go   |    305 -
 .../apimachinery/pkg/util/duration/duration.go     |     43 -
 vendor/k8s.io/apimachinery/pkg/util/errors/doc.go  |     18 -
 .../k8s.io/apimachinery/pkg/util/errors/errors.go  |    201 -
 .../k8s.io/apimachinery/pkg/util/framer/framer.go  |    167 -
 .../k8s.io/apimachinery/pkg/util/httpstream/doc.go |     19 -
 .../apimachinery/pkg/util/httpstream/httpstream.go |    149 -
 .../pkg/util/httpstream/spdy/connection.go         |    145 -
 .../pkg/util/httpstream/spdy/roundtripper.go       |    328 -
 .../pkg/util/httpstream/spdy/upgrade.go            |    107 -
 .../pkg/util/initialization/initialization.go      |     48 -
 .../apimachinery/pkg/util/intstr/generated.pb.go   |    381 -
 .../apimachinery/pkg/util/intstr/generated.proto   |     43 -
 .../k8s.io/apimachinery/pkg/util/intstr/intstr.go  |    173 -
 vendor/k8s.io/apimachinery/pkg/util/json/json.go   |    119 -
 .../apimachinery/pkg/util/jsonmergepatch/patch.go  |    160 -
 .../k8s.io/apimachinery/pkg/util/mergepatch/OWNERS |      5 -
 .../apimachinery/pkg/util/mergepatch/errors.go     |    102 -
 .../apimachinery/pkg/util/mergepatch/util.go       |    133 -
 vendor/k8s.io/apimachinery/pkg/util/net/http.go    |    426 -
 .../k8s.io/apimachinery/pkg/util/net/interface.go  |    392 -
 .../k8s.io/apimachinery/pkg/util/net/port_range.go |    149 -
 .../k8s.io/apimachinery/pkg/util/net/port_split.go |     77 -
 vendor/k8s.io/apimachinery/pkg/util/net/util.go    |     56 -
 vendor/k8s.io/apimachinery/pkg/util/proxy/dial.go  |    117 -
 vendor/k8s.io/apimachinery/pkg/util/proxy/doc.go   |     18 -
 .../apimachinery/pkg/util/proxy/transport.go       |    259 -
 .../apimachinery/pkg/util/proxy/upgradeaware.go    |    413 -
 vendor/k8s.io/apimachinery/pkg/util/rand/rand.go   |    120 -
 .../pkg/util/remotecommand/constants.go            |     53 -
 .../apimachinery/pkg/util/runtime/runtime.go       |    169 -
 vendor/k8s.io/apimachinery/pkg/util/sets/byte.go   |    203 -
 vendor/k8s.io/apimachinery/pkg/util/sets/doc.go    |     20 -
 vendor/k8s.io/apimachinery/pkg/util/sets/empty.go  |     23 -
 vendor/k8s.io/apimachinery/pkg/util/sets/int.go    |    203 -
 vendor/k8s.io/apimachinery/pkg/util/sets/int64.go  |    203 -
 vendor/k8s.io/apimachinery/pkg/util/sets/string.go |    203 -
 .../apimachinery/pkg/util/sets/types/types.go      |     32 -
 .../apimachinery/pkg/util/strategicpatch/OWNERS    |      5 -
 .../apimachinery/pkg/util/strategicpatch/errors.go |     49 -
 .../apimachinery/pkg/util/strategicpatch/meta.go   |    194 -
 .../apimachinery/pkg/util/strategicpatch/patch.go  |   2174 -
 .../testdata/swagger-merge-item.json               |    170 -
 .../testdata/swagger-precision-item.json           |     47 -
 .../pkg/util/strategicpatch/testing/openapi.go     |     84 -
 .../apimachinery/pkg/util/strategicpatch/types.go  |    193 -
 vendor/k8s.io/apimachinery/pkg/util/uuid/uuid.go   |     43 -
 .../pkg/util/validation/field/errors.go            |    259 -
 .../apimachinery/pkg/util/validation/field/path.go |     91 -
 .../apimachinery/pkg/util/validation/validation.go |    391 -
 vendor/k8s.io/apimachinery/pkg/util/wait/doc.go    |     19 -
 vendor/k8s.io/apimachinery/pkg/util/wait/wait.go   |    405 -
 .../k8s.io/apimachinery/pkg/util/waitgroup/doc.go  |     19 -
 .../apimachinery/pkg/util/waitgroup/waitgroup.go   |     57 -
 .../k8s.io/apimachinery/pkg/util/yaml/decoder.go   |    346 -
 vendor/k8s.io/apimachinery/pkg/version/doc.go      |     19 -
 vendor/k8s.io/apimachinery/pkg/version/helpers.go  |     88 -
 vendor/k8s.io/apimachinery/pkg/version/types.go    |     37 -
 vendor/k8s.io/apimachinery/pkg/watch/doc.go        |     19 -
 vendor/k8s.io/apimachinery/pkg/watch/filter.go     |    105 -
 vendor/k8s.io/apimachinery/pkg/watch/mux.go        |    260 -
 .../k8s.io/apimachinery/pkg/watch/streamwatcher.go |    119 -
 vendor/k8s.io/apimachinery/pkg/watch/until.go      |     87 -
 vendor/k8s.io/apimachinery/pkg/watch/watch.go      |    270 -
 .../pkg/watch/zz_generated.deepcopy.go             |     42 -
 .../third_party/forked/golang/json/OWNERS          |      5 -
 .../third_party/forked/golang/json/fields.go       |    513 -
 .../third_party/forked/golang/netutil/addr.go      |     27 -
 .../forked/golang/reflect/deep_equal.go            |    388 -
 .../client-go/.github/PULL_REQUEST_TEMPLATE.md     |      3 -
 vendor/k8s.io/client-go/.travis.yml                |      8 -
 vendor/k8s.io/client-go/CHANGELOG.md               |    420 -
 vendor/k8s.io/client-go/CONTRIBUTING.md            |      7 -
 vendor/k8s.io/client-go/Godeps/Godeps.json         |    594 -
 vendor/k8s.io/client-go/Godeps/OWNERS              |      2 -
 vendor/k8s.io/client-go/Godeps/Readme              |      5 -
 vendor/k8s.io/client-go/INSTALL.md                 |    162 -
 vendor/k8s.io/client-go/LICENSE                    |    202 -
 vendor/k8s.io/client-go/OWNERS                     |     15 -
 vendor/k8s.io/client-go/README.md                  |    192 -
 vendor/k8s.io/client-go/SECURITY_CONTACTS          |     17 -
 vendor/k8s.io/client-go/code-of-conduct.md         |      3 -
 .../client-go/deprecated-dynamic/bad_debt.go       |     79 -
 .../k8s.io/client-go/deprecated-dynamic/client.go  |    131 -
 .../client-go/deprecated-dynamic/client_pool.go    |    122 -
 .../k8s.io/client-go/discovery/cached/memcache.go  |    173 -
 .../k8s.io/client-go/discovery/cached_discovery.go |    282 -
 .../k8s.io/client-go/discovery/discovery_client.go |    472 -
 .../k8s.io/client-go/discovery/fake/discovery.go   |    131 -
 vendor/k8s.io/client-go/discovery/helper.go        |    121 -
 vendor/k8s.io/client-go/discovery/round_tripper.go |     51 -
 vendor/k8s.io/client-go/discovery/unstructured.go  |     81 -
 vendor/k8s.io/client-go/dynamic/fake/simple.go     |    363 -
 vendor/k8s.io/client-go/dynamic/interface.go       |     59 -
 vendor/k8s.io/client-go/dynamic/scheme.go          |     98 -
 vendor/k8s.io/client-go/dynamic/simple.go          |    287 -
 vendor/k8s.io/client-go/examples/README.md         |     27 -
 .../create-update-delete-deployment/README.md      |     93 -
 .../create-update-delete-deployment/main.go        |    171 -
 .../in-cluster-client-configuration/Dockerfile     |     17 -
 .../in-cluster-client-configuration/README.md      |     50 -
 .../in-cluster-client-configuration/main.go        |     64 -
 .../out-of-cluster-client-configuration/README.md  |     35 -
 .../out-of-cluster-client-configuration/main.go    |     88 -
 .../k8s.io/client-go/examples/workqueue/README.md  |     17 -
 vendor/k8s.io/client-go/examples/workqueue/main.go |    217 -
 .../informers/admissionregistration/interface.go   |     54 -
 .../v1alpha1/initializerconfiguration.go           |     88 -
 .../admissionregistration/v1alpha1/interface.go    |     45 -
 .../admissionregistration/v1beta1/interface.go     |     52 -
 .../v1beta1/mutatingwebhookconfiguration.go        |     88 -
 .../v1beta1/validatingwebhookconfiguration.go      |     88 -
 .../k8s.io/client-go/informers/apps/interface.go   |     62 -
 .../informers/apps/v1/controllerrevision.go        |     89 -
 .../client-go/informers/apps/v1/daemonset.go       |     89 -
 .../client-go/informers/apps/v1/deployment.go      |     89 -
 .../client-go/informers/apps/v1/interface.go       |     73 -
 .../client-go/informers/apps/v1/replicaset.go      |     89 -
 .../client-go/informers/apps/v1/statefulset.go     |     89 -
 .../informers/apps/v1beta1/controllerrevision.go   |     89 -
 .../client-go/informers/apps/v1beta1/deployment.go |     89 -
 .../client-go/informers/apps/v1beta1/interface.go  |     59 -
 .../informers/apps/v1beta1/statefulset.go          |     89 -
 .../informers/apps/v1beta2/controllerrevision.go   |     89 -
 .../client-go/informers/apps/v1beta2/daemonset.go  |     89 -
 .../client-go/informers/apps/v1beta2/deployment.go |     89 -
 .../client-go/informers/apps/v1beta2/interface.go  |     73 -
 .../client-go/informers/apps/v1beta2/replicaset.go |     89 -
 .../informers/apps/v1beta2/statefulset.go          |     89 -
 .../client-go/informers/autoscaling/interface.go   |     54 -
 .../autoscaling/v1/horizontalpodautoscaler.go      |     89 -
 .../informers/autoscaling/v1/interface.go          |     45 -
 .../autoscaling/v2beta1/horizontalpodautoscaler.go |     89 -
 .../informers/autoscaling/v2beta1/interface.go     |     45 -
 .../k8s.io/client-go/informers/batch/interface.go  |     62 -
 .../client-go/informers/batch/v1/interface.go      |     45 -
 vendor/k8s.io/client-go/informers/batch/v1/job.go  |     89 -
 .../client-go/informers/batch/v1beta1/cronjob.go   |     89 -
 .../client-go/informers/batch/v1beta1/interface.go |     45 -
 .../client-go/informers/batch/v2alpha1/cronjob.go  |     89 -
 .../informers/batch/v2alpha1/interface.go          |     45 -
 .../client-go/informers/certificates/interface.go  |     46 -
 .../v1beta1/certificatesigningrequest.go           |     88 -
 .../informers/certificates/v1beta1/interface.go    |     45 -
 .../k8s.io/client-go/informers/core/interface.go   |     46 -
 .../client-go/informers/core/v1/componentstatus.go |     88 -
 .../client-go/informers/core/v1/configmap.go       |     89 -
 .../client-go/informers/core/v1/endpoints.go       |     89 -
 vendor/k8s.io/client-go/informers/core/v1/event.go |     89 -
 .../client-go/informers/core/v1/interface.go       |    150 -
 .../client-go/informers/core/v1/limitrange.go      |     89 -
 .../client-go/informers/core/v1/namespace.go       |     88 -
 vendor/k8s.io/client-go/informers/core/v1/node.go  |     88 -
 .../informers/core/v1/persistentvolume.go          |     88 -
 .../informers/core/v1/persistentvolumeclaim.go     |     89 -
 vendor/k8s.io/client-go/informers/core/v1/pod.go   |     89 -
 .../client-go/informers/core/v1/podtemplate.go     |     89 -
 .../informers/core/v1/replicationcontroller.go     |     89 -
 .../client-go/informers/core/v1/resourcequota.go   |     89 -
 .../k8s.io/client-go/informers/core/v1/secret.go   |     89 -
 .../k8s.io/client-go/informers/core/v1/service.go  |     89 -
 .../client-go/informers/core/v1/serviceaccount.go  |     89 -
 .../k8s.io/client-go/informers/events/interface.go |     46 -
 .../client-go/informers/events/v1beta1/event.go    |     89 -
 .../informers/events/v1beta1/interface.go          |     45 -
 .../client-go/informers/extensions/interface.go    |     46 -
 .../informers/extensions/v1beta1/daemonset.go      |     89 -
 .../informers/extensions/v1beta1/deployment.go     |     89 -
 .../informers/extensions/v1beta1/ingress.go        |     89 -
 .../informers/extensions/v1beta1/interface.go      |     73 -
 .../extensions/v1beta1/podsecuritypolicy.go        |     88 -
 .../informers/extensions/v1beta1/replicaset.go     |     89 -
 vendor/k8s.io/client-go/informers/factory.go       |    258 -
 vendor/k8s.io/client-go/informers/generic.go       |    264 -
 .../internalinterfaces/factory_interfaces.go       |     38 -
 .../client-go/informers/networking/interface.go    |     46 -
 .../client-go/informers/networking/v1/interface.go |     45 -
 .../informers/networking/v1/networkpolicy.go       |     89 -
 .../k8s.io/client-go/informers/policy/interface.go |     46 -
 .../informers/policy/v1beta1/interface.go          |     52 -
 .../policy/v1beta1/poddisruptionbudget.go          |     89 -
 .../informers/policy/v1beta1/podsecuritypolicy.go  |     88 -
 .../k8s.io/client-go/informers/rbac/interface.go   |     62 -
 .../client-go/informers/rbac/v1/clusterrole.go     |     88 -
 .../informers/rbac/v1/clusterrolebinding.go        |     88 -
 .../client-go/informers/rbac/v1/interface.go       |     66 -
 vendor/k8s.io/client-go/informers/rbac/v1/role.go  |     89 -
 .../client-go/informers/rbac/v1/rolebinding.go     |     89 -
 .../informers/rbac/v1alpha1/clusterrole.go         |     88 -
 .../informers/rbac/v1alpha1/clusterrolebinding.go  |     88 -
 .../client-go/informers/rbac/v1alpha1/interface.go |     66 -
 .../client-go/informers/rbac/v1alpha1/role.go      |     89 -
 .../informers/rbac/v1alpha1/rolebinding.go         |     89 -
 .../informers/rbac/v1beta1/clusterrole.go          |     88 -
 .../informers/rbac/v1beta1/clusterrolebinding.go   |     88 -
 .../client-go/informers/rbac/v1beta1/interface.go  |     66 -
 .../client-go/informers/rbac/v1beta1/role.go       |     89 -
 .../informers/rbac/v1beta1/rolebinding.go          |     89 -
 .../client-go/informers/scheduling/interface.go    |     54 -
 .../informers/scheduling/v1alpha1/interface.go     |     45 -
 .../informers/scheduling/v1alpha1/priorityclass.go |     88 -
 .../informers/scheduling/v1beta1/interface.go      |     45 -
 .../informers/scheduling/v1beta1/priorityclass.go  |     88 -
 .../client-go/informers/settings/interface.go      |     46 -
 .../informers/settings/v1alpha1/interface.go       |     45 -
 .../informers/settings/v1alpha1/podpreset.go       |     89 -
 .../client-go/informers/storage/interface.go       |     62 -
 .../client-go/informers/storage/v1/interface.go    |     45 -
 .../client-go/informers/storage/v1/storageclass.go |     88 -
 .../informers/storage/v1alpha1/interface.go        |     45 -
 .../informers/storage/v1alpha1/volumeattachment.go |     88 -
 .../informers/storage/v1beta1/interface.go         |     52 -
 .../informers/storage/v1beta1/storageclass.go      |     88 -
 .../informers/storage/v1beta1/volumeattachment.go  |     88 -
 vendor/k8s.io/client-go/kubernetes/clientset.go    |    610 -
 vendor/k8s.io/client-go/kubernetes/doc.go          |     20 -
 .../kubernetes/fake/clientset_generated.go         |    353 -
 vendor/k8s.io/client-go/kubernetes/fake/doc.go     |     20 -
 .../k8s.io/client-go/kubernetes/fake/register.go   |    110 -
 vendor/k8s.io/client-go/kubernetes/import.go       |     19 -
 vendor/k8s.io/client-go/kubernetes/scheme/doc.go   |     20 -
 .../k8s.io/client-go/kubernetes/scheme/register.go |    110 -
 .../v1alpha1/admissionregistration_client.go       |     90 -
 .../typed/admissionregistration/v1alpha1/doc.go    |     20 -
 .../admissionregistration/v1alpha1/fake/doc.go     |     20 -
 .../fake/fake_admissionregistration_client.go      |     40 -
 .../v1alpha1/fake/fake_initializerconfiguration.go |    120 -
 .../v1alpha1/generated_expansion.go                |     21 -
 .../v1alpha1/initializerconfiguration.go           |    147 -
 .../v1beta1/admissionregistration_client.go        |     95 -
 .../typed/admissionregistration/v1beta1/doc.go     |     20 -
 .../admissionregistration/v1beta1/fake/doc.go      |     20 -
 .../fake/fake_admissionregistration_client.go      |     44 -
 .../fake/fake_mutatingwebhookconfiguration.go      |    120 -
 .../fake/fake_validatingwebhookconfiguration.go    |    120 -
 .../v1beta1/generated_expansion.go                 |     23 -
 .../v1beta1/mutatingwebhookconfiguration.go        |    147 -
 .../v1beta1/validatingwebhookconfiguration.go      |    147 -
 .../kubernetes/typed/apps/v1/apps_client.go        |    110 -
 .../kubernetes/typed/apps/v1/controllerrevision.go |    157 -
 .../kubernetes/typed/apps/v1/daemonset.go          |    174 -
 .../kubernetes/typed/apps/v1/deployment.go         |    174 -
 .../client-go/kubernetes/typed/apps/v1/doc.go      |     20 -
 .../client-go/kubernetes/typed/apps/v1/fake/doc.go |     20 -
 .../typed/apps/v1/fake/fake_apps_client.go         |     56 -
 .../typed/apps/v1/fake/fake_controllerrevision.go  |    128 -
 .../typed/apps/v1/fake/fake_daemonset.go           |    140 -
 .../typed/apps/v1/fake/fake_deployment.go          |    140 -
 .../typed/apps/v1/fake/fake_replicaset.go          |    140 -
 .../typed/apps/v1/fake/fake_statefulset.go         |    140 -
 .../typed/apps/v1/generated_expansion.go           |     29 -
 .../kubernetes/typed/apps/v1/replicaset.go         |    174 -
 .../kubernetes/typed/apps/v1/statefulset.go        |    174 -
 .../kubernetes/typed/apps/v1beta1/apps_client.go   |    105 -
 .../typed/apps/v1beta1/controllerrevision.go       |    157 -
 .../kubernetes/typed/apps/v1beta1/deployment.go    |    174 -
 .../client-go/kubernetes/typed/apps/v1beta1/doc.go |     20 -
 .../kubernetes/typed/apps/v1beta1/fake/doc.go      |     20 -
 .../typed/apps/v1beta1/fake/fake_apps_client.go    |     52 -
 .../apps/v1beta1/fake/fake_controllerrevision.go   |    128 -
 .../typed/apps/v1beta1/fake/fake_deployment.go     |    140 -
 .../typed/apps/v1beta1/fake/fake_scale.go          |     25 -
 .../typed/apps/v1beta1/fake/fake_statefulset.go    |    140 -
 .../typed/apps/v1beta1/generated_expansion.go      |     27 -
 .../kubernetes/typed/apps/v1beta1/scale.go         |     48 -
 .../kubernetes/typed/apps/v1beta1/statefulset.go   |    174 -
 .../kubernetes/typed/apps/v1beta2/apps_client.go   |    115 -
 .../typed/apps/v1beta2/controllerrevision.go       |    157 -
 .../kubernetes/typed/apps/v1beta2/daemonset.go     |    174 -
 .../kubernetes/typed/apps/v1beta2/deployment.go    |    174 -
 .../client-go/kubernetes/typed/apps/v1beta2/doc.go |     20 -
 .../kubernetes/typed/apps/v1beta2/fake/doc.go      |     20 -
 .../typed/apps/v1beta2/fake/fake_apps_client.go    |     60 -
 .../apps/v1beta2/fake/fake_controllerrevision.go   |    128 -
 .../typed/apps/v1beta2/fake/fake_daemonset.go      |    140 -
 .../typed/apps/v1beta2/fake/fake_deployment.go     |    140 -
 .../typed/apps/v1beta2/fake/fake_replicaset.go     |    140 -
 .../typed/apps/v1beta2/fake/fake_scale.go          |     25 -
 .../typed/apps/v1beta2/fake/fake_statefulset.go    |    162 -
 .../typed/apps/v1beta2/generated_expansion.go      |     31 -
 .../kubernetes/typed/apps/v1beta2/replicaset.go    |    174 -
 .../kubernetes/typed/apps/v1beta2/scale.go         |     48 -
 .../kubernetes/typed/apps/v1beta2/statefulset.go   |    205 -
 .../authentication/v1/authentication_client.go     |     90 -
 .../kubernetes/typed/authentication/v1/doc.go      |     20 -
 .../kubernetes/typed/authentication/v1/fake/doc.go |     20 -
 .../v1/fake/fake_authentication_client.go          |     40 -
 .../authentication/v1/fake/fake_tokenreview.go     |     24 -
 .../v1/fake/fake_tokenreview_expansion.go          |     27 -
 .../typed/authentication/v1/generated_expansion.go |     19 -
 .../typed/authentication/v1/tokenreview.go         |     46 -
 .../authentication/v1/tokenreview_expansion.go     |     35 -
 .../v1beta1/authentication_client.go               |     90 -
 .../kubernetes/typed/authentication/v1beta1/doc.go |     20 -
 .../typed/authentication/v1beta1/fake/doc.go       |     20 -
 .../v1beta1/fake/fake_authentication_client.go     |     40 -
 .../v1beta1/fake/fake_tokenreview.go               |     24 -
 .../v1beta1/fake/fake_tokenreview_expansion.go     |     27 -
 .../authentication/v1beta1/generated_expansion.go  |     19 -
 .../typed/authentication/v1beta1/tokenreview.go    |     46 -
 .../v1beta1/tokenreview_expansion.go               |     35 -
 .../typed/authorization/v1/authorization_client.go |    105 -
 .../kubernetes/typed/authorization/v1/doc.go       |     20 -
 .../kubernetes/typed/authorization/v1/fake/doc.go  |     20 -
 .../v1/fake/fake_authorization_client.go           |     52 -
 .../v1/fake/fake_localsubjectaccessreview.go       |     25 -
 .../fake_localsubjectaccessreview_expansion.go     |     27 -
 .../v1/fake/fake_selfsubjectaccessreview.go        |     24 -
 .../fake/fake_selfsubjectaccessreview_expansion.go |     27 -
 .../v1/fake/fake_selfsubjectrulesreview.go         |     24 -
 .../fake/fake_selfsubjectrulesreview_expansion.go  |     27 -
 .../v1/fake/fake_subjectaccessreview.go            |     24 -
 .../v1/fake/fake_subjectaccessreview_expansion.go  |     27 -
 .../typed/authorization/v1/generated_expansion.go  |     19 -
 .../authorization/v1/localsubjectaccessreview.go   |     48 -
 .../v1/localsubjectaccessreview_expansion.go       |     36 -
 .../authorization/v1/selfsubjectaccessreview.go    |     46 -
 .../v1/selfsubjectaccessreview_expansion.go        |     35 -
 .../authorization/v1/selfsubjectrulesreview.go     |     46 -
 .../v1/selfsubjectrulesreview_expansion.go         |     35 -
 .../typed/authorization/v1/subjectaccessreview.go  |     46 -
 .../v1/subjectaccessreview_expansion.go            |     36 -
 .../authorization/v1beta1/authorization_client.go  |    105 -
 .../kubernetes/typed/authorization/v1beta1/doc.go  |     20 -
 .../typed/authorization/v1beta1/fake/doc.go        |     20 -
 .../v1beta1/fake/fake_authorization_client.go      |     52 -
 .../v1beta1/fake/fake_generated_expansion.go       |     17 -
 .../v1beta1/fake/fake_localsubjectaccessreview.go  |     25 -
 .../fake_localsubjectaccessreview_expansion.go     |     27 -
 .../v1beta1/fake/fake_selfsubjectaccessreview.go   |     24 -
 .../fake/fake_selfsubjectaccessreview_expansion.go |     27 -
 .../v1beta1/fake/fake_selfsubjectrulesreview.go    |     24 -
 .../fake/fake_selfsubjectrulesreview_expansion.go  |     27 -
 .../v1beta1/fake/fake_subjectaccessreview.go       |     24 -
 .../fake/fake_subjectaccessreview_expansion.go     |     27 -
 .../authorization/v1beta1/generated_expansion.go   |     19 -
 .../v1beta1/localsubjectaccessreview.go            |     48 -
 .../v1beta1/localsubjectaccessreview_expansion.go  |     36 -
 .../v1beta1/selfsubjectaccessreview.go             |     46 -
 .../v1beta1/selfsubjectaccessreview_expansion.go   |     35 -
 .../v1beta1/selfsubjectrulesreview.go              |     46 -
 .../v1beta1/selfsubjectrulesreview_expansion.go    |     35 -
 .../authorization/v1beta1/subjectaccessreview.go   |     46 -
 .../v1beta1/subjectaccessreview_expansion.go       |     36 -
 .../typed/autoscaling/v1/autoscaling_client.go     |     90 -
 .../kubernetes/typed/autoscaling/v1/doc.go         |     20 -
 .../kubernetes/typed/autoscaling/v1/fake/doc.go    |     20 -
 .../autoscaling/v1/fake/fake_autoscaling_client.go |     40 -
 .../v1/fake/fake_horizontalpodautoscaler.go        |    140 -
 .../typed/autoscaling/v1/generated_expansion.go    |     21 -
 .../autoscaling/v1/horizontalpodautoscaler.go      |    174 -
 .../autoscaling/v2beta1/autoscaling_client.go      |     90 -
 .../kubernetes/typed/autoscaling/v2beta1/doc.go    |     20 -
 .../typed/autoscaling/v2beta1/fake/doc.go          |     20 -
 .../v2beta1/fake/fake_autoscaling_client.go        |     40 -
 .../v2beta1/fake/fake_horizontalpodautoscaler.go   |    140 -
 .../autoscaling/v2beta1/generated_expansion.go     |     21 -
 .../autoscaling/v2beta1/horizontalpodautoscaler.go |    174 -
 .../kubernetes/typed/batch/v1/batch_client.go      |     90 -
 .../client-go/kubernetes/typed/batch/v1/doc.go     |     20 -
 .../kubernetes/typed/batch/v1/fake/doc.go          |     20 -
 .../typed/batch/v1/fake/fake_batch_client.go       |     40 -
 .../kubernetes/typed/batch/v1/fake/fake_job.go     |    140 -
 .../typed/batch/v1/generated_expansion.go          |     21 -
 .../client-go/kubernetes/typed/batch/v1/job.go     |    174 -
 .../kubernetes/typed/batch/v1beta1/batch_client.go |     90 -
 .../kubernetes/typed/batch/v1beta1/cronjob.go      |    174 -
 .../kubernetes/typed/batch/v1beta1/doc.go          |     20 -
 .../kubernetes/typed/batch/v1beta1/fake/doc.go     |     20 -
 .../typed/batch/v1beta1/fake/fake_batch_client.go  |     40 -
 .../typed/batch/v1beta1/fake/fake_cronjob.go       |    140 -
 .../typed/batch/v1beta1/generated_expansion.go     |     21 -
 .../typed/batch/v2alpha1/batch_client.go           |     90 -
 .../kubernetes/typed/batch/v2alpha1/cronjob.go     |    174 -
 .../kubernetes/typed/batch/v2alpha1/doc.go         |     20 -
 .../kubernetes/typed/batch/v2alpha1/fake/doc.go    |     20 -
 .../typed/batch/v2alpha1/fake/fake_batch_client.go |     40 -
 .../typed/batch/v2alpha1/fake/fake_cronjob.go      |    140 -
 .../typed/batch/v2alpha1/generated_expansion.go    |     21 -
 .../certificates/v1beta1/certificates_client.go    |     90 -
 .../v1beta1/certificatesigningrequest.go           |    163 -
 .../v1beta1/certificatesigningrequest_expansion.go |     37 -
 .../kubernetes/typed/certificates/v1beta1/doc.go   |     20 -
 .../typed/certificates/v1beta1/fake/doc.go         |     20 -
 .../v1beta1/fake/fake_certificates_client.go       |     40 -
 .../v1beta1/fake/fake_certificatesigningrequest.go |    131 -
 .../fake_certificatesigningrequest_expansion.go    |     31 -
 .../certificates/v1beta1/generated_expansion.go    |     19 -
 .../kubernetes/typed/core/v1/componentstatus.go    |    147 -
 .../kubernetes/typed/core/v1/configmap.go          |    157 -
 .../kubernetes/typed/core/v1/core_client.go        |    165 -
 .../client-go/kubernetes/typed/core/v1/doc.go      |     20 -
 .../kubernetes/typed/core/v1/endpoints.go          |    157 -
 .../client-go/kubernetes/typed/core/v1/event.go    |    157 -
 .../kubernetes/typed/core/v1/event_expansion.go    |    164 -
 .../client-go/kubernetes/typed/core/v1/fake/doc.go |     20 -
 .../typed/core/v1/fake/fake_componentstatus.go     |    120 -
 .../typed/core/v1/fake/fake_configmap.go           |    128 -
 .../typed/core/v1/fake/fake_core_client.go         |    100 -
 .../typed/core/v1/fake/fake_endpoints.go           |    128 -
 .../kubernetes/typed/core/v1/fake/fake_event.go    |    128 -
 .../typed/core/v1/fake/fake_event_expansion.go     |     89 -
 .../typed/core/v1/fake/fake_limitrange.go          |    128 -
 .../typed/core/v1/fake/fake_namespace.go           |    123 -
 .../typed/core/v1/fake/fake_namespace_expansion.go |     37 -
 .../kubernetes/typed/core/v1/fake/fake_node.go     |    131 -
 .../typed/core/v1/fake/fake_node_expansion.go      |     32 -
 .../typed/core/v1/fake/fake_persistentvolume.go    |    131 -
 .../core/v1/fake/fake_persistentvolumeclaim.go     |    140 -
 .../kubernetes/typed/core/v1/fake/fake_pod.go      |    140 -
 .../typed/core/v1/fake/fake_pod_expansion.go       |     58 -
 .../typed/core/v1/fake/fake_podtemplate.go         |    128 -
 .../core/v1/fake/fake_replicationcontroller.go     |    163 -
 .../typed/core/v1/fake/fake_resourcequota.go       |    140 -
 .../kubernetes/typed/core/v1/fake/fake_secret.go   |    128 -
 .../kubernetes/typed/core/v1/fake/fake_service.go  |    132 -
 .../typed/core/v1/fake/fake_service_expansion.go   |     26 -
 .../typed/core/v1/fake/fake_serviceaccount.go      |    128 -
 .../core/v1/fake/fake_serviceaccount_expansion.go  |     31 -
 .../typed/core/v1/generated_expansion.go           |     39 -
 .../kubernetes/typed/core/v1/limitrange.go         |    157 -
 .../kubernetes/typed/core/v1/namespace.go          |    152 -
 .../typed/core/v1/namespace_expansion.go           |     31 -
 .../client-go/kubernetes/typed/core/v1/node.go     |    163 -
 .../kubernetes/typed/core/v1/node_expansion.go     |     43 -
 .../kubernetes/typed/core/v1/persistentvolume.go   |    163 -
 .../typed/core/v1/persistentvolumeclaim.go         |    174 -
 .../client-go/kubernetes/typed/core/v1/pod.go      |    174 -
 .../kubernetes/typed/core/v1/pod_expansion.go      |     45 -
 .../kubernetes/typed/core/v1/podtemplate.go        |    157 -
 .../typed/core/v1/replicationcontroller.go         |    206 -
 .../kubernetes/typed/core/v1/resourcequota.go      |    174 -
 .../client-go/kubernetes/typed/core/v1/secret.go   |    157 -
 .../client-go/kubernetes/typed/core/v1/service.go  |    162 -
 .../kubernetes/typed/core/v1/service_expansion.go  |     41 -
 .../kubernetes/typed/core/v1/serviceaccount.go     |    157 -
 .../typed/core/v1/serviceaccount_expansion.go      |     41 -
 .../kubernetes/typed/events/v1beta1/doc.go         |     20 -
 .../kubernetes/typed/events/v1beta1/event.go       |    157 -
 .../typed/events/v1beta1/events_client.go          |     90 -
 .../kubernetes/typed/events/v1beta1/fake/doc.go    |     20 -
 .../typed/events/v1beta1/fake/fake_event.go        |    128 -
 .../events/v1beta1/fake/fake_events_client.go      |     40 -
 .../typed/events/v1beta1/generated_expansion.go    |     21 -
 .../typed/extensions/v1beta1/daemonset.go          |    174 -
 .../typed/extensions/v1beta1/deployment.go         |    205 -
 .../extensions/v1beta1/deployment_expansion.go     |     29 -
 .../kubernetes/typed/extensions/v1beta1/doc.go     |     20 -
 .../typed/extensions/v1beta1/extensions_client.go  |    115 -
 .../typed/extensions/v1beta1/fake/doc.go           |     20 -
 .../extensions/v1beta1/fake/fake_daemonset.go      |    140 -
 .../extensions/v1beta1/fake/fake_deployment.go     |    162 -
 .../v1beta1/fake/fake_deployment_expansion.go      |     33 -
 .../v1beta1/fake/fake_extensions_client.go         |     60 -
 .../typed/extensions/v1beta1/fake/fake_ingress.go  |    140 -
 .../v1beta1/fake/fake_podsecuritypolicy.go         |    120 -
 .../extensions/v1beta1/fake/fake_replicaset.go     |    162 -
 .../typed/extensions/v1beta1/fake/fake_scale.go    |     25 -
 .../v1beta1/fake/fake_scale_expansion.go           |     47 -
 .../extensions/v1beta1/generated_expansion.go      |     27 -
 .../kubernetes/typed/extensions/v1beta1/ingress.go |    174 -
 .../typed/extensions/v1beta1/podsecuritypolicy.go  |    147 -
 .../typed/extensions/v1beta1/replicaset.go         |    205 -
 .../kubernetes/typed/extensions/v1beta1/scale.go   |     48 -
 .../typed/extensions/v1beta1/scale_expansion.go    |     65 -
 .../kubernetes/typed/networking/v1/doc.go          |     20 -
 .../kubernetes/typed/networking/v1/fake/doc.go     |     20 -
 .../networking/v1/fake/fake_networking_client.go   |     40 -
 .../typed/networking/v1/fake/fake_networkpolicy.go |    128 -
 .../typed/networking/v1/generated_expansion.go     |     21 -
 .../typed/networking/v1/networking_client.go       |     90 -
 .../typed/networking/v1/networkpolicy.go           |    157 -
 .../kubernetes/typed/policy/v1beta1/doc.go         |     20 -
 .../kubernetes/typed/policy/v1beta1/eviction.go    |     48 -
 .../typed/policy/v1beta1/eviction_expansion.go     |     38 -
 .../kubernetes/typed/policy/v1beta1/fake/doc.go    |     20 -
 .../typed/policy/v1beta1/fake/fake_eviction.go     |     25 -
 .../policy/v1beta1/fake/fake_eviction_expansion.go |     33 -
 .../v1beta1/fake/fake_poddisruptionbudget.go       |    140 -
 .../policy/v1beta1/fake/fake_podsecuritypolicy.go  |    120 -
 .../policy/v1beta1/fake/fake_policy_client.go      |     48 -
 .../typed/policy/v1beta1/generated_expansion.go    |     23 -
 .../typed/policy/v1beta1/poddisruptionbudget.go    |    174 -
 .../typed/policy/v1beta1/podsecuritypolicy.go      |    147 -
 .../typed/policy/v1beta1/policy_client.go          |    100 -
 .../kubernetes/typed/rbac/v1/clusterrole.go        |    147 -
 .../kubernetes/typed/rbac/v1/clusterrolebinding.go |    147 -
 .../client-go/kubernetes/typed/rbac/v1/doc.go      |     20 -
 .../client-go/kubernetes/typed/rbac/v1/fake/doc.go |     20 -
 .../typed/rbac/v1/fake/fake_clusterrole.go         |    120 -
 .../typed/rbac/v1/fake/fake_clusterrolebinding.go  |    120 -
 .../typed/rbac/v1/fake/fake_rbac_client.go         |     52 -
 .../kubernetes/typed/rbac/v1/fake/fake_role.go     |    128 -
 .../typed/rbac/v1/fake/fake_rolebinding.go         |    128 -
 .../typed/rbac/v1/generated_expansion.go           |     27 -
 .../kubernetes/typed/rbac/v1/rbac_client.go        |    105 -
 .../client-go/kubernetes/typed/rbac/v1/role.go     |    157 -
 .../kubernetes/typed/rbac/v1/rolebinding.go        |    157 -
 .../kubernetes/typed/rbac/v1alpha1/clusterrole.go  |    147 -
 .../typed/rbac/v1alpha1/clusterrolebinding.go      |    147 -
 .../kubernetes/typed/rbac/v1alpha1/doc.go          |     20 -
 .../kubernetes/typed/rbac/v1alpha1/fake/doc.go     |     20 -
 .../typed/rbac/v1alpha1/fake/fake_clusterrole.go   |    120 -
 .../rbac/v1alpha1/fake/fake_clusterrolebinding.go  |    120 -
 .../typed/rbac/v1alpha1/fake/fake_rbac_client.go   |     52 -
 .../typed/rbac/v1alpha1/fake/fake_role.go          |    128 -
 .../typed/rbac/v1alpha1/fake/fake_rolebinding.go   |    128 -
 .../typed/rbac/v1alpha1/generated_expansion.go     |     27 -
 .../kubernetes/typed/rbac/v1alpha1/rbac_client.go  |    105 -
 .../kubernetes/typed/rbac/v1alpha1/role.go         |    157 -
 .../kubernetes/typed/rbac/v1alpha1/rolebinding.go  |    157 -
 .../kubernetes/typed/rbac/v1beta1/clusterrole.go   |    147 -
 .../typed/rbac/v1beta1/clusterrolebinding.go       |    147 -
 .../client-go/kubernetes/typed/rbac/v1beta1/doc.go |     20 -
 .../kubernetes/typed/rbac/v1beta1/fake/doc.go      |     20 -
 .../typed/rbac/v1beta1/fake/fake_clusterrole.go    |    120 -
 .../rbac/v1beta1/fake/fake_clusterrolebinding.go   |    120 -
 .../typed/rbac/v1beta1/fake/fake_rbac_client.go    |     52 -
 .../typed/rbac/v1beta1/fake/fake_role.go           |    128 -
 .../typed/rbac/v1beta1/fake/fake_rolebinding.go    |    128 -
 .../typed/rbac/v1beta1/generated_expansion.go      |     27 -
 .../kubernetes/typed/rbac/v1beta1/rbac_client.go   |    105 -
 .../kubernetes/typed/rbac/v1beta1/role.go          |    157 -
 .../kubernetes/typed/rbac/v1beta1/rolebinding.go   |    157 -
 .../kubernetes/typed/scheduling/v1alpha1/doc.go    |     20 -
 .../typed/scheduling/v1alpha1/fake/doc.go          |     20 -
 .../scheduling/v1alpha1/fake/fake_priorityclass.go |    120 -
 .../v1alpha1/fake/fake_scheduling_client.go        |     40 -
 .../scheduling/v1alpha1/generated_expansion.go     |     21 -
 .../typed/scheduling/v1alpha1/priorityclass.go     |    147 -
 .../typed/scheduling/v1alpha1/scheduling_client.go |     90 -
 .../kubernetes/typed/scheduling/v1beta1/doc.go     |     20 -
 .../typed/scheduling/v1beta1/fake/doc.go           |     20 -
 .../scheduling/v1beta1/fake/fake_priorityclass.go  |    120 -
 .../v1beta1/fake/fake_scheduling_client.go         |     40 -
 .../scheduling/v1beta1/generated_expansion.go      |     21 -
 .../typed/scheduling/v1beta1/priorityclass.go      |    147 -
 .../typed/scheduling/v1beta1/scheduling_client.go  |     90 -
 .../kubernetes/typed/settings/v1alpha1/doc.go      |     20 -
 .../kubernetes/typed/settings/v1alpha1/fake/doc.go |     20 -
 .../typed/settings/v1alpha1/fake/fake_podpreset.go |    128 -
 .../settings/v1alpha1/fake/fake_settings_client.go |     40 -
 .../typed/settings/v1alpha1/generated_expansion.go |     21 -
 .../typed/settings/v1alpha1/podpreset.go           |    157 -
 .../typed/settings/v1alpha1/settings_client.go     |     90 -
 .../client-go/kubernetes/typed/storage/v1/doc.go   |     20 -
 .../kubernetes/typed/storage/v1/fake/doc.go        |     20 -
 .../typed/storage/v1/fake/fake_storage_client.go   |     40 -
 .../typed/storage/v1/fake/fake_storageclass.go     |    120 -
 .../typed/storage/v1/generated_expansion.go        |     21 -
 .../kubernetes/typed/storage/v1/storage_client.go  |     90 -
 .../kubernetes/typed/storage/v1/storageclass.go    |    147 -
 .../kubernetes/typed/storage/v1alpha1/doc.go       |     20 -
 .../kubernetes/typed/storage/v1alpha1/fake/doc.go  |     20 -
 .../storage/v1alpha1/fake/fake_storage_client.go   |     40 -
 .../storage/v1alpha1/fake/fake_volumeattachment.go |    131 -
 .../typed/storage/v1alpha1/generated_expansion.go  |     21 -
 .../typed/storage/v1alpha1/storage_client.go       |     90 -
 .../typed/storage/v1alpha1/volumeattachment.go     |    163 -
 .../kubernetes/typed/storage/v1beta1/doc.go        |     20 -
 .../kubernetes/typed/storage/v1beta1/fake/doc.go   |     20 -
 .../storage/v1beta1/fake/fake_storage_client.go    |     44 -
 .../storage/v1beta1/fake/fake_storageclass.go      |    120 -
 .../storage/v1beta1/fake/fake_volumeattachment.go  |    131 -
 .../typed/storage/v1beta1/generated_expansion.go   |     23 -
 .../typed/storage/v1beta1/storage_client.go        |     95 -
 .../typed/storage/v1beta1/storageclass.go          |    147 -
 .../typed/storage/v1beta1/volumeattachment.go      |    163 -
 .../v1alpha1/expansion_generated.go                |     23 -
 .../v1alpha1/initializerconfiguration.go           |     65 -
 .../v1beta1/expansion_generated.go                 |     27 -
 .../v1beta1/mutatingwebhookconfiguration.go        |     65 -
 .../v1beta1/validatingwebhookconfiguration.go      |     65 -
 .../listers/apps/v1/controllerrevision.go          |     94 -
 .../k8s.io/client-go/listers/apps/v1/daemonset.go  |     94 -
 .../listers/apps/v1/daemonset_expansion.go         |    113 -
 .../k8s.io/client-go/listers/apps/v1/deployment.go |     94 -
 .../listers/apps/v1/deployment_expansion.go        |     70 -
 .../listers/apps/v1/expansion_generated.go         |     27 -
 .../k8s.io/client-go/listers/apps/v1/replicaset.go |     94 -
 .../listers/apps/v1/replicaset_expansion.go        |     73 -
 .../client-go/listers/apps/v1/statefulset.go       |     94 -
 .../listers/apps/v1/statefulset_expansion.go       |     77 -
 .../listers/apps/v1beta1/controllerrevision.go     |     94 -
 .../client-go/listers/apps/v1beta1/deployment.go   |     94 -
 .../listers/apps/v1beta1/expansion_generated.go    |     43 -
 .../k8s.io/client-go/listers/apps/v1beta1/scale.go |     94 -
 .../client-go/listers/apps/v1beta1/statefulset.go  |     94 -
 .../listers/apps/v1beta1/statefulset_expansion.go  |     77 -
 .../listers/apps/v1beta2/controllerrevision.go     |     94 -
 .../client-go/listers/apps/v1beta2/daemonset.go    |     94 -
 .../listers/apps/v1beta2/daemonset_expansion.go    |    113 -
 .../client-go/listers/apps/v1beta2/deployment.go   |     94 -
 .../listers/apps/v1beta2/deployment_expansion.go   |     70 -
 .../listers/apps/v1beta2/expansion_generated.go    |     35 -
 .../client-go/listers/apps/v1beta2/replicaset.go   |     94 -
 .../listers/apps/v1beta2/replicaset_expansion.go   |     73 -
 .../k8s.io/client-go/listers/apps/v1beta2/scale.go |     94 -
 .../client-go/listers/apps/v1beta2/statefulset.go  |     94 -
 .../listers/apps/v1beta2/statefulset_expansion.go  |     77 -
 .../authentication/v1/expansion_generated.go       |     23 -
 .../listers/authentication/v1/tokenreview.go       |     65 -
 .../authentication/v1beta1/expansion_generated.go  |     23 -
 .../listers/authentication/v1beta1/tokenreview.go  |     65 -
 .../authorization/v1/expansion_generated.go        |     39 -
 .../authorization/v1/localsubjectaccessreview.go   |     94 -
 .../authorization/v1/selfsubjectaccessreview.go    |     65 -
 .../authorization/v1/selfsubjectrulesreview.go     |     65 -
 .../authorization/v1/subjectaccessreview.go        |     65 -
 .../authorization/v1beta1/expansion_generated.go   |     39 -
 .../v1beta1/localsubjectaccessreview.go            |     94 -
 .../v1beta1/selfsubjectaccessreview.go             |     65 -
 .../v1beta1/selfsubjectrulesreview.go              |     65 -
 .../authorization/v1beta1/subjectaccessreview.go   |     65 -
 .../listers/autoscaling/v1/expansion_generated.go  |     27 -
 .../autoscaling/v1/horizontalpodautoscaler.go      |     94 -
 .../autoscaling/v2beta1/expansion_generated.go     |     27 -
 .../autoscaling/v2beta1/horizontalpodautoscaler.go |     94 -
 .../listers/batch/v1/expansion_generated.go        |     19 -
 vendor/k8s.io/client-go/listers/batch/v1/job.go    |     94 -
 .../client-go/listers/batch/v1/job_expansion.go    |     68 -
 .../client-go/listers/batch/v1beta1/cronjob.go     |     94 -
 .../listers/batch/v1beta1/expansion_generated.go   |     27 -
 .../client-go/listers/batch/v2alpha1/cronjob.go    |     94 -
 .../listers/batch/v2alpha1/expansion_generated.go  |     27 -
 .../v1beta1/certificatesigningrequest.go           |     65 -
 .../certificates/v1beta1/expansion_generated.go    |     23 -
 .../client-go/listers/core/v1/componentstatus.go   |     65 -
 .../k8s.io/client-go/listers/core/v1/configmap.go  |     94 -
 .../k8s.io/client-go/listers/core/v1/endpoints.go  |     94 -
 vendor/k8s.io/client-go/listers/core/v1/event.go   |     94 -
 .../listers/core/v1/expansion_generated.go         |    111 -
 .../k8s.io/client-go/listers/core/v1/limitrange.go |     94 -
 .../k8s.io/client-go/listers/core/v1/namespace.go  |     65 -
 vendor/k8s.io/client-go/listers/core/v1/node.go    |     65 -
 .../client-go/listers/core/v1/node_expansion.go    |     48 -
 .../client-go/listers/core/v1/persistentvolume.go  |     65 -
 .../listers/core/v1/persistentvolumeclaim.go       |     94 -
 vendor/k8s.io/client-go/listers/core/v1/pod.go     |     94 -
 .../client-go/listers/core/v1/podtemplate.go       |     94 -
 .../listers/core/v1/replicationcontroller.go       |     94 -
 .../core/v1/replicationcontroller_expansion.go     |     66 -
 .../client-go/listers/core/v1/resourcequota.go     |     94 -
 vendor/k8s.io/client-go/listers/core/v1/secret.go  |     94 -
 vendor/k8s.io/client-go/listers/core/v1/service.go |     94 -
 .../client-go/listers/core/v1/service_expansion.go |     56 -
 .../client-go/listers/core/v1/serviceaccount.go    |     94 -
 .../client-go/listers/events/v1beta1/event.go      |     94 -
 .../listers/events/v1beta1/expansion_generated.go  |     27 -
 .../listers/extensions/v1beta1/daemonset.go        |     94 -
 .../extensions/v1beta1/daemonset_expansion.go      |    114 -
 .../listers/extensions/v1beta1/deployment.go       |     94 -
 .../extensions/v1beta1/deployment_expansion.go     |     70 -
 .../extensions/v1beta1/expansion_generated.go      |     39 -
 .../listers/extensions/v1beta1/ingress.go          |     94 -
 .../extensions/v1beta1/podsecuritypolicy.go        |     65 -
 .../listers/extensions/v1beta1/replicaset.go       |     94 -
 .../extensions/v1beta1/replicaset_expansion.go     |     73 -
 .../client-go/listers/extensions/v1beta1/scale.go  |     94 -
 .../imagepolicy/v1alpha1/expansion_generated.go    |     23 -
 .../listers/imagepolicy/v1alpha1/imagereview.go    |     65 -
 .../listers/networking/v1/expansion_generated.go   |     27 -
 .../listers/networking/v1/networkpolicy.go         |     94 -
 .../client-go/listers/policy/v1beta1/eviction.go   |     94 -
 .../listers/policy/v1beta1/expansion_generated.go  |     31 -
 .../listers/policy/v1beta1/poddisruptionbudget.go  |     94 -
 .../v1beta1/poddisruptionbudget_expansion.go       |     74 -
 .../listers/policy/v1beta1/podsecuritypolicy.go    |     65 -
 .../client-go/listers/rbac/v1/clusterrole.go       |     65 -
 .../listers/rbac/v1/clusterrolebinding.go          |     65 -
 .../listers/rbac/v1/expansion_generated.go         |     43 -
 vendor/k8s.io/client-go/listers/rbac/v1/role.go    |     94 -
 .../client-go/listers/rbac/v1/rolebinding.go       |     94 -
 .../client-go/listers/rbac/v1alpha1/clusterrole.go |     65 -
 .../listers/rbac/v1alpha1/clusterrolebinding.go    |     65 -
 .../listers/rbac/v1alpha1/expansion_generated.go   |     43 -
 .../k8s.io/client-go/listers/rbac/v1alpha1/role.go |     94 -
 .../client-go/listers/rbac/v1alpha1/rolebinding.go |     94 -
 .../client-go/listers/rbac/v1beta1/clusterrole.go  |     65 -
 .../listers/rbac/v1beta1/clusterrolebinding.go     |     65 -
 .../listers/rbac/v1beta1/expansion_generated.go    |     43 -
 .../k8s.io/client-go/listers/rbac/v1beta1/role.go  |     94 -
 .../client-go/listers/rbac/v1beta1/rolebinding.go  |     94 -
 .../scheduling/v1alpha1/expansion_generated.go     |     23 -
 .../listers/scheduling/v1alpha1/priorityclass.go   |     65 -
 .../scheduling/v1beta1/expansion_generated.go      |     23 -
 .../listers/scheduling/v1beta1/priorityclass.go    |     65 -
 .../settings/v1alpha1/expansion_generated.go       |     27 -
 .../listers/settings/v1alpha1/podpreset.go         |     94 -
 .../listers/storage/v1/expansion_generated.go      |     23 -
 .../client-go/listers/storage/v1/storageclass.go   |     65 -
 .../storage/v1alpha1/expansion_generated.go        |     23 -
 .../listers/storage/v1alpha1/volumeattachment.go   |     65 -
 .../listers/storage/v1beta1/expansion_generated.go |     27 -
 .../listers/storage/v1beta1/storageclass.go        |     65 -
 .../listers/storage/v1beta1/volumeattachment.go    |     65 -
 .../client-go/pkg/apis/clientauthentication/doc.go |     19 -
 .../apis/clientauthentication/install/install.go   |     33 -
 .../pkg/apis/clientauthentication/register.go      |     50 -
 .../pkg/apis/clientauthentication/types.go         |     77 -
 .../pkg/apis/clientauthentication/v1alpha1/doc.go  |     23 -
 .../apis/clientauthentication/v1alpha1/register.go |     55 -
 .../apis/clientauthentication/v1alpha1/types.go    |     78 -
 .../v1alpha1/zz_generated.conversion.go            |    145 -
 .../v1alpha1/zz_generated.deepcopy.go              |    137 -
 .../v1alpha1/zz_generated.defaults.go              |     32 -
 .../clientauthentication/v1beta1/conversion.go     |     26 -
 .../pkg/apis/clientauthentication/v1beta1/doc.go   |     23 -
 .../apis/clientauthentication/v1beta1/register.go  |     55 -
 .../pkg/apis/clientauthentication/v1beta1/types.go |     59 -
 .../v1beta1/zz_generated.conversion.go             |    114 -
 .../v1beta1/zz_generated.deepcopy.go               |    100 -
 .../v1beta1/zz_generated.defaults.go               |     32 -
 .../clientauthentication/zz_generated.deepcopy.go  |    137 -
 vendor/k8s.io/client-go/pkg/version/.gitattributes |      1 -
 vendor/k8s.io/client-go/pkg/version/base.go        |     63 -
 vendor/k8s.io/client-go/pkg/version/def.bzl        |     38 -
 vendor/k8s.io/client-go/pkg/version/doc.go         |     20 -
 vendor/k8s.io/client-go/pkg/version/version.go     |     42 -
 .../plugin/pkg/client/auth/azure/README.md         |     50 -
 .../plugin/pkg/client/auth/azure/azure.go          |    359 -
 .../client-go/plugin/pkg/client/auth/exec/exec.go  |    360 -
 .../pkg/client/auth/exec/testdata/test-plugin.sh   |     18 -
 .../client-go/plugin/pkg/client/auth/gcp/OWNERS    |      6 -
 .../client-go/plugin/pkg/client/auth/gcp/gcp.go    |    364 -
 .../client-go/plugin/pkg/client/auth/oidc/OWNERS   |      5 -
 .../client-go/plugin/pkg/client/auth/oidc/oidc.go  |    379 -
 .../plugin/pkg/client/auth/openstack/openstack.go  |    193 -
 .../client-go/plugin/pkg/client/auth/plugins.go    |     25 -
 vendor/k8s.io/client-go/rest/OWNERS                |     24 -
 vendor/k8s.io/client-go/rest/client.go             |    258 -
 vendor/k8s.io/client-go/rest/config.go             |    458 -
 vendor/k8s.io/client-go/rest/fake/fake.go          |    122 -
 vendor/k8s.io/client-go/rest/plugin.go             |     73 -
 vendor/k8s.io/client-go/rest/request.go            |   1156 -
 vendor/k8s.io/client-go/rest/transport.go          |    116 -
 vendor/k8s.io/client-go/rest/url_utils.go          |     97 -
 vendor/k8s.io/client-go/rest/urlbackoff.go         |    107 -
 vendor/k8s.io/client-go/rest/watch/decoder.go      |     72 -
 vendor/k8s.io/client-go/rest/watch/encoder.go      |     56 -
 .../k8s.io/client-go/rest/zz_generated.deepcopy.go |     52 -
 .../client-go/restmapper/category_expansion.go     |    119 -
 vendor/k8s.io/client-go/restmapper/discovery.go    |    337 -
 vendor/k8s.io/client-go/restmapper/shortcut.go     |    172 -
 vendor/k8s.io/client-go/scale/client.go            |    221 -
 vendor/k8s.io/client-go/scale/doc.go               |     21 -
 vendor/k8s.io/client-go/scale/fake/client.go       |     67 -
 vendor/k8s.io/client-go/scale/interfaces.go        |     39 -
 .../k8s.io/client-go/scale/scheme/appsint/doc.go   |     22 -
 .../client-go/scale/scheme/appsint/register.go     |     53 -
 .../scale/scheme/appsv1beta1/conversion.go         |     87 -
 .../client-go/scale/scheme/appsv1beta1/doc.go      |     20 -
 .../client-go/scale/scheme/appsv1beta1/register.go |     45 -
 .../scheme/appsv1beta1/zz_generated.conversion.go  |    110 -
 .../scale/scheme/appsv1beta2/conversion.go         |     87 -
 .../client-go/scale/scheme/appsv1beta2/doc.go      |     20 -
 .../client-go/scale/scheme/appsv1beta2/register.go |     45 -
 .../scheme/appsv1beta2/zz_generated.conversion.go  |    110 -
 .../scale/scheme/autoscalingv1/conversion.go       |     69 -
 .../client-go/scale/scheme/autoscalingv1/doc.go    |     20 -
 .../scale/scheme/autoscalingv1/register.go         |     45 -
 .../autoscalingv1/zz_generated.conversion.go       |    109 -
 vendor/k8s.io/client-go/scale/scheme/doc.go        |     22 -
 .../client-go/scale/scheme/extensionsint/doc.go    |     22 -
 .../scale/scheme/extensionsint/register.go         |     53 -
 .../scale/scheme/extensionsv1beta1/conversion.go   |     87 -
 .../scale/scheme/extensionsv1beta1/doc.go          |     20 -
 .../scale/scheme/extensionsv1beta1/register.go     |     45 -
 .../extensionsv1beta1/zz_generated.conversion.go   |    110 -
 vendor/k8s.io/client-go/scale/scheme/register.go   |     52 -
 vendor/k8s.io/client-go/scale/scheme/types.go      |     60 -
 .../scale/scheme/zz_generated.deepcopy.go          |     95 -
 vendor/k8s.io/client-go/scale/util.go              |    196 -
 vendor/k8s.io/client-go/testing/actions.go         |    659 -
 vendor/k8s.io/client-go/testing/fake.go            |    213 -
 vendor/k8s.io/client-go/testing/fixture.go         |    530 -
 .../third_party/forked/golang/template/exec.go     |     94 -
 .../third_party/forked/golang/template/funcs.go    |    599 -
 vendor/k8s.io/client-go/tools/auth/clientauth.go   |    125 -
 .../k8s.io/client-go/tools/bootstrap/token/OWNERS  |      5 -
 .../client-go/tools/bootstrap/token/api/doc.go     |     20 -
 .../client-go/tools/bootstrap/token/api/types.go   |    112 -
 .../tools/bootstrap/token/util/helpers.go          |    133 -
 vendor/k8s.io/client-go/tools/cache/OWNERS         |     50 -
 vendor/k8s.io/client-go/tools/cache/controller.go  |    394 -
 vendor/k8s.io/client-go/tools/cache/delta_fifo.go  |    659 -
 vendor/k8s.io/client-go/tools/cache/doc.go         |     24 -
 .../client-go/tools/cache/expiration_cache.go      |    208 -
 .../tools/cache/expiration_cache_fakes.go          |     54 -
 .../client-go/tools/cache/fake_custom_store.go     |    102 -
 vendor/k8s.io/client-go/tools/cache/fifo.go        |    358 -
 vendor/k8s.io/client-go/tools/cache/heap.go        |    323 -
 vendor/k8s.io/client-go/tools/cache/index.go       |     87 -
 vendor/k8s.io/client-go/tools/cache/listers.go     |    160 -
 vendor/k8s.io/client-go/tools/cache/listwatch.go   |    187 -
 .../k8s.io/client-go/tools/cache/mutation_cache.go |    261 -
 .../client-go/tools/cache/mutation_detector.go     |    130 -
 vendor/k8s.io/client-go/tools/cache/reflector.go   |    449 -
 .../client-go/tools/cache/reflector_metrics.go     |    119 -
 .../client-go/tools/cache/shared_informer.go       |    597 -
 vendor/k8s.io/client-go/tools/cache/store.go       |    244 -
 .../tools/cache/testing/fake_controller_source.go  |    255 -
 .../client-go/tools/cache/thread_safe_store.go     |    304 -
 .../k8s.io/client-go/tools/cache/undelta_store.go  |     83 -
 vendor/k8s.io/client-go/tools/clientcmd/api/doc.go |     18 -
 .../client-go/tools/clientcmd/api/helpers.go       |    183 -
 .../client-go/tools/clientcmd/api/latest/latest.go |     66 -
 .../client-go/tools/clientcmd/api/register.go      |     46 -
 .../k8s.io/client-go/tools/clientcmd/api/types.go  |    218 -
 .../client-go/tools/clientcmd/api/v1/conversion.go |    244 -
 .../k8s.io/client-go/tools/clientcmd/api/v1/doc.go |     18 -
 .../client-go/tools/clientcmd/api/v1/register.go   |     56 -
 .../client-go/tools/clientcmd/api/v1/types.go      |    203 -
 .../clientcmd/api/v1/zz_generated.deepcopy.go      |    353 -
 .../tools/clientcmd/api/zz_generated.deepcopy.go   |    320 -
 .../client-go/tools/clientcmd/auth_loaders.go      |    111 -
 .../client-go/tools/clientcmd/client_config.go     |    572 -
 vendor/k8s.io/client-go/tools/clientcmd/config.go  |    474 -
 vendor/k8s.io/client-go/tools/clientcmd/doc.go     |     37 -
 vendor/k8s.io/client-go/tools/clientcmd/flag.go    |     49 -
 vendor/k8s.io/client-go/tools/clientcmd/helpers.go |     35 -
 vendor/k8s.io/client-go/tools/clientcmd/loader.go  |    633 -
 .../tools/clientcmd/merged_client_builder.go       |    168 -
 .../k8s.io/client-go/tools/clientcmd/overrides.go  |    247 -
 .../k8s.io/client-go/tools/clientcmd/validation.go |    298 -
 .../k8s.io/client-go/tools/leaderelection/OWNERS   |     13 -
 .../tools/leaderelection/leaderelection.go         |    284 -
 .../leaderelection/resourcelock/configmaplock.go   |    109 -
 .../leaderelection/resourcelock/endpointslock.go   |    104 -
 .../tools/leaderelection/resourcelock/interface.go |    102 -
 vendor/k8s.io/client-go/tools/metrics/OWNERS       |      7 -
 vendor/k8s.io/client-go/tools/metrics/metrics.go   |     61 -
 vendor/k8s.io/client-go/tools/pager/pager.go       |    117 -
 vendor/k8s.io/client-go/tools/portforward/doc.go   |     19 -
 .../client-go/tools/portforward/portforward.go     |    342 -
 vendor/k8s.io/client-go/tools/record/OWNERS        |     27 -
 vendor/k8s.io/client-go/tools/record/doc.go        |     18 -
 vendor/k8s.io/client-go/tools/record/event.go      |    322 -
 .../k8s.io/client-go/tools/record/events_cache.go  |    467 -
 vendor/k8s.io/client-go/tools/record/fake.go       |     58 -
 vendor/k8s.io/client-go/tools/reference/ref.go     |    126 -
 vendor/k8s.io/client-go/tools/remotecommand/doc.go |     20 -
 .../client-go/tools/remotecommand/errorstream.go   |     55 -
 .../client-go/tools/remotecommand/remotecommand.go |    142 -
 .../k8s.io/client-go/tools/remotecommand/resize.go |     33 -
 vendor/k8s.io/client-go/tools/remotecommand/v1.go  |    160 -
 vendor/k8s.io/client-go/tools/remotecommand/v2.go  |    195 -
 vendor/k8s.io/client-go/tools/remotecommand/v3.go  |    111 -
 vendor/k8s.io/client-go/tools/remotecommand/v4.go  |    119 -
 vendor/k8s.io/client-go/transport/OWNERS           |      7 -
 vendor/k8s.io/client-go/transport/cache.go         |    117 -
 vendor/k8s.io/client-go/transport/config.go        |    110 -
 .../k8s.io/client-go/transport/round_trippers.go   |    424 -
 vendor/k8s.io/client-go/transport/spdy/spdy.go     |     94 -
 vendor/k8s.io/client-go/transport/transport.go     |    169 -
 .../k8s.io/client-go/util/buffer/ring_growing.go   |     72 -
 vendor/k8s.io/client-go/util/cert/cert.go          |    245 -
 vendor/k8s.io/client-go/util/cert/csr.go           |     75 -
 vendor/k8s.io/client-go/util/cert/io.go            |    193 -
 vendor/k8s.io/client-go/util/cert/pem.go           |    269 -
 .../util/cert/testdata/dontUseThisKey.pem          |      6 -
 vendor/k8s.io/client-go/util/cert/triple/triple.go |    116 -
 vendor/k8s.io/client-go/util/certificate/OWNERS    |      8 -
 .../util/certificate/certificate_manager.go        |    429 -
 .../util/certificate/certificate_store.go          |    338 -
 .../k8s.io/client-go/util/certificate/csr/csr.go   |    261 -
 .../client-go/util/connrotation/connrotation.go    |    105 -
 vendor/k8s.io/client-go/util/exec/exec.go          |     52 -
 .../k8s.io/client-go/util/flowcontrol/backoff.go   |    149 -
 .../k8s.io/client-go/util/flowcontrol/throttle.go  |    143 -
 vendor/k8s.io/client-go/util/homedir/homedir.go    |     47 -
 vendor/k8s.io/client-go/util/integer/integer.go    |     67 -
 vendor/k8s.io/client-go/util/jsonpath/doc.go       |     20 -
 vendor/k8s.io/client-go/util/jsonpath/jsonpath.go  |    517 -
 vendor/k8s.io/client-go/util/jsonpath/node.go      |    255 -
 vendor/k8s.io/client-go/util/jsonpath/parser.go    |    525 -
 vendor/k8s.io/client-go/util/retry/OWNERS          |      2 -
 vendor/k8s.io/client-go/util/retry/util.go         |     79 -
 .../k8s.io/client-go/util/testing/fake_handler.go  |    139 -
 vendor/k8s.io/client-go/util/testing/tmpdir.go     |     44 -
 .../util/workqueue/default_rate_limiters.go        |    211 -
 .../client-go/util/workqueue/delaying_queue.go     |    255 -
 vendor/k8s.io/client-go/util/workqueue/doc.go      |     26 -
 vendor/k8s.io/client-go/util/workqueue/metrics.go  |    195 -
 .../client-go/util/workqueue/parallelizer.go       |     52 -
 vendor/k8s.io/client-go/util/workqueue/queue.go    |    172 -
 .../util/workqueue/rate_limitting_queue.go         |     69 -
 .../.github/PULL_REQUEST_TEMPLATE.md               |      2 -
 vendor/k8s.io/code-generator/CONTRIBUTING.md       |      7 -
 vendor/k8s.io/code-generator/Godeps/Godeps.json    |    166 -
 vendor/k8s.io/code-generator/Godeps/OWNERS         |      2 -
 vendor/k8s.io/code-generator/Godeps/Readme         |      5 -
 vendor/k8s.io/code-generator/LICENSE               |    202 -
 vendor/k8s.io/code-generator/OWNERS                |     11 -
 vendor/k8s.io/code-generator/README.md             |     24 -
 vendor/k8s.io/code-generator/SECURITY_CONTACTS     |     17 -
 .../_examples/MixedCase/apis/example/v1/doc.go     |     20 -
 .../MixedCase/apis/example/v1/register.go          |     59 -
 .../_examples/MixedCase/apis/example/v1/types.go   |     74 -
 .../apis/example/v1/zz_generated.deepcopy.go       |    177 -
 .../apis/example/v1/zz_generated.defaults.go       |     32 -
 .../MixedCase/clientset/versioned/clientset.go     |     98 -
 .../_examples/MixedCase/clientset/versioned/doc.go |     20 -
 .../versioned/fake/clientset_generated.go          |     82 -
 .../MixedCase/clientset/versioned/fake/doc.go      |     20 -
 .../MixedCase/clientset/versioned/fake/register.go |     56 -
 .../MixedCase/clientset/versioned/scheme/doc.go    |     20 -
 .../clientset/versioned/scheme/register.go         |     56 -
 .../versioned/typed/example/v1/clustertesttype.go  |    210 -
 .../clientset/versioned/typed/example/v1/doc.go    |     20 -
 .../versioned/typed/example/v1/example_client.go   |     95 -
 .../versioned/typed/example/v1/fake/doc.go         |     20 -
 .../typed/example/v1/fake/fake_clustertesttype.go  |    152 -
 .../typed/example/v1/fake/fake_example_client.go   |     44 -
 .../typed/example/v1/fake/fake_testtype.go         |    140 -
 .../typed/example/v1/generated_expansion.go        |     23 -
 .../versioned/typed/example/v1/testtype.go         |    191 -
 .../externalversions/example/interface.go          |     46 -
 .../externalversions/example/v1/clustertesttype.go |     88 -
 .../externalversions/example/v1/interface.go       |     52 -
 .../externalversions/example/v1/testtype.go        |     89 -
 .../informers/externalversions/factory.go          |    180 -
 .../informers/externalversions/generic.go          |     64 -
 .../internalinterfaces/factory_interfaces.go       |     40 -
 .../listers/example/v1/clustertesttype.go          |     65 -
 .../listers/example/v1/expansion_generated.go      |     31 -
 .../MixedCase/listers/example/v1/testtype.go       |     94 -
 .../_examples/apiserver/apis/example/doc.go        |     20 -
 .../apiserver/apis/example/install/install.go      |     33 -
 .../_examples/apiserver/apis/example/register.go   |     45 -
 .../_examples/apiserver/apis/example/types.go      |     44 -
 .../_examples/apiserver/apis/example/v1/doc.go     |     22 -
 .../apiserver/apis/example/v1/register.go          |     59 -
 .../_examples/apiserver/apis/example/v1/types.go   |     47 -
 .../apis/example/v1/zz_generated.conversion.go     |    137 -
 .../apis/example/v1/zz_generated.deepcopy.go       |    101 -
 .../apis/example/v1/zz_generated.defaults.go       |     32 -
 .../apis/example/zz_generated.deepcopy.go          |    101 -
 .../_examples/apiserver/apis/example2/doc.go       |     21 -
 .../apiserver/apis/example2/install/install.go     |     33 -
 .../_examples/apiserver/apis/example2/register.go  |     45 -
 .../_examples/apiserver/apis/example2/types.go     |     44 -
 .../_examples/apiserver/apis/example2/v1/doc.go    |     23 -
 .../apiserver/apis/example2/v1/register.go         |     59 -
 .../_examples/apiserver/apis/example2/v1/types.go  |     47 -
 .../apis/example2/v1/zz_generated.conversion.go    |    137 -
 .../apis/example2/v1/zz_generated.deepcopy.go      |    101 -
 .../apis/example2/v1/zz_generated.defaults.go      |     32 -
 .../apis/example2/zz_generated.deepcopy.go         |    101 -
 .../clientset/internalversion/clientset.go         |    104 -
 .../apiserver/clientset/internalversion/doc.go     |     20 -
 .../internalversion/fake/clientset_generated.go    |     84 -
 .../clientset/internalversion/fake/doc.go          |     20 -
 .../clientset/internalversion/fake/register.go     |     58 -
 .../clientset/internalversion/scheme/doc.go        |     20 -
 .../clientset/internalversion/scheme/register.go   |     43 -
 .../typed/example/internalversion/doc.go           |     20 -
 .../example/internalversion/example_client.go      |     96 -
 .../typed/example/internalversion/fake/doc.go      |     20 -
 .../internalversion/fake/fake_example_client.go    |     40 -
 .../example/internalversion/fake/fake_testtype.go  |    140 -
 .../example/internalversion/generated_expansion.go |     21 -
 .../typed/example/internalversion/testtype.go      |    191 -
 .../typed/example2/internalversion/doc.go          |     20 -
 .../example2/internalversion/example2_client.go    |     96 -
 .../typed/example2/internalversion/fake/doc.go     |     20 -
 .../internalversion/fake/fake_example2_client.go   |     40 -
 .../example2/internalversion/fake/fake_testtype.go |    140 -
 .../internalversion/generated_expansion.go         |     21 -
 .../typed/example2/internalversion/testtype.go     |    191 -
 .../apiserver/clientset/versioned/clientset.go     |    120 -
 .../_examples/apiserver/clientset/versioned/doc.go |     20 -
 .../versioned/fake/clientset_generated.go          |     94 -
 .../apiserver/clientset/versioned/fake/doc.go      |     20 -
 .../apiserver/clientset/versioned/fake/register.go |     58 -
 .../apiserver/clientset/versioned/scheme/doc.go    |     20 -
 .../clientset/versioned/scheme/register.go         |     58 -
 .../clientset/versioned/typed/example/v1/doc.go    |     20 -
 .../versioned/typed/example/v1/example_client.go   |     90 -
 .../versioned/typed/example/v1/fake/doc.go         |     20 -
 .../typed/example/v1/fake/fake_example_client.go   |     40 -
 .../typed/example/v1/fake/fake_testtype.go         |    140 -
 .../typed/example/v1/generated_expansion.go        |     21 -
 .../versioned/typed/example/v1/testtype.go         |    191 -
 .../clientset/versioned/typed/example2/v1/doc.go   |     20 -
 .../versioned/typed/example2/v1/example2_client.go |     90 -
 .../versioned/typed/example2/v1/fake/doc.go        |     20 -
 .../typed/example2/v1/fake/fake_example2_client.go |     40 -
 .../typed/example2/v1/fake/fake_testtype.go        |    140 -
 .../typed/example2/v1/generated_expansion.go       |     21 -
 .../versioned/typed/example2/v1/testtype.go        |    191 -
 .../externalversions/example/interface.go          |     46 -
 .../externalversions/example/v1/interface.go       |     45 -
 .../externalversions/example/v1/testtype.go        |     89 -
 .../externalversions/example2/interface.go         |     46 -
 .../externalversions/example2/v1/interface.go      |     45 -
 .../externalversions/example2/v1/testtype.go       |     89 -
 .../informers/externalversions/factory.go          |    186 -
 .../informers/externalversions/generic.go          |     67 -
 .../internalinterfaces/factory_interfaces.go       |     40 -
 .../informers/internalversion/example/interface.go |     46 -
 .../example/internalversion/interface.go           |     45 -
 .../example/internalversion/testtype.go            |     89 -
 .../internalversion/example2/interface.go          |     46 -
 .../example2/internalversion/interface.go          |     45 -
 .../example2/internalversion/testtype.go           |     89 -
 .../apiserver/informers/internalversion/factory.go |    186 -
 .../apiserver/informers/internalversion/generic.go |     67 -
 .../internalinterfaces/factory_interfaces.go       |     40 -
 .../example/internalversion/expansion_generated.go |     27 -
 .../listers/example/internalversion/testtype.go    |     94 -
 .../listers/example/v1/expansion_generated.go      |     27 -
 .../apiserver/listers/example/v1/testtype.go       |     94 -
 .../internalversion/expansion_generated.go         |     27 -
 .../listers/example2/internalversion/testtype.go   |     94 -
 .../listers/example2/v1/expansion_generated.go     |     27 -
 .../apiserver/listers/example2/v1/testtype.go      |     94 -
 .../_examples/crd/apis/example/v1/doc.go           |     21 -
 .../_examples/crd/apis/example/v1/register.go      |     59 -
 .../_examples/crd/apis/example/v1/types.go         |     74 -
 .../crd/apis/example/v1/zz_generated.deepcopy.go   |    177 -
 .../crd/apis/example/v1/zz_generated.defaults.go   |     32 -
 .../_examples/crd/apis/example2/v1/doc.go          |     22 -
 .../_examples/crd/apis/example2/v1/register.go     |     59 -
 .../_examples/crd/apis/example2/v1/types.go        |     47 -
 .../crd/apis/example2/v1/zz_generated.deepcopy.go  |    101 -
 .../crd/apis/example2/v1/zz_generated.defaults.go  |     32 -
 .../_examples/crd/clientset/versioned/clientset.go |    120 -
 .../_examples/crd/clientset/versioned/doc.go       |     20 -
 .../versioned/fake/clientset_generated.go          |     94 -
 .../_examples/crd/clientset/versioned/fake/doc.go  |     20 -
 .../crd/clientset/versioned/fake/register.go       |     58 -
 .../crd/clientset/versioned/scheme/doc.go          |     20 -
 .../crd/clientset/versioned/scheme/register.go     |     58 -
 .../versioned/typed/example/v1/clustertesttype.go  |    210 -
 .../clientset/versioned/typed/example/v1/doc.go    |     20 -
 .../versioned/typed/example/v1/example_client.go   |     95 -
 .../versioned/typed/example/v1/fake/doc.go         |     20 -
 .../typed/example/v1/fake/fake_clustertesttype.go  |    152 -
 .../typed/example/v1/fake/fake_example_client.go   |     44 -
 .../typed/example/v1/fake/fake_testtype.go         |    140 -
 .../typed/example/v1/generated_expansion.go        |     23 -
 .../versioned/typed/example/v1/testtype.go         |    191 -
 .../clientset/versioned/typed/example2/v1/doc.go   |     20 -
 .../versioned/typed/example2/v1/example2_client.go |     90 -
 .../versioned/typed/example2/v1/fake/doc.go        |     20 -
 .../typed/example2/v1/fake/fake_example2_client.go |     40 -
 .../typed/example2/v1/fake/fake_testtype.go        |    140 -
 .../typed/example2/v1/generated_expansion.go       |     21 -
 .../versioned/typed/example2/v1/testtype.go        |    191 -
 .../externalversions/example/interface.go          |     46 -
 .../externalversions/example/v1/clustertesttype.go |     88 -
 .../externalversions/example/v1/interface.go       |     52 -
 .../externalversions/example/v1/testtype.go        |     89 -
 .../externalversions/example2/interface.go         |     46 -
 .../externalversions/example2/v1/interface.go      |     45 -
 .../externalversions/example2/v1/testtype.go       |     89 -
 .../crd/informers/externalversions/factory.go      |    186 -
 .../crd/informers/externalversions/generic.go      |     69 -
 .../internalinterfaces/factory_interfaces.go       |     40 -
 .../crd/listers/example/v1/clustertesttype.go      |     65 -
 .../crd/listers/example/v1/expansion_generated.go  |     31 -
 .../_examples/crd/listers/example/v1/testtype.go   |     94 -
 .../crd/listers/example2/v1/expansion_generated.go |     27 -
 .../_examples/crd/listers/example2/v1/testtype.go  |     94 -
 vendor/k8s.io/code-generator/cmd/client-gen/OWNERS |      8 -
 .../k8s.io/code-generator/cmd/client-gen/README.md |      4 -
 .../code-generator/cmd/client-gen/args/args.go     |    120 -
 .../cmd/client-gen/args/gvpackages.go              |    183 -
 .../code-generator/cmd/client-gen/args/gvtype.go   |    110 -
 .../cmd/client-gen/generators/client_generator.go  |    426 -
 .../generators/fake/fake_client_generator.go       |    130 -
 .../fake/generator_fake_for_clientset.go           |    173 -
 .../generators/fake/generator_fake_for_group.go    |    130 -
 .../generators/fake/generator_fake_for_type.go     |    479 -
 .../generators/generator_for_clientset.go          |    192 -
 .../generators/generator_for_expansion.go          |     54 -
 .../client-gen/generators/generator_for_group.go   |    247 -
 .../client-gen/generators/generator_for_type.go    |    599 -
 .../generators/scheme/generator_for_scheme.go      |    186 -
 .../cmd/client-gen/generators/tags.go              |     32 -
 .../cmd/client-gen/generators/util/tags.go         |    341 -
 .../k8s.io/code-generator/cmd/client-gen/main.go   |     66 -
 .../code-generator/cmd/client-gen/path/path.go     |     31 -
 .../code-generator/cmd/client-gen/types/helpers.go |    123 -
 .../code-generator/cmd/client-gen/types/types.go   |     78 -
 .../code-generator/cmd/conversion-gen/args/args.go |     83 -
 .../cmd/conversion-gen/generators/conversion.go    |    984 -
 .../code-generator/cmd/conversion-gen/main.go      |     77 -
 .../code-generator/cmd/deepcopy-gen/args/args.go   |     54 -
 .../k8s.io/code-generator/cmd/deepcopy-gen/main.go |     85 -
 .../code-generator/cmd/defaulter-gen/args/args.go  |     54 -
 .../code-generator/cmd/defaulter-gen/main.go       |     84 -
 .../code-generator/cmd/go-to-protobuf/.gitignore   |      1 -
 .../code-generator/cmd/go-to-protobuf/OWNERS       |      4 -
 .../code-generator/cmd/go-to-protobuf/main.go      |     39 -
 .../cmd/go-to-protobuf/protobuf/cmd.go             |    349 -
 .../cmd/go-to-protobuf/protobuf/generator.go       |    773 -
 .../cmd/go-to-protobuf/protobuf/import_tracker.go  |     50 -
 .../cmd/go-to-protobuf/protobuf/namer.go           |    208 -
 .../cmd/go-to-protobuf/protobuf/package.go         |    215 -
 .../cmd/go-to-protobuf/protobuf/parser.go          |    452 -
 .../cmd/go-to-protobuf/protobuf/tags.go            |     33 -
 .../cmd/go-to-protobuf/protoc-gen-gogo/main.go     |     32 -
 .../code-generator/cmd/import-boss/.gitignore      |      1 -
 .../k8s.io/code-generator/cmd/import-boss/main.go  |     90 -
 .../code-generator/cmd/informer-gen/args/args.go   |     77 -
 .../cmd/informer-gen/generators/factory.go         |    258 -
 .../informer-gen/generators/factoryinterface.go    |     90 -
 .../cmd/informer-gen/generators/generic.go         |    180 -
 .../cmd/informer-gen/generators/groupinterface.go  |    118 -
 .../cmd/informer-gen/generators/informer.go        |    186 -
 .../cmd/informer-gen/generators/packages.go        |    352 -
 .../cmd/informer-gen/generators/tags.go            |     33 -
 .../cmd/informer-gen/generators/types.go           |     42 -
 .../informer-gen/generators/versioninterface.go    |    109 -
 .../k8s.io/code-generator/cmd/informer-gen/main.go |     63 -
 .../cmd/lister-gen/.import-restrictions            |      1 -
 .../code-generator/cmd/lister-gen/args/args.go     |     56 -
 .../cmd/lister-gen/generators/expansion.go         |     67 -
 .../cmd/lister-gen/generators/lister.go            |    371 -
 .../cmd/lister-gen/generators/tags.go              |     33 -
 .../k8s.io/code-generator/cmd/lister-gen/main.go   |     60 -
 .../code-generator/cmd/register-gen/args/args.go   |     39 -
 .../cmd/register-gen/generators/packages.go        |    137 -
 .../register-gen/generators/register_external.go   |    117 -
 .../k8s.io/code-generator/cmd/register-gen/main.go |     53 -
 .../k8s.io/code-generator/cmd/set-gen/.gitignore   |      1 -
 vendor/k8s.io/code-generator/cmd/set-gen/main.go   |     56 -
 vendor/k8s.io/code-generator/code-of-conduct.md    |      3 -
 vendor/k8s.io/code-generator/generate-groups.sh    |     92 -
 .../code-generator/generate-internal-groups.sh     |    109 -
 .../k8s.io/code-generator/hack/boilerplate.go.txt  |     16 -
 .../k8s.io/code-generator/hack/update-codegen.sh   |     36 -
 .../k8s.io/code-generator/hack/verify-codegen.sh   |     55 -
 vendor/k8s.io/code-generator/pkg/util/build.go     |     61 -
 .../third_party/forked/golang/reflect/type.go      |     91 -
 vendor/k8s.io/gengo/.import-restrictions           |     11 -
 vendor/k8s.io/gengo/.travis.yml                    |     16 -
 vendor/k8s.io/gengo/CONTRIBUTING.md                |      9 -
 vendor/k8s.io/gengo/LICENSE                        |    202 -
 vendor/k8s.io/gengo/OWNERS                         |      4 -
 vendor/k8s.io/gengo/README.md                      |     56 -
 vendor/k8s.io/gengo/SECURITY_CONTACTS              |     15 -
 vendor/k8s.io/gengo/args/args.go                   |    199 -
 vendor/k8s.io/gengo/boilerplate/boilerplate.go.txt |     16 -
 vendor/k8s.io/gengo/code-of-conduct.md             |      3 -
 .../k8s.io/gengo/examples/deepcopy-gen/.gitignore  |      1 -
 vendor/k8s.io/gengo/examples/deepcopy-gen/Makefile |     16 -
 .../examples/deepcopy-gen/generators/deepcopy.go   |    912 -
 vendor/k8s.io/gengo/examples/deepcopy-gen/main.go  |     88 -
 .../deepcopy-gen/output_tests/aliases/doc.go       |     89 -
 .../output_tests/aliases/zz_generated.go           |    412 -
 .../deepcopy-gen/output_tests/builtins/doc.go      |     35 -
 .../output_tests/builtins/zz_generated.go          |     37 -
 .../deepcopy-gen/output_tests/interface_fuzzer.go  |    131 -
 .../deepcopy-gen/output_tests/interfaces/doc.go    |     29 -
 .../output_tests/interfaces/zz_generated.go        |     46 -
 .../examples/deepcopy-gen/output_tests/maps/doc.go |     43 -
 .../deepcopy-gen/output_tests/maps/zz_generated.go |    242 -
 .../output_tests/otherpkg/interfaces.go            |     25 -
 .../deepcopy-gen/output_tests/pointer/doc.go       |     31 -
 .../output_tests/pointer/zz_generated.go           |    113 -
 .../deepcopy-gen/output_tests/reflect_deepcopy.go  |     81 -
 .../deepcopy-gen/output_tests/slices/doc.go        |     43 -
 .../output_tests/slices/zz_generated.go            |    192 -
 .../deepcopy-gen/output_tests/structs/doc.go       |     40 -
 .../output_tests/structs/zz_generated.go           |     55 -
 .../deepcopy-gen/output_tests/value_fuzzer.go      |     86 -
 .../deepcopy-gen/output_tests/wholepkg/a.go        |    171 -
 .../deepcopy-gen/output_tests/wholepkg/b.go        |     20 -
 .../deepcopy-gen/output_tests/wholepkg/doc.go      |     20 -
 .../output_tests/wholepkg/interfaces.go            |     21 -
 .../output_tests/wholepkg/zz_generated.go          |    760 -
 .../k8s.io/gengo/examples/defaulter-gen/.gitignore |      1 -
 .../examples/defaulter-gen/.import-restrictions    |     13 -
 .../k8s.io/gengo/examples/defaulter-gen/Makefile   |     15 -
 vendor/k8s.io/gengo/examples/defaulter-gen/OWNERS  |      2 -
 .../defaulter-gen/_output_tests/empty/doc.go       |     20 -
 .../defaulter-gen/_output_tests/empty/type.go      |     29 -
 .../_output_tests/empty/zz_generated.go            |     32 -
 .../_output_tests/pointer/defaults.go              |     32 -
 .../defaulter-gen/_output_tests/pointer/doc.go     |     20 -
 .../defaulter-gen/_output_tests/pointer/type.go    |     33 -
 .../_output_tests/pointer/zz_generated.go          |     45 -
 .../defaulter-gen/_output_tests/slices/defaults.go |     32 -
 .../defaulter-gen/_output_tests/slices/doc.go      |     20 -
 .../defaulter-gen/_output_tests/slices/type.go     |     37 -
 .../_output_tests/slices/zz_generated.go           |     55 -
 .../_output_tests/wholepkg/defaults.go             |     32 -
 .../defaulter-gen/_output_tests/wholepkg/doc.go    |     20 -
 .../defaulter-gen/_output_tests/wholepkg/type.go   |     74 -
 .../_output_tests/wholepkg/zz_generated.go         |     84 -
 .../examples/defaulter-gen/generators/defaulter.go |    828 -
 vendor/k8s.io/gengo/examples/defaulter-gen/main.go |     75 -
 .../k8s.io/gengo/examples/import-boss/.gitignore   |      1 -
 .../import-boss/generators/import_restrict.go      |    272 -
 vendor/k8s.io/gengo/examples/import-boss/main.go   |     78 -
 vendor/k8s.io/gengo/examples/set-gen/.gitignore    |      1 -
 vendor/k8s.io/gengo/examples/set-gen/Makefile      |     15 -
 .../gengo/examples/set-gen/generators/sets.go      |    360 -
 .../gengo/examples/set-gen/generators/tags.go      |     33 -
 vendor/k8s.io/gengo/examples/set-gen/main.go       |     47 -
 vendor/k8s.io/gengo/examples/set-gen/sets/byte.go  |    203 -
 vendor/k8s.io/gengo/examples/set-gen/sets/doc.go   |     20 -
 vendor/k8s.io/gengo/examples/set-gen/sets/empty.go |     23 -
 vendor/k8s.io/gengo/examples/set-gen/sets/int.go   |    203 -
 vendor/k8s.io/gengo/examples/set-gen/sets/int64.go |    203 -
 .../k8s.io/gengo/examples/set-gen/sets/string.go   |    203 -
 .../gengo/examples/set-gen/sets/types/types.go     |     30 -
 vendor/k8s.io/gengo/generator/default_generator.go |     62 -
 vendor/k8s.io/gengo/generator/default_package.go   |     72 -
 vendor/k8s.io/gengo/generator/doc.go               |     31 -
 vendor/k8s.io/gengo/generator/error_tracker.go     |     50 -
 vendor/k8s.io/gengo/generator/execute.go           |    312 -
 vendor/k8s.io/gengo/generator/generator.go         |    219 -
 vendor/k8s.io/gengo/generator/import_tracker.go    |     64 -
 vendor/k8s.io/gengo/generator/snippet_writer.go    |    154 -
 vendor/k8s.io/gengo/namer/doc.go                   |     31 -
 vendor/k8s.io/gengo/namer/import_tracker.go        |    112 -
 vendor/k8s.io/gengo/namer/namer.go                 |    383 -
 vendor/k8s.io/gengo/namer/order.go                 |     69 -
 vendor/k8s.io/gengo/namer/plural_namer.go          |    120 -
 vendor/k8s.io/gengo/parser/doc.go                  |     19 -
 vendor/k8s.io/gengo/parser/parse.go                |    813 -
 vendor/k8s.io/gengo/testdata/a/a.go                |     20 -
 vendor/k8s.io/gengo/testdata/a/b/b.go              |     20 -
 vendor/k8s.io/gengo/types/comments.go              |     82 -
 vendor/k8s.io/gengo/types/doc.go                   |     19 -
 vendor/k8s.io/gengo/types/flatten.go               |     57 -
 vendor/k8s.io/gengo/types/types.go                 |    499 -
 vendor/k8s.io/klog/.travis.yml                     |     14 -
 vendor/k8s.io/klog/CONTRIBUTING.md                 |     31 -
 vendor/k8s.io/klog/LICENSE                         |    191 -
 vendor/k8s.io/klog/OWNERS                          |     11 -
 vendor/k8s.io/klog/README.md                       |     51 -
 vendor/k8s.io/klog/RELEASE.md                      |      9 -
 vendor/k8s.io/klog/SECURITY_CONTACTS               |     20 -
 .../klog/examples/coexist_glog/coexist_glog.go     |     28 -
 .../klog/examples/log_file/usage_log_file.go       |     14 -
 .../klog/examples/set_output/usage_set_output.go   |     22 -
 vendor/k8s.io/klog/glog/README.md                  |      9 -
 vendor/k8s.io/klog/glog/glog.go                    |    160 -
 vendor/k8s.io/klog/klog.go                         |   1239 -
 vendor/k8s.io/klog/klog_file.go                    |    126 -
 vendor/k8s.io/kube-openapi/.gitignore              |     20 -
 vendor/k8s.io/kube-openapi/.travis.yml             |      4 -
 vendor/k8s.io/kube-openapi/CONTRIBUTING.md         |      9 -
 vendor/k8s.io/kube-openapi/Godeps/Godeps.json      |    401 -
 vendor/k8s.io/kube-openapi/Godeps/Readme           |      5 -
 vendor/k8s.io/kube-openapi/LICENSE                 |    202 -
 vendor/k8s.io/kube-openapi/OWNERS                  |     12 -
 vendor/k8s.io/kube-openapi/README.md               |     18 -
 .../kube-openapi/cmd/openapi-gen/args/args.go      |     73 -
 .../kube-openapi/cmd/openapi-gen/openapi-gen.go    |     58 -
 .../kube-openapi/cmd/openapi2smd/openapi2smd.go    |     60 -
 vendor/k8s.io/kube-openapi/code-of-conduct.md      |      3 -
 .../kube-openapi/pkg/aggregator/aggregator.go      |    391 -
 vendor/k8s.io/kube-openapi/pkg/builder/doc.go      |     20 -
 vendor/k8s.io/kube-openapi/pkg/builder/openapi.go  |    442 -
 vendor/k8s.io/kube-openapi/pkg/builder/util.go     |     61 -
 vendor/k8s.io/kube-openapi/pkg/common/common.go    |    174 -
 vendor/k8s.io/kube-openapi/pkg/common/doc.go       |     19 -
 .../k8s.io/kube-openapi/pkg/generators/README.md   |     49 -
 .../kube-openapi/pkg/generators/api_linter.go      |    219 -
 .../k8s.io/kube-openapi/pkg/generators/config.go   |     91 -
 .../kube-openapi/pkg/generators/extension.go       |    182 -
 .../k8s.io/kube-openapi/pkg/generators/openapi.go  |    607 -
 .../kube-openapi/pkg/generators/rules/OWNERS       |      4 -
 .../kube-openapi/pkg/generators/rules/doc.go       |     23 -
 .../pkg/generators/rules/names_match.go            |    172 -
 .../pkg/generators/rules/omitempty_match_case.go   |     64 -
 vendor/k8s.io/kube-openapi/pkg/handler/handler.go  |    272 -
 vendor/k8s.io/kube-openapi/pkg/idl/doc.go          |    140 -
 vendor/k8s.io/kube-openapi/pkg/schemaconv/smd.go   |    242 -
 .../pkg/schemaconv/testdata/new-schema.yaml        |  10141 --
 .../pkg/schemaconv/testdata/swagger.json           |  94973 -----------
 vendor/k8s.io/kube-openapi/pkg/util/proto/doc.go   |     19 -
 .../k8s.io/kube-openapi/pkg/util/proto/document.go |    303 -
 .../k8s.io/kube-openapi/pkg/util/proto/openapi.go  |    278 -
 .../pkg/util/proto/testdata/swagger.json           |   6375 -
 .../pkg/util/proto/testdata/swagger_next.json      |   6574 -
 .../kube-openapi/pkg/util/proto/testing/openapi.go |     68 -
 .../pkg/util/proto/validation/errors.go            |     79 -
 .../pkg/util/proto/validation/types.go             |    298 -
 .../pkg/util/proto/validation/validation.go        |     30 -
 vendor/k8s.io/kube-openapi/pkg/util/sets/empty.go  |     27 -
 vendor/k8s.io/kube-openapi/pkg/util/sets/string.go |    207 -
 vendor/k8s.io/kube-openapi/pkg/util/trie.go        |     79 -
 vendor/k8s.io/kube-openapi/pkg/util/util.go        |     59 -
 .../k8s.io/kube-openapi/test/integration/README.md |     40 -
 .../kube-openapi/test/integration/builder/main.go  |    116 -
 .../integration/pkg/generated/openapi_generated.go |    278 -
 .../test/integration/testdata/dummytype/alpha.go   |     36 -
 .../test/integration/testdata/dummytype/beta.go    |     24 -
 .../test/integration/testdata/golden.json          |    157 -
 .../test/integration/testdata/golden.report        |     14 -
 .../integration/testdata/listtype/atomic-list.go   |      7 -
 .../test/integration/testdata/listtype/map-list.go |     20 -
 .../test/integration/testdata/listtype/set-list.go |      7 -
 vendor/sigs.k8s.io/controller-reconciler/go.mod    |     19 +
 vendor/sigs.k8s.io/controller-reconciler/go.sum    |    507 +
 .../controller-reconciler/pkg}/boilerplate.go.txt  |      2 +-
 .../generator => controller-reconciler/pkg}/doc.go |     18 +-
 .../pkg/genericreconciler/genericreconciler.go     |     36 +-
 .../genericreconciler/genericreconciler_test.go    |      5 +-
 .../pkg/reconciler/manager/gcp/disk/manager.go     |     26 +-
 .../pkg/reconciler/manager/gcp/gcs/manager.go      |     26 +-
 .../pkg/reconciler/manager/gcp/redis/manager.go    |     26 +-
 .../pkg/reconciler/manager/interface.go            |     26 +-
 .../pkg/reconciler/manager/internal.go             |     26 +-
 .../pkg/reconciler/manager/k8s/manager.go          |     32 +-
 .../pkg/reconciler/manager/k8s/patch/patch.go      |    211 +
 .../manager/k8s/patch/patch_suite_test.go          |     32 +-
 .../pkg/reconciler/manager/k8s/patch/patch_test.go |    223 +
 .../pkg/reconciler/manager/k8s/patch/scheme.go     |     15 +-
 .../pkg/reconciler/manager/types.go                |     26 +-
 .../pkg/reconciler/resource.go                     |     26 +-
 .../controller-reconciler/pkg/reconciler/types.go  |     26 +-
 vendor/sigs.k8s.io/controller-runtime/.gitignore   |     18 -
 vendor/sigs.k8s.io/controller-runtime/.travis.yml  |     26 -
 .../sigs.k8s.io/controller-runtime/CONTRIBUTING.md |     29 -
 vendor/sigs.k8s.io/controller-runtime/Gopkg.lock   |   1375 -
 vendor/sigs.k8s.io/controller-runtime/Gopkg.toml   |     77 -
 vendor/sigs.k8s.io/controller-runtime/LICENSE      |    201 -
 vendor/sigs.k8s.io/controller-runtime/OWNERS       |     11 -
 .../sigs.k8s.io/controller-runtime/OWNERS_ALIASES  |      8 -
 vendor/sigs.k8s.io/controller-runtime/README.md    |     36 -
 vendor/sigs.k8s.io/controller-runtime/RELEASE.md   |      8 -
 .../controller-runtime/SECURITY_CONTACTS           |     15 -
 .../controller-runtime/code-of-conduct.md          |      3 -
 .../controller-runtime/example/controller.go       |     77 -
 .../sigs.k8s.io/controller-runtime/example/main.go |    147 -
 .../controller-runtime/example/mutatingwebhook.go  |     83 -
 .../example/validatingwebhook.go                   |     89 -
 .../controller-runtime/hack/check-everything.sh    |     79 -
 .../sigs.k8s.io/controller-runtime/hack/common.sh  |     52 -
 .../controller-runtime/hack/test-all.sh            |     37 -
 .../sigs.k8s.io/controller-runtime/hack/verify.sh  |     57 -
 .../controller-runtime/pkg/builder/build.go        |    176 -
 .../controller-runtime/pkg/builder/doc.go          |     22 -
 .../controller-runtime/pkg/cache/cache.go          |    121 -
 .../controller-runtime/pkg/cache/informer_cache.go |    178 -
 .../pkg/cache/informertest/fake_cache.go           |    141 -
 .../pkg/cache/internal/cache_reader.go             |    186 -
 .../pkg/cache/internal/deleg_map.go                |     96 -
 .../pkg/cache/internal/informers_map.go            |    281 -
 .../pkg/client/apiutil/apimachinery.go             |     88 -
 .../controller-runtime/pkg/client/client.go        |    162 -
 .../controller-runtime/pkg/client/client_cache.go  |    145 -
 .../controller-runtime/pkg/client/config/config.go |     94 -
 .../controller-runtime/pkg/client/config/doc.go    |     18 -
 .../controller-runtime/pkg/client/fake/client.go   |    154 -
 .../controller-runtime/pkg/client/fake/doc.go      |     27 -
 .../controller-runtime/pkg/client/interfaces.go    |    292 -
 .../controller-runtime/pkg/client/split.go         |     59 -
 .../controller-runtime/pkg/client/typed_client.go  |    133 -
 .../pkg/client/unstructured_client.go              |    162 -
 .../pkg/controller/controller.go                   |     94 -
 .../pkg/controller/controllertest/doc.go           |     18 -
 .../pkg/controller/controllertest/testing.go       |     62 -
 .../pkg/controller/controllertest/util.go          |    108 -
 .../controller/controllerutil/controllerutil.go    |    178 -
 .../pkg/controller/controllerutil/doc.go           |     20 -
 .../controller-runtime/pkg/controller/doc.go       |     25 -
 vendor/sigs.k8s.io/controller-runtime/pkg/doc.go   |    207 -
 .../controller-runtime/pkg/envtest/crd.go          |    221 -
 .../controller-runtime/pkg/envtest/doc.go          |     18 -
 .../pkg/envtest/examplecrd1.yaml                   |     11 -
 .../pkg/envtest/examplecrd2.yaml                   |     11 -
 .../controller-runtime/pkg/envtest/ginkgo.go       |     11 -
 .../controller-runtime/pkg/envtest/notcrd.yaml     |     18 -
 .../pkg/envtest/printer/ginkgo.go                  |     51 -
 .../controller-runtime/pkg/envtest/server.go       |    214 -
 .../controller-runtime/pkg/event/doc.go            |     25 -
 .../controller-runtime/pkg/event/event.go          |     73 -
 .../controller-runtime/pkg/handler/doc.go          |     36 -
 .../controller-runtime/pkg/handler/enqueue.go      |     91 -
 .../pkg/handler/enqueue_mapped.go                  |     94 -
 .../pkg/handler/enqueue_owner.go                   |    165 -
 .../controller-runtime/pkg/handler/eventhandler.go |    104 -
 .../pkg/internal/admission/decode.go               |     48 -
 .../pkg/internal/admission/doc.go                  |     18 -
 .../pkg/internal/admission/handler.go              |     72 -
 .../pkg/internal/admission/http.go                 |     80 -
 .../pkg/internal/admission/response.go             |     48 -
 .../pkg/internal/admission/tls.go                  |     42 -
 .../pkg/internal/controller/controller.go          |    235 -
 .../pkg/internal/recorder/recorder.go              |     61 -
 .../controller-runtime/pkg/leaderelection/doc.go   |     20 -
 .../pkg/leaderelection/fake/doc.go                 |     21 -
 .../pkg/leaderelection/fake/leader_election.go     |     90 -
 .../pkg/leaderelection/leader_election.go          |    109 -
 .../controller-runtime/pkg/manager/doc.go          |     21 -
 .../controller-runtime/pkg/manager/internal.go     |    240 -
 .../controller-runtime/pkg/manager/manager.go      |    246 -
 .../controller-runtime/pkg/manager/testutil.go     |     25 -
 .../controller-runtime/pkg/patch/doc.go            |     33 -
 .../controller-runtime/pkg/patch/patch.go          |     45 -
 .../pkg/patterns/application/doc.go                |     28 -
 .../pkg/patterns/operator/doc.go                   |     23 -
 .../controller-runtime/pkg/predicate/doc.go        |     20 -
 .../controller-runtime/pkg/predicate/predicate.go  |    118 -
 .../controller-runtime/pkg/reconcile/doc.go        |     21 -
 .../controller-runtime/pkg/reconcile/reconcile.go  |     92 -
 .../pkg/reconcile/reconciletest/reconcile.go       |     41 -
 .../controller-runtime/pkg/recorder/recorder.go    |     27 -
 .../controller-runtime/pkg/runtime/inject/doc.go   |     22 -
 .../pkg/runtime/inject/inject.go                   |    131 -
 .../controller-runtime/pkg/runtime/log/deleg.go    |    126 -
 .../controller-runtime/pkg/runtime/log/log.go      |    102 -
 .../controller-runtime/pkg/runtime/log/null.go     |     60 -
 .../pkg/runtime/scheme/scheme.go                   |     56 -
 .../controller-runtime/pkg/runtime/signals/doc.go  |     18 -
 .../pkg/runtime/signals/signal.go                  |     43 -
 .../pkg/runtime/signals/signal_posix.go            |     26 -
 .../pkg/runtime/signals/signal_windows.go          |     23 -
 .../controller-runtime/pkg/source/doc.go           |     22 -
 .../pkg/source/internal/eventsource.go             |    177 -
 .../controller-runtime/pkg/source/source.go        |    281 -
 .../pkg/webhook/admission/builder/builder.go       |    223 -
 .../pkg/webhook/admission/builder/doc.go           |    107 -
 .../pkg/webhook/admission/decode.go                |     48 -
 .../pkg/webhook/admission/doc.go                   |    101 -
 .../pkg/webhook/admission/http.go                  |    102 -
 .../pkg/webhook/admission/response.go              |     70 -
 .../pkg/webhook/admission/types/types.go           |     44 -
 .../pkg/webhook/admission/webhook.go               |    239 -
 .../controller-runtime/pkg/webhook/bootstrap.go    |    345 -
 .../controller-runtime/pkg/webhook/doc.go          |     94 -
 .../pkg/webhook/internal/cert/doc.go               |     36 -
 .../internal/cert/generator/certgenerator.go       |     38 -
 .../internal/cert/generator/fake/certgenerator.go  |     53 -
 .../webhook/internal/cert/generator/selfsigned.go  |    117 -
 .../pkg/webhook/internal/cert/generator/util.go    |     61 -
 .../pkg/webhook/internal/cert/provisioner.go       |    137 -
 .../internal/cert/writer/atomic/atomic_writer.go   |    453 -
 .../pkg/webhook/internal/cert/writer/certwriter.go |    137 -
 .../pkg/webhook/internal/cert/writer/doc.go        |     64 -
 .../pkg/webhook/internal/cert/writer/error.go      |     43 -
 .../pkg/webhook/internal/cert/writer/fs.go         |    216 -
 .../pkg/webhook/internal/cert/writer/secret.go     |    184 -
 .../controller-runtime/pkg/webhook/server.go       |    292 -
 .../pkg/webhook/types/webhook.go                   |     28 -
 .../controller-runtime/pkg/webhook/util.go         |    115 -
 vendor/sigs.k8s.io/controller-tools/.gitignore     |     14 -
 vendor/sigs.k8s.io/controller-tools/.travis.yml    |     26 -
 .../sigs.k8s.io/controller-tools/CONTRIBUTING.md   |     13 -
 vendor/sigs.k8s.io/controller-tools/Gopkg.lock     |   1027 -
 vendor/sigs.k8s.io/controller-tools/Gopkg.toml     |     85 -
 vendor/sigs.k8s.io/controller-tools/LICENSE        |    201 -
 vendor/sigs.k8s.io/controller-tools/OWNERS         |     11 -
 vendor/sigs.k8s.io/controller-tools/OWNERS_ALIASES |      8 -
 vendor/sigs.k8s.io/controller-tools/PROJECT        |      2 -
 vendor/sigs.k8s.io/controller-tools/README.md      |     23 -
 vendor/sigs.k8s.io/controller-tools/RELEASE.md     |      8 -
 .../sigs.k8s.io/controller-tools/SECURITY_CONTACTS |     15 -
 .../controller-tools/cmd/controller-gen/main.go    |    165 -
 .../cmd/controller-scaffold/cmd/api.go             |    161 -
 .../cmd/controller-scaffold/cmd/project.go         |    170 -
 .../cmd/controller-scaffold/cmd/root.go            |     87 -
 .../cmd/controller-scaffold/cmd/stdin.go           |     48 -
 .../cmd/controller-scaffold/cmd/webhook.go         |    103 -
 .../cmd/controller-scaffold/doc.go                 |     20 -
 .../cmd/controller-scaffold/main.go                |     21 -
 .../controller-tools/cmd/crd/cmd/generate.go       |     70 -
 .../controller-tools/cmd/crd/cmd/root.go           |     44 -
 .../sigs.k8s.io/controller-tools/cmd/crd/main.go   |     23 -
 .../controller-tools/code-of-conduct.md            |      3 -
 .../controller-tools/examples/godocbot/Dockerfile  |     31 -
 .../controller-tools/examples/godocbot/Gopkg.lock  |    590 -
 .../controller-tools/examples/godocbot/Gopkg.toml  |    193 -
 .../controller-tools/examples/godocbot/PROJECT     |      3 -
 .../examples/godocbot/cmd/manager/main.go          |     71 -
 .../examples/godocbot/hack/boilerplate.go.txt      |     15 -
 .../examples/godocbot/hack/test.yaml               |      6 -
 .../godocbot/pkg/apis/add_code_v1alpha1.go         |     26 -
 .../examples/godocbot/pkg/apis/apis.go             |     35 -
 .../examples/godocbot/pkg/apis/code/group.go       |     18 -
 .../pkg/apis/code/v1alpha1/deepcopy_generated.go   |    117 -
 .../godocbot/pkg/apis/code/v1alpha1/doc.go         |     22 -
 .../pkg/apis/code/v1alpha1/pullrequest_types.go    |     67 -
 .../godocbot/pkg/apis/code/v1alpha1/register.go    |     57 -
 .../godocbot/pkg/controller/add_pullrequest.go     |     27 -
 .../examples/godocbot/pkg/controller/controller.go |     34 -
 .../pkg/controller/pullrequest/github_syncer.go    |    236 -
 .../pkg/controller/pullrequest/godoc_deployer.go   |    260 -
 .../controller-tools/generated_golden.sh           |     36 -
 .../pkg/crd/generator/generator.go                 |    187 -
 .../pkg/crd/generator/testData/Dockerfile          |     17 -
 .../pkg/crd/generator/testData/Makefile            |     52 -
 .../pkg/crd/generator/testData/PROJECT             |      3 -
 .../pkg/crd/generator/testData/cmd/manager/main.go |     58 -
 .../testData/config/crds/fun_v1alpha1_toy.yaml     |     93 -
 .../testData/config/default/kustomization.yaml     |     25 -
 .../config/default/manager_image_patch.yaml        |     12 -
 .../generator/testData/config/manager/manager.yaml |     55 -
 .../testData/config/samples/fun_v1alpha1_toy.yaml  |      9 -
 .../crd/generator/testData/hack/boilerplate.go.txt |     13 -
 .../testData/pkg/apis/addtoscheme_fun_v1alpha1.go  |     25 -
 .../pkg/crd/generator/testData/pkg/apis/apis.go    |     32 -
 .../crd/generator/testData/pkg/apis/fun/group.go   |     17 -
 .../testData/pkg/apis/fun/v1alpha1/doc.go          |     22 -
 .../testData/pkg/apis/fun/v1alpha1/register.go     |     37 -
 .../testData/pkg/apis/fun/v1alpha1/toy_types.go    |     89 -
 .../pkg/apis/fun/v1alpha1/zz_generated.deepcopy.go |    128 -
 .../testData/pkg/controller/controller.go          |     33 -
 .../controller-tools/pkg/crd/util/util.go          |    117 -
 .../controller-tools/pkg/generate/doc.go           |     18 -
 .../pkg/generate/rbac/manifests.go                 |    148 -
 .../controller-tools/pkg/generate/rbac/parser.go   |    154 -
 .../pkg/internal/codegen/parse/apis.go             |    287 -
 .../pkg/internal/codegen/parse/context.go          |     42 -
 .../pkg/internal/codegen/parse/crd.go              |    572 -
 .../pkg/internal/codegen/parse/index.go            |    243 -
 .../pkg/internal/codegen/parse/parser.go           |    151 -
 .../pkg/internal/codegen/parse/util.go             |    397 -
 .../controller-tools/pkg/internal/codegen/types.go |    213 -
 .../pkg/scaffold/controller/add.go                 |     60 -
 .../pkg/scaffold/controller/controller.go          |    271 -
 .../pkg/scaffold/controller/controllersuitetest.go |    102 -
 .../pkg/scaffold/controller/controllertest.go      |    138 -
 .../controller-tools/pkg/scaffold/doc.go           |     18 -
 .../controller-tools/pkg/scaffold/input/input.go   |    172 -
 .../controller-tools/pkg/scaffold/manager/apis.go  |     79 -
 .../controller-tools/pkg/scaffold/manager/cmd.go   |    108 -
 .../pkg/scaffold/manager/config.go                 |    125 -
 .../pkg/scaffold/manager/controller.go             |     61 -
 .../pkg/scaffold/manager/dockerfile.go             |     56 -
 .../pkg/scaffold/manager/webhook.go                |     64 -
 .../pkg/scaffold/project/boilerplate.go            |     86 -
 .../pkg/scaffold/project/gitignore.go              |     64 -
 .../controller-tools/pkg/scaffold/project/gopkg.go |    159 -
 .../pkg/scaffold/project/kustomize.go              |     87 -
 .../pkg/scaffold/project/kustomize_image_patch.go  |     61 -
 .../pkg/scaffold/project/makefile.go               |    103 -
 .../pkg/scaffold/project/project.go                |     95 -
 .../scaffold/project/projectutil/projectutil.go    |     48 -
 .../pkg/scaffold/resource/addtoscheme.go           |     58 -
 .../controller-tools/pkg/scaffold/resource/crd.go  |     77 -
 .../pkg/scaffold/resource/crd_sample.go            |     58 -
 .../controller-tools/pkg/scaffold/resource/doc.go  |     56 -
 .../pkg/scaffold/resource/group.go                 |     48 -
 .../pkg/scaffold/resource/register.go              |     68 -
 .../pkg/scaffold/resource/resource.go              |     84 -
 .../controller-tools/pkg/scaffold/resource/role.go |     60 -
 .../pkg/scaffold/resource/rolebinding.go           |     60 -
 .../pkg/scaffold/resource/types.go                 |    107 -
 .../pkg/scaffold/resource/typestest.go             |    101 -
 .../pkg/scaffold/resource/version_suitetest.go     |     87 -
 .../controller-tools/pkg/scaffold/scaffold.go      |    225 -
 .../pkg/scaffold/scaffoldtest/scaffoldtest.go      |     86 -
 .../webhook/add_admissionbuilder_handler.go        |     86 -
 .../pkg/scaffold/webhook/add_server.go             |     60 -
 .../pkg/scaffold/webhook/admissionbuilder.go       |    101 -
 .../pkg/scaffold/webhook/admissionhandler.go       |    168 -
 .../pkg/scaffold/webhook/admissionwebhooks.go      |     69 -
 .../pkg/scaffold/webhook/config.go                 |     27 -
 .../pkg/scaffold/webhook/server.go                 |    125 -
 .../controller-tools/pkg/scaffold/webhook/util.go  |     67 -
 .../sigs.k8s.io/controller-tools/pkg/util/util.go  |     77 -
 vendor/sigs.k8s.io/controller-tools/test.sh        |    152 -
 .../sigs.k8s.io/controller-tools/test/.gitignore   |     25 -
 .../sigs.k8s.io/controller-tools/test/Dockerfile   |     17 -
 .../sigs.k8s.io/controller-tools/test/Gopkg.toml   |     36 -
 vendor/sigs.k8s.io/controller-tools/test/Makefile  |     52 -
 vendor/sigs.k8s.io/controller-tools/test/PROJECT   |      3 -
 .../controller-tools/test/cmd/manager/main.go      |     80 -
 .../config/crds/creatures_v2alpha1_kraken.yaml     |     33 -
 .../test/config/crds/crew_v1_firstmate.yaml        |     33 -
 .../crds/policy_v1beta1_healthcheckpolicy.yaml     |     33 -
 .../test/config/crds/ship_v1beta1_frigate.yaml     |     33 -
 .../test/config/default/kustomization.yaml         |     33 -
 .../test/config/default/manager_image_patch.yaml   |     12 -
 .../test/config/manager/manager.yaml               |     82 -
 .../test/config/rbac/rbac_role_binding.yaml        |     13 -
 .../config/samples/creatures_v2alpha1_kraken.yaml  |      9 -
 .../test/config/samples/crew_v1_firstmate.yaml     |      9 -
 .../samples/policy_v1beta1_healthcheckpolicy.yaml  |      9 -
 .../test/config/samples/ship_v1beta1_frigate.yaml  |      9 -
 .../controller-tools/test/hack/boilerplate.go.txt  |     15 -
 .../pkg/apis/addtoscheme_creatures_v2alpha1.go     |     26 -
 .../test/pkg/apis/addtoscheme_crew_v1.go           |     26 -
 .../test/pkg/apis/addtoscheme_policy_v1beta1.go    |     26 -
 .../test/pkg/apis/addtoscheme_ship_v1beta1.go      |     26 -
 .../controller-tools/test/pkg/apis/apis.go         |     33 -
 .../test/pkg/apis/creatures/group.go               |     18 -
 .../test/pkg/apis/creatures/v2alpha1/doc.go        |     23 -
 .../pkg/apis/creatures/v2alpha1/kraken_types.go    |     64 -
 .../test/pkg/apis/creatures/v2alpha1/register.go   |     38 -
 .../controller-tools/test/pkg/apis/crew/group.go   |     18 -
 .../controller-tools/test/pkg/apis/crew/v1/doc.go  |     23 -
 .../test/pkg/apis/crew/v1/firstmate_types.go       |     62 -
 .../test/pkg/apis/crew/v1/register.go              |     38 -
 .../controller-tools/test/pkg/apis/policy/group.go |     18 -
 .../test/pkg/apis/policy/v1beta1/doc.go            |     23 -
 .../apis/policy/v1beta1/healthcheckpolicy_types.go |     64 -
 .../test/pkg/apis/policy/v1beta1/register.go       |     38 -
 .../controller-tools/test/pkg/apis/ship/group.go   |     18 -
 .../test/pkg/apis/ship/v1beta1/doc.go              |     23 -
 .../test/pkg/apis/ship/v1beta1/frigate_types.go    |     62 -
 .../test/pkg/apis/ship/v1beta1/register.go         |     38 -
 .../test/pkg/controller/add_firstmate.go           |     26 -
 .../test/pkg/controller/add_frigate.go             |     26 -
 .../test/pkg/controller/add_healthcheckpolicy.go   |     26 -
 .../test/pkg/controller/add_kraken.go              |     26 -
 .../test/pkg/controller/add_namespace.go           |     26 -
 .../test/pkg/controller/controller.go              |     34 -
 .../controller/firstmate/firstmate_controller.go   |    166 -
 .../pkg/controller/frigate/frigate_controller.go   |    106 -
 .../healthcheckpolicy_controller.go                |    106 -
 .../pkg/controller/kraken/kraken_controller.go     |    106 -
 .../controller/namespace/namespace_controller.go   |    106 -
 .../test/pkg/webhook/add_default_server.go         |     26 -
 .../default_server/add_mutating_firstmate.go       |     48 -
 .../default_server/add_mutating_namespace.go       |     48 -
 .../default_server/add_validating_frigate.go       |     48 -
 .../default_server/add_validating_kraken.go        |     48 -
 .../firstmates/mutating/create_update_webhook.go   |     35 -
 .../firstmates/mutating/delete_webhook.go          |     35 -
 .../mutating/firstmates_create_update_handler.go   |     83 -
 .../mutating/firstmates_delete_handler.go          |     83 -
 .../default_server/firstmates/mutating/webhooks.go |     29 -
 .../frigates/validating/frigates_update_handler.go |     82 -
 .../frigates/validating/update_webhook.go          |     35 -
 .../default_server/frigates/validating/webhooks.go |     29 -
 .../krakens/validating/create_webhook.go           |     35 -
 .../krakens/validating/krakens_create_handler.go   |     82 -
 .../default_server/krakens/validating/webhooks.go  |     29 -
 .../mutating/namespaces_update_handler.go          |     83 -
 .../namespaces/mutating/update_webhook.go          |     35 -
 .../default_server/namespaces/mutating/webhooks.go |     29 -
 .../test/pkg/webhook/default_server/server.go      |     91 -
 .../controller-tools/test/pkg/webhook/webhook.go   |     37 -
 vendor/sigs.k8s.io/testing_frameworks/.travis.yml  |     23 -
 .../sigs.k8s.io/testing_frameworks/CONTRIBUTING.md |     13 -
 vendor/sigs.k8s.io/testing_frameworks/Gopkg.lock   |    108 -
 vendor/sigs.k8s.io/testing_frameworks/Gopkg.toml   |     30 -
 vendor/sigs.k8s.io/testing_frameworks/LICENSE      |    201 -
 vendor/sigs.k8s.io/testing_frameworks/OWNERS       |      5 -
 .../sigs.k8s.io/testing_frameworks/OWNERS_ALIASES  |     12 -
 vendor/sigs.k8s.io/testing_frameworks/README.md    |     21 -
 .../testing_frameworks/SECURITY_CONTACTS           |     15 -
 .../bin/consider-early-travis-exit.sh              |     37 -
 .../bin/install-test-dependencies.sh               |      8 -
 .../testing_frameworks/bin/pre-commit.sh           |     37 -
 .../testing_frameworks/bin/test-on-prow.sh         |      7 -
 .../testing_frameworks/code-of-conduct.md          |      3 -
 .../testing_frameworks/integration/.gitignore      |      1 -
 .../testing_frameworks/integration/README.md       |      8 -
 .../testing_frameworks/integration/apiserver.go    |    119 -
 .../integration/control_plane.go                   |     59 -
 .../testing_frameworks/integration/doc.go          |    119 -
 .../testing_frameworks/integration/etcd.go         |    109 -
 .../integration/internal/address_manager.go        |     53 -
 .../integration/internal/apiserver.go              |     17 -
 .../integration/internal/arguments.go              |     28 -
 .../integration/internal/bin_path_finder.go        |     35 -
 .../integration/internal/etcd.go                   |     36 -
 .../integration/internal/integration_tests/doc.go  |      7 -
 .../integration/internal/process.go                |    202 -
 .../testing_frameworks/integration/kubectl.go      |     47 -
 .../integration/scripts/download-binaries.sh       |     48 -
 7767 files changed, 1816 insertions(+), 5243116 deletions(-)

diff --git a/Gopkg.lock b/Gopkg.lock
deleted file mode 100644
index 5665768..0000000
--- a/Gopkg.lock
+++ /dev/null
@@ -1,740 +0,0 @@
-# This file is autogenerated, do not edit; changes may be undone by the next 'dep ensure'.
-
-
-[[projects]]
-  name = "cloud.google.com/go"
-  packages = ["compute/metadata"]
-  revision = "74b12019e2aa53ec27882158f59192d7cd6d1998"
-  version = "v0.33.1"
-
-[[projects]]
-  name = "github.com/davecgh/go-spew"
-  packages = ["spew"]
-  revision = "8991bc29aa16c548c550c7ff78260e27b9ab7c73"
-  version = "v1.1.1"
-
-[[projects]]
-  name = "github.com/emicklei/go-restful"
-  packages = [
-    ".",
-    "log"
-  ]
-  revision = "3eb9738c1697594ea6e71a7156a9bb32ed216cf0"
-  version = "v2.8.0"
-
-[[projects]]
-  name = "github.com/ghodss/yaml"
-  packages = ["."]
-  revision = "0ca9ea5df5451ffdf184b4428c902747c2c11cd7"
-  version = "v1.0.0"
-
-[[projects]]
-  name = "github.com/go-logr/logr"
-  packages = ["."]
-  revision = "9fb12b3b21c5415d16ac18dc5cd42c1cfdd40c4e"
-  version = "v0.1.0"
-
-[[projects]]
-  name = "github.com/go-logr/zapr"
-  packages = ["."]
-  revision = "03f06a783fbb7dfaf3f629c7825480e43a7105e6"
-  version = "v0.1.1"
-
-[[projects]]
-  name = "github.com/gobuffalo/envy"
-  packages = ["."]
-  revision = "b29bf6b8134f3398b9333ba1893c58620152edb0"
-  version = "v1.6.9"
-
-[[projects]]
-  name = "github.com/gogo/protobuf"
-  packages = [
-    "proto",
-    "sortkeys"
-  ]
-  revision = "636bf0302bc95575d69441b25a2603156ffdddf1"
-  version = "v1.1.1"
-
-[[projects]]
-  branch = "master"
-  name = "github.com/golang/glog"
-  packages = ["."]
-  revision = "23def4e6c14b4da8ac2ed8007337bc5eb5007998"
-
-[[projects]]
-  branch = "master"
-  name = "github.com/golang/groupcache"
-  packages = ["lru"]
-  revision = "c65c006176ff7ff98bb916961c7abbc6b0afc0aa"
-
-[[projects]]
-  name = "github.com/golang/protobuf"
-  packages = [
-    "proto",
-    "ptypes",
-    "ptypes/any",
-    "ptypes/duration",
-    "ptypes/timestamp"
-  ]
-  revision = "aa810b61a9c79d51363740d207bb46cf8e620ed5"
-  version = "v1.2.0"
-
-[[projects]]
-  branch = "master"
-  name = "github.com/google/btree"
-  packages = ["."]
-  revision = "4030bb1f1f0c35b30ca7009e9ebd06849dd45306"
-
-[[projects]]
-  branch = "master"
-  name = "github.com/google/gofuzz"
-  packages = ["."]
-  revision = "24818f796faf91cd76ec7bddd72458fbced7a6c1"
-
-[[projects]]
-  name = "github.com/google/uuid"
-  packages = ["."]
-  revision = "9b3b1e0f5f99ae461456d768e7d301a7acdaa2d8"
-  version = "v1.1.0"
-
-[[projects]]
-  name = "github.com/googleapis/gnostic"
-  packages = [
-    "OpenAPIv2",
-    "compiler",
-    "extensions"
-  ]
-  revision = "7c663266750e7d82587642f65e60bc4083f1f84e"
-  version = "v0.2.0"
-
-[[projects]]
-  branch = "master"
-  name = "github.com/gregjones/httpcache"
-  packages = [
-    ".",
-    "diskcache"
-  ]
-  revision = "c63ab54fda8f77302f8d414e19933f2b6026a089"
-
-[[projects]]
-  name = "github.com/hashicorp/golang-lru"
-  packages = [
-    ".",
-    "simplelru"
-  ]
-  revision = "20f1fb78b0740ba8c3cb143a61e86ba5c8669768"
-  version = "v0.5.0"
-
-[[projects]]
-  name = "github.com/hpcloud/tail"
-  packages = [
-    ".",
-    "ratelimiter",
-    "util",
-    "watch",
-    "winfile"
-  ]
-  revision = "a30252cb686a21eb2d0b98132633053ec2f7f1e5"
-  version = "v1.0.0"
-
-[[projects]]
-  name = "github.com/imdario/mergo"
-  packages = ["."]
-  revision = "9f23e2d6bd2a77f959b2bf6acdbefd708a83a4a4"
-  version = "v0.3.6"
-
-[[projects]]
-  name = "github.com/inconshreveable/mousetrap"
-  packages = ["."]
-  revision = "76626ae9c91c4f2a10f34cad8ce83ea42c93bb75"
-  version = "v1.0"
-
-[[projects]]
-  name = "github.com/joho/godotenv"
-  packages = ["."]
-  revision = "23d116af351c84513e1946b527c88823e476be13"
-  version = "v1.3.0"
-
-[[projects]]
-  name = "github.com/json-iterator/go"
-  packages = ["."]
-  revision = "1624edc4454b8682399def8740d46db5e4362ba4"
-  version = "v1.1.5"
-
-[[projects]]
-  name = "github.com/kubernetes-sigs/application"
-  packages = [
-    "pkg/apis/app/v1beta1",
-    "pkg/component",
-    "pkg/customresource",
-    "pkg/finalizer",
-    "pkg/resource"
-  ]
-  revision = "6100ce945b3b4fdf8c8d491e8d374b0838bc4264"
-  version = "v0.8.1"
-
-[[projects]]
-  name = "github.com/markbates/inflect"
-  packages = ["."]
-  revision = "24b83195037b3bc61fcda2d28b7b0518bce293b6"
-  version = "v1.0.4"
-
-[[projects]]
-  branch = "master"
-  name = "github.com/mattbaird/jsonpatch"
-  packages = ["."]
-  revision = "81af80346b1a01caae0cbc27fd3c1ba5b11e189f"
-
-[[projects]]
-  name = "github.com/modern-go/concurrent"
-  packages = ["."]
-  revision = "bacd9c7ef1dd9b15be4a9909b8ac7a4e313eec94"
-  version = "1.0.3"
-
-[[projects]]
-  name = "github.com/modern-go/reflect2"
-  packages = ["."]
-  revision = "4b7aa43c6742a2c18fdef89dd197aaae7dac7ccd"
-  version = "1.0.1"
-
-[[projects]]
-  name = "github.com/onsi/ginkgo"
-  packages = [
-    ".",
-    "config",
-    "internal/codelocation",
-    "internal/containernode",
-    "internal/failer",
-    "internal/leafnodes",
-    "internal/remote",
-    "internal/spec",
-    "internal/spec_iterator",
-    "internal/specrunner",
-    "internal/suite",
-    "internal/testingtproxy",
-    "internal/writer",
-    "reporters",
-    "reporters/stenographer",
-    "reporters/stenographer/support/go-colorable",
-    "reporters/stenographer/support/go-isatty",
-    "types"
-  ]
-  revision = "3774a09d95489ccaa16032e0770d08ea77ba6184"
-  version = "v1.6.0"
-
-[[projects]]
-  name = "github.com/onsi/gomega"
-  packages = [
-    ".",
-    "format",
-    "gbytes",
-    "gexec",
-    "internal/assertion",
-    "internal/asyncassertion",
-    "internal/oraclematcher",
-    "internal/testingtsupport",
-    "matchers",
-    "matchers/support/goraph/bipartitegraph",
-    "matchers/support/goraph/edge",
-    "matchers/support/goraph/node",
-    "matchers/support/goraph/util",
-    "types"
-  ]
-  revision = "7615b9433f86a8bdf29709bf288bc4fd0636a369"
-  version = "v1.4.2"
-
-[[projects]]
-  name = "github.com/pborman/uuid"
-  packages = ["."]
-  revision = "adf5a7427709b9deb95d29d3fa8a2bf9cfd388f1"
-  version = "v1.2"
-
-[[projects]]
-  branch = "master"
-  name = "github.com/petar/GoLLRB"
-  packages = ["llrb"]
-  revision = "53be0d36a84c2a886ca057d34b6aa4468df9ccb4"
-
-[[projects]]
-  name = "github.com/peterbourgon/diskv"
-  packages = ["."]
-  revision = "5f041e8faa004a95c88a202771f4cc3e991971e6"
-  version = "v2.0.1"
-
-[[projects]]
-  name = "github.com/pkg/errors"
-  packages = ["."]
-  revision = "645ef00459ed84a119197bfb8d8205042c6df63d"
-  version = "v0.8.0"
-
-[[projects]]
-  name = "github.com/spf13/afero"
-  packages = [
-    ".",
-    "mem"
-  ]
-  revision = "d40851caa0d747393da1ffb28f7f9d8b4eeffebd"
-  version = "v1.1.2"
-
-[[projects]]
-  name = "github.com/spf13/cobra"
-  packages = ["."]
-  revision = "ef82de70bb3f60c65fb8eebacbb2d122ef517385"
-  version = "v0.0.3"
-
-[[projects]]
-  name = "github.com/spf13/pflag"
-  packages = ["."]
-  revision = "298182f68c66c05229eb03ac171abe6e309ee79a"
-  version = "v1.0.3"
-
-[[projects]]
-  name = "go.uber.org/atomic"
-  packages = ["."]
-  revision = "1ea20fb1cbb1cc08cbd0d913a96dead89aa18289"
-  version = "v1.3.2"
-
-[[projects]]
-  name = "go.uber.org/multierr"
-  packages = ["."]
-  revision = "3c4937480c32f4c13a875a1829af76c98ca3d40a"
-  version = "v1.1.0"
-
-[[projects]]
-  name = "go.uber.org/zap"
-  packages = [
-    ".",
-    "buffer",
-    "internal/bufferpool",
-    "internal/color",
-    "internal/exit",
-    "zapcore"
-  ]
-  revision = "ff33455a0e382e8a81d14dd7c922020b6b5e7982"
-  version = "v1.9.1"
-
-[[projects]]
-  branch = "master"
-  name = "golang.org/x/crypto"
-  packages = ["ssh/terminal"]
-  revision = "3d3f9f413869b949e48070b5bc593aa22cc2b8f2"
-
-[[projects]]
-  branch = "master"
-  name = "golang.org/x/net"
-  packages = [
-    "context",
-    "context/ctxhttp",
-    "html",
-    "html/atom",
-    "html/charset",
-    "http/httpguts",
-    "http2",
-    "http2/hpack",
-    "idna"
-  ]
-  revision = "adae6a3d119ae4890b46832a2e88a95adc62b8e7"
-
-[[projects]]
-  branch = "master"
-  name = "golang.org/x/oauth2"
-  packages = [
-    ".",
-    "google",
-    "internal",
-    "jws",
-    "jwt"
-  ]
-  revision = "8f65e3013ebad444f13bc19536f7865efc793816"
-
-[[projects]]
-  branch = "master"
-  name = "golang.org/x/sys"
-  packages = [
-    "unix",
-    "windows"
-  ]
-  revision = "ec83556a53fe16b65c452a104ea9d1e86a671852"
-
-[[projects]]
-  name = "golang.org/x/text"
-  packages = [
-    "collate",
-    "collate/build",
-    "encoding",
-    "encoding/charmap",
-    "encoding/htmlindex",
-    "encoding/internal",
-    "encoding/internal/identifier",
-    "encoding/japanese",
-    "encoding/korean",
-    "encoding/simplifiedchinese",
-    "encoding/traditionalchinese",
-    "encoding/unicode",
-    "internal/colltab",
-    "internal/gen",
-    "internal/tag",
-    "internal/triegen",
-    "internal/ucd",
-    "internal/utf8internal",
-    "language",
-    "runes",
-    "secure/bidirule",
-    "transform",
-    "unicode/bidi",
-    "unicode/cldr",
-    "unicode/norm",
-    "unicode/rangetable"
-  ]
-  revision = "f21a4dfb5e38f5895301dc265a8def02365cc3d0"
-  version = "v0.3.0"
-
-[[projects]]
-  branch = "master"
-  name = "golang.org/x/time"
-  packages = ["rate"]
-  revision = "85acf8d2951cb2a3bde7632f9ff273ef0379bcbd"
-
-[[projects]]
-  branch = "master"
-  name = "golang.org/x/tools"
-  packages = [
-    "go/ast/astutil",
-    "imports",
-    "internal/fastwalk",
-    "internal/gopathwalk"
-  ]
-  revision = "9c8bd463e3aca40b6288cd14f7b7703206ff743b"
-
-[[projects]]
-  name = "google.golang.org/api"
-  packages = [
-    "compute/v1",
-    "gensupport",
-    "googleapi",
-    "googleapi/internal/uritemplates",
-    "redis/v1",
-    "storage/v1"
-  ]
-  revision = "e742f5a8defa1f9f5d723dfa04c962e680dc33f0"
-  version = "v0.2.0"
-
-[[projects]]
-  name = "google.golang.org/appengine"
-  packages = [
-    ".",
-    "internal",
-    "internal/app_identity",
-    "internal/base",
-    "internal/datastore",
-    "internal/log",
-    "internal/modules",
-    "internal/remote_api",
-    "internal/urlfetch",
-    "urlfetch"
-  ]
-  revision = "4a4468ece617fc8205e99368fa2200e9d1fad421"
-  version = "v1.3.0"
-
-[[projects]]
-  name = "gopkg.in/fsnotify.v1"
-  packages = ["."]
-  revision = "c2828203cd70a50dcccfb2761f8b1f8ceef9a8e9"
-  source = "https://github.com/fsnotify/fsnotify.git"
-  version = "v1.4.7"
-
-[[projects]]
-  name = "gopkg.in/inf.v0"
-  packages = ["."]
-  revision = "d2d2541c53f18d2a059457998ce2876cc8e67cbf"
-  version = "v0.9.1"
-
-[[projects]]
-  branch = "v1"
-  name = "gopkg.in/tomb.v1"
-  packages = ["."]
-  revision = "dd632973f1e7218eb1089048e0798ec9ae7dceb8"
-
-[[projects]]
-  name = "gopkg.in/yaml.v2"
-  packages = ["."]
-  revision = "5420a8b6744d3b0345ab293f6fcba19c978f1183"
-  version = "v2.2.1"
-
-[[projects]]
-  name = "k8s.io/api"
-  packages = [
-    "admission/v1beta1",
-    "admissionregistration/v1alpha1",
-    "admissionregistration/v1beta1",
-    "apps/v1",
-    "apps/v1beta1",
-    "apps/v1beta2",
-    "authentication/v1",
-    "authentication/v1beta1",
-    "authorization/v1",
-    "authorization/v1beta1",
-    "autoscaling/v1",
-    "autoscaling/v2beta1",
-    "batch/v1",
-    "batch/v1beta1",
-    "batch/v2alpha1",
-    "certificates/v1beta1",
-    "core/v1",
-    "events/v1beta1",
-    "extensions/v1beta1",
-    "networking/v1",
-    "policy/v1beta1",
-    "rbac/v1",
-    "rbac/v1alpha1",
-    "rbac/v1beta1",
-    "scheduling/v1alpha1",
-    "scheduling/v1beta1",
-    "settings/v1alpha1",
-    "storage/v1",
-    "storage/v1alpha1",
-    "storage/v1beta1"
-  ]
-  revision = "2d6f90ab1293a1fb871cf149423ebb72aa7423aa"
-  version = "kubernetes-1.11.1"
-
-[[projects]]
-  name = "k8s.io/apiextensions-apiserver"
-  packages = [
-    "pkg/apis/apiextensions",
-    "pkg/apis/apiextensions/v1beta1",
-    "pkg/client/clientset/clientset",
-    "pkg/client/clientset/clientset/scheme",
-    "pkg/client/clientset/clientset/typed/apiextensions/v1beta1"
-  ]
-  revision = "408db4a50408e2149acbd657bceb2480c13cb0a4"
-  version = "kubernetes-1.11.2"
-
-[[projects]]
-  name = "k8s.io/apimachinery"
-  packages = [
-    "pkg/api/errors",
-    "pkg/api/meta",
-    "pkg/api/resource",
-    "pkg/apis/meta/internalversion",
-    "pkg/apis/meta/v1",
-    "pkg/apis/meta/v1/unstructured",
-    "pkg/apis/meta/v1beta1",
-    "pkg/conversion",
-    "pkg/conversion/queryparams",
-    "pkg/fields",
-    "pkg/labels",
-    "pkg/runtime",
-    "pkg/runtime/schema",
-    "pkg/runtime/serializer",
-    "pkg/runtime/serializer/json",
-    "pkg/runtime/serializer/protobuf",
-    "pkg/runtime/serializer/recognizer",
-    "pkg/runtime/serializer/streaming",
-    "pkg/runtime/serializer/versioning",
-    "pkg/selection",
-    "pkg/types",
-    "pkg/util/cache",
-    "pkg/util/clock",
-    "pkg/util/diff",
-    "pkg/util/errors",
-    "pkg/util/framer",
-    "pkg/util/intstr",
-    "pkg/util/json",
-    "pkg/util/mergepatch",
-    "pkg/util/net",
-    "pkg/util/runtime",
-    "pkg/util/sets",
-    "pkg/util/strategicpatch",
-    "pkg/util/uuid",
-    "pkg/util/validation",
-    "pkg/util/validation/field",
-    "pkg/util/wait",
-    "pkg/util/yaml",
-    "pkg/version",
-    "pkg/watch",
-    "third_party/forked/golang/json",
-    "third_party/forked/golang/reflect"
-  ]
-  revision = "103fd098999dc9c0c88536f5c9ad2e5da39373ae"
-  version = "kubernetes-1.11.0"
-
-[[projects]]
-  name = "k8s.io/client-go"
-  packages = [
-    "discovery",
-    "dynamic",
-    "kubernetes",
-    "kubernetes/scheme",
-    "kubernetes/typed/admissionregistration/v1alpha1",
-    "kubernetes/typed/admissionregistration/v1beta1",
-    "kubernetes/typed/apps/v1",
-    "kubernetes/typed/apps/v1beta1",
-    "kubernetes/typed/apps/v1beta2",
-    "kubernetes/typed/authentication/v1",
-    "kubernetes/typed/authentication/v1beta1",
-    "kubernetes/typed/authorization/v1",
-    "kubernetes/typed/authorization/v1beta1",
-    "kubernetes/typed/autoscaling/v1",
-    "kubernetes/typed/autoscaling/v2beta1",
-    "kubernetes/typed/batch/v1",
-    "kubernetes/typed/batch/v1beta1",
-    "kubernetes/typed/batch/v2alpha1",
-    "kubernetes/typed/certificates/v1beta1",
-    "kubernetes/typed/core/v1",
-    "kubernetes/typed/events/v1beta1",
-    "kubernetes/typed/extensions/v1beta1",
-    "kubernetes/typed/networking/v1",
-    "kubernetes/typed/policy/v1beta1",
-    "kubernetes/typed/rbac/v1",
-    "kubernetes/typed/rbac/v1alpha1",
-    "kubernetes/typed/rbac/v1beta1",
-    "kubernetes/typed/scheduling/v1alpha1",
-    "kubernetes/typed/scheduling/v1beta1",
-    "kubernetes/typed/settings/v1alpha1",
-    "kubernetes/typed/storage/v1",
-    "kubernetes/typed/storage/v1alpha1",
-    "kubernetes/typed/storage/v1beta1",
-    "pkg/apis/clientauthentication",
-    "pkg/apis/clientauthentication/v1alpha1",
-    "pkg/apis/clientauthentication/v1beta1",
-    "pkg/version",
-    "plugin/pkg/client/auth/exec",
-    "plugin/pkg/client/auth/gcp",
-    "rest",
-    "rest/watch",
-    "restmapper",
-    "third_party/forked/golang/template",
-    "tools/auth",
-    "tools/cache",
-    "tools/clientcmd",
-    "tools/clientcmd/api",
-    "tools/clientcmd/api/latest",
-    "tools/clientcmd/api/v1",
-    "tools/leaderelection",
-    "tools/leaderelection/resourcelock",
-    "tools/metrics",
-    "tools/pager",
-    "tools/record",
-    "tools/reference",
-    "transport",
-    "util/buffer",
-    "util/cert",
-    "util/connrotation",
-    "util/flowcontrol",
-    "util/homedir",
-    "util/integer",
-    "util/jsonpath",
-    "util/retry",
-    "util/workqueue"
-  ]
-  revision = "1f13a808da65775f22cbf47862c4e5898d8f4ca1"
-  version = "kubernetes-1.11.2"
-
-[[projects]]
-  branch = "master"
-  name = "k8s.io/code-generator"
-  packages = [
-    "cmd/client-gen",
-    "cmd/client-gen/args",
-    "cmd/client-gen/generators",
-    "cmd/client-gen/generators/fake",
-    "cmd/client-gen/generators/scheme",
-    "cmd/client-gen/generators/util",
-    "cmd/client-gen/path",
-    "cmd/client-gen/types",
-    "cmd/deepcopy-gen",
-    "cmd/deepcopy-gen/args",
-    "pkg/util"
-  ]
-  revision = "405721ab9678fde04d78961eec9498820d80408d"
-
-[[projects]]
-  branch = "master"
-  name = "k8s.io/gengo"
-  packages = [
-    "args",
-    "examples/deepcopy-gen/generators",
-    "examples/set-gen/sets",
-    "generator",
-    "namer",
-    "parser",
-    "types"
-  ]
-  revision = "fd15ee9cc2f77baa4f31e59e6acbf21146455073"
-
-[[projects]]
-  name = "k8s.io/klog"
-  packages = ["."]
-  revision = "a5bc97fbc634d635061f3146511332c7e313a55a"
-  version = "v0.1.0"
-
-[[projects]]
-  branch = "master"
-  name = "k8s.io/kube-openapi"
-  packages = ["pkg/util/proto"]
-  revision = "0317810137be915b9cf888946c6e115c1bfac693"
-
-[[projects]]
-  name = "sigs.k8s.io/controller-runtime"
-  packages = [
-    "pkg/cache",
-    "pkg/cache/internal",
-    "pkg/client",
-    "pkg/client/apiutil",
-    "pkg/client/config",
-    "pkg/controller",
-    "pkg/envtest",
-    "pkg/envtest/printer",
-    "pkg/event",
-    "pkg/handler",
-    "pkg/internal/controller",
-    "pkg/internal/recorder",
-    "pkg/leaderelection",
-    "pkg/manager",
-    "pkg/patch",
-    "pkg/predicate",
-    "pkg/reconcile",
-    "pkg/recorder",
-    "pkg/runtime/inject",
-    "pkg/runtime/log",
-    "pkg/runtime/scheme",
-    "pkg/runtime/signals",
-    "pkg/source",
-    "pkg/source/internal",
-    "pkg/webhook/admission",
-    "pkg/webhook/admission/types",
-    "pkg/webhook/types"
-  ]
-  revision = "5fd1e9e9fac5261e9ad9d47c375afc014fc31d21"
-  version = "v0.1.7"
-
-[[projects]]
-  name = "sigs.k8s.io/controller-tools"
-  packages = [
-    "cmd/controller-gen",
-    "pkg/crd/generator",
-    "pkg/crd/util",
-    "pkg/generate/rbac",
-    "pkg/internal/codegen",
-    "pkg/internal/codegen/parse",
-    "pkg/util"
-  ]
-  revision = "38b2f3f497ed6b8ea5d2844ecf00c28ac4b5c2c4"
-  version = "v0.1.6"
-
-[[projects]]
-  branch = "master"
-  name = "sigs.k8s.io/testing_frameworks"
-  packages = [
-    "integration",
-    "integration/internal"
-  ]
-  revision = "5818a3a284a11812aaed11d5ca0bcadec2c50e83"
-
-[solve-meta]
-  analyzer-name = "dep"
-  analyzer-version = 1
-  inputs-digest = "881b0e29573bebf2ec43a6934511a95113064330333fb971523eb2917b60e17a"
-  solver-name = "gps-cdcl"
-  solver-version = 1
diff --git a/Gopkg.toml b/Gopkg.toml
deleted file mode 100644
index 815522b..0000000
--- a/Gopkg.toml
+++ /dev/null
@@ -1,45 +0,0 @@
-required = [
-    "github.com/emicklei/go-restful",
-    "github.com/onsi/ginkgo", # for test framework
-    "github.com/onsi/gomega", # for test matchers
-    "k8s.io/client-go/plugin/pkg/client/auth/gcp", # for development against gcp
-    "k8s.io/code-generator/cmd/client-gen", # for go generate
-    "k8s.io/code-generator/cmd/deepcopy-gen", # for go generate
-    "sigs.k8s.io/controller-tools/cmd/controller-gen", # for crd/rbac generation
-    "sigs.k8s.io/controller-runtime/pkg/client/config",
-    "sigs.k8s.io/controller-runtime/pkg/controller",
-    "sigs.k8s.io/controller-runtime/pkg/handler",
-    "sigs.k8s.io/controller-runtime/pkg/manager",
-    "sigs.k8s.io/controller-runtime/pkg/runtime/signals",
-    "sigs.k8s.io/controller-runtime/pkg/source",
-    "sigs.k8s.io/testing_frameworks/integration", # for integration testing
-    "k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1",
-    "google.golang.org/api/compute/v1",
-    "google.golang.org/api/redis/v1",
-    "google.golang.org/api/storage/v1",
-    ]
-
-ignored=["sigs.k8s.io/controller-reconciler*", "github.com/kubernetes-sigs/controller-reconciler*"]
-
-[prune]
-  go-tests = true
-
-#[[constraint]]
-#  branch = "master"
-#  name = "github.com/kubernetes-sigs/application"
-
-# STANZAS BELOW ARE GENERATED AND MAY BE WRITTEN - DO NOT MODIFY BELOW THIS LINE.
-
-[[constraint]]
-  name="sigs.k8s.io/controller-runtime"
-  version="v0.1.1"
-
-[[constraint]]
-  name="sigs.k8s.io/controller-tools"
-  version="v0.1.1"
-
-# For dependency below: Refer to issue https://github.com/golang/dep/issues/1799
-[[override]]
-name = "gopkg.in/fsnotify.v1"
-source = "https://github.com/fsnotify/fsnotify.git"
-version="v1.4.7"
diff --git a/Makefile b/Makefile
index cf9538a..b467ff6 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,14 @@ ifndef NOTGCP
   IMG ?= gcr.io/${PROJECT_ID}/airflow-operator:${SHORT_SHA}
 endif
 
+
+# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
+ifeq (,$(shell go env GOBIN))
+GOBIN=$(shell go env GOPATH)/bin
+else
+GOBIN=$(shell go env GOBIN)
+endif
+
 # Image URL to use all building/pushing image targets
 
 all: test manager
@@ -43,8 +51,9 @@ undeploy: manifests
 	kubectl delete -f hack/appcrd.yaml || true
 
 # Generate manifests e.g. CRD, RBAC etc.
-manifests:
-	go run vendor/sigs.k8s.io/controller-tools/cmd/controller-gen/main.go all
+# TODO $(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=manager-role webhook paths="./pkg/..." output:crd:artifacts:config=config/crd/bases
+manifests: controller-gen
+	$(CONTROLLER_GEN) $(CRD_OPTIONS) rbac:roleName=manager-role webhook paths="./pkg/..." output:artifacts:config=config/crd/bases
 
 # Run go fmt against code
 fmt:
@@ -55,9 +64,8 @@ vet:
 	go vet ./pkg/... ./cmd/...
 
 # Generate code
-generate:
-	echo ${IMG}
-	go generate ./pkg/... ./cmd/...
+generate: controller-gen
+	$(CONTROLLER_GEN) object:headerFile=./hack/boilerplate.go.txt paths="./pkg/..."
 
 # Build the docker image
 docker-build: test
@@ -79,3 +87,21 @@ e2e-test-gcp:
 	kubectl get namespace airflowop-system || kubectl create namespace airflowop-system
 	kubectl apply -f hack/sample/cloudsql-celery/sqlproxy-secret.yaml -n airflowop-system
 	go test -v -timeout 20m test/e2e/gcp_test.go --namespace airflowop-system
+
+
+# find or download controller-gen
+# download controller-gen if necessary
+controller-gen:
+ifeq (, $(shell which controller-gen))
+	@{ \
+	set -e ;\
+	CONTROLLER_GEN_TMP_DIR=$$(mktemp -d) ;\
+	cd $$CONTROLLER_GEN_TMP_DIR ;\
+	go mod init tmp ;\
+	go get sigs.k8s.io/controller-tools/cmd/controller-gen@v0.2.4 ;\
+	rm -rf $$CONTROLLER_GEN_TMP_DIR ;\
+	}
+CONTROLLER_GEN=$(GOBIN)/controller-gen
+else
+CONTROLLER_GEN=$(shell which controller-gen)
+endif
diff --git a/vendor/k8s.io/gengo/boilerplate/no-boilerplate.go.txt b/config/crd/bases/manifests.yaml
similarity index 100%
rename from vendor/k8s.io/gengo/boilerplate/no-boilerplate.go.txt
rename to config/crd/bases/manifests.yaml
diff --git a/vendor/sigs.k8s.io/controller-tools/test/config/rbac/rbac_role.yaml b/config/crd/bases/role.yaml
similarity index 67%
rename from vendor/sigs.k8s.io/controller-tools/test/config/rbac/rbac_role.yaml
rename to config/crd/bases/role.yaml
index 240d290..ef5a8be 100644
--- a/vendor/sigs.k8s.io/controller-tools/test/config/rbac/rbac_role.yaml
+++ b/config/crd/bases/role.yaml
@@ -1,115 +1,132 @@
+
+---
 apiVersion: rbac.authorization.k8s.io/v1
 kind: ClusterRole
 metadata:
   creationTimestamp: null
   name: manager-role
 rules:
-- apiGroups:
-  - apps
-  resources:
-  - deployments
+- resources:
+  - configmaps
   verbs:
+  - create
+  - delete
   - get
   - list
+  - patch
+  - update
   - watch
+- resources:
+  - secrets
+  verbs:
   - create
-  - update
-  - patch
   - delete
-- apiGroups:
-  - crew.testproject.org
-  resources:
-  - firstmates
-  verbs:
   - get
   - list
+  - patch
+  - update
   - watch
+- resources:
+  - serviceaccounts
+  verbs:
   - create
-  - update
-  - patch
   - delete
-- apiGroups:
-  - ship.testproject.org
-  resources:
-  - frigates
-  verbs:
   - get
   - list
+  - patch
+  - update
   - watch
+- resources:
+  - services
+  verbs:
   - create
-  - update
-  - patch
   - delete
+  - get
+  - list
+  - patch
+  - update
+  - watch
 - apiGroups:
-  - policy.testproject.org
+  - airflow.k8s.io
   resources:
-  - healthcheckpolicies
+  - airflowbases
   verbs:
+  - create
+  - delete
   - get
   - list
-  - watch
-  - create
-  - update
   - patch
-  - delete
+  - update
+  - watch
 - apiGroups:
-  - creatures.testproject.org
+  - airflow.k8s.io
   resources:
-  - krakens
+  - airflowclusters
   verbs:
+  - create
+  - delete
   - get
   - list
-  - watch
-  - create
-  - update
   - patch
-  - delete
+  - update
+  - watch
 - apiGroups:
-  - ""
+  - app.k8s.io
   resources:
-  - namespaces
+  - applications
   verbs:
+  - create
+  - delete
   - get
   - list
-  - watch
-  - create
-  - update
   - patch
-  - delete
+  - update
+  - watch
 - apiGroups:
-  - admissionregistration.k8s.io
+  - apps
   resources:
-  - mutatingwebhookconfigurations
-  - validatingwebhookconfigurations
+  - statefulsets
   verbs:
+  - create
+  - delete
   - get
   - list
-  - watch
-  - create
-  - update
   - patch
-  - delete
+  - update
+  - watch
 - apiGroups:
-  - ""
+  - policy
   resources:
-  - secrets
+  - poddisruptionbudgets
   verbs:
+  - create
+  - delete
   - get
   - list
-  - watch
-  - create
-  - update
   - patch
-  - delete
+  - update
+  - watch
 - apiGroups:
-  - ""
+  - rbac.authorization.k8s.io
   resources:
-  - services
+  - rolebindings
   verbs:
+  - create
+  - delete
   - get
   - list
+  - patch
+  - update
   - watch
+- apiGroups:
+  - storage.k8s.io
+  resources:
+  - storageclasses
+  verbs:
   - create
-  - update
-  - patch
   - delete
+  - get
+  - list
+  - patch
+  - update
+  - watch
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..e3935bc
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,20 @@
+module github.com/apache/airflow-on-k8s-operator
+
+go 1.13
+
+require (
+	github.com/go-logr/zapr v0.1.1 // indirect
+	github.com/kr/pretty v0.2.0 // indirect
+	github.com/kubernetes-sigs/application v0.8.1
+	github.com/onsi/ginkgo v1.11.0
+	github.com/onsi/gomega v1.8.1
+	golang.org/x/net v0.0.0-20191004110552-13f9640d40b9
+	k8s.io/api v0.17.2
+	k8s.io/apimachinery v0.17.2
+	k8s.io/client-go v0.17.1
+	k8s.io/utils v0.0.0-20200117235808-5f6fbceb4c31 // indirect
+	sigs.k8s.io/controller-reconciler v0.0.0-00010101000000-000000000000
+	sigs.k8s.io/controller-runtime v0.4.0
+)
+
+replace sigs.k8s.io/controller-reconciler => ./vendor/sigs.k8s.io/controller-reconciler
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..025f4d6
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,546 @@
+cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
+cloud.google.com/go v0.34.0 h1:eOI3/cP2VTU6uZLDYAoic+eyzzB9YyGmJ7eIjl8rOPg=
+cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw=
+cloud.google.com/go v0.38.0 h1:ROfEUZz+Gh5pa62DJWXSaonyu3StP6EA6lPEXPI6mCo=
+cloud.google.com/go v0.38.0/go.mod h1:990N+gfupTy94rShfmMCWGDn0LpTmnzTp2qbd1dvSRU=
+cloud.google.com/go v0.39.0 h1:UgQP9na6OTfp4dsAiz/eFpFA1C6tPdH5wiRdi19tuMw=
+cloud.google.com/go v0.39.0/go.mod h1:rVLT6fkc8chs9sfPtFc1SBH6em7n+ZoXaG+87tDISts=
+github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78/go.mod h1:LmzpDX56iTiv29bbRTIsUNlaFfuhWRQBWjQdVyAevI8=
+github.com/Azure/go-autorest/autorest v0.9.0/go.mod h1:xyHB1BMZT0cuDHU7I0+g046+BFDTQ8rEZB0s4Yfa6bI=
+github.com/Azure/go-autorest/autorest/adal v0.5.0/go.mod h1:8Z9fGy2MpX0PvDjB1pEgQTmVqjGhiHBW7RJJEciWzS0=
+github.com/Azure/go-autorest/autorest/date v0.1.0/go.mod h1:plvfp3oPSKwf2DNjlBjWF/7vwR+cUD/ELuzDCXwHUVA=
+github.com/Azure/go-autorest/autorest/mocks v0.1.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0=
+github.com/Azure/go-autorest/autorest/mocks v0.2.0/go.mod h1:OTyCOPRA2IgIlWxVYxBee2F5Gr4kF2zd2J5cFRaIDN0=
+github.com/Azure/go-autorest/logger v0.1.0/go.mod h1:oExouG+K6PryycPJfVSxi/koC6LSNgds39diKLz7Vrc=
+github.com/Azure/go-autorest/tracing v0.5.0/go.mod h1:r/s2XiOKccPW3HrqB+W0TQzfbtp2fGCgRFtBroKn4Dk=
+github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03qcyfWMU=
+github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
+github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46/go.mod h1:3wb06e3pkSAbeQ52E9H9iFoQsEEwGN64994WTCIhntQ=
+github.com/PuerkitoBio/purell v1.0.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
+github.com/PuerkitoBio/purell v1.1.0/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
+github.com/PuerkitoBio/purell v1.1.1/go.mod h1:c11w/QuzBsJSee3cPx9rAFu61PvFxuPbtSwDGJws/X0=
+github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
+github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
+github.com/agnivade/levenshtein v1.0.1/go.mod h1:CURSv5d9Uaml+FovSIICkLbAUZ9S4RqaHDIsdSBg7lM=
+github.com/alecthomas/template v0.0.0-20160405071501-a0175ee3bccc/go.mod h1:LOuyumcjzFXgccqObfd/Ljyb9UuFJ6TxHnclSeseNhc=
+github.com/alecthomas/units v0.0.0-20151022065526-2efee857e7cf/go.mod h1:ybxpYRFXyAe+OPACYpWeL0wqObRcbAqCMya13uyzqw0=
+github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
+github.com/armon/consul-api v0.0.0-20180202201655-eb2c6b5be1b6/go.mod h1:grANhF5doyWs3UAsr3K4I6qtAmlQcZDesFNEHPZAzj8=
+github.com/asaskevich/govalidator v0.0.0-20180720115003-f9ffefc3facf/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
+github.com/asaskevich/govalidator v0.0.0-20190424111038-f61b66f89f4a/go.mod h1:lB+ZfQJz7igIIfQNfa7Ml4HSf2uFQQRzpGGRXenZAgY=
+github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973 h1:xJ4a3vCFaGF/jqvzLMYoU8P317H5OQ+Via4RmuPwCS0=
+github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973/go.mod h1:Dwedo/Wpr24TaqPxmxbtue+5NUziq4I4S80YR8gNf3Q=
+github.com/beorn7/perks v1.0.0 h1:HWo1m869IqiPhD389kmkxeTalrjNbbJTC8LXupb+sl0=
+github.com/beorn7/perks v1.0.0/go.mod h1:KWe93zE9D1o94FZ5RNwFwVgaQK1VOXiVxmqh+CedLV8=
+github.com/bgentry/speakeasy v0.1.0/go.mod h1:+zsyZBPWlz7T6j88CTgSN5bM796AkVf0kBD4zp0CCIs=
+github.com/blang/semver v3.5.0+incompatible/go.mod h1:kRBLl5iJ+tD4TcOOxsy/0fnwebNt5EWlYSAyrTnjyyk=
+github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=
+github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa/go.mod h1:zn76sxSg3SzpJ0PPJaLDCu+Bu0Lg3sKTORVIj19EIF8=
+github.com/coreos/bbolt v1.3.1-coreos.6/go.mod h1:iRUV2dpdMOn7Bo10OQBFzIJO9kkE559Wcmn+qkEiiKk=
+github.com/coreos/etcd v3.3.10+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
+github.com/coreos/etcd v3.3.15+incompatible/go.mod h1:uF7uidLiAD3TWHmW31ZFd/JWoc32PjwdhPthX9715RE=
+github.com/coreos/go-etcd v2.0.0+incompatible/go.mod h1:Jez6KQU2B/sWsbdaef3ED8NzMklzPG4d5KIOhIy30Tk=
+github.com/coreos/go-oidc v2.1.0+incompatible/go.mod h1:CgnwVTmzoESiwO9qyAFEMiHoZ1nMCKZlZ9V6mm3/LKc=
+github.com/coreos/go-semver v0.2.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
+github.com/coreos/go-semver v0.3.0/go.mod h1:nnelYz7RCh+5ahJtPPxZlU+153eP4D4r3EedlOD2RNk=
+github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
+github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e/go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4=
+github.com/coreos/pkg v0.0.0-20160727233714-3ac0863d7acf/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
+github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea/go.mod h1:E3G3o1h8I7cfcXa63jLwjI0eiQQMgzzUDFVpN/nH/eA=
+github.com/cpuguy83/go-md2man v1.0.10/go.mod h1:SmD6nW6nTyfqj6ABTjUi3V3JVMnlJmwcJI5acqYI6dE=
+github.com/creack/pty v1.1.7/go.mod h1:lj5s0c3V2DBrqTV7llrYr5NG6My20zk30Fl46Y7DoTY=
+github.com/davecgh/go-spew v0.0.0-20151105211317-5215b55f46b2/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
+github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
+github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
+github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
+github.com/dgrijalva/jwt-go v3.2.0+incompatible/go.mod h1:E3ru+11k8xSBh+hMPgOLZmtrrCbhqsmaPHjLKYnJCaQ=
+github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
+github.com/docker/go-units v0.3.3/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
+github.com/docker/go-units v0.4.0/go.mod h1:fgPhTUdO+D/Jk86RDLlptpiXQzgHJF7gydDDbaIK4Dk=
+github.com/docker/spdystream v0.0.0-20160310174837-449fdfce4d96/go.mod h1:Qh8CwZgvJUkLughtfhJv5dyTYa91l1fOUCrgjqmcifM=
+github.com/docopt/docopt-go v0.0.0-20180111231733-ee0de3bc6815/go.mod h1:WwZ+bS3ebgob9U8Nd0kOddGdZWjyMGR8Wziv+TBNwSE=
+github.com/dustin/go-humanize v0.0.0-20171111073723-bb3d318650d4/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
+github.com/dustin/go-humanize v1.0.0/go.mod h1:HtrtbFcZ19U5GC7JDqmcUSB87Iq5E25KnS6fMYU6eOk=
+github.com/elazarl/goproxy v0.0.0-20170405201442-c4fc26588b6e/go.mod h1:/Zj4wYkgs4iZTTu3o/KG3Itv/qCCa8VVMlb3i9OVuzc=
+github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
+github.com/emicklei/go-restful v2.9.5+incompatible/go.mod h1:otzb+WCGbkyDHkqmQmT5YD2WR4BBwUdeQoFo8l/7tVs=
+github.com/evanphx/json-patch v4.2.0+incompatible h1:fUDGZCv/7iAN7u0puUVhvKCcsR6vRfwrJatElLBEf0I=
+github.com/evanphx/json-patch v4.2.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
+github.com/evanphx/json-patch v4.5.0+incompatible h1:ouOWdg56aJriqS0huScTkVXPC5IcNrDCXZ6OoTAWu7M=
+github.com/evanphx/json-patch v4.5.0+incompatible/go.mod h1:50XU6AFN0ol/bzJsmQLiYLvXMP4fmwYFNcr97nuDLSk=
+github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
+github.com/fsnotify/fsnotify v1.4.7 h1:IXs+QLmnXW2CcXuY+8Mzv/fWEsPGWxqefPtCP5CnV9I=
+github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
+github.com/ghodss/yaml v0.0.0-20150909031657-73d445a93680/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
+github.com/ghodss/yaml v1.0.0/go.mod h1:4dBDuWmgqj2HViK6kFavaiC9ZROes6MMH2rRYeMEF04=
+github.com/globalsign/mgo v0.0.0-20180905125535-1ca0a4f7cbcb/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q=
+github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8/go.mod h1:xkRDCp4j0OGD1HRkm4kmhM+pmpv3AKq5SU7GMg4oO/Q=
+github.com/go-kit/kit v0.8.0/go.mod h1:xBxKIO96dXMWWy0MnWVtmwkA9/13aqxPnvrjFYMA2as=
+github.com/go-logfmt/logfmt v0.3.0/go.mod h1:Qt1PoO58o5twSAckw1HlFXLmHsOX5/0LbT9GBnD5lWE=
+github.com/go-logr/logr v0.1.0 h1:M1Tv3VzNlEHg6uyACnRdtrploV2P7wZqH8BoQMtz0cg=
+github.com/go-logr/logr v0.1.0/go.mod h1:ixOQHD9gLJUVQQ2ZOR7zLEifBX6tGkNJF4QyIY7sIas=
+github.com/go-logr/zapr v0.1.0/go.mod h1:tabnROwaDl0UNxkVeFRbY8bwB37GwRv0P8lg6aAiEnk=
+github.com/go-logr/zapr v0.1.1 h1:qXBXPDdNncunGs7XeEpsJt8wCjYBygluzfdLO0G5baE=
+github.com/go-logr/zapr v0.1.1/go.mod h1:tabnROwaDl0UNxkVeFRbY8bwB37GwRv0P8lg6aAiEnk=
+github.com/go-openapi/analysis v0.0.0-20180825180245-b006789cd277/go.mod h1:k70tL6pCuVxPJOHXQ+wIac1FUrvNkHolPie/cLEU6hI=
+github.com/go-openapi/analysis v0.17.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik=
+github.com/go-openapi/analysis v0.18.0/go.mod h1:IowGgpVeD0vNm45So8nr+IcQ3pxVtpRoBWb8PVZO0ik=
+github.com/go-openapi/analysis v0.19.2/go.mod h1:3P1osvZa9jKjb8ed2TPng3f0i/UY9snX6gxi44djMjk=
+github.com/go-openapi/analysis v0.19.5/go.mod h1:hkEAkxagaIvIP7VTn8ygJNkd4kAYON2rCu0v0ObL0AU=
+github.com/go-openapi/errors v0.17.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0=
+github.com/go-openapi/errors v0.18.0/go.mod h1:LcZQpmvG4wyF5j4IhA73wkLFQg+QJXOQHVjmcZxhka0=
+github.com/go-openapi/errors v0.19.2/go.mod h1:qX0BLWsyaKfvhluLejVpVNwNRdXZhEbTA4kxxpKBC94=
+github.com/go-openapi/jsonpointer v0.0.0-20160704185906-46af16f9f7b1/go.mod h1:+35s3my2LFTysnkMfxsJBAMHj/DoqoB9knIWoYG/Vk0=
+github.com/go-openapi/jsonpointer v0.17.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M=
+github.com/go-openapi/jsonpointer v0.18.0/go.mod h1:cOnomiV+CVVwFLk0A/MExoFMjwdsUdVpsRhURCKh+3M=
+github.com/go-openapi/jsonpointer v0.19.2/go.mod h1:3akKfEdA7DF1sugOqz1dVQHBcuDBPKZGEoHC/NkiQRg=
+github.com/go-openapi/jsonpointer v0.19.3/go.mod h1:Pl9vOtqEWErmShwVjC8pYs9cog34VGT37dQOVbmoatg=
+github.com/go-openapi/jsonreference v0.0.0-20160704190145-13c6e3589ad9/go.mod h1:W3Z9FmVs9qj+KR4zFKmDPGiLdk1D9Rlm7cyMvf57TTg=
+github.com/go-openapi/jsonreference v0.17.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I=
+github.com/go-openapi/jsonreference v0.18.0/go.mod h1:g4xxGn04lDIRh0GJb5QlpE3HfopLOL6uZrK/VgnsK9I=
+github.com/go-openapi/jsonreference v0.19.2/go.mod h1:jMjeRr2HHw6nAVajTXJ4eiUwohSTlpa0o73RUL1owJc=
+github.com/go-openapi/jsonreference v0.19.3/go.mod h1:rjx6GuL8TTa9VaixXglHmQmIL98+wF9xc8zWvFonSJ8=
+github.com/go-openapi/loads v0.17.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU=
+github.com/go-openapi/loads v0.18.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU=
+github.com/go-openapi/loads v0.19.0/go.mod h1:72tmFy5wsWx89uEVddd0RjRWPZm92WRLhf7AC+0+OOU=
+github.com/go-openapi/loads v0.19.2/go.mod h1:QAskZPMX5V0C2gvfkGZzJlINuP7Hx/4+ix5jWFxsNPs=
+github.com/go-openapi/loads v0.19.4/go.mod h1:zZVHonKd8DXyxyw4yfnVjPzBjIQcLt0CCsn0N0ZrQsk=
+github.com/go-openapi/runtime v0.0.0-20180920151709-4f900dc2ade9/go.mod h1:6v9a6LTXWQCdL8k1AO3cvqx5OtZY/Y9wKTgaoP6YRfA=
+github.com/go-openapi/runtime v0.19.0/go.mod h1:OwNfisksmmaZse4+gpV3Ne9AyMOlP1lt4sK4FXt0O64=
+github.com/go-openapi/runtime v0.19.4/go.mod h1:X277bwSUBxVlCYR3r7xgZZGKVvBd/29gLDlFGtJ8NL4=
+github.com/go-openapi/spec v0.0.0-20160808142527-6aced65f8501/go.mod h1:J8+jY1nAiCcj+friV/PDoE1/3eeccG9LYBs0tYvLOWc=
+github.com/go-openapi/spec v0.17.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI=
+github.com/go-openapi/spec v0.18.0/go.mod h1:XkF/MOi14NmjsfZ8VtAKf8pIlbZzyoTvZsdfssdxcBI=
+github.com/go-openapi/spec v0.19.2/go.mod h1:sCxk3jxKgioEJikev4fgkNmwS+3kuYdJtcsZsD5zxMY=
+github.com/go-openapi/spec v0.19.3/go.mod h1:FpwSN1ksY1eteniUU7X0N/BgJ7a4WvBFVA8Lj9mJglo=
+github.com/go-openapi/strfmt v0.17.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU=
+github.com/go-openapi/strfmt v0.18.0/go.mod h1:P82hnJI0CXkErkXi8IKjPbNBM6lV6+5pLP5l494TcyU=
+github.com/go-openapi/strfmt v0.19.0/go.mod h1:+uW+93UVvGGq2qGaZxdDeJqSAqBqBdl+ZPMF/cC8nDY=
+github.com/go-openapi/strfmt v0.19.3/go.mod h1:0yX7dbo8mKIvc3XSKp7MNfxw4JytCfCD6+bY1AVL9LU=
+github.com/go-openapi/swag v0.0.0-20160704191624-1d0bd113de87/go.mod h1:DXUve3Dpr1UfpPtxFw+EFuQ41HhCWZfha5jSVRG7C7I=
+github.com/go-openapi/swag v0.17.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg=
+github.com/go-openapi/swag v0.18.0/go.mod h1:AByQ+nYG6gQg71GINrmuDXCPWdL640yX49/kXLo40Tg=
+github.com/go-openapi/swag v0.19.2/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
+github.com/go-openapi/swag v0.19.5/go.mod h1:POnQmlKehdgb5mhVOsnJFsivZCEZ/vjK9gh66Z9tfKk=
+github.com/go-openapi/validate v0.18.0/go.mod h1:Uh4HdOzKt19xGIGm1qHf/ofbX1YQ4Y+MYsct2VUrAJ4=
+github.com/go-openapi/validate v0.19.2/go.mod h1:1tRCw7m3jtI8eNWEEliiAqUIcBztB2KDnRCRMUi7GTA=
+github.com/go-openapi/validate v0.19.5/go.mod h1:8DJv2CVJQ6kGNpFW6eV9N3JviE1C85nY1c2z52x1Gk4=
+github.com/go-stack/stack v1.8.0/go.mod h1:v0f6uXyyMGvRgIKkXu+yp6POWl0qKG85gN/melR3HDY=
+github.com/gogo/protobuf v1.1.1 h1:72R+M5VuhED/KujmZVcIquuo8mBgX4oVda//DQb3PXo=
+github.com/gogo/protobuf v1.1.1/go.mod h1:r8qH/GZQm5c6nD/R0oafs1akxWv10x8SbQlK7atdtwQ=
+github.com/gogo/protobuf v1.2.1/go.mod h1:hp+jE20tsWTFYpLwKvXlhS1hjn+gTNwPg2I6zVXpSg4=
+github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d h1:3PaI8p3seN09VjbTYC/QWlUZdZ1qS1zGjy7LH2Wt07I=
+github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d/go.mod h1:SlYgWuQ5SjCEi6WLHjHCa1yvBfUnHcTbrrZtXPKa29o=
+github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b h1:VKtxabqXZkF25pY9ekfRL6a582T4P37/31XEstQ5p58=
+github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b/go.mod h1:SBH7ygxi8pfUlaOkMMuAQtPIUF8ecWP5IEl/CR7VP2Q=
+github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
+github.com/golang/groupcache v0.0.0-20180513044358-24b0969c4cb7/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
+github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff h1:kOkM9whyQYodu09SJ6W3NCsHG7crFaJILQ22Gozp3lg=
+github.com/golang/groupcache v0.0.0-20181024230925-c65c006176ff/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
+github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef h1:veQD95Isof8w9/WXiA+pa3tz3fJXkt5B7QaRBrM62gk=
+github.com/golang/groupcache v0.0.0-20190129154638-5b532d6fd5ef/go.mod h1:cIg4eruTrX1D+g88fzRXU5OdNfaM+9IcxsU14FzY7Hc=
+github.com/golang/mock v1.1.1/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
+github.com/golang/mock v1.2.0/go.mod h1:oTYuIxOrZwtPieC+H1uAHpcLFnEyAGVDL/k47Jfbm0A=
+github.com/golang/protobuf v0.0.0-20161109072736-4bd1920723d7/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+github.com/golang/protobuf v1.0.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+github.com/golang/protobuf v1.2.0 h1:P3YflyNX/ehuJFLhxviNdFxQPkGK5cDcApsge1SqnvM=
+github.com/golang/protobuf v1.2.0/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+github.com/golang/protobuf v1.3.1/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+github.com/golang/protobuf v1.3.2 h1:6nsPYzhq5kReh6QImI3k5qWzO4PEbvbIW2cwSfR/6xs=
+github.com/golang/protobuf v1.3.2/go.mod h1:6lQm79b+lXiMfvg/cZm0SGofjICqVBUtrP5yJMmIC1U=
+github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
+github.com/google/btree v1.0.0/go.mod h1:lNA+9X1NB3Zf8V7Ke586lFgjr2dZNuvo3lPJSGZ5JPQ=
+github.com/google/go-cmp v0.2.0/go.mod h1:oXzfMopK8JAjlY9xF4vHSVASa0yLyX7SntLO5aqRK0M=
+github.com/google/go-cmp v0.3.0 h1:crn/baboCvb5fXaQ0IJ1SGTsTVrWpDsCWC8EGETZijY=
+github.com/google/go-cmp v0.3.0/go.mod h1:8QqcDgzrUqlUb/G2PQTWiueGozuR1884gddMywk6iLU=
+github.com/google/gofuzz v0.0.0-20161122191042-44d81051d367/go.mod h1:HP5RmnzzSNb993RKQDq4+1A4ia9nllfqcQFTQJedwGI=
+github.com/google/gofuzz v1.0.0 h1:A8PeW59pxE9IoFRqBp37U+mSNaQoZ46F1f0f863XSXw=
+github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
+github.com/google/martian v2.1.0+incompatible/go.mod h1:9I4somxYTbIHy5NJKHRl3wXiIaQGbYVAs8BPL6v8lEs=
+github.com/google/pprof v0.0.0-20181206194817-3ea8567a2e57/go.mod h1:zfwlbNMJ+OItoe0UupaVj+oy1omPYYDuagoSzA8v9mc=
+github.com/google/uuid v1.0.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
+github.com/google/uuid v1.1.1 h1:Gkbcsh/GbpXz7lPftLA3P6TYMwjCLYm83jiFQZF/3gY=
+github.com/google/uuid v1.1.1/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
+github.com/googleapis/gax-go/v2 v2.0.4/go.mod h1:0Wqv26UfaUD9n4G6kQubkQ+KchISgw+vpHVxEJEs9eg=
+github.com/googleapis/gnostic v0.0.0-20170729233727-0c5108395e2d/go.mod h1:sJBsCZ4ayReDTBIg8b9dl28c5xFWyhBTVRp3pOg5EKY=
+github.com/googleapis/gnostic v0.3.1 h1:WeAefnSUHlBb0iJKwxFDZdbfGwkd7xRNuV+IpXMJhYk=
+github.com/googleapis/gnostic v0.3.1/go.mod h1:on+2t9HRStVgn95RSsFWFz+6Q0Snyqv1awfrALZdbtU=
+github.com/gophercloud/gophercloud v0.1.0/go.mod h1:vxM41WHh5uqHVBMZHzuwNOHh8XEoIEcSTewFxm1c5g8=
+github.com/gorilla/websocket v0.0.0-20170926233335-4201258b820c/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
+github.com/gorilla/websocket v1.4.0/go.mod h1:E7qHFY5m1UJ88s3WnNqhKjPHQ0heANvMoAMk2YaljkQ=
+github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
+github.com/gregjones/httpcache v0.0.0-20180305231024-9cad4c3443a7/go.mod h1:FecbI9+v66THATjSRHfNgh1IVFe/9kFxbXtjV0ctIMA=
+github.com/grpc-ecosystem/go-grpc-middleware v0.0.0-20190222133341-cfaf5686ec79/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
+github.com/grpc-ecosystem/go-grpc-middleware v1.0.1-0.20190118093823-f849b5445de4/go.mod h1:FiyG127CGDf3tlThmgyCl78X/SZQqEOJBCDaAfeWzPs=
+github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0/go.mod h1:8NvIoxWQoOIhqOTXgfV/d3M/q6VIi02HzZEHgUlZvzk=
+github.com/grpc-ecosystem/grpc-gateway v1.3.0/go.mod h1:RSKVYQBd5MCa4OVpNdGskqpgL2+G+NZTnrVHpWWfpdw=
+github.com/grpc-ecosystem/grpc-gateway v1.9.5/go.mod h1:vNeuVxBJEsws4ogUvrchl83t/GYV9WGTSLVdBhOQFDY=
+github.com/hashicorp/golang-lru v0.5.0/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
+github.com/hashicorp/golang-lru v0.5.1 h1:0hERBMJE1eitiLkihrMvRVBYAkpHzc/J3QdDN+dAcgU=
+github.com/hashicorp/golang-lru v0.5.1/go.mod h1:/m3WP610KZHVQ1SGc6re/UDhFvYD7pJ4Ao+sR/qLZy8=
+github.com/hashicorp/hcl v1.0.0/go.mod h1:E5yfLk+7swimpb2L/Alb/PJmXilQ/rhwaUYs4T20WEQ=
+github.com/hpcloud/tail v1.0.0 h1:nfCOvKYfkgYP8hkirhJocXT2+zOD8yUNjXaWfTlyFKI=
+github.com/hpcloud/tail v1.0.0/go.mod h1:ab1qPbhIpdTxEkNHXyeSf5vhxWSCs/tWer42PpOxQnU=
+github.com/imdario/mergo v0.3.5/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
+github.com/imdario/mergo v0.3.6 h1:xTNEAn+kxVO7dTZGu0CegyqKZmoWFI0rF8UxjlB2d28=
+github.com/imdario/mergo v0.3.6/go.mod h1:2EnlNZ0deacrJVfApfmtdGgDfMuh/nq6Ok1EcJh5FfA=
+github.com/inconshreveable/mousetrap v1.0.0/go.mod h1:PxqpIevigyE2G7u3NXJIT2ANytuPF1OarO4DADm73n8=
+github.com/jonboulle/clockwork v0.1.0/go.mod h1:Ii8DK3G1RaLaWxj9trq07+26W01tbo22gdxWY5EU2bo=
+github.com/json-iterator/go v0.0.0-20180612202835-f2b4162afba3/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
+github.com/json-iterator/go v1.1.6/go.mod h1:+SdeFBvtyEkXs7REEP0seUULqWtbJapLOCVDaaPEHmU=
+github.com/json-iterator/go v1.1.7/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
+github.com/json-iterator/go v1.1.8 h1:QiWkFLKq0T7mpzwOTu6BzNDbfTE8OLrYhVKYMLF46Ok=
+github.com/json-iterator/go v1.1.8/go.mod h1:KdQUCv79m/52Kvf8AW2vK1V8akMuk1QjK/uOdHXbAo4=
+github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
+github.com/julienschmidt/httprouter v1.2.0/go.mod h1:SYymIcj16QtmaHHD7aYtjjsJG7VTCxuUUipMqKk8s4w=
+github.com/kisielk/errcheck v1.1.0/go.mod h1:EZBBE59ingxPouuu3KfxchcWSUPOHkagtvWXihfKN4Q=
+github.com/kisielk/errcheck v1.2.0/go.mod h1:/BMXB+zMLi60iA8Vv6Ksmxu/1UDYcXs4uQLJ+jE2L00=
+github.com/kisielk/gotool v1.0.0/go.mod h1:XhKaO+MFFWcvkIS/tQcRk01m1F5IRFswLeQ+oQHNcck=
+github.com/konsorten/go-windows-terminal-sequences v1.0.1/go.mod h1:T0+1ngSBFLxvqU3pZ+m/2kptfBszLMUkC4ZK/EgS/cQ=
+github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515/go.mod h1:+0opPa2QZZtGFBFZlji/RkVcI2GknAs/DXo4wKdlNEc=
+github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=
+github.com/kr/pretty v0.2.0 h1:s5hAObm+yFO5uHYt5dYjxi2rXrsnmRpJx4OYvIWUaQs=
+github.com/kr/pretty v0.2.0/go.mod h1:ipq/a2n7PKx3OHsz4KJII5eveXtPO4qwEXGdVfWzfnI=
+github.com/kr/pty v1.1.1/go.mod h1:pFQYn66WHrOpPYNljwOMqo10TkYh1fy3cYio2l3bCsQ=
+github.com/kr/pty v1.1.5/go.mod h1:9r2w37qlBe7rQ6e1fg1S/9xpWHSnaqNdHD3WcMdbPDA=
+github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
+github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
+github.com/kubernetes-sigs/application v0.8.1 h1:tnIN+iijr0kDJxvOhnqjoXV+3hWydRNy8OHisMyO71U=
+github.com/kubernetes-sigs/application v0.8.1/go.mod h1:KqAScqo78PXUrmoFOH8z6P4xQDBdzyJH1FMqrhgJJLE=
+github.com/magiconair/properties v1.8.0/go.mod h1:PppfXfuXeibc/6YijjN8zIbojt8czPbwD3XqdrwzmxQ=
+github.com/mailru/easyjson v0.0.0-20160728113105-d5b7844b561a/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
+github.com/mailru/easyjson v0.0.0-20180823135443-60711f1a8329/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
+github.com/mailru/easyjson v0.0.0-20190312143242-1de009706dbe/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
+github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
+github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN94OJF2b5HbByQZoLdCWB1Yqtg26g4irojpc=
+github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs=
+github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
+github.com/mattn/go-isatty v0.0.4/go.mod h1:M+lRXTBqGeGNdLjl/ufCoiOlB5xdOkqRJdNxMWT7Zi4=
+github.com/mattn/go-runewidth v0.0.2/go.mod h1:LwmH8dsx7+W8Uxz3IHJYH5QSwggIsqBzpuz5H//U1FU=
+github.com/matttproud/golang_protobuf_extensions v1.0.1 h1:4hp9jkHxhMHkqkrB3Ix0jegS5sx/RkqARlsWZ6pIwiU=
+github.com/matttproud/golang_protobuf_extensions v1.0.1/go.mod h1:D8He9yQNgCq6Z5Ld7szi9bcBfOoFv/3dc6xSMkL2PC0=
+github.com/mitchellh/go-homedir v1.1.0/go.mod h1:SfyaCUpYCn1Vlf4IUYiD9fPX4A5wJrkLzIz1N1q0pr0=
+github.com/mitchellh/mapstructure v1.1.2/go.mod h1:FVVH3fgwuzCH5S8UJGiWEs2h04kUh9fWfEaFds41c1Y=
+github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
+github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
+github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
+github.com/modern-go/reflect2 v0.0.0-20180320133207-05fbef0ca5da/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
+github.com/modern-go/reflect2 v0.0.0-20180701023420-4b7aa43c6742/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
+github.com/modern-go/reflect2 v1.0.1 h1:9f412s+6RmYXLWZSEzVVgPGK7C2PphHj5RJrvfx9AWI=
+github.com/modern-go/reflect2 v1.0.1/go.mod h1:bx2lNnkwVCuqBIxFjflWJWanXIb3RllmbCylyMrvgv0=
+github.com/munnerz/goautoneg v0.0.0-20120707110453-a547fc61f48d/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
+github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822/go.mod h1:+n7T8mK8HuQTcFwEeznm/DIxMOiR9yIdICNftLE1DvQ=
+github.com/mwitkow/go-conntrack v0.0.0-20161129095857-cc309e4a2223/go.mod h1:qRWi+5nqEBWmkhHvq77mSJWrCKwh8bxhgT7d/eI7P4U=
+github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f/go.mod h1:ZdcZmHo+o7JKHSa8/e818NopupXU1YMK5fe1lsApnBw=
+github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo=
+github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
+github.com/onsi/ginkgo v1.4.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
+github.com/onsi/ginkgo v1.6.0 h1:Ix8l273rp3QzYgXSR+c8d1fTG7UPgYkOSELPhiY/YGw=
+github.com/onsi/ginkgo v1.6.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
+github.com/onsi/ginkgo v1.8.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
+github.com/onsi/ginkgo v1.10.1 h1:q/mM8GF/n0shIN8SaAZ0V+jnLPzen6WIVZdiwrRlMlo=
+github.com/onsi/ginkgo v1.10.1/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
+github.com/onsi/ginkgo v1.11.0 h1:JAKSXpt1YjtLA7YpPiqO9ss6sNXEsPfSGdwN0UHqzrw=
+github.com/onsi/ginkgo v1.11.0/go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE=
+github.com/onsi/gomega v0.0.0-20170829124025-dcabb60a477c/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
+github.com/onsi/gomega v1.3.0/go.mod h1:C1qb7wdrVGGVU+Z6iS04AVkA3Q65CEZX59MT0QO5uiA=
+github.com/onsi/gomega v1.5.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
+github.com/onsi/gomega v1.7.0 h1:XPnZz8VVBHjVsy1vzJmRwIcSwiUO+JFfrv/xGiigmME=
+github.com/onsi/gomega v1.7.0/go.mod h1:ex+gbHU/CVuBBDIJjb2X0qEXbFg53c61hWP/1CpauHY=
+github.com/onsi/gomega v1.8.1 h1:C5Dqfs/LeauYDX0jJXIe2SWmwCbGzx9yF8C8xy3Lh34=
+github.com/onsi/gomega v1.8.1/go.mod h1:Ho0h+IUsWyvy1OpqCwxlQ/21gkhVunqlU8fDGcoTdcA=
+github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtPdI/k=
+github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
+github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
+github.com/pkg/errors v0.8.0 h1:WdK/asTD0HN+q6hsWO3/vpuAkAr+tw6aNJNDFFf0+qw=
+github.com/pkg/errors v0.8.0/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
+github.com/pkg/errors v0.8.1 h1:iURUrRGxPUNPdy5/HRSm+Yj6okJ6UtLINN0Q9M4+h3I=
+github.com/pkg/errors v0.8.1/go.mod h1:bwawxfHBFNV+L2hUp1rHADufV3IMtnDRdf1r5NINEl0=
+github.com/pmezard/go-difflib v0.0.0-20151028094244-d8ed2627bdf0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
+github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
+github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
+github.com/pquerna/cachecontrol v0.0.0-20171018203845-0dec1b30a021/go.mod h1:prYjPmNq4d1NPVmpShWobRqXY3q7Vp+80DqgxxUrUIA=
+github.com/prometheus/client_golang v0.9.1/go.mod h1:7SWBe2y4D6OKWSNQJUaRYU/AaXPKyh/dDVn+NZz0KFw=
+github.com/prometheus/client_golang v0.9.2/go.mod h1:OsXs2jCmiKlQ1lTBmv21f2mNfw4xf/QclQDMrYNZzcM=
+github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829 h1:D+CiwcpGTW6pL6bv6KI3KbyEyCKyS+1JWS2h8PNDnGA=
+github.com/prometheus/client_golang v0.9.3-0.20190127221311-3c4408c8b829/go.mod h1:p2iRAGwDERtqlqzRXnrOVns+ignqQo//hLXqYxZYVNs=
+github.com/prometheus/client_golang v1.0.0 h1:vrDKnkGzuGvhNAL56c7DBz29ZL+KxnoR0x7enabFceM=
+github.com/prometheus/client_golang v1.0.0/go.mod h1:db9x61etRT2tGnBNRi70OPL5FsnadC4Ky3P0J6CfImo=
+github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
+github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f h1:BVwpUVJDADN2ufcGik7W992pyps0wZ888b/y9GXcLTU=
+github.com/prometheus/client_model v0.0.0-20190115171406-56726106282f/go.mod h1:MbSGuTsp3dbXC40dX6PRTWyKYBIrTGTE9sqQNg2J8bo=
+github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90 h1:S/YWwWx/RA8rT8tKFRuGUZhuA90OyIBpPCXkcbwU8DE=
+github.com/prometheus/client_model v0.0.0-20190129233127-fd36f4220a90/go.mod h1:xMI15A0UPsDsEKsMN9yxemIoYk6Tm2C1GtYGdfGttqA=
+github.com/prometheus/common v0.0.0-20181126121408-4724e9255275/go.mod h1:daVV7qP5qjZbuso7PdcryaAu0sAZbrN9i7WWcTMWvro=
+github.com/prometheus/common v0.2.0 h1:kUZDBDTdBVBYBj5Tmh2NZLlF60mfjA27rM34b+cVwNU=
+github.com/prometheus/common v0.2.0/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
+github.com/prometheus/common v0.4.1 h1:K0MGApIoQvMw27RTdJkPbr3JZ7DNbtxQNyi5STVM6Kw=
+github.com/prometheus/common v0.4.1/go.mod h1:TNfzLD0ON7rHzMJeJkieUDPYmFC7Snx/y86RQel1bk4=
+github.com/prometheus/procfs v0.0.0-20181005140218-185b4288413d/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
+github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
+github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1 h1:/K3IL0Z1quvmJ7X0A1AwNEK7CRkVK3YwfOU/QAL4WGg=
+github.com/prometheus/procfs v0.0.0-20190117184657-bf6a532e95b1/go.mod h1:c3At6R/oaqEKCNdg8wHV1ftS6bRYblBhIjjI8uT2IGk=
+github.com/prometheus/procfs v0.0.2 h1:6LJUbpNm42llc4HRCuvApCSWB/WfhuNo9K98Q9sNGfs=
+github.com/prometheus/procfs v0.0.2/go.mod h1:TjEm7ze935MbeOT/UhFTIMYKhuLP4wbCsTZCD3I8kEA=
+github.com/remyoudompheng/bigfft v0.0.0-20170806203942-52369c62f446/go.mod h1:uYEyJGbgTkfkS4+E/PavXkNJcbFIpEtjt2B0KDQ5+9M=
+github.com/rogpeppe/fastuuid v0.0.0-20150106093220-6724a57986af/go.mod h1:XWv6SoW27p1b0cqNHllgS5HIMJraePCO15w5zCzIWYg=
+github.com/russross/blackfriday v1.5.2/go.mod h1:JO/DiYxRf+HjHt06OyowR9PTA263kcR/rfWxYHBV53g=
+github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
+github.com/sirupsen/logrus v1.2.0/go.mod h1:LxeOpSwHxABJmUn/MG1IvRgCAasNZTLOkJPxbbu5VWo=
+github.com/sirupsen/logrus v1.4.2/go.mod h1:tLMulIdttU9McNUspp0xgXVQah82FyeX6MwdIuYE2rE=
+github.com/soheilhy/cmux v0.1.3/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
+github.com/soheilhy/cmux v0.1.4/go.mod h1:IM3LyeVVIOuxMH7sFAkER9+bJ4dT7Ms6E4xg4kGIyLM=
+github.com/spf13/afero v1.1.2/go.mod h1:j4pytiNVoe2o6bmDsKpLACNPDBIoEAkihy7loJ1B0CQ=
+github.com/spf13/afero v1.2.2/go.mod h1:9ZxEEn6pIJ8Rxe320qSDBk6AsU0r9pR7Q4OcevTdifk=
+github.com/spf13/cast v1.3.0/go.mod h1:Qx5cxh0v+4UWYiBimWS+eyWzqEqokIECu5etghLkUJE=
+github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3XqQ=
+github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU=
+github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
+github.com/spf13/pflag v0.0.0-20170130214245-9ff6c6923cff/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
+github.com/spf13/pflag v1.0.1/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
+github.com/spf13/pflag v1.0.3/go.mod h1:DYY7MBk1bdzusC3SYhjObp+wFpr4gzcvqqNjLnInEg4=
+github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA=
+github.com/spf13/pflag v1.0.5/go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg=
+github.com/spf13/viper v1.3.2/go.mod h1:ZiWeW+zYFKm7srdB9IoDzzZXaJaI5eL9QjNiN/DMA2s=
+github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
+github.com/stretchr/objx v0.1.1/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
+github.com/stretchr/objx v0.2.0/go.mod h1:qt09Ya8vawLte6SNmTgCsAVtYtaKzEcn8ATUoHMkEqE=
+github.com/stretchr/testify v0.0.0-20151208002404-e3a8ff8ce365/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
+github.com/stretchr/testify v1.2.2 h1:bSDNvY7ZPG5RlJ8otE/7V6gMiyenm9RtJ7IUVIAoJ1w=
+github.com/stretchr/testify v1.2.2/go.mod h1:a8OnRcib4nhh0OaRAV+Yts87kKdq0PP7pXfy6kDkUVs=
+github.com/stretchr/testify v1.3.0/go.mod h1:M5WIy9Dh21IEIfnGCwXGc5bZfKNJtfHm1UVUgZn+9EI=
+github.com/stretchr/testify v1.4.0 h1:2E4SXV/wtOkTonXsotYi4li6zVWxYlZuYNCXe9XRJyk=
+github.com/stretchr/testify v1.4.0/go.mod h1:j7eGeouHqKxXV5pUuKE4zz7dFj8WfuZ+81PSLYec5m4=
+github.com/tidwall/pretty v1.0.0/go.mod h1:XNkn88O1ChpSDQmQeStsy+sBenx6DDtFZJxhVysOjyk=
+github.com/tmc/grpc-websocket-proxy v0.0.0-20170815181823-89b8d40f7ca8/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
+github.com/ugorji/go/codec v0.0.0-20181204163529-d75b2dcb6bc8/go.mod h1:VFNgLljTbGfSG7qAOspJ7OScBnGdDN/yBr0sguwnwf0=
+github.com/urfave/cli v1.20.0/go.mod h1:70zkFmudgCuE/ngEzBv17Jvp/497gISqfk5gWijbERA=
+github.com/vektah/gqlparser v1.1.2/go.mod h1:1ycwN7Ij5njmMkPPAOaRFY4rET2Enx7IkVv3vaXspKw=
+github.com/xiang90/probing v0.0.0-20160813154853-07dd2e8dfe18/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
+github.com/xiang90/probing v0.0.0-20190116061207-43a291ad63a2/go.mod h1:UETIi67q53MR2AWcXfiuqkDkRtnGDLqkBTpCHuJHxtU=
+github.com/xordataexchange/crypt v0.0.3-0.20170626215501-b2862e3d0a77/go.mod h1:aYKd//L2LvnjZzWKhF00oedf4jCCReLcmhLdhm1A27Q=
+go.etcd.io/bbolt v1.3.3/go.mod h1:IbVyRI1SCnLcuJnV2u8VeU0CEYM7e686BmAb1XKL+uU=
+go.etcd.io/etcd v0.0.0-20191023171146-3cf2f69b5738/go.mod h1:dnLIgRNXwCJa5e+c6mIZCrds/GIG4ncV9HhK5PX7jPg=
+go.mongodb.org/mongo-driver v1.0.3/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM=
+go.mongodb.org/mongo-driver v1.1.1/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM=
+go.mongodb.org/mongo-driver v1.1.2/go.mod h1:u7ryQJ+DOzQmeO7zB6MHyr8jkEQvC8vH7qLUO4lqsUM=
+go.opencensus.io v0.21.0 h1:mU6zScU4U1YAFPHEHYk+3JC4SY7JxgkqS10ZOSyksNg=
+go.opencensus.io v0.21.0/go.mod h1:mSImk1erAIZhrmZN+AvHh14ztQfjbGwt4TtuofqLduU=
+go.uber.org/atomic v0.0.0-20181018215023-8dc6146f7569/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
+go.uber.org/atomic v1.3.2 h1:2Oa65PReHzfn29GpvgsYwloV9AVFHPDk8tYxt2c2tr4=
+go.uber.org/atomic v1.3.2/go.mod h1:gD2HeocX3+yG+ygLZcrzQJaqmWj9AIm7n08wl/qW/PE=
+go.uber.org/multierr v0.0.0-20180122172545-ddea229ff1df/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
+go.uber.org/multierr v1.1.0 h1:HoEmRHQPVSqub6w2z2d2EOVs2fjyFRGyofhKuyDq0QI=
+go.uber.org/multierr v1.1.0/go.mod h1:wR5kodmAFQ0UK8QlbwjlSNy0Z68gJhDJUG5sjR94q/0=
+go.uber.org/zap v0.0.0-20180814183419-67bc79d13d15/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
+go.uber.org/zap v1.9.1 h1:XCJQEf3W6eZaVwhRBof6ImoYGJSITeKWsyeh3HFu/5o=
+go.uber.org/zap v1.9.1/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
+go.uber.org/zap v1.10.0 h1:ORx85nbTijNz8ljznvCMR1ZBIPKFn3jQrag10X2AsuM=
+go.uber.org/zap v1.10.0/go.mod h1:vwi/ZaCAaUcBkycHslxD9B2zi4UTXhF60s6SWpuDF0Q=
+golang.org/x/crypto v0.0.0-20180904163835-0709b304e793/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
+golang.org/x/crypto v0.0.0-20181203042331-505ab145d0a9/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
+golang.org/x/crypto v0.0.0-20190211182817-74369b46fc67/go.mod h1:6SG95UA2DQfeDnfUPMdvaQW0Q7yPrPDi9nlGo2tz2b4=
+golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 h1:VklqNMn3ovrHsnt90PveolxSbWFaJdECFbxSq0Mqo2M=
+golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
+golang.org/x/crypto v0.0.0-20190320223903-b7391e95e576/go.mod h1:djNgcEr1/C05ACkg1iLfiJU5Ep61QUkGW8qpdssI0+w=
+golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8 h1:1wopBVtVdWnn03fZelqdXTqk7U7zPQCb+T4rbU9ZEoU=
+golang.org/x/crypto v0.0.0-20190611184440-5c40567a22f8/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
+golang.org/x/crypto v0.0.0-20190617133340-57b3e21c3d56/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
+golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586 h1:7KByu05hhLed2MO29w7p1XfZvZ13m8mub3shuVftRs0=
+golang.org/x/crypto v0.0.0-20190820162420-60c769a6c586/go.mod h1:yigFU9vqHzYiE8UmvKecakEJjdnWj3jj499lnFckfCI=
+golang.org/x/exp v0.0.0-20190121172915-509febef88a4/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
+golang.org/x/exp v0.0.0-20190125153040-c74c464bbbf2/go.mod h1:CJ0aWSM057203Lf6IL+f9T1iT9GByDxfZKAQTCR3kQA=
+golang.org/x/exp v0.0.0-20190312203227-4b39c73a6495/go.mod h1:ZjyILWgesfNpC6sMxTJOJm9Kp84zZh5NQWvqDGG3Qr8=
+golang.org/x/image v0.0.0-20190227222117-0694c2d4d067/go.mod h1:kZ7UVZpmo3dzQBMxlp+ypCbDeSB+sBbTgSJuh5dn5js=
+golang.org/x/lint v0.0.0-20181026193005-c67002cb31c3/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
+golang.org/x/lint v0.0.0-20190227174305-5b3e6a55c961/go.mod h1:wehouNa3lNwaWXcvxsM5YxQ5yQlVC4a0KAMCusXpPoU=
+golang.org/x/lint v0.0.0-20190301231843-5614ed5bae6f/go.mod h1:UVdnD1Gm6xHRNCYTkRU2/jEulfH38KcIWyp/GAMgvoE=
+golang.org/x/lint v0.0.0-20190313153728-d0100b6bd8b3/go.mod h1:6SW0HCj/g11FgYtHlgUYUwCkIfeOF89ocIRzGO/8vkc=
+golang.org/x/mobile v0.0.0-20190312151609-d3739f865fa6/go.mod h1:z+o9i4GpDbdi3rU15maQ/Ox0txvL9dWGYEHz965HBQE=
+golang.org/x/net v0.0.0-20170114055629-f2499483f923/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20180112015858-5ccada7d0a7b/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20180724234803-3673e40ba225/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20180826012351-8a410e7b638d/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20180906233101-161cd47e91fd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20181005035420-146acd28ed58/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20181114220301-adae6a3d119a/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20181201002055-351d144fa1fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20181220203305-927f97764cc3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20190108225652-1e06a53dbb7e/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20190125091013-d26f9f9a57f3/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20190213061140-3a22650c66bd/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20190311183353-d8887717615a h1:oWX7TPOiFAMXLq8o0ikBYfCJVlRHBcsciT5bXOrH628=
+golang.org/x/net v0.0.0-20190311183353-d8887717615a/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
+golang.org/x/net v0.0.0-20190320064053-1272bf9dcd53/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
+golang.org/x/net v0.0.0-20190404232315-eb5bcb51f2a3/go.mod h1:t9HGtf8HONx5eT2rtn7q6eTqICYqUVnKs3thJo3Qplg=
+golang.org/x/net v0.0.0-20190613194153-d28f0bde5980/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
+golang.org/x/net v0.0.0-20190620200207-3b0461eec859/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
+golang.org/x/net v0.0.0-20190812203447-cdfb69ac37fc/go.mod h1:mL1N/T3taQHkDXs73rZJwtUhF3w3ftmwwsq0BUmARs4=
+golang.org/x/net v0.0.0-20190813141303-74dc4d7220e7/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
+golang.org/x/net v0.0.0-20190827160401-ba9fcec4b297/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
+golang.org/x/net v0.0.0-20191004110552-13f9640d40b9 h1:rjwSpXsdiK0dV8/Naq3kAw9ymfAeJIyd0upUIElB+lI=
+golang.org/x/net v0.0.0-20191004110552-13f9640d40b9/go.mod h1:z5CRVTTTmAJ677TzLLGU+0bjPO0LkuOLi4/5GtJWs/s=
+golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
+golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421 h1:Wo7BWFiOk0QRFMLYMqJGFMd9CgUAcGx7V+qEg/h5IBI=
+golang.org/x/oauth2 v0.0.0-20190226205417-e64efc72b421/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
+golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 h1:SVwTIAaPC2U/AvvLNZ2a7OVsmBpC8L5BlwK1whH3hm0=
+golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45/go.mod h1:gOpvHmFTYa4IltrdGE7lF6nIHvwfUNPOp7c8zoXwtLw=
+golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
+golang.org/x/sync v0.0.0-20181108010431-42b317875d0f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
+golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
+golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6 h1:bjcUS9ztw9kFmmIxJInhon/0Is3p+EHBKNgquIzo1OI=
+golang.org/x/sync v0.0.0-20190227155943-e225da77a7e6/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
+golang.org/x/sync v0.0.0-20190423024810-112230192c58/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
+golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
+golang.org/x/sys v0.0.0-20170830134202-bb24a47a89ea/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20180117170059-2c42eef0765b/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20180830151530-49385e6e1522/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20180909124046-d0be0721c37e/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20181107165924-66b7b1311ac8/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20181116152217-5ac8a444bdc5/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20181205085412-a5c9d58dba9a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20190209173611-3b5209105503/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a h1:1BGLXjeY4akVXGgbC9HugT3Jv3hCI0z56oJR5vAMgBU=
+golang.org/x/sys v0.0.0-20190215142949-d0b11bdaac8a/go.mod h1:STP8DvDyc/dI5b8T5hshtkjS+E42TnysNCUPdjciGhY=
+golang.org/x/sys v0.0.0-20190312061237-fead79001313/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20190321052220-f7bb7a8bee54/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20190412213103-97732733099d/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20190422165155-953cdadca894/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20190616124812-15dcb6c0061f/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456 h1:ng0gs1AKnRRuEMZoTLLlbOd+C17zUDepwGQBb/n+JVg=
+golang.org/x/sys v0.0.0-20190826190057-c7b8b68b1456/go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs=
+golang.org/x/text v0.0.0-20160726164857-2910a502d2bf/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
+golang.org/x/text v0.3.0 h1:g61tztE5qeGQ89tm6NTjjM9VPIm088od1l6aSorWRWg=
+golang.org/x/text v0.3.0/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
+golang.org/x/text v0.3.1-0.20171227012246-e19ae1496984/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
+golang.org/x/text v0.3.1-0.20180807135948-17ff2d5776d2/go.mod h1:NqM8EUOU14njkJ3fqMW+pc6Ldnwhi/IjpwHt7yyuwOQ=
+golang.org/x/text v0.3.2 h1:tW2bmiBqwgJj/UpqtC8EpXEZVYOwU0yG4iWbprSVAcs=
+golang.org/x/text v0.3.2/go.mod h1:bEr9sfX3Q8Zfm5fL9x+3itogRgK3+ptLWKqgva+5dAk=
+golang.org/x/time v0.0.0-20180412165947-fbb02b2291d2/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
+golang.org/x/time v0.0.0-20181108054448-85acf8d2951c h1:fqgJT0MGcGpPgpWU7VRdRjuArfcOvC4AoJmILihzhDg=
+golang.org/x/time v0.0.0-20181108054448-85acf8d2951c/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
+golang.org/x/time v0.0.0-20190308202827-9d24e82272b4 h1:SvFZT6jyqRaOeXpc5h/JSfZenJ2O330aBsf7JfSUXmQ=
+golang.org/x/time v0.0.0-20190308202827-9d24e82272b4/go.mod h1:tRJNPiyCQ0inRvYxbN9jk5I+vvW/OXSQhTDSoE431IQ=
+golang.org/x/tools v0.0.0-20180221164845-07fd8470d635/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/tools v0.0.0-20180917221912-90fa682c2a6e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/tools v0.0.0-20181011042414-1f849cf54d09/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/tools v0.0.0-20181030221726-6c7e314b6563/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/tools v0.0.0-20190114222345-bf090417da8b/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/tools v0.0.0-20190125232054-d66bd3c5d5a6/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/tools v0.0.0-20190206041539-40960b6deb8e/go.mod h1:n7NCudcB/nEzxVGmLbDWY5pfWTLqBcC2KZ6jyYvM4mQ=
+golang.org/x/tools v0.0.0-20190226205152-f727befe758c/go.mod h1:9Yl7xja0Znq3iFh3HoIrodX9oNMXvdceNzlUR8zjMvY=
+golang.org/x/tools v0.0.0-20190311212946-11955173bddd/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
+golang.org/x/tools v0.0.0-20190312151545-0bb0c0a6e846/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
+golang.org/x/tools v0.0.0-20190312170243-e65039ee4138/go.mod h1:LCzVGOaR6xXOjkQ3onu1FJEFr0SW1gC7cKk1uF8kGRs=
+golang.org/x/tools v0.0.0-20190524140312-2c0ae7006135/go.mod h1:RgjU9mgBXZiqYHBnxXauZ1Gv1EHHAz9KjViQ78xBX0Q=
+golang.org/x/tools v0.0.0-20190614205625-5aca471b1d59/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
+golang.org/x/tools v0.0.0-20190617190820-da514acc4774/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
+golang.org/x/tools v0.0.0-20190621195816-6e04913cbbac/go.mod h1:/rFqwRUd4F7ZHNgwSSTFct+R/Kf4OFW1sUzUTQQTgfc=
+golang.org/x/tools v0.0.0-20190920225731-5eefd052ad72/go.mod h1:b+2E5dAYhXwXZwtnZ6UAqBI28+e2cm9otk0dWdXHAEo=
+golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7 h1:9zdDQZ7Thm29KFXgAX/+yaf3eVbP7djjWp/dXAppNCc=
+golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7/go.mod h1:I/5z698sn9Ka8TeJc9MKroUUfqBBauWjQqLJ2OPfmY0=
+gomodules.xyz/jsonpatch/v2 v2.0.1 h1:xyiBuvkD2g5n7cYzx6u2sxQvsAy4QJsZFCzGVdzOXZ0=
+gomodules.xyz/jsonpatch/v2 v2.0.1/go.mod h1:IhYNNY4jnS53ZnfE4PAmpKtDpTCj1JFXc+3mwe7XcUU=
+gonum.org/v1/gonum v0.0.0-20190331200053-3d26580ed485/go.mod h1:2ltnJ7xHfj0zHS40VVPYEAAMTa3ZGguvHGBSJeRWqE0=
+gonum.org/v1/netlib v0.0.0-20190313105609-8cb42192e0e0/go.mod h1:wa6Ws7BG/ESfp6dHfk7C6KdzKA7wR7u/rKwOGE66zvw=
+gonum.org/v1/netlib v0.0.0-20190331212654-76723241ea4e/go.mod h1:kS+toOQn6AQKjmKJ7gzohV1XkqsFehRA2FbsbkopSuQ=
+google.golang.org/api v0.4.0 h1:KKgc1aqhV8wDPbDzlDtpvyjZFY3vjz85FP7p4wcQUyI=
+google.golang.org/api v0.4.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
+google.golang.org/api v0.5.0 h1:lj9SyhMzyoa38fgFF0oO2T6pjs5IzkLPKfVtxpyCRMM=
+google.golang.org/api v0.5.0/go.mod h1:8k5glujaEP+g9n7WNsDg8QP6cUVNI86fCNMcbazEtwE=
+google.golang.org/appengine v1.1.0/go.mod h1:EbEs0AVv82hx2wNQdGPgUI5lhzA/G0D9YwlJXL52JkM=
+google.golang.org/appengine v1.4.0 h1:/wp5JvzpHIxhs/dumFmF7BXTf3Z+dd4uXta4kVyO508=
+google.golang.org/appengine v1.4.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
+google.golang.org/appengine v1.5.0 h1:KxkO13IPW4Lslp2bz+KHP2E3gtFlrIGNThxkZQ3g+4c=
+google.golang.org/appengine v1.5.0/go.mod h1:xpcJRLb0r/rnEns0DIKYYv+WjYCduHsrkT7/EB5XEv4=
+google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8/go.mod h1:JiN7NxoALGmiZfu7CAH4rXhgtRTLTxftemlI0sWmxmc=
+google.golang.org/genproto v0.0.0-20190307195333-5fe7a883aa19/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
+google.golang.org/genproto v0.0.0-20190418145605-e7d98fc518a7/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
+google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 h1:nfPFGzJkUDX6uBmpN/pSw7MbOAWegH5QDQuoXFHedLg=
+google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
+google.golang.org/genproto v0.0.0-20190508193815-b515fa19cec8/go.mod h1:VzzqZJRnGkLBvHegQrXjBqPurQTc5/KpmUdxsrq26oE=
+google.golang.org/genproto v0.0.0-20190522204451-c2c4e71fbf69 h1:4rNOqY4ULrKzS6twXa619uQgI7h9PaVd4ZhjFQ7C5zs=
+google.golang.org/genproto v0.0.0-20190522204451-c2c4e71fbf69/go.mod h1:z3L6/3dTEVtUr6QSP8miRzeRqwQOioJ9I66odjN4I7s=
+google.golang.org/grpc v1.19.0/go.mod h1:mqu4LbDTu4XGKhr4mRzUsmM4RtVoemTSY81AxZiDr8c=
+google.golang.org/grpc v1.23.0 h1:AzbTB6ux+okLTzP8Ru1Xs41C303zdcfEht7MQnYJt5A=
+google.golang.org/grpc v1.23.0/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
+google.golang.org/grpc v1.23.1 h1:q4XQuHFC6I28BKZpo6IYyb3mNO+l7lSOxRuYTCiDfXk=
+google.golang.org/grpc v1.23.1/go.mod h1:Y5yQAOtifL1yxbo5wqy6BxZv8vAUGQwXBOALyacEbxg=
+gopkg.in/alecthomas/kingpin.v2 v2.2.6/go.mod h1:FMv+mEhP44yOT+4EoQTLFTRgOQ1FBLkstjWtayDeSgw=
+gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
+gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 h1:qIbj1fsPNlZgppZ+VLlY7N33q108Sa+fhmuc+sWQYwY=
+gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
+gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 h1:YR8cESwS4TdDjEe65xsg0ogRM/Nc3DYOhEAlW+xobZo=
+gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
+gopkg.in/cheggaaa/pb.v1 v1.0.25/go.mod h1:V/YB90LKu/1FcN3WVnfiiE5oMCibMjukxqG/qStrOgw=
+gopkg.in/fsnotify.v1 v1.4.7 h1:xOHLXZwVvI9hhs+cLKq5+I5onOuwQLhQwiu63xxlHs4=
+gopkg.in/fsnotify.v1 v1.4.7/go.mod h1:Tz8NjZHkW78fSQdbUxIjBTcgA1z1m8ZHf0WmKUhAMys=
+gopkg.in/inf.v0 v0.9.0/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
+gopkg.in/inf.v0 v0.9.1 h1:73M5CoZyi3ZLMOyDlQh031Cx6N9NDJ2Vvfl76EDAgDc=
+gopkg.in/inf.v0 v0.9.1/go.mod h1:cWUDdTG/fYaXco+Dcufb5Vnc6Gp2YChqWtbxRZE0mXw=
+gopkg.in/natefinch/lumberjack.v2 v2.0.0/go.mod h1:l0ndWWf7gzL7RNwBG7wST/UCcT4T24xpD6X8LsfU/+k=
+gopkg.in/resty.v1 v1.12.0/go.mod h1:mDo4pnntr5jdWRML875a/NmxYqAlA73dVijT2AXvQQo=
+gopkg.in/square/go-jose.v2 v2.2.2/go.mod h1:M9dMgbHiYLoDGQrXy7OpJDJWiKiU//h+vD76mk0e1AI=
+gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 h1:uRGJdciOHaEIrze2W8Q3AKkepLTh2hOroT7a+7czfdQ=
+gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7/go.mod h1:dt/ZhP58zS4L8KSrWDmTeBkI65Dw0HsyUHuEVlX15mw=
+gopkg.in/yaml.v2 v2.0.0-20170812160011-eb3733d160e7/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
+gopkg.in/yaml.v2 v2.0.0/go.mod h1:JAlM8MvJe8wmxCU4Bli9HhUf9+ttbYbLASfIpnQbh74=
+gopkg.in/yaml.v2 v2.2.1/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gopkg.in/yaml.v2 v2.2.2 h1:ZCJp+EgiOT7lHqUV2J862kp8Qj64Jo6az82+3Td9dZw=
+gopkg.in/yaml.v2 v2.2.2/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gopkg.in/yaml.v2 v2.2.4 h1:/eiJrUcujPVeJ3xlSWaiNi3uSVmDGBK1pDHUHAnao1I=
+gopkg.in/yaml.v2 v2.2.4/go.mod h1:hI93XBmqTisBFMUTm0b8Fm+jr3Dg1NNxqwp+5A1VGuI=
+gotest.tools v2.2.0+incompatible/go.mod h1:DsYFclhRJ6vuDpmuTbkuFWG+y2sxOXAzmJt81HFBacw=
+honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
+honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
+honnef.co/go/tools v0.0.0-20190523083050-ea95bdfd59fc/go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4=
+k8s.io/api v0.0.0-20190918155943-95b840bb6a1f/go.mod h1:uWuOHnjmNrtQomJrvEBg0c0HRNyQ+8KTEERVsK0PW48=
+k8s.io/api v0.17.1/go.mod h1:zxiAc5y8Ngn4fmhWUtSxuUlkfz1ixT7j9wESokELzOg=
+k8s.io/api v0.17.2 h1:NF1UFXcKN7/OOv1uxdRz3qfra8AHsPav5M93hlV9+Dc=
+k8s.io/api v0.17.2/go.mod h1:BS9fjjLc4CMuqfSO8vgbHPKMt5+SF0ET6u/RVDihTo4=
+k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783 h1:V6ndwCPoao1yZ52agqOKaUAl7DYWVGiXjV7ePA2i610=
+k8s.io/apiextensions-apiserver v0.0.0-20190918161926-8f644eb6e783/go.mod h1:xvae1SZB3E17UpV59AWc271W/Ph25N+bjPyR63X6tPY=
+k8s.io/apiextensions-apiserver v0.17.1 h1:Gw6zQgmKyyNrFMtVpRBNEKE8p35sDBI7Tq1ImxGS+zU=
+k8s.io/apiextensions-apiserver v0.17.1/go.mod h1:DRIFH5x3jalE4rE7JP0MQKby9zdYk9lUJQuMmp+M/L0=
+k8s.io/apimachinery v0.0.0-20190913080033-27d36303b655/go.mod h1:nL6pwRT8NgfF8TT68DBI8uEePRt89cSvoXUVqbkWHq4=
+k8s.io/apimachinery v0.17.1/go.mod h1:b9qmWdKlLuU9EBh+06BtLcSf/Mu89rWL33naRxs1uZg=
+k8s.io/apimachinery v0.17.2 h1:hwDQQFbdRlpnnsR64Asdi55GyCaIP/3WQpMmbNBeWr4=
+k8s.io/apimachinery v0.17.2/go.mod h1:b9qmWdKlLuU9EBh+06BtLcSf/Mu89rWL33naRxs1uZg=
+k8s.io/apiserver v0.0.0-20190918160949-bfa5e2e684ad/go.mod h1:XPCXEwhjaFN29a8NldXA901ElnKeKLrLtREO9ZhFyhg=
+k8s.io/apiserver v0.17.1/go.mod h1:BQEUObJv8H6ZYO7DeKI5vb50tjk6paRJ4ZhSyJsiSco=
+k8s.io/client-go v0.0.0-20190918160344-1fbdaa4c8d90/go.mod h1:J69/JveO6XESwVgG53q3Uz5OSfgsv4uxpScmmyYOOlk=
+k8s.io/client-go v0.17.1 h1:LbbuZ5tI7OYx4et5DfRFcJuoojvpYO0c7vps2rgJsHY=
+k8s.io/client-go v0.17.1/go.mod h1:HZtHJSC/VuSHcETN9QA5QDZky1tXiYrkF/7t7vRpO1A=
+k8s.io/code-generator v0.0.0-20190912054826-cd179ad6a269/go.mod h1:V5BD6M4CyaN5m+VthcclXWsVcT1Hu+glwa1bi3MIsyE=
+k8s.io/code-generator v0.17.1/go.mod h1:DVmfPQgxQENqDIzVR2ddLXMH34qeszkKSdH/N+s+38s=
+k8s.io/component-base v0.0.0-20190918160511-547f6c5d7090/go.mod h1:933PBGtQFJky3TEwYx4aEPZ4IxqhWh3R6DCmzqIn1hA=
+k8s.io/component-base v0.17.1/go.mod h1:LrBPZkXtlvGjBzDJa0+b7E5Ij4VoAAKrOGudRC5z2eY=
+k8s.io/gengo v0.0.0-20190128074634-0689ccc1d7d6/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
+k8s.io/gengo v0.0.0-20190822140433-26a664648505/go.mod h1:ezvh/TsK7cY6rbqRK0oQQ8IAqLxYwwyPxAX1Pzy0ii0=
+k8s.io/klog v0.0.0-20181102134211-b9b56d5dfc92/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
+k8s.io/klog v0.3.0/go.mod h1:Gq+BEi5rUBO/HRz0bTSXDUcqjScdoY3a9IHpCEIOOfk=
+k8s.io/klog v0.4.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I=
+k8s.io/klog v1.0.0 h1:Pt+yjF5aB1xDSVbau4VsWe+dQNzA0qv1LlXdC2dF6Q8=
+k8s.io/klog v1.0.0/go.mod h1:4Bi6QPql/J/LkTDqv7R/cd3hPo4k2DG6Ptcz060Ez5I=
+k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E=
+k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a h1:UcxjrRMyNx/i/y8G7kPvLyy7rfbeuf1PYyBf973pgyU=
+k8s.io/kube-openapi v0.0.0-20191107075043-30be4d16710a/go.mod h1:1TqjTSzOxsLGIKfj0lK8EeCP7K1iUG65v09OM0/WG5E=
+k8s.io/utils v0.0.0-20190801114015-581e00157fb1/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
+k8s.io/utils v0.0.0-20191114184206-e782cd3c129f/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
+k8s.io/utils v0.0.0-20200117235808-5f6fbceb4c31 h1:KCcLuc/HD1RogJgEbZi9ObRuLv1bgiRCfAbidLKrUpg=
+k8s.io/utils v0.0.0-20200117235808-5f6fbceb4c31/go.mod h1:sZAwmy6armz5eXlNoLmJcl4F1QuKu7sr+mFQ0byX7Ew=
+modernc.org/cc v1.0.0/go.mod h1:1Sk4//wdnYJiUIxnW8ddKpaOJCF37yAdqYnkxUpaYxw=
+modernc.org/golex v1.0.0/go.mod h1:b/QX9oBD/LhixY6NDh+IdGv17hgB+51fET1i2kPSmvk=
+modernc.org/mathutil v1.0.0/go.mod h1:wU0vUrJsVWBZ4P6e7xtFJEhFSNsfRLJ8H458uRjg03k=
+modernc.org/strutil v1.0.0/go.mod h1:lstksw84oURvj9y3tn8lGvRxyRC1S2+g5uuIzNfIOBs=
+modernc.org/xc v1.0.0/go.mod h1:mRNCo0bvLjGhHO9WsyuKVU4q0ceiDDDoEeWDJHrNx8I=
+sigs.k8s.io/controller-runtime v0.4.0 h1:wATM6/m+3w8lj8FXNaO6Fs/rq/vqoOjO1Q116Z9NPsg=
+sigs.k8s.io/controller-runtime v0.4.0/go.mod h1:ApC79lpY3PHW9xj/w9pj+lYkLgwAAUZwfXkME1Lajns=
+sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e/go.mod h1:wWxsB5ozmmv/SG7nM11ayaAW51xMvak/t1r0CSlcokI=
+sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca/go.mod h1:IIgPezJWb76P0hotTxzDbWsMYB8APh18qZnxkomBpxA=
+sigs.k8s.io/structured-merge-diff v1.0.1-0.20191108220359-b1b620dd3f06/go.mod h1:/ULNhyfzRopfcjskuui0cTITekDduZ7ycKN3oUT9R18=
+sigs.k8s.io/testing_frameworks v0.1.2 h1:vK0+tvjF0BZ/RYFeZ1E6BYBwHJJXhjuZ3TdsEKH+UQM=
+sigs.k8s.io/testing_frameworks v0.1.2/go.mod h1:ToQrwSC3s8Xf/lADdZp3Mktcql9CG0UAmdJG9th5i0w=
+sigs.k8s.io/yaml v1.1.0 h1:4A07+ZFc2wgJwo8YNlQpr1rVlgUDlxXHhPJciaPY5gs=
+sigs.k8s.io/yaml v1.1.0/go.mod h1:UJmg0vDUVViEyp3mgSv9WPwZCDxu4rQW1olrI1uml+o=
diff --git a/pkg/apis/airflow/v1alpha1/zz_generated.deepcopy.go b/pkg/apis/airflow/v1alpha1/zz_generated.deepcopy.go
index b6a56b3..03c7bc3 100644
--- a/pkg/apis/airflow/v1alpha1/zz_generated.deepcopy.go
+++ b/pkg/apis/airflow/v1alpha1/zz_generated.deepcopy.go
@@ -15,12 +15,12 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
-// Code generated by main. DO NOT EDIT.
+// Code generated by controller-gen. DO NOT EDIT.
 
 package v1alpha1
 
 import (
-	v1 "k8s.io/api/core/v1"
+	"k8s.io/api/core/v1"
 	runtime "k8s.io/apimachinery/pkg/runtime"
 )
 
@@ -31,7 +31,6 @@ func (in *AirflowBase) DeepCopyInto(out *AirflowBase) {
 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 	in.Spec.DeepCopyInto(&out.Spec)
 	in.Status.DeepCopyInto(&out.Status)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AirflowBase.
@@ -56,7 +55,7 @@ func (in *AirflowBase) DeepCopyObject() runtime.Object {
 func (in *AirflowBaseList) DeepCopyInto(out *AirflowBaseList) {
 	*out = *in
 	out.TypeMeta = in.TypeMeta
-	out.ListMeta = in.ListMeta
+	in.ListMeta.DeepCopyInto(&out.ListMeta)
 	if in.Items != nil {
 		in, out := &in.Items, &out.Items
 		*out = make([]AirflowBase, len(*in))
@@ -64,7 +63,6 @@ func (in *AirflowBaseList) DeepCopyInto(out *AirflowBaseList) {
 			(*in)[i].DeepCopyInto(&(*out)[i])
 		}
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AirflowBaseList.
@@ -134,7 +132,6 @@ func (in *AirflowBaseSpec) DeepCopyInto(out *AirflowBaseSpec) {
 		*out = new(NFSStoreSpec)
 		(*in).DeepCopyInto(*out)
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AirflowBaseSpec.
@@ -152,7 +149,6 @@ func (in *AirflowBaseStatus) DeepCopyInto(out *AirflowBaseStatus) {
 	*out = *in
 	in.Meta.DeepCopyInto(&out.Meta)
 	in.ComponentMeta.DeepCopyInto(&out.ComponentMeta)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AirflowBaseStatus.
@@ -172,7 +168,6 @@ func (in *AirflowCluster) DeepCopyInto(out *AirflowCluster) {
 	in.ObjectMeta.DeepCopyInto(&out.ObjectMeta)
 	in.Spec.DeepCopyInto(&out.Spec)
 	in.Status.DeepCopyInto(&out.Status)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AirflowCluster.
@@ -197,7 +192,7 @@ func (in *AirflowCluster) DeepCopyObject() runtime.Object {
 func (in *AirflowClusterList) DeepCopyInto(out *AirflowClusterList) {
 	*out = *in
 	out.TypeMeta = in.TypeMeta
-	out.ListMeta = in.ListMeta
+	in.ListMeta.DeepCopyInto(&out.ListMeta)
 	if in.Items != nil {
 		in, out := &in.Items, &out.Items
 		*out = make([]AirflowCluster, len(*in))
@@ -205,7 +200,6 @@ func (in *AirflowClusterList) DeepCopyInto(out *AirflowClusterList) {
 			(*in)[i].DeepCopyInto(&(*out)[i])
 		}
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AirflowClusterList.
@@ -296,7 +290,6 @@ func (in *AirflowClusterSpec) DeepCopyInto(out *AirflowClusterSpec) {
 		*out = new(v1.LocalObjectReference)
 		**out = **in
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AirflowClusterSpec.
@@ -314,7 +307,6 @@ func (in *AirflowClusterStatus) DeepCopyInto(out *AirflowClusterStatus) {
 	*out = *in
 	in.Meta.DeepCopyInto(&out.Meta)
 	in.ComponentMeta.DeepCopyInto(&out.ComponentMeta)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AirflowClusterStatus.
@@ -331,7 +323,6 @@ func (in *AirflowClusterStatus) DeepCopy() *AirflowClusterStatus {
 func (in *AirflowUISpec) DeepCopyInto(out *AirflowUISpec) {
 	*out = *in
 	in.Resources.DeepCopyInto(&out.Resources)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AirflowUISpec.
@@ -359,7 +350,6 @@ func (in *ClusterConfig) DeepCopyInto(out *ClusterConfig) {
 		*out = make([]SecretEnv, len(*in))
 		copy(*out, *in)
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ClusterConfig.
@@ -395,7 +385,6 @@ func (in *DagSpec) DeepCopyInto(out *DagSpec) {
 		*out = new(GCSSpec)
 		**out = **in
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DagSpec.
@@ -412,7 +401,6 @@ func (in *DagSpec) DeepCopy() *DagSpec {
 func (in *FlowerSpec) DeepCopyInto(out *FlowerSpec) {
 	*out = *in
 	in.Resources.DeepCopyInto(&out.Resources)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new FlowerSpec.
@@ -428,7 +416,6 @@ func (in *FlowerSpec) DeepCopy() *FlowerSpec {
 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 func (in *GCSSpec) DeepCopyInto(out *GCSSpec) {
 	*out = *in
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GCSSpec.
@@ -449,7 +436,6 @@ func (in *GitSpec) DeepCopyInto(out *GitSpec) {
 		*out = new(v1.LocalObjectReference)
 		**out = **in
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GitSpec.
@@ -473,7 +459,6 @@ func (in *MemoryStoreSpec) DeepCopyInto(out *MemoryStoreSpec) {
 		}
 	}
 	in.Status.DeepCopyInto(&out.Status)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemoryStoreSpec.
@@ -491,7 +476,6 @@ func (in *MemoryStoreStatus) DeepCopyInto(out *MemoryStoreStatus) {
 	*out = *in
 	in.Meta.DeepCopyInto(&out.Meta)
 	in.ComponentMeta.DeepCopyInto(&out.ComponentMeta)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MemoryStoreStatus.
@@ -508,7 +492,6 @@ func (in *MemoryStoreStatus) DeepCopy() *MemoryStoreStatus {
 func (in *MySQLBackup) DeepCopyInto(out *MySQLBackup) {
 	*out = *in
 	in.Storage.DeepCopyInto(&out.Storage)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MySQLBackup.
@@ -547,7 +530,6 @@ func (in *MySQLSpec) DeepCopyInto(out *MySQLSpec) {
 			(*out)[key] = val
 		}
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new MySQLSpec.
@@ -569,7 +551,6 @@ func (in *NFSStoreSpec) DeepCopyInto(out *NFSStoreSpec) {
 		*out = new(v1.PersistentVolumeClaim)
 		(*in).DeepCopyInto(*out)
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new NFSStoreSpec.
@@ -598,7 +579,6 @@ func (in *PostgresSpec) DeepCopyInto(out *PostgresSpec) {
 			(*out)[key] = val
 		}
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PostgresSpec.
@@ -620,7 +600,6 @@ func (in *RedisSpec) DeepCopyInto(out *RedisSpec) {
 		*out = new(v1.PersistentVolumeClaim)
 		(*in).DeepCopyInto(*out)
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new RedisSpec.
@@ -636,7 +615,6 @@ func (in *RedisSpec) DeepCopy() *RedisSpec {
 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 func (in *ResourceLimits) DeepCopyInto(out *ResourceLimits) {
 	*out = *in
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceLimits.
@@ -652,7 +630,6 @@ func (in *ResourceLimits) DeepCopy() *ResourceLimits {
 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 func (in *ResourceRequests) DeepCopyInto(out *ResourceRequests) {
 	*out = *in
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ResourceRequests.
@@ -670,7 +647,6 @@ func (in *Resources) DeepCopyInto(out *Resources) {
 	*out = *in
 	out.Requests = in.Requests
 	out.Limits = in.Limits
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Resources.
@@ -687,7 +663,6 @@ func (in *Resources) DeepCopy() *Resources {
 func (in *SQLProxySpec) DeepCopyInto(out *SQLProxySpec) {
 	*out = *in
 	in.Resources.DeepCopyInto(&out.Resources)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SQLProxySpec.
@@ -704,7 +679,6 @@ func (in *SQLProxySpec) DeepCopy() *SQLProxySpec {
 func (in *SchedulerSpec) DeepCopyInto(out *SchedulerSpec) {
 	*out = *in
 	in.Resources.DeepCopyInto(&out.Resources)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SchedulerSpec.
@@ -720,7 +694,6 @@ func (in *SchedulerSpec) DeepCopy() *SchedulerSpec {
 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 func (in *SchedulerStatus) DeepCopyInto(out *SchedulerStatus) {
 	*out = *in
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SchedulerStatus.
@@ -736,7 +709,6 @@ func (in *SchedulerStatus) DeepCopy() *SchedulerStatus {
 // DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
 func (in *SecretEnv) DeepCopyInto(out *SecretEnv) {
 	*out = *in
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SecretEnv.
@@ -764,7 +736,6 @@ func (in *StorageSpec) DeepCopyInto(out *StorageSpec) {
 			(*out)[key] = val
 		}
 	}
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new StorageSpec.
@@ -781,7 +752,6 @@ func (in *StorageSpec) DeepCopy() *StorageSpec {
 func (in *WorkerSpec) DeepCopyInto(out *WorkerSpec) {
 	*out = *in
 	in.Resources.DeepCopyInto(&out.Resources)
-	return
 }
 
 // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new WorkerSpec.
diff --git a/pkg/apis/apis.go b/pkg/apis/apis.go
index 62bc462..52280df 100644
--- a/pkg/apis/apis.go
+++ b/pkg/apis/apis.go
@@ -14,7 +14,7 @@
 // limitations under the License.
 
 // Generate deepcopy for apis
-//go:generate go run ../../vendor/k8s.io/code-generator/cmd/deepcopy-gen/main.go -O zz_generated.deepcopy -i ./... -h ../../hack/boilerplate.go.txt
+// +k8s:deepcopy-gen=true
 
 // Package apis contains Kubernetes API groups.
 package apis
diff --git a/vendor/cloud.google.com/go/AUTHORS b/vendor/cloud.google.com/go/AUTHORS
deleted file mode 100644
index c364af1..0000000
--- a/vendor/cloud.google.com/go/AUTHORS
+++ /dev/null
@@ -1,15 +0,0 @@
-# This is the official list of cloud authors for copyright purposes.
-# This file is distinct from the CONTRIBUTORS files.
-# See the latter for an explanation.
-
-# Names should be added to this file as:
-# Name or Organization <email address>
-# The email address is not required for organizations.
-
-Filippo Valsorda <hi...@filippo.io>
-Google Inc.
-Ingo Oeser <ni...@googlemail.com>
-Palm Stone Games, Inc.
-Paweł Knap <pa...@gmail.com>
-Péter Szilágyi <pe...@gmail.com>
-Tyler Treat <tt...@gmail.com>
diff --git a/vendor/cloud.google.com/go/CHANGES.md b/vendor/cloud.google.com/go/CHANGES.md
deleted file mode 100644
index 2ca7943..0000000
--- a/vendor/cloud.google.com/go/CHANGES.md
+++ /dev/null
@@ -1,1018 +0,0 @@
-# Changes
-
-## v0.33.1
-
-all: release v0.33.1
-
-- compute: Removes an erroneously added go.mod.
-- logging: Populate source location in fromLogEntry.
-
-## v0.33.0
-
-- bttest:
-  - Add support for apply_label_transformer.
-- expr:
-  - Add expr library.
-- firestore:
-  - Support retrieval of missing documents.
-- kms:
-  - Add IAM methods.
-- pubsub:
-  - Clarify extension documentation.
-- scheduler:
-  - Add v1beta1 client.
-- vision:
-  - Add product search helper.
-  - Add new product search client.
-
-## v0.32.0
-
-Note: This release is the last to support Go 1.6 and 1.8.
-
-- bigquery:
-    - Add support for removing an expiration.
-    - Ignore NeverExpire in Table.Create.
-    - Validate table expiration time.
-- cbt:
-    - Add note about not supporting arbitrary bytes.
-- datastore:
-    - Align key checks.
-- firestore:
-    - Return an error when using Start/End without providing values.
-- pubsub:
-    - Add pstest Close method.
-    - Clarify MaxExtension documentation.
-- securitycenter:
-    - Add v1beta1 client.
-- spanner:
-    - Allow nil in mutations.
-    - Improve doc of SessionPoolConfig.MaxOpened.
-    - Increase session deletion timeout from 5s to 15s.
-
-## v0.31.0
-
-- bigtable:
-    - Group mutations across multiple requests.
-- bigquery:
-    - Link to bigquery troubleshooting errors page in bigquery.Error comment.
-- cbt:
-    - Fix go generate command.
-    - Document usage of both maxage + maxversions.
-- datastore:
-    - Passing nil keys results in ErrInvalidKey.
-- firestore:
-    - Clarify what Document.DataTo does with untouched struct fields.
-- profile:
-    - Validate service name in agent.
-- pubsub:
-    - Fix deadlock with pstest and ctx.Cancel.
-    - Fix a possible deadlock in pstest.
-- trace:
-    - Update doc URL with new fragment.
-
-Special thanks to @fastest963 for going above and beyond helping us to debug
-hard-to-reproduce Pub/Sub issues.
-
-## v0.30.0
-
-- spanner: DML support added. See https://godoc.org/cloud.google.com/go/spanner#hdr-DML_and_Partitioned_DML for more information.
-- bigtable: bttest supports row sample filter.
-- functions: metadata package added for accessing Cloud Functions resource metadata.
-
-## v0.29.0
-
-- bigtable:
-  - Add retry to all idempotent RPCs.
-  - cbt supports complex GC policies.
-  - Emulator supports arbitrary bytes in regex filters.
-- firestore: Add ArrayUnion and ArrayRemove.
-- logging: Add the ContextFunc option to supply the context used for
-  asynchronous RPCs.
-- profiler: Ignore NotDefinedError when fetching the instance name
-- pubsub:
-  - BEHAVIOR CHANGE: Receive doesn't retry if an RPC returns codes.Cancelled.
-  - BEHAVIOR CHANGE: Receive retries on Unavailable intead of returning.
-  - Fix deadlock.
-  - Restore Ack/Nack/Modacks metrics.
-  - Improve context handling in iterator.
-  - Implement synchronous mode for Receive.
-  - pstest: add Pull.
-- spanner: Add a metric for the number of sessions currently opened.
-- storage:
-  - Canceling the context releases all resources.
-  - Add additional RetentionPolicy attributes.
-- vision/apiv1: Add LocalizeObjects method.
-
-## v0.28.0
-
-- bigtable:
-  - Emulator returns Unimplemented for snapshot RPCs.
-- bigquery:
-  - Support zero-length repeated, nested fields.
-- cloud assets:
-  - Add v1beta client.
-- datastore:
-  - Don't nil out transaction ID on retry.
-- firestore:
-  - BREAKING CHANGE: When watching a query with Query.Snapshots, QuerySnapshotIterator.Next
-  returns a QuerySnapshot which contains read time, result size, change list and the DocumentIterator
-  (previously, QuerySnapshotIterator.Next returned just the DocumentIterator). See: https://godoc.org/cloud.google.com/go/firestore#Query.Snapshots.
-  - Add array-contains operator.
-- IAM:
-  - Add iam/credentials/apiv1 client.
-- pubsub:
-  - Canceling the context passed to Subscription.Receive causes Receive to return when
-  processing finishes on all messages currently in progress, even if new messages are arriving.
-- redis:
-  - Add redis/apiv1 client.
-- storage:
-  - Add Reader.Attrs.
-  - Deprecate several Reader getter methods: please use Reader.Attrs for these instead.
-  - Add ObjectHandle.Bucket and ObjectHandle.Object methods.
-
-## v0.27.0
-
-- bigquery:
-  - Allow modification of encryption configuration and partitioning options to a table via the Update call.
-  - Add a SchemaFromJSON function that converts a JSON table schema.
-- bigtable:
-  - Restore cbt count functionality.
-- containeranalysis:
-  - Add v1beta client.
-- spanner:
-  - Fix a case where an iterator might not be closed correctly.
-- storage:
-  - Add ServiceAccount method https://godoc.org/cloud.google.com/go/storage#Client.ServiceAccount.
-  - Add a method to Reader that returns the parsed value of the Last-Modified header.
-
-## v0.26.0
-
-- bigquery:
-  - Support filtering listed jobs  by min/max creation time.
-  - Support data clustering (https://godoc.org/cloud.google.com/go/bigquery#Clustering).
-  - Include job creator email in Job struct.
-- bigtable:
-  - Add `RowSampleFilter`.
-  - emulator: BREAKING BEHAVIOR CHANGE: Regexps in row, family, column and value filters
-    must match the entire target string to succeed. Previously, the emulator was
-    succeeding on  partial matches.
-    NOTE: As of this release, this change only affects the emulator when run
-    from this repo (bigtable/cmd/emulator/cbtemulator.go). The version launched
-    from `gcloud` will be updated in a subsequent `gcloud` release.
-- dataproc: Add apiv1beta2 client.
-- datastore: Save non-nil pointer fields on omitempty.
-- logging: populate Entry.Trace from the HTTP X-Cloud-Trace-Context header.
-- logging/logadmin:  Support writer_identity and include_children.
-- pubsub:
-  - Support labels on topics and subscriptions.
-  - Support message storage policy for topics.
-  - Use the distribution of ack times to determine when to extend ack deadlines.
-    The only user-visible effect of this change should be that programs that
-    call only `Subscription.Receive` need no IAM permissions other than `Pub/Sub
-    Subscriber`.
-- storage:
-  - Support predefined ACLs.
-  - Support additional ACL fields other than Entity and Role.
-  - Support bucket websites.
-  - Support bucket logging.
-
-
-## v0.25.0
-
-- Added [Code of Conduct](https://github.com/GoogleCloudPlatform/google-cloud-go/blob/master/CODE_OF_CONDUCT.md)
-- bigtable:
-  - cbt: Support a GC policy of "never".
-- errorreporting:
-  - Support User.
-  - Close now calls Flush.
-  - Use OnError (previously ignored).
-  - Pass through the RPC error as-is to OnError.
-- httpreplay: A tool for recording and replaying HTTP requests
-  (for the bigquery and storage clients in this repo).
-- kms: v1 client added
-- logging: add SourceLocation to Entry.
-- storage: improve CRC checking on read.
-
-## v0.24.0
-
-- bigquery: Support for the NUMERIC type.
-- bigtable:
-  - cbt: Optionally specify columns for read/lookup
-  - Support instance-level administration.
-- oslogin: New client for the OS Login API.
-- pubsub:
-  - The package is now stable. There will be no further breaking changes.
-  - Internal changes to improve Subscription.Receive behavior.
-- storage: Support updating bucket lifecycle config.
-- spanner: Support struct-typed parameter bindings.
-- texttospeech: New client for the Text-to-Speech API.
-
-## v0.23.0
-
-- bigquery: Add DDL stats to query statistics.
-- bigtable:
-  - cbt: Add cells-per-column limit for row lookup.
-  - cbt: Make it possible to combine read filters.
-- dlp: v2beta2 client removed. Use the v2 client instead.
-- firestore, spanner: Fix compilation errors due to protobuf changes.
-
-## v0.22.0
-
-- bigtable:
-  - cbt: Support cells per column limit for row read.
-  - bttest: Correctly handle empty RowSet.
-  - Fix ReadModifyWrite operation in emulator.
-  - Fix API path in GetCluster.
-
-- bigquery:
-  - BEHAVIOR CHANGE: Retry on 503 status code.
-  - Add dataset.DeleteWithContents.
-  - Add SchemaUpdateOptions for query jobs.
-  - Add Timeline to QueryStatistics.
-  - Add more stats to ExplainQueryStage.
-  - Support Parquet data format.
-
-- datastore:
-  - Support omitempty for times.
-
-- dlp:
-  - **BREAKING CHANGE:** Remove v1beta1 client. Please migrate to the v2 client,
-  which is now out of beta.
-  - Add v2 client.
-
-- firestore:
-  - BEHAVIOR CHANGE: Treat set({}, MergeAll) as valid.
-
-- iam:
-  - Support JWT signing via SignJwt callopt.
-
-- profiler:
-  - BEHAVIOR CHANGE: PollForSerialOutput returns an error when context.Done.
-  - BEHAVIOR CHANGE: Increase the initial backoff to 1 minute.
-  - Avoid returning empty serial port output.
-
-- pubsub:
-  - BEHAVIOR CHANGE: Don't backoff during next retryable error once stream is healthy.
-  - BEHAVIOR CHANGE: Don't backoff on EOF.
-  - pstest: Support Acknowledge and ModifyAckDeadline RPCs.
-
-- redis:
-  - Add v1 beta Redis client.
-
-- spanner:
-  - Support SessionLabels.
-
-- speech:
... 5292234 lines suppressed ...