[bot] Update nightly from tektoncd-catalog/git-clone:main to e03aee423140c7046376edad5e15737b9ebdc91e#704
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
fd1f149 to
360ee7c
Compare
93a88c0 to
28c0586
Compare
2c68fe7 to
61f68c0
Compare
61f68c0 to
9b0e778
Compare
9b0e778 to
f2b502c
Compare
a81c8de to
82783e2
Compare
5623d95 to
f7862e0
Compare
f7862e0 to
a44491f
Compare
$ git diff --stat e03aee423140c7046376edad5e15737b9ebdc91e..768a778f1f7ccee8a4dd142e7f115e12c7e422fd
.github/dependabot.yml | 4 -
.github/pull_request_template.md | 18 -
.github/workflows/base-image.yaml | 42 -
.github/workflows/build.yaml | 155 +-
.github/workflows/release.yaml | 52 +-
.gitignore | 1 -
AGENTS.md | 77 -
CONTRIBUTING.md | 65 -
DEVELOPMENT.md | 190 -
README.md | 91 +-
hack/apply-ah-changes.py | 42 -
hack/generate-stepaction.py | 206 -
hack/generate-stepaction.sh | 44 -
hack/release.sh | 261 -
image/base/Dockerfile | 24 -
image/git-init/.goreleaser.yml | 2 +-
image/git-init/.ko.yaml | 6 +-
image/git-init/git/git.go | 141 +-
image/git-init/git/git_test.go | 376 +-
image/git-init/go.mod | 75 +-
image/git-init/go.sum | 697 +-
image/git-init/kodata/LICENSE | 203 +-
image/git-init/main.go | 14 +-
image/git-init/termination/termination.go | 64 -
image/git-init/vendor/cel.dev/expr/.bazelversion | 2 +
image/git-init/vendor/cel.dev/expr/.gitattributes | 2 +
image/git-init/vendor/cel.dev/expr/.gitignore | 2 +
image/git-init/vendor/cel.dev/expr/BUILD.bazel | 34 +
.../vendor/cel.dev/expr/CODE_OF_CONDUCT.md | 25 +
image/git-init/vendor/cel.dev/expr/CONTRIBUTING.md | 32 +
image/git-init/vendor/cel.dev/expr/GOVERNANCE.md | 43 +
image/git-init/vendor/cel.dev/expr/LICENSE | 202 +
image/git-init/vendor/cel.dev/expr/MAINTAINERS.md | 13 +
image/git-init/vendor/cel.dev/expr/MODULE.bazel | 70 +
image/git-init/vendor/cel.dev/expr/README.md | 73 +
image/git-init/vendor/cel.dev/expr/WORKSPACE | 145 +
.../git-init/vendor/cel.dev/expr/WORKSPACE.bzlmod | 0
image/git-init/vendor/cel.dev/expr/checked.pb.go | 1432 +
image/git-init/vendor/cel.dev/expr/cloudbuild.yaml | 9 +
image/git-init/vendor/cel.dev/expr/eval.pb.go | 490 +
image/git-init/vendor/cel.dev/expr/explain.pb.go | 236 +
.../git-init/vendor/cel.dev/expr/regen_go_proto.sh | 9 +
.../expr/regen_go_proto_canonical_protos.sh | 10 +
image/git-init/vendor/cel.dev/expr/syntax.pb.go | 1633 +
image/git-init/vendor/cel.dev/expr/value.pb.go | 653 +
.../exporter/ocagent/.gitignore | 17 +
.../exporter/ocagent/.travis.yml | 20 +
.../exporter/ocagent/CONTRIBUTING.md | 24 +
.../exporter/ocagent/LICENSE | 201 +
.../exporter/ocagent/README.md | 61 +
.../exporter/ocagent/common.go | 38 +
.../exporter/ocagent/connection.go | 113 +
.../exporter/ocagent/nodeinfo.go | 46 +
.../exporter/ocagent/ocagent.go | 581 +
.../exporter/ocagent/options.go | 206 +
.../exporter/ocagent/span_config.go | 25 +
.../exporter/ocagent/transform_spans.go | 243 +
.../exporter/ocagent/transform_stats_to_metrics.go | 278 +
.../exporter/ocagent/version.go | 17 +
.../exporter/prometheus/.gitignore | 1 +
.../exporter/prometheus/.golangci.yml | 123 +
.../exporter/prometheus/.travis.yml | 17 +
.../exporter/prometheus/LICENSE | 201 +
.../exporter/prometheus/Makefile | 50 +
.../exporter/prometheus/README.md | 14 +
.../exporter/prometheus/prometheus.go | 303 +
.../exporter/prometheus/sanitize.go | 38 +
.../github.com/antlr4-go/antlr/v4/.gitignore | 18 +
.../vendor/github.com/antlr4-go/antlr/v4/LICENSE | 28 +
.../vendor/github.com/antlr4-go/antlr/v4/README.md | 54 +
.../github.com/antlr4-go/antlr/v4/antlrdoc.go | 102 +
.../vendor/github.com/antlr4-go/antlr/v4/atn.go | 179 +
.../github.com/antlr4-go/antlr/v4/atn_config.go | 335 +
.../antlr4-go/antlr/v4/atn_config_set.go | 301 +
.../antlr/v4/atn_deserialization_options.go | 62 +
.../antlr4-go/antlr/v4/atn_deserializer.go | 684 +
.../github.com/antlr4-go/antlr/v4/atn_simulator.go | 41 +
.../github.com/antlr4-go/antlr/v4/atn_state.go | 461 +
.../github.com/antlr4-go/antlr/v4/atn_type.go | 11 +
.../github.com/antlr4-go/antlr/v4/char_stream.go | 12 +
.../antlr4-go/antlr/v4/common_token_factory.go | 56 +
.../antlr4-go/antlr/v4/common_token_stream.go | 450 +
.../github.com/antlr4-go/antlr/v4/comparators.go | 150 +
.../github.com/antlr4-go/antlr/v4/configuration.go | 214 +
.../vendor/github.com/antlr4-go/antlr/v4/dfa.go | 175 +
.../antlr4-go/antlr/v4/dfa_serializer.go | 158 +
.../github.com/antlr4-go/antlr/v4/dfa_state.go | 170 +
.../antlr/v4/diagnostic_error_listener.go | 110 +
.../antlr4-go/antlr/v4/error_listener.go | 100 +
.../antlr4-go/antlr/v4/error_strategy.go | 702 +
.../vendor/github.com/antlr4-go/antlr/v4/errors.go | 259 +
.../github.com/antlr4-go/antlr/v4/file_stream.go | 67 +
.../github.com/antlr4-go/antlr/v4/input_stream.go | 157 +
.../github.com/antlr4-go/antlr/v4/int_stream.go | 16 +
.../github.com/antlr4-go/antlr/v4/interval_set.go | 330 +
.../github.com/antlr4-go/antlr/v4/jcollect.go | 685 +
.../vendor/github.com/antlr4-go/antlr/v4/lexer.go | 426 +
.../github.com/antlr4-go/antlr/v4/lexer_action.go | 452 +
.../antlr4-go/antlr/v4/lexer_action_executor.go | 173 +
.../antlr4-go/antlr/v4/lexer_atn_simulator.go | 677 +
.../github.com/antlr4-go/antlr/v4/ll1_analyzer.go | 218 +
.../github.com/antlr4-go/antlr/v4/nostatistics.go | 47 +
.../vendor/github.com/antlr4-go/antlr/v4/parser.go | 700 +
.../antlr4-go/antlr/v4/parser_atn_simulator.go | 1668 +
.../antlr4-go/antlr/v4/parser_rule_context.go | 421 +
.../antlr4-go/antlr/v4/prediction_context.go | 727 +
.../antlr4-go/antlr/v4/prediction_context_cache.go | 48 +
.../antlr4-go/antlr/v4/prediction_mode.go | 536 +
.../github.com/antlr4-go/antlr/v4/recognizer.go | 241 +
.../github.com/antlr4-go/antlr/v4/rule_context.go | 40 +
.../antlr4-go/antlr/v4/semantic_context.go | 464 +
.../github.com/antlr4-go/antlr/v4/statistics.go | 281 +
.../github.com/antlr4-go/antlr/v4/stats_data.go | 23 +
.../vendor/github.com/antlr4-go/antlr/v4/token.go | 213 +
.../github.com/antlr4-go/antlr/v4/token_source.go | 17 +
.../github.com/antlr4-go/antlr/v4/token_stream.go | 21 +
.../antlr4-go/antlr/v4/tokenstream_rewriter.go | 662 +
.../antlr4-go/antlr/v4/trace_listener.go | 32 +
.../github.com/antlr4-go/antlr/v4/transition.go | 439 +
.../vendor/github.com/antlr4-go/antlr/v4/tree.go | 304 +
.../vendor/github.com/antlr4-go/antlr/v4/trees.go | 142 +
.../vendor/github.com/antlr4-go/antlr/v4/utils.go | 328 +
.../vendor/github.com/beorn7/perks/LICENSE | 20 +
.../beorn7/perks/quantile/exampledata.txt | 2388 +
.../github.com/beorn7/perks/quantile/stream.go | 316 +
.../vendor/github.com/blendle/zapdriver/.gitignore | 1 +
.../vendor/github.com/blendle/zapdriver/LICENSE | 15 +
.../vendor/github.com/blendle/zapdriver/README.md | 347 +
.../vendor/github.com/blendle/zapdriver/config.go | 55 +
.../vendor/github.com/blendle/zapdriver/core.go | 243 +
.../vendor/github.com/blendle/zapdriver/encoder.go | 59 +
.../vendor/github.com/blendle/zapdriver/http.go | 160 +
.../vendor/github.com/blendle/zapdriver/label.go | 77 +
.../vendor/github.com/blendle/zapdriver/logger.go | 39 +
.../github.com/blendle/zapdriver/operation.go | 72 +
.../vendor/github.com/blendle/zapdriver/report.go | 70 +
.../vendor/github.com/blendle/zapdriver/service.go | 36 +
.../vendor/github.com/blendle/zapdriver/source.go | 66 +
.../vendor/github.com/blendle/zapdriver/trace.go | 24 +
.../opencensus-proto/AUTHORS | 1 +
.../opencensus-proto/LICENSE | 202 +
.../gen-go/agent/common/v1/common.pb.go | 570 +
.../gen-go/agent/metrics/v1/metrics_service.pb.go | 410 +
.../agent/metrics/v1/metrics_service.pb.gw.go | 160 +
.../gen-go/agent/trace/v1/trace_service.pb.go | 664 +
.../gen-go/agent/trace/v1/trace_service.pb.gw.go | 160 +
.../gen-go/metrics/v1/metrics.pb.go | 1632 +
.../gen-go/resource/v1/resource.pb.go | 189 +
.../opencensus-proto/gen-go/trace/v1/trace.pb.go | 2235 +
.../gen-go/trace/v1/trace_config.pb.go | 555 +
.../github.com/cespare/xxhash/v2/LICENSE.txt | 22 +
.../vendor/github.com/cespare/xxhash/v2/README.md | 74 +
.../vendor/github.com/cespare/xxhash/v2/testall.sh | 10 +
.../vendor/github.com/cespare/xxhash/v2/xxhash.go | 243 +
.../github.com/cespare/xxhash/v2/xxhash_amd64.s | 209 +
.../github.com/cespare/xxhash/v2/xxhash_arm64.s | 183 +
.../github.com/cespare/xxhash/v2/xxhash_asm.go | 15 +
.../github.com/cespare/xxhash/v2/xxhash_other.go | 76 +
.../github.com/cespare/xxhash/v2/xxhash_safe.go | 16 +
.../github.com/cespare/xxhash/v2/xxhash_unsafe.go | 58 +
.../vendor/github.com/davecgh/go-spew/LICENSE | 15 +
.../github.com/davecgh/go-spew/spew/bypass.go | 145 +
.../github.com/davecgh/go-spew/spew/bypasssafe.go | 38 +
.../github.com/davecgh/go-spew/spew/common.go | 341 +
.../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 +
.../github.com/davecgh/go-spew/spew/format.go | 419 +
.../vendor/github.com/davecgh/go-spew/spew/spew.go | 148 +
.../github.com/emicklei/go-restful/v3/.gitignore | 71 +
.../github.com/emicklei/go-restful/v3/.goconvey | 1 +
.../github.com/emicklei/go-restful/v3/.travis.yml | 13 +
.../github.com/emicklei/go-restful/v3/CHANGES.md | 414 +
.../github.com/emicklei/go-restful/v3/LICENSE | 22 +
.../github.com/emicklei/go-restful/v3/Makefile | 8 +
.../github.com/emicklei/go-restful/v3/README.md | 110 +
.../github.com/emicklei/go-restful/v3/SECURITY.md | 13 +
.../github.com/emicklei/go-restful/v3/Srcfile | 1 +
.../emicklei/go-restful/v3/bench_test.sh | 10 +
.../github.com/emicklei/go-restful/v3/compress.go | 137 +
.../emicklei/go-restful/v3/compressor_cache.go | 103 +
.../emicklei/go-restful/v3/compressor_pools.go | 91 +
.../emicklei/go-restful/v3/compressors.go | 54 +
.../github.com/emicklei/go-restful/v3/constants.go | 32 +
.../github.com/emicklei/go-restful/v3/container.go | 450 +
.../emicklei/go-restful/v3/cors_filter.go | 193 +
.../github.com/emicklei/go-restful/v3/coverage.sh | 2 +
.../github.com/emicklei/go-restful/v3/curly.go | 181 +
.../emicklei/go-restful/v3/curly_route.go | 54 +
.../emicklei/go-restful/v3/custom_verb.go | 29 +
.../github.com/emicklei/go-restful/v3/doc.go | 185 +
.../emicklei/go-restful/v3/entity_accessors.go | 169 +
.../emicklei/go-restful/v3/extensions.go | 21 +
.../github.com/emicklei/go-restful/v3/filter.go | 37 +
.../emicklei/go-restful/v3/filter_adapter.go | 21 +
.../github.com/emicklei/go-restful/v3/jsr311.go | 326 +
.../github.com/emicklei/go-restful/v3/log/log.go | 34 +
.../github.com/emicklei/go-restful/v3/logger.go | 32 +
.../github.com/emicklei/go-restful/v3/mime.go | 50 +
.../emicklei/go-restful/v3/options_filter.go | 34 +
.../github.com/emicklei/go-restful/v3/parameter.go | 242 +
.../emicklei/go-restful/v3/path_expression.go | 74 +
.../emicklei/go-restful/v3/path_processor.go | 74 +
.../github.com/emicklei/go-restful/v3/request.go | 133 +
.../github.com/emicklei/go-restful/v3/response.go | 259 +
.../github.com/emicklei/go-restful/v3/route.go | 191 +
.../emicklei/go-restful/v3/route_builder.go | 389 +
.../emicklei/go-restful/v3/route_reader.go | 66 +
.../github.com/emicklei/go-restful/v3/router.go | 20 +
.../emicklei/go-restful/v3/service_error.go | 32 +
.../emicklei/go-restful/v3/web_service.go | 305 +
.../go-restful/v3/web_service_container.go | 39 +
.../github.com/evanphx/json-patch/v5/LICENSE | 25 +
.../github.com/evanphx/json-patch/v5/errors.go | 38 +
.../evanphx/json-patch/v5/internal/json/decode.go | 1385 +
.../evanphx/json-patch/v5/internal/json/encode.go | 1486 +
.../evanphx/json-patch/v5/internal/json/fold.go | 141 +
.../evanphx/json-patch/v5/internal/json/fuzz.go | 42 +
.../evanphx/json-patch/v5/internal/json/indent.go | 143 +
.../evanphx/json-patch/v5/internal/json/scanner.go | 610 +
.../evanphx/json-patch/v5/internal/json/stream.go | 495 +
.../evanphx/json-patch/v5/internal/json/tables.go | 218 +
.../evanphx/json-patch/v5/internal/json/tags.go | 38 +
.../github.com/evanphx/json-patch/v5/merge.go | 444 +
.../github.com/evanphx/json-patch/v5/patch.go | 1305 +
.../vendor/github.com/fxamacker/cbor/v2/.gitignore | 12 +
.../github.com/fxamacker/cbor/v2/.golangci.yml | 104 +
.../fxamacker/cbor/v2/CODE_OF_CONDUCT.md | 133 +
.../github.com/fxamacker/cbor/v2/CONTRIBUTING.md | 41 +
.../vendor/github.com/fxamacker/cbor/v2/LICENSE | 21 +
.../vendor/github.com/fxamacker/cbor/v2/README.md | 691 +
.../github.com/fxamacker/cbor/v2/SECURITY.md | 7 +
.../github.com/fxamacker/cbor/v2/bytestring.go | 63 +
.../vendor/github.com/fxamacker/cbor/v2/cache.go | 363 +
.../vendor/github.com/fxamacker/cbor/v2/common.go | 182 +
.../vendor/github.com/fxamacker/cbor/v2/decode.go | 3187 +
.../github.com/fxamacker/cbor/v2/diagnose.go | 724 +
.../vendor/github.com/fxamacker/cbor/v2/doc.go | 129 +
.../vendor/github.com/fxamacker/cbor/v2/encode.go | 1989 +
.../github.com/fxamacker/cbor/v2/encode_map.go | 94 +
.../fxamacker/cbor/v2/encode_map_go117.go | 60 +
.../github.com/fxamacker/cbor/v2/simplevalue.go | 69 +
.../vendor/github.com/fxamacker/cbor/v2/stream.go | 277 +
.../github.com/fxamacker/cbor/v2/structfields.go | 260 +
.../vendor/github.com/fxamacker/cbor/v2/tag.go | 299 +
.../vendor/github.com/fxamacker/cbor/v2/valid.go | 394 +
.../vendor/github.com/go-kit/log/.gitignore | 15 +
.../git-init/vendor/github.com/go-kit/log/LICENSE | 21 +
.../vendor/github.com/go-kit/log/README.md | 156 +
image/git-init/vendor/github.com/go-kit/log/doc.go | 116 +
.../vendor/github.com/go-kit/log/json_logger.go | 91 +
.../vendor/github.com/go-kit/log/level/doc.go | 33 +
.../vendor/github.com/go-kit/log/level/level.go | 256 +
image/git-init/vendor/github.com/go-kit/log/log.go | 179 +
.../vendor/github.com/go-kit/log/logfmt_logger.go | 62 +
.../vendor/github.com/go-kit/log/nop_logger.go | 8 +
.../vendor/github.com/go-kit/log/staticcheck.conf | 1 +
.../vendor/github.com/go-kit/log/stdlib.go | 151 +
.../git-init/vendor/github.com/go-kit/log/sync.go | 113 +
.../git-init/vendor/github.com/go-kit/log/value.go | 110 +
.../vendor/github.com/go-logfmt/logfmt/.gitignore | 1 +
.../github.com/go-logfmt/logfmt/CHANGELOG.md | 48 +
.../vendor/github.com/go-logfmt/logfmt/LICENSE | 22 +
.../vendor/github.com/go-logfmt/logfmt/README.md | 33 +
.../vendor/github.com/go-logfmt/logfmt/decode.go | 237 +
.../vendor/github.com/go-logfmt/logfmt/doc.go | 6 +
.../vendor/github.com/go-logfmt/logfmt/encode.go | 322 +
.../github.com/go-logfmt/logfmt/jsonstring.go | 277 +
.../vendor/github.com/go-logr/logr/.golangci.yaml | 26 +
.../vendor/github.com/go-logr/logr/CHANGELOG.md | 6 +
.../vendor/github.com/go-logr/logr/CONTRIBUTING.md | 17 +
.../vendor/github.com/go-logr/logr/LICENSE | 201 +
.../vendor/github.com/go-logr/logr/README.md | 407 +
.../vendor/github.com/go-logr/logr/SECURITY.md | 18 +
.../vendor/github.com/go-logr/logr/context.go | 33 +
.../github.com/go-logr/logr/context_noslog.go | 49 +
.../vendor/github.com/go-logr/logr/context_slog.go | 83 +
.../vendor/github.com/go-logr/logr/discard.go | 24 +
.../vendor/github.com/go-logr/logr/logr.go | 520 +
.../vendor/github.com/go-logr/logr/sloghandler.go | 192 +
.../vendor/github.com/go-logr/logr/slogr.go | 100 +
.../vendor/github.com/go-logr/logr/slogsink.go | 120 +
.../go-openapi/jsonpointer/.editorconfig | 26 +
.../github.com/go-openapi/jsonpointer/.gitignore | 1 +
.../go-openapi/jsonpointer/.golangci.yml | 61 +
.../go-openapi/jsonpointer/CODE_OF_CONDUCT.md | 74 +
.../github.com/go-openapi/jsonpointer/LICENSE | 202 +
.../github.com/go-openapi/jsonpointer/README.md | 19 +
.../github.com/go-openapi/jsonpointer/pointer.go | 531 +
.../github.com/go-openapi/jsonreference/.gitignore | 1 +
.../go-openapi/jsonreference/.golangci.yml | 61 +
.../go-openapi/jsonreference/CODE_OF_CONDUCT.md | 74 +
.../github.com/go-openapi/jsonreference/LICENSE | 202 +
.../github.com/go-openapi/jsonreference/README.md | 19 +
.../jsonreference/internal/normalize_url.go | 69 +
.../go-openapi/jsonreference/reference.go | 158 +
.../github.com/go-openapi/swag/.editorconfig | 26 +
.../github.com/go-openapi/swag/.gitattributes | 2 +
.../vendor/github.com/go-openapi/swag/.gitignore | 5 +
.../github.com/go-openapi/swag/.golangci.yml | 60 +
.../vendor/github.com/go-openapi/swag/BENCHMARK.md | 52 +
.../github.com/go-openapi/swag/CODE_OF_CONDUCT.md | 74 +
.../vendor/github.com/go-openapi/swag/LICENSE | 202 +
.../vendor/github.com/go-openapi/swag/README.md | 23 +
.../vendor/github.com/go-openapi/swag/convert.go | 208 +
.../github.com/go-openapi/swag/convert_types.go | 730 +
.../vendor/github.com/go-openapi/swag/doc.go | 31 +
.../vendor/github.com/go-openapi/swag/file.go | 33 +
.../github.com/go-openapi/swag/initialism_index.go | 202 +
.../vendor/github.com/go-openapi/swag/json.go | 312 +
.../vendor/github.com/go-openapi/swag/loading.go | 176 +
.../github.com/go-openapi/swag/name_lexem.go | 93 +
.../vendor/github.com/go-openapi/swag/net.go | 38 +
.../vendor/github.com/go-openapi/swag/path.go | 59 +
.../vendor/github.com/go-openapi/swag/split.go | 508 +
.../github.com/go-openapi/swag/string_bytes.go | 8 +
.../vendor/github.com/go-openapi/swag/util.go | 364 +
.../vendor/github.com/go-openapi/swag/yaml.go | 481 +
.../vendor/github.com/gogo/protobuf/AUTHORS | 15 +
.../vendor/github.com/gogo/protobuf/CONTRIBUTORS | 23 +
.../vendor/github.com/gogo/protobuf/LICENSE | 35 +
.../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 +
.../github.com/gogo/protobuf/proto/decode.go | 427 +
.../github.com/gogo/protobuf/proto/deprecated.go | 63 +
.../github.com/gogo/protobuf/proto/discard.go | 350 +
.../github.com/gogo/protobuf/proto/duration.go | 100 +
.../gogo/protobuf/proto/duration_gogo.go | 49 +
.../github.com/gogo/protobuf/proto/encode.go | 205 +
.../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 | 605 +
.../gogo/protobuf/proto/extensions_gogo.go | 389 +
.../vendor/github.com/gogo/protobuf/proto/lib.go | 973 +
.../github.com/gogo/protobuf/proto/lib_gogo.go | 50 +
.../github.com/gogo/protobuf/proto/message_set.go | 181 +
.../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 | 610 +
.../gogo/protobuf/proto/properties_gogo.go | 36 +
.../github.com/gogo/protobuf/proto/skip_gogo.go | 119 +
.../gogo/protobuf/proto/table_marshal.go | 3009 +
.../gogo/protobuf/proto/table_marshal_gogo.go | 388 +
.../github.com/gogo/protobuf/proto/table_merge.go | 676 +
.../gogo/protobuf/proto/table_unmarshal.go | 2249 +
.../gogo/protobuf/proto/table_unmarshal_gogo.go | 385 +
.../vendor/github.com/gogo/protobuf/proto/text.go | 930 +
.../github.com/gogo/protobuf/proto/text_gogo.go | 57 +
.../github.com/gogo/protobuf/proto/text_parser.go | 1018 +
.../github.com/gogo/protobuf/proto/timestamp.go | 113 +
.../gogo/protobuf/proto/timestamp_gogo.go | 49 +
.../github.com/gogo/protobuf/proto/wrappers.go | 1888 +
.../gogo/protobuf/proto/wrappers_gogo.go | 113 +
.../github.com/gogo/protobuf/sortkeys/sortkeys.go | 101 +
.../vendor/github.com/golang/groupcache/LICENSE | 191 +
.../vendor/github.com/golang/groupcache/lru/lru.go | 133 +
.../vendor/github.com/golang/protobuf/AUTHORS | 3 +
.../vendor/github.com/golang/protobuf/CONTRIBUTORS | 3 +
.../vendor/github.com/golang/protobuf/LICENSE | 28 +
.../github.com/golang/protobuf/proto/buffer.go | 324 +
.../github.com/golang/protobuf/proto/defaults.go | 63 +
.../github.com/golang/protobuf/proto/deprecated.go | 113 +
.../github.com/golang/protobuf/proto/discard.go | 58 +
.../github.com/golang/protobuf/proto/extensions.go | 356 +
.../github.com/golang/protobuf/proto/properties.go | 306 +
.../github.com/golang/protobuf/proto/proto.go | 167 +
.../github.com/golang/protobuf/proto/registry.go | 317 +
.../golang/protobuf/proto/text_decode.go | 801 +
.../golang/protobuf/proto/text_encode.go | 560 +
.../github.com/golang/protobuf/proto/wire.go | 78 +
.../github.com/golang/protobuf/proto/wrappers.go | 34 +
.../github.com/golang/protobuf/ptypes/any.go | 180 +
.../golang/protobuf/ptypes/any/any.pb.go | 62 +
.../github.com/golang/protobuf/ptypes/doc.go | 10 +
.../github.com/golang/protobuf/ptypes/duration.go | 76 +
.../golang/protobuf/ptypes/duration/duration.pb.go | 63 +
.../github.com/golang/protobuf/ptypes/timestamp.go | 112 +
.../protobuf/ptypes/timestamp/timestamp.pb.go | 64 +
.../vendor/github.com/google/cel-go/LICENSE | 233 +
.../github.com/google/cel-go/cel/BUILD.bazel | 91 +
.../vendor/github.com/google/cel-go/cel/cel.go | 19 +
.../vendor/github.com/google/cel-go/cel/decls.go | 370 +
.../vendor/github.com/google/cel-go/cel/env.go | 898 +
.../vendor/github.com/google/cel-go/cel/folding.go | 559 +
.../github.com/google/cel-go/cel/inlining.go | 228 +
.../vendor/github.com/google/cel-go/cel/io.go | 294 +
.../vendor/github.com/google/cel-go/cel/library.go | 882 +
.../vendor/github.com/google/cel-go/cel/macro.go | 576 +
.../github.com/google/cel-go/cel/optimizer.go | 535 +
.../vendor/github.com/google/cel-go/cel/options.go | 685 +
.../vendor/github.com/google/cel-go/cel/program.go | 549 +
.../github.com/google/cel-go/cel/validator.go | 375 +
.../github.com/google/cel-go/checker/BUILD.bazel | 64 +
.../github.com/google/cel-go/checker/checker.go | 717 +
.../github.com/google/cel-go/checker/cost.go | 1041 +
.../google/cel-go/checker/decls/BUILD.bazel | 19 +
.../google/cel-go/checker/decls/decls.go | 237 +
.../vendor/github.com/google/cel-go/checker/env.go | 284 +
.../github.com/google/cel-go/checker/errors.go | 88 +
.../github.com/google/cel-go/checker/format.go | 216 +
.../github.com/google/cel-go/checker/mapping.go | 49 +
.../github.com/google/cel-go/checker/options.go | 42 +
.../github.com/google/cel-go/checker/printer.go | 74 +
.../github.com/google/cel-go/checker/scopes.go | 147 +
.../github.com/google/cel-go/checker/types.go | 314 +
.../github.com/google/cel-go/common/BUILD.bazel | 34 +
.../google/cel-go/common/ast/BUILD.bazel | 57 +
.../github.com/google/cel-go/common/ast/ast.go | 457 +
.../google/cel-go/common/ast/conversion.go | 659 +
.../github.com/google/cel-go/common/ast/expr.go | 884 +
.../github.com/google/cel-go/common/ast/factory.go | 332 +
.../google/cel-go/common/ast/navigable.go | 660 +
.../google/cel-go/common/containers/BUILD.bazel | 31 +
.../google/cel-go/common/containers/container.go | 328 +
.../vendor/github.com/google/cel-go/common/cost.go | 40 +
.../google/cel-go/common/debug/BUILD.bazel | 20 +
.../github.com/google/cel-go/common/debug/debug.go | 314 +
.../google/cel-go/common/decls/BUILD.bazel | 39 +
.../github.com/google/cel-go/common/decls/decls.go | 856 +
.../vendor/github.com/google/cel-go/common/doc.go | 17 +
.../github.com/google/cel-go/common/error.go | 74 +
.../github.com/google/cel-go/common/errors.go | 112 +
.../google/cel-go/common/functions/BUILD.bazel | 17 +
.../google/cel-go/common/functions/functions.go | 61 +
.../github.com/google/cel-go/common/location.go | 51 +
.../google/cel-go/common/operators/BUILD.bazel | 14 +
.../google/cel-go/common/operators/operators.go | 157 +
.../google/cel-go/common/overloads/BUILD.bazel | 14 +
.../google/cel-go/common/overloads/overloads.go | 327 +
.../google/cel-go/common/runes/BUILD.bazel | 25 +
.../google/cel-go/common/runes/buffer.go | 242 +
.../github.com/google/cel-go/common/source.go | 173 +
.../google/cel-go/common/stdlib/BUILD.bazel | 23 +
.../google/cel-go/common/stdlib/standard.go | 620 +
.../google/cel-go/common/types/BUILD.bazel | 92 +
.../google/cel-go/common/types/any_value.go | 24 +
.../github.com/google/cel-go/common/types/bool.go | 141 +
.../github.com/google/cel-go/common/types/bytes.go | 140 +
.../google/cel-go/common/types/compare.go | 97 +
.../github.com/google/cel-go/common/types/doc.go | 17 +
.../google/cel-go/common/types/double.go | 211 +
.../google/cel-go/common/types/duration.go | 222 +
.../github.com/google/cel-go/common/types/err.go | 175 +
.../github.com/google/cel-go/common/types/int.go | 303 +
.../google/cel-go/common/types/iterator.go | 55 +
.../google/cel-go/common/types/json_value.go | 29 +
.../github.com/google/cel-go/common/types/list.go | 574 +
.../github.com/google/cel-go/common/types/map.go | 1002 +
.../github.com/google/cel-go/common/types/null.go | 119 +
.../google/cel-go/common/types/object.go | 165 +
.../google/cel-go/common/types/optional.go | 108 +
.../google/cel-go/common/types/overflow.go | 429 +
.../google/cel-go/common/types/pb/BUILD.bazel | 53 +
.../google/cel-go/common/types/pb/checked.go | 93 +
.../google/cel-go/common/types/pb/enum.go | 44 +
.../google/cel-go/common/types/pb/equal.go | 206 +
.../google/cel-go/common/types/pb/file.go | 202 +
.../github.com/google/cel-go/common/types/pb/pb.go | 258 +
.../google/cel-go/common/types/pb/type.go | 614 +
.../google/cel-go/common/types/provider.go | 766 +
.../google/cel-go/common/types/ref/BUILD.bazel | 20 +
.../google/cel-go/common/types/ref/provider.go | 102 +
.../google/cel-go/common/types/ref/reference.go | 63 +
.../google/cel-go/common/types/string.go | 226 +
.../google/cel-go/common/types/timestamp.go | 311 +
.../google/cel-go/common/types/traits/BUILD.bazel | 29 +
.../google/cel-go/common/types/traits/comparer.go | 33 +
.../google/cel-go/common/types/traits/container.go | 23 +
.../cel-go/common/types/traits/field_tester.go | 30 +
.../google/cel-go/common/types/traits/indexer.go | 25 +
.../google/cel-go/common/types/traits/iterator.go | 49 +
.../google/cel-go/common/types/traits/lister.go | 36 +
.../google/cel-go/common/types/traits/mapper.go | 48 +
.../google/cel-go/common/types/traits/matcher.go | 23 +
.../google/cel-go/common/types/traits/math.go | 62 +
.../google/cel-go/common/types/traits/receiver.go | 24 +
.../google/cel-go/common/types/traits/sizer.go | 25 +
.../google/cel-go/common/types/traits/traits.go | 79 +
.../google/cel-go/common/types/traits/zeroer.go | 21 +
.../github.com/google/cel-go/common/types/types.go | 877 +
.../github.com/google/cel-go/common/types/uint.go | 256 +
.../google/cel-go/common/types/unknown.go | 326 +
.../github.com/google/cel-go/common/types/util.go | 48 +
.../google/cel-go/interpreter/BUILD.bazel | 74 +
.../google/cel-go/interpreter/activation.go | 190 +
.../cel-go/interpreter/attribute_patterns.go | 386 +
.../google/cel-go/interpreter/attributes.go | 1436 +
.../google/cel-go/interpreter/decorators.go | 272 +
.../google/cel-go/interpreter/dispatcher.go | 100 +
.../google/cel-go/interpreter/evalstate.go | 79 +
.../google/cel-go/interpreter/interpretable.go | 1435 +
.../google/cel-go/interpreter/interpreter.go | 185 +
.../google/cel-go/interpreter/optimizations.go | 46 +
.../google/cel-go/interpreter/planner.go | 761 +
.../github.com/google/cel-go/interpreter/prune.go | 574 +
.../google/cel-go/interpreter/runtimecost.go | 320 +
.../github.com/google/cel-go/parser/BUILD.bazel | 58 +
.../github.com/google/cel-go/parser/errors.go | 41 +
.../google/cel-go/parser/gen/BUILD.bazel | 26 +
.../github.com/google/cel-go/parser/gen/CEL.g4 | 207 +
.../github.com/google/cel-go/parser/gen/CEL.interp | 102 +
.../github.com/google/cel-go/parser/gen/CEL.tokens | 65 +
.../google/cel-go/parser/gen/CELLexer.interp | 139 +
.../google/cel-go/parser/gen/CELLexer.tokens | 65 +
.../google/cel-go/parser/gen/cel_base_listener.go | 237 +
.../google/cel-go/parser/gen/cel_base_visitor.go | 152 +
.../google/cel-go/parser/gen/cel_lexer.go | 351 +
.../google/cel-go/parser/gen/cel_listener.go | 225 +
.../google/cel-go/parser/gen/cel_parser.go | 6197 ++
.../google/cel-go/parser/gen/cel_visitor.go | 117 +
.../github.com/google/cel-go/parser/gen/doc.go | 16 +
.../google/cel-go/parser/gen/generate.sh | 35 +
.../github.com/google/cel-go/parser/helper.go | 515 +
.../github.com/google/cel-go/parser/input.go | 129 +
.../github.com/google/cel-go/parser/macro.go | 454 +
.../github.com/google/cel-go/parser/options.go | 163 +
.../github.com/google/cel-go/parser/parser.go | 1065 +
.../github.com/google/cel-go/parser/unescape.go | 237 +
.../github.com/google/cel-go/parser/unparser.go | 663 +
.../github.com/google/gnostic-models/LICENSE | 203 +
.../google/gnostic-models/compiler/README.md | 4 +
.../google/gnostic-models/compiler/context.go | 49 +
.../google/gnostic-models/compiler/error.go | 70 +
.../google/gnostic-models/compiler/extensions.go | 86 +
.../google/gnostic-models/compiler/helpers.go | 397 +
.../google/gnostic-models/compiler/main.go | 16 +
.../google/gnostic-models/compiler/reader.go | 307 +
.../google/gnostic-models/extensions/README.md | 13 +
.../gnostic-models/extensions/extension.pb.go | 461 +
.../gnostic-models/extensions/extension.proto | 97 +
.../google/gnostic-models/extensions/extensions.go | 64 +
.../google/gnostic-models/jsonschema/README.md | 4 +
.../google/gnostic-models/jsonschema/base.go | 97 +
.../google/gnostic-models/jsonschema/display.go | 229 +
.../google/gnostic-models/jsonschema/models.go | 228 +
.../google/gnostic-models/jsonschema/operations.go | 394 +
.../google/gnostic-models/jsonschema/reader.go | 442 +
.../google/gnostic-models/jsonschema/schema.json | 150 +
.../google/gnostic-models/jsonschema/writer.go | 369 +
.../google/gnostic-models/openapiv2/OpenAPIv2.go | 8820 +++
.../gnostic-models/openapiv2/OpenAPIv2.pb.go | 7342 ++
.../gnostic-models/openapiv2/OpenAPIv2.proto | 666 +
.../google/gnostic-models/openapiv2/README.md | 14 +
.../google/gnostic-models/openapiv2/document.go | 42 +
.../gnostic-models/openapiv2/openapi-2.0.json | 1610 +
.../google/gnostic-models/openapiv3/OpenAPIv3.go | 8633 +++
.../gnostic-models/openapiv3/OpenAPIv3.pb.go | 8053 ++
.../gnostic-models/openapiv3/OpenAPIv3.proto | 672 +
.../google/gnostic-models/openapiv3/README.md | 21 +
.../google/gnostic-models/openapiv3/document.go | 42 +
.../vendor/github.com/google/gofuzz/.travis.yml | 10 +
.../github.com/google/gofuzz/CONTRIBUTING.md | 67 +
.../vendor/github.com/google/gofuzz/LICENSE | 202 +
.../vendor/github.com/google/gofuzz/README.md | 89 +
.../google/gofuzz/bytesource/bytesource.go | 81 +
.../vendor/github.com/google/gofuzz/doc.go | 18 +
.../vendor/github.com/google/gofuzz/fuzz.go | 605 +
.../grpc-ecosystem/grpc-gateway/v2/LICENSE | 27 +
.../grpc-gateway/v2/internal/httprule/BUILD.bazel | 35 +
.../grpc-gateway/v2/internal/httprule/compile.go | 121 +
.../grpc-gateway/v2/internal/httprule/fuzz.go | 11 +
.../grpc-gateway/v2/internal/httprule/parse.go | 368 +
.../grpc-gateway/v2/internal/httprule/types.go | 60 +
.../grpc-gateway/v2/runtime/BUILD.bazel | 97 +
.../grpc-gateway/v2/runtime/context.go | 417 +
.../grpc-gateway/v2/runtime/convert.go | 318 +
.../grpc-ecosystem/grpc-gateway/v2/runtime/doc.go | 5 +
.../grpc-gateway/v2/runtime/errors.go | 206 +
.../grpc-gateway/v2/runtime/fieldmask.go | 168 +
.../grpc-gateway/v2/runtime/handler.go | 253 +
.../v2/runtime/marshal_httpbodyproto.go | 32 +
.../grpc-gateway/v2/runtime/marshal_json.go | 50 +
.../grpc-gateway/v2/runtime/marshal_jsonpb.go | 349 +
.../grpc-gateway/v2/runtime/marshal_proto.go | 60 +
.../grpc-gateway/v2/runtime/marshaler.go | 58 +
.../grpc-gateway/v2/runtime/marshaler_registry.go | 109 +
.../grpc-ecosystem/grpc-gateway/v2/runtime/mux.go | 537 +
.../grpc-gateway/v2/runtime/pattern.go | 381 +
.../grpc-gateway/v2/runtime/proto2_convert.go | 80 +
.../grpc-gateway/v2/runtime/query.go | 376 +
.../grpc-gateway/v2/utilities/BUILD.bazel | 31 +
.../grpc-gateway/v2/utilities/doc.go | 2 +
.../grpc-gateway/v2/utilities/pattern.go | 22 +
.../grpc-gateway/v2/utilities/readerfactory.go | 19 +
.../grpc-gateway/v2/utilities/string_array_flag.go | 33 +
.../grpc-gateway/v2/utilities/trie.go | 174 +
.../vendor/github.com/hashicorp/errwrap/LICENSE | 354 +
.../vendor/github.com/hashicorp/errwrap/README.md | 89 +
.../vendor/github.com/hashicorp/errwrap/errwrap.go | 178 +
.../github.com/hashicorp/go-multierror/LICENSE | 353 +
.../github.com/hashicorp/go-multierror/Makefile | 31 +
.../github.com/hashicorp/go-multierror/README.md | 150 +
.../github.com/hashicorp/go-multierror/append.go | 43 +
.../github.com/hashicorp/go-multierror/flatten.go | 26 +
.../github.com/hashicorp/go-multierror/format.go | 27 +
.../github.com/hashicorp/go-multierror/group.go | 38 +
.../hashicorp/go-multierror/multierror.go | 121 +
.../github.com/hashicorp/go-multierror/prefix.go | 37 +
.../github.com/hashicorp/go-multierror/sort.go | 16 +
.../vendor/github.com/josharian/intern/README.md | 5 +
.../vendor/github.com/josharian/intern/intern.go | 44 +
.../vendor/github.com/josharian/intern/license.md | 21 +
.../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 | 85 +
.../vendor/github.com/json-iterator/go/adapter.go | 150 +
.../vendor/github.com/json-iterator/go/any.go | 325 +
.../github.com/json-iterator/go/any_array.go | 278 +
.../vendor/github.com/json-iterator/go/any_bool.go | 137 +
.../github.com/json-iterator/go/any_float.go | 83 +
.../github.com/json-iterator/go/any_int32.go | 74 +
.../github.com/json-iterator/go/any_int64.go | 74 +
.../github.com/json-iterator/go/any_invalid.go | 82 +
.../vendor/github.com/json-iterator/go/any_nil.go | 69 +
.../github.com/json-iterator/go/any_number.go | 123 +
.../github.com/json-iterator/go/any_object.go | 374 +
.../vendor/github.com/json-iterator/go/any_str.go | 166 +
.../github.com/json-iterator/go/any_uint32.go | 74 +
.../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 +
.../json-iterator/go/fuzzy_mode_convert_table.md | 7 +
.../vendor/github.com/json-iterator/go/iter.go | 349 +
.../github.com/json-iterator/go/iter_array.go | 64 +
.../github.com/json-iterator/go/iter_float.go | 342 +
.../vendor/github.com/json-iterator/go/iter_int.go | 346 +
.../github.com/json-iterator/go/iter_object.go | 267 +
.../github.com/json-iterator/go/iter_skip.go | 130 +
.../json-iterator/go/iter_skip_sloppy.go | 163 +
.../json-iterator/go/iter_skip_strict.go | 99 +
.../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 | 337 +
.../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 | 76 +
.../github.com/json-iterator/go/reflect_map.go | 346 +
.../json-iterator/go/reflect_marshaler.go | 225 +
.../github.com/json-iterator/go/reflect_native.go | 453 +
.../json-iterator/go/reflect_optional.go | 129 +
.../github.com/json-iterator/go/reflect_slice.go | 99 +
.../json-iterator/go/reflect_struct_decoder.go | 1097 +
.../json-iterator/go/reflect_struct_encoder.go | 211 +
.../vendor/github.com/json-iterator/go/stream.go | 210 +
.../github.com/json-iterator/go/stream_float.go | 111 +
.../github.com/json-iterator/go/stream_int.go | 190 +
.../github.com/json-iterator/go/stream_str.go | 372 +
.../vendor/github.com/json-iterator/go/test.sh | 12 +
.../vendor/github.com/mailru/easyjson/LICENSE | 7 +
.../github.com/mailru/easyjson/buffer/pool.go | 278 +
.../mailru/easyjson/jlexer/bytestostr.go | 24 +
.../mailru/easyjson/jlexer/bytestostr_nounsafe.go | 13 +
.../github.com/mailru/easyjson/jlexer/error.go | 15 +
.../github.com/mailru/easyjson/jlexer/lexer.go | 1244 +
.../github.com/mailru/easyjson/jwriter/writer.go | 405 +
.../github.com/modern-go/concurrent/.gitignore | 1 +
.../github.com/modern-go/concurrent/.travis.yml | 14 +
.../vendor/github.com/modern-go/concurrent/LICENSE | 201 +
.../github.com/modern-go/concurrent/README.md | 49 +
.../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 +
.../github.com/modern-go/reflect2/.gitignore | 2 +
.../github.com/modern-go/reflect2/.travis.yml | 15 +
.../github.com/modern-go/reflect2/Gopkg.lock | 9 +
.../github.com/modern-go/reflect2/Gopkg.toml | 31 +
.../vendor/github.com/modern-go/reflect2/LICENSE | 201 +
.../vendor/github.com/modern-go/reflect2/README.md | 71 +
.../github.com/modern-go/reflect2/go_above_118.go | 23 +
.../github.com/modern-go/reflect2/go_above_19.go | 17 +
.../github.com/modern-go/reflect2/go_below_118.go | 21 +
.../github.com/modern-go/reflect2/reflect2.go | 300 +
.../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
.../github.com/modern-go/reflect2/safe_field.go | 58 +
.../github.com/modern-go/reflect2/safe_map.go | 101 +
.../github.com/modern-go/reflect2/safe_slice.go | 92 +
.../github.com/modern-go/reflect2/safe_struct.go | 29 +
.../github.com/modern-go/reflect2/safe_type.go | 78 +
.../github.com/modern-go/reflect2/type_map.go | 70 +
.../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 | 76 +
.../github.com/modern-go/reflect2/unsafe_map.go | 130 +
.../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/munnerz/goautoneg/LICENSE | 31 +
.../vendor/github.com/munnerz/goautoneg/Makefile | 13 +
.../vendor/github.com/munnerz/goautoneg/README.txt | 67 +
.../vendor/github.com/munnerz/goautoneg/autoneg.go | 189 +
.../vendor/github.com/pkg/errors/.gitignore | 24 +
.../vendor/github.com/pkg/errors/.travis.yml | 10 +
.../git-init/vendor/github.com/pkg/errors/LICENSE | 23 +
.../git-init/vendor/github.com/pkg/errors/Makefile | 44 +
.../vendor/github.com/pkg/errors/README.md | 59 +
.../vendor/github.com/pkg/errors/appveyor.yml | 32 +
.../vendor/github.com/pkg/errors/errors.go | 288 +
.../git-init/vendor/github.com/pkg/errors/go113.go | 38 +
.../git-init/vendor/github.com/pkg/errors/stack.go | 177 +
.../github.com/prometheus/client_golang/LICENSE | 201 +
.../github.com/prometheus/client_golang/NOTICE | 23 +
.../prometheus/client_golang/prometheus/.gitignore | 1 +
.../prometheus/client_golang/prometheus/README.md | 1 +
.../prometheus/build_info_collector.go | 38 +
.../client_golang/prometheus/collector.go | 128 +
.../prometheus/client_golang/prometheus/counter.go | 358 +
.../prometheus/client_golang/prometheus/desc.go | 207 +
.../prometheus/client_golang/prometheus/doc.go | 210 +
.../client_golang/prometheus/expvar_collector.go | 86 +
.../prometheus/client_golang/prometheus/fnv.go | 42 +
.../prometheus/client_golang/prometheus/gauge.go | 311 +
.../prometheus/client_golang/prometheus/get_pid.go | 26 +
.../client_golang/prometheus/get_pid_gopherjs.go | 23 +
.../client_golang/prometheus/go_collector.go | 281 +
.../client_golang/prometheus/go_collector_go116.go | 122 +
.../prometheus/go_collector_latest.go | 567 +
.../client_golang/prometheus/histogram.go | 1577 +
.../prometheus/internal/almost_equal.go | 60 +
.../client_golang/prometheus/internal/difflib.go | 654 +
.../prometheus/internal/go_collector_options.go | 32 +
.../prometheus/internal/go_runtime_metrics.go | 142 +
.../client_golang/prometheus/internal/metric.go | 101 +
.../prometheus/client_golang/prometheus/labels.go | 188 +
.../prometheus/client_golang/prometheus/metric.go | 257 +
.../client_golang/prometheus/num_threads.go | 25 +
.../prometheus/num_threads_gopherjs.go | 22 +
.../client_golang/prometheus/observer.go | 64 +
.../client_golang/prometheus/process_collector.go | 164 +
.../prometheus/process_collector_js.go | 26 +
.../prometheus/process_collector_other.go | 66 +
.../prometheus/process_collector_wasip1.go | 26 +
.../prometheus/process_collector_windows.go | 116 +
.../client_golang/prometheus/promhttp/delegator.go | 374 +
.../client_golang/prometheus/promhttp/http.go | 408 +
.../prometheus/promhttp/instrument_client.go | 249 +
.../prometheus/promhttp/instrument_server.go | 576 +
.../client_golang/prometheus/promhttp/option.go | 84 +
.../client_golang/prometheus/registry.go | 1075 +
.../prometheus/client_golang/prometheus/summary.go | 785 +
.../prometheus/client_golang/prometheus/timer.go | 81 +
.../prometheus/client_golang/prometheus/untyped.go | 42 +
.../prometheus/client_golang/prometheus/value.go | 274 +
.../prometheus/client_golang/prometheus/vec.go | 709 +
.../prometheus/client_golang/prometheus/vnext.go | 23 +
.../prometheus/client_golang/prometheus/wrap.go | 214 +
.../github.com/prometheus/client_model/LICENSE | 201 +
.../github.com/prometheus/client_model/NOTICE | 5 +
.../prometheus/client_model/go/metrics.pb.go | 1399 +
.../vendor/github.com/prometheus/common/LICENSE | 201 +
.../vendor/github.com/prometheus/common/NOTICE | 5 +
.../github.com/prometheus/common/expfmt/decode.go | 431 +
.../github.com/prometheus/common/expfmt/encode.go | 198 +
.../github.com/prometheus/common/expfmt/expfmt.go | 177 +
.../github.com/prometheus/common/expfmt/fuzz.go | 37 +
.../prometheus/common/expfmt/openmetrics_create.go | 696 +
.../prometheus/common/expfmt/text_create.go | 520 +
.../prometheus/common/expfmt/text_parse.go | 781 +
.../github.com/prometheus/common/model/alert.go | 161 +
.../prometheus/common/model/fingerprinting.go | 105 +
.../github.com/prometheus/common/model/fnv.go | 42 +
.../github.com/prometheus/common/model/labels.go | 226 +
.../github.com/prometheus/common/model/labelset.go | 158 +
.../prometheus/common/model/labelset_string.go | 45 +
.../common/model/labelset_string_go120.go | 39 +
.../github.com/prometheus/common/model/metadata.go | 28 +
.../github.com/prometheus/common/model/metric.go | 457 +
.../github.com/prometheus/common/model/model.go | 16 +
.../prometheus/common/model/signature.go | 142 +
.../github.com/prometheus/common/model/silence.go | 106 +
.../github.com/prometheus/common/model/time.go | 340 +
.../github.com/prometheus/common/model/value.go | 364 +
.../prometheus/common/model/value_float.go | 98 +
.../prometheus/common/model/value_histogram.go | 178 +
.../prometheus/common/model/value_type.go | 83 +
.../vendor/github.com/prometheus/procfs/.gitignore | 2 +
.../github.com/prometheus/procfs/.golangci.yml | 22 +
.../prometheus/procfs/CODE_OF_CONDUCT.md | 3 +
.../github.com/prometheus/procfs/CONTRIBUTING.md | 121 +
.../vendor/github.com/prometheus/procfs/LICENSE | 201 +
.../github.com/prometheus/procfs/MAINTAINERS.md | 3 +
.../vendor/github.com/prometheus/procfs/Makefile | 31 +
.../github.com/prometheus/procfs/Makefile.common | 277 +
.../vendor/github.com/prometheus/procfs/NOTICE | 7 +
.../vendor/github.com/prometheus/procfs/README.md | 61 +
.../github.com/prometheus/procfs/SECURITY.md | 6 +
.../vendor/github.com/prometheus/procfs/arp.go | 116 +
.../github.com/prometheus/procfs/buddyinfo.go | 85 +
.../vendor/github.com/prometheus/procfs/cmdline.go | 30 +
.../vendor/github.com/prometheus/procfs/cpuinfo.go | 519 +
.../github.com/prometheus/procfs/cpuinfo_armx.go | 20 +
.../prometheus/procfs/cpuinfo_loong64.go | 19 +
.../github.com/prometheus/procfs/cpuinfo_mipsx.go | 20 +
.../github.com/prometheus/procfs/cpuinfo_others.go | 19 +
.../github.com/prometheus/procfs/cpuinfo_ppcx.go | 20 +
.../github.com/prometheus/procfs/cpuinfo_riscvx.go | 20 +
.../github.com/prometheus/procfs/cpuinfo_s390x.go | 19 +
.../github.com/prometheus/procfs/cpuinfo_x86.go | 20 +
.../vendor/github.com/prometheus/procfs/crypto.go | 154 +
.../vendor/github.com/prometheus/procfs/doc.go | 44 +
.../vendor/github.com/prometheus/procfs/fs.go | 50 +
.../prometheus/procfs/fs_statfs_notype.go | 23 +
.../github.com/prometheus/procfs/fs_statfs_type.go | 33 +
.../vendor/github.com/prometheus/procfs/fscache.go | 422 +
.../github.com/prometheus/procfs/internal/fs/fs.go | 55 +
.../prometheus/procfs/internal/util/parse.go | 112 +
.../prometheus/procfs/internal/util/readfile.go | 37 +
.../prometheus/procfs/internal/util/sysreadfile.go | 50 +
.../procfs/internal/util/sysreadfile_compat.go | 27 +
.../prometheus/procfs/internal/util/valueparser.go | 91 +
.../vendor/github.com/prometheus/procfs/ipvs.go | 241 +
.../github.com/prometheus/procfs/kernel_random.go | 63 +
.../vendor/github.com/prometheus/procfs/loadavg.go | 62 +
.../vendor/github.com/prometheus/procfs/mdstat.go | 276 +
.../vendor/github.com/prometheus/procfs/meminfo.go | 389 +
.../github.com/prometheus/procfs/mountinfo.go | 180 +
.../github.com/prometheus/procfs/mountstats.go | 707 +
.../prometheus/procfs/net_conntrackstat.go
https://github.com/tektoncd-catalog/git-clone/compare/e03aee423140c7046376edad5e15737b9ebdc91e..768a778f1f7ccee8a4dd142e7f115e12c7e422fd
a44491f to
f80f75d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.