Commit 27e08bb
[bot] Update release-v1.17.x from tektoncd-catalog/git-clone to e179131
$ git diff --stat e1791317e816171bff68c1f9e942cc1fef201902..9f18c289a6d93f2db633aed90d01efe78278c22b
.github/workflows/build.yaml | 13 +-
.github/workflows/release.yaml | 16 +-
image/git-init/.goreleaser.yml | 2 +-
image/git-init/go.mod | 103 +-
image/git-init/go.sum | 305 +-
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 +
.../appengine => cel.dev/expr}/LICENSE | 0
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 ++
.../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/cespare/xxhash/v2/README.md | 2 +
.../vendor/github.com/cespare/xxhash/v2/xxhash.go | 29 +-
.../github.com/cespare/xxhash/v2/xxhash_asm.go | 2 +-
.../github.com/cespare/xxhash/v2/xxhash_other.go | 2 +-
.../github.com/cespare/xxhash/v2/xxhash_safe.go | 2 +-
.../github.com/cespare/xxhash/v2/xxhash_unsafe.go | 2 +-
.../github.com/emicklei/go-restful/v3/CHANGES.md | 42 +-
.../github.com/emicklei/go-restful/v3/README.md | 7 +-
.../github.com/emicklei/go-restful/v3/compress.go | 10 +
.../github.com/emicklei/go-restful/v3/constants.go | 2 +
.../github.com/emicklei/go-restful/v3/curly.go | 48 +-
.../emicklei/go-restful/v3/entity_accessors.go | 7 +
.../github.com/emicklei/go-restful/v3/json.go | 11 -
.../github.com/emicklei/go-restful/v3/jsoniter.go | 12 -
.../github.com/emicklei/go-restful/v3/jsr311.go | 2 +-
.../github.com/emicklei/go-restful/v3/request.go | 5 +-
.../github.com/emicklei/go-restful/v3/response.go | 3 +
.../github.com/emicklei/go-restful/v3/route.go | 17 +-
.../emicklei/go-restful/v3/route_builder.go | 55 +-
.../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 | 110 +-
.../github.com/evanphx/json-patch/v5/patch.go | 436 +-
.../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 +
.../fxamacker/cbor/v2/LICENSE} | 12 +-
.../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/README.md | 5 +
.../vendor/github.com/go-kit/log/json_logger.go | 4 +-
.../vendor/github.com/go-kit/log/level/doc.go | 11 +
.../vendor/github.com/go-kit/log/level/level.go | 53 +-
.../vendor/github.com/go-kit/log/staticcheck.conf | 1 +
.../vendor/github.com/go-logr/logr/README.md | 127 +-
.../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/logr.go | 78 +-
.../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/.golangci.yml | 61 +
.../github.com/go-openapi/jsonpointer/README.md | 8 +-
.../github.com/go-openapi/jsonpointer/pointer.go | 191 +-
.../go-openapi/jsonreference/.golangci.yml | 57 +-
.../github.com/go-openapi/jsonreference/README.md | 14 +-
.../jsonreference/internal/normalize_url.go | 5 +
.../vendor/github.com/go-openapi/swag/.gitignore | 1 +
.../github.com/go-openapi/swag/.golangci.yml | 54 +-
.../vendor/github.com/go-openapi/swag/BENCHMARK.md | 52 +
.../vendor/github.com/go-openapi/swag/README.md | 8 +-
.../github.com/go-openapi/swag/initialism_index.go | 202 +
.../vendor/github.com/go-openapi/swag/loading.go | 105 +-
.../github.com/go-openapi/swag/name_lexem.go | 70 +-
.../vendor/github.com/go-openapi/swag/post_go19.go | 68 -
.../vendor/github.com/go-openapi/swag/pre_go19.go | 70 -
.../vendor/github.com/go-openapi/swag/split.go | 470 +-
.../github.com/go-openapi/swag/string_bytes.go | 8 +
.../vendor/github.com/go-openapi/swag/util.go | 224 +-
.../vendor/github.com/go-openapi/swag/yaml.go | 39 +-
.../github.com/golang/protobuf/jsonpb/decode.go | 530 -
.../github.com/golang/protobuf/jsonpb/encode.go | 559 -
.../github.com/golang/protobuf/jsonpb/json.go | 69 -
.../github.com/golang/protobuf/ptypes/any.go | 7 +-
.../go-digest => google/cel-go}/LICENSE | 49 +-
.../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 ++
.../post_go18.go => 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} | 15 +-
.../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 +
.../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 +
.../pbutil => google/cel-go/parser/gen}/doc.go | 8 +-
.../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 ++
.../google/{gnostic => gnostic-models}/LICENSE | 0
.../{gnostic => gnostic-models}/compiler/README.md | 0
.../compiler/context.go | 0
.../{gnostic => gnostic-models}/compiler/error.go | 0
.../compiler/extensions.go | 2 +-
.../compiler/helpers.go | 2 +-
.../{gnostic => gnostic-models}/compiler/main.go | 0
.../{gnostic => gnostic-models}/compiler/reader.go | 0
.../extensions/README.md | 0
.../extensions/extension.pb.go | 4 +-
.../extensions/extension.proto | 0
.../extensions/extensions.go | 0
.../jsonschema/README.md | 0
.../{gnostic => gnostic-models}/jsonschema/base.go | 15 +-
.../jsonschema/display.go | 17 +-
.../jsonschema/models.go | 8 +-
.../jsonschema/operations.go | 0
.../jsonschema/reader.go | 1 +
.../jsonschema/schema.json | 0
.../jsonschema/writer.go | 30 +-
.../openapiv2/OpenAPIv2.go | 9 +-
.../openapiv2/OpenAPIv2.pb.go | 4 +-
.../openapiv2/OpenAPIv2.proto | 0
.../openapiv2/README.md | 0
.../openapiv2/document.go | 2 +-
.../openapiv2/openapi-2.0.json | 0
.../openapiv3/OpenAPIv3.go | 9 +-
.../openapiv3/OpenAPIv3.pb.go | 13 +-
.../openapiv3/OpenAPIv3.proto | 2 +-
.../openapiv3/README.md | 4 -
.../openapiv3/document.go | 2 +-
.../google/gnostic/openapiv3/annotations.pb.go | 183 -
.../google/gnostic/openapiv3/annotations.proto | 60 -
.../google/gnostic/openapiv3/openapi-3.0.json | 1251 ---
.../google/gnostic/openapiv3/openapi-3.1.json | 1250 ---
.../vendor/github.com/google/go-cmp/cmp/compare.go | 38 +-
.../go-cmp/cmp/{export_unsafe.go => export.go} | 5 -
.../github.com/google/go-cmp/cmp/export_panic.go | 16 -
.../google/go-cmp/cmp/internal/function/func.go | 7 +
.../value/{pointer_unsafe.go => pointer.go} | 3 -
.../go-cmp/cmp/internal/value/pointer_purego.go | 34 -
.../vendor/github.com/google/go-cmp/cmp/options.go | 94 +-
.../vendor/github.com/google/go-cmp/cmp/path.go | 46 +-
.../github.com/google/go-cmp/cmp/report_reflect.go | 2 +-
.../google/go-containerregistry/pkg/name/README.md | 3 -
.../google/go-containerregistry/pkg/name/check.go | 43 -
.../google/go-containerregistry/pkg/name/digest.go | 94 -
.../google/go-containerregistry/pkg/name/doc.go | 42 -
.../google/go-containerregistry/pkg/name/errors.go | 48 -
.../go-containerregistry/pkg/name/options.go | 83 -
.../google/go-containerregistry/pkg/name/ref.go | 75 -
.../go-containerregistry/pkg/name/registry.go | 142 -
.../go-containerregistry/pkg/name/repository.go | 121 -
.../google/go-containerregistry/pkg/name/tag.go | 108 -
.../grpc-gateway/v2/{LICENSE.txt => LICENSE} | 0
.../grpc-gateway/v2/internal/httprule/BUILD.bazel | 2 +-
.../grpc-gateway/v2/internal/httprule/fuzz.go | 4 +-
.../grpc-gateway/v2/internal/httprule/parse.go | 19 +-
.../grpc-gateway/v2/runtime/BUILD.bazel | 14 +-
.../grpc-gateway/v2/runtime/context.go | 81 +-
.../grpc-gateway/v2/runtime/convert.go | 52 +-
.../grpc-gateway/v2/runtime/errors.go | 51 +-
.../grpc-gateway/v2/runtime/fieldmask.go | 15 +-
.../grpc-gateway/v2/runtime/handler.go | 120 +-
.../v2/runtime/marshal_httpbodyproto.go | 2 +-
.../grpc-gateway/v2/runtime/marshal_json.go | 5 +
.../grpc-gateway/v2/runtime/marshal_jsonpb.go | 42 +-
.../grpc-gateway/v2/runtime/marshal_proto.go | 9 +-
.../grpc-gateway/v2/runtime/marshaler.go | 8 +
.../grpc-gateway/v2/runtime/marshaler_registry.go | 6 +-
.../grpc-ecosystem/grpc-gateway/v2/runtime/mux.go | 195 +-
.../grpc-gateway/v2/runtime/pattern.go | 20 +-
.../grpc-gateway/v2/runtime/proto2_convert.go | 4 +-
.../grpc-gateway/v2/runtime/query.go | 86 +-
.../grpc-gateway/v2/utilities/pattern.go | 2 +-
.../grpc-gateway/v2/utilities/readerfactory.go | 3 +-
.../grpc-gateway/v2/utilities/string_array_flag.go | 2 +-
.../grpc-gateway/v2/utilities/trie.go | 2 +-
.../matttproud/golang_protobuf_extensions/NOTICE | 1 -
.../golang_protobuf_extensions/pbutil/.gitignore | 1 -
.../golang_protobuf_extensions/pbutil/Makefile | 7 -
.../golang_protobuf_extensions/pbutil/decode.go | 75 -
.../golang_protobuf_extensions/pbutil/encode.go | 46 -
.../vendor/github.com/munnerz/goautoneg/LICENSE | 31 +
.../vendor/github.com/munnerz/goautoneg/Makefile | 13 +
.../ww => munnerz}/goautoneg/README.txt | 0
.../ww => munnerz}/goautoneg/autoneg.go | 109 +-
.../github.com/opencontainers/go-digest/.mailmap | 4 -
.../opencontainers/go-digest/.pullapprove.yml | 28 -
.../opencontainers/go-digest/.travis.yml | 5 -
.../opencontainers/go-digest/CONTRIBUTING.md | 72 -
.../opencontainers/go-digest/LICENSE.docs | 425 -
.../opencontainers/go-digest/MAINTAINERS | 5 -
.../github.com/opencontainers/go-digest/README.md | 96 -
.../opencontainers/go-digest/algorithm.go | 193 -
.../github.com/opencontainers/go-digest/digest.go | 157 -
.../opencontainers/go-digest/digester.go | 40 -
.../github.com/opencontainers/go-digest/doc.go | 62 -
.../opencontainers/go-digest/verifiers.go | 46 -
.../prometheus/client_golang/prometheus/counter.go | 59 +-
.../prometheus/client_golang/prometheus/desc.go | 58 +-
.../prometheus/client_golang/prometheus/doc.go | 107 +-
.../client_golang/prometheus/expvar_collector.go | 2 +-
.../prometheus/client_golang/prometheus/gauge.go | 36 +-
.../prometheus/go_collector_latest.go | 7 +-
.../client_golang/prometheus/histogram.go | 1099 +-
.../prometheus/internal/almost_equal.go | 60 +
.../client_golang/prometheus/internal/difflib.go | 15 +-
.../prometheus/client_golang/prometheus/labels.go | 103 +-
.../prometheus/client_golang/prometheus/metric.go | 11 +-
.../prometheus/process_collector_other.go | 4 +-
.../prometheus/process_collector_wasip1.go | 26 +
.../client_golang/prometheus/promhttp/http.go | 19 +-
.../prometheus/promhttp/instrument_client.go | 27 +-
.../prometheus/promhttp/instrument_server.go | 118 +-
.../client_golang/prometheus/promhttp/option.go | 38 +-
.../client_golang/prometheus/registry.go | 53 +-
.../prometheus/client_golang/prometheus/summary.go | 81 +-
.../prometheus/client_golang/prometheus/timer.go | 39 +-
.../prometheus/client_golang/prometheus/value.go | 61 +-
.../prometheus/client_golang/prometheus/vec.go | 95 +-
.../prometheus/client_golang/prometheus/vnext.go | 23 +
.../prometheus/client_golang/prometheus/wrap.go | 8 +-
.../prometheus/client_model/go/metrics.pb.go | 1601 ++-
.../github.com/prometheus/common/expfmt/decode.go | 70 +-
.../github.com/prometheus/common/expfmt/encode.go | 90 +-
.../github.com/prometheus/common/expfmt/expfmt.go | 166 +-
.../github.com/prometheus/common/expfmt/fuzz.go | 4 +-
.../prometheus/common/expfmt/openmetrics_create.go | 297 +-
.../prometheus/common/expfmt/text_create.go | 121 +-
.../prometheus/common/expfmt/text_parse.go | 16 +-
.../github.com/prometheus/common/model/alert.go | 31 +-
.../github.com/prometheus/common/model/labels.go | 22 +-
.../github.com/prometheus/common/model/labelset.go | 11 -
.../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 | 369 +-
.../prometheus/common/model/signature.go | 6 +-
.../github.com/prometheus/common/model/silence.go | 2 +-
.../github.com/prometheus/common/model/time.go | 89 +-
.../github.com/prometheus/common/model/value.go | 262 +-
.../prometheus/common/model/value_float.go | 98 +
.../prometheus/common/model/value_histogram.go | 178 +
.../prometheus/common/model/value_type.go | 83 +
.../github.com/prometheus/procfs/.golangci.yml | 10 +
.../github.com/prometheus/procfs/MAINTAINERS.md | 3 +-
.../github.com/prometheus/procfs/Makefile.common | 45 +-
.../vendor/github.com/prometheus/procfs/README.md | 4 +-
.../vendor/github.com/prometheus/procfs/arp.go | 6 +-
.../github.com/prometheus/procfs/buddyinfo.go | 10 +-
.../vendor/github.com/prometheus/procfs/cpuinfo.go | 53 +-
.../prometheus/procfs/cpuinfo_loong64.go | 19 +
.../github.com/prometheus/procfs/cpuinfo_others.go | 4 +-
.../vendor/github.com/prometheus/procfs/crypto.go | 7 +-
.../vendor/github.com/prometheus/procfs/doc.go | 51 +-
.../vendor/github.com/prometheus/procfs/fs.go | 11 +-
.../prometheus/procfs/fs_statfs_notype.go | 23 +
.../github.com/prometheus/procfs/fs_statfs_type.go | 33 +
.../vendor/github.com/prometheus/procfs/fscache.go | 6 +-
.../prometheus/procfs/internal/util/parse.go | 15 +
.../vendor/github.com/prometheus/procfs/ipvs.go | 7 +-
.../vendor/github.com/prometheus/procfs/loadavg.go | 4 +-
.../vendor/github.com/prometheus/procfs/mdstat.go | 62 +-
.../vendor/github.com/prometheus/procfs/meminfo.go | 220 +-
.../github.com/prometheus/procfs/mountinfo.go | 10 +-
.../github.com/prometheus/procfs/mountstats.go | 119 +-
.../prometheus/procfs/net_conntrackstat.go | 91 +-
.../github.com/prometheus/procfs/net_ip_socket.go | 58 +-
.../github.com/prometheus/procfs/net_protocols.go | 4 +-
.../github.com/prometheus/procfs/net_route.go | 143 +
.../github.com/prometheus/procfs/net_sockstat.go | 9 +-
.../github.com/prometheus/procfs/net_softnet.go | 79 +-
.../github.com/prometheus/procfs/net_tls_stat.go | 119 +
.../github.com/prometheus/procfs/net_unix.go | 16 +-
.../github.com/prometheus/procfs/net_wireless.go | 182 +
.../github.com/prometheus/procfs/net_xfrm.go | 2 +-
.../vendor/github.com/prometheus/procfs/netstat.go | 54 +-
.../vendor/github.com/prometheus/procfs/proc.go | 39 +-
.../github.com/prometheus/procfs/proc_cgroup.go | 6 +-
.../github.com/prometheus/procfs/proc_cgroups.go | 8 +-
.../github.com/prometheus/procfs/proc_fdinfo.go | 10 +-
.../prometheus/procfs/proc_interrupts.go | 98 +
.../github.com/prometheus/procfs/proc_limits.go | 4 +-
.../github.com/prometheus/procfs/proc_maps.go | 24 +-
.../github.com/prometheus/procfs/proc_netstat.go | 495 +-
.../vendor/github.com/prometheus/procfs/proc_ns.go | 6 +-
.../github.com/prometheus/procfs/proc_psi.go | 6 +-
.../github.com/prometheus/procfs/proc_smaps.go | 6 +-
.../github.com/prometheus/procfs/proc_snmp.go | 322 +-
.../github.com/prometheus/procfs/proc_snmp6.go | 364 +-
.../github.com/prometheus/procfs/proc_stat.go | 19 +-
.../github.com/prometheus/procfs/proc_status.go | 88 +-
.../github.com/prometheus/procfs/proc_sys.go | 2 +-
.../vendor/github.com/prometheus/procfs/slab.go | 2 +-
.../github.com/prometheus/procfs/softirqs.go | 24 +-
.../vendor/github.com/prometheus/procfs/stat.go | 50 +-
.../vendor/github.com/prometheus/procfs/swaps.go | 8 +-
.../vendor/github.com/prometheus/procfs/thread.go | 80 +
.../vendor/github.com/prometheus/procfs/vm.go | 6 +-
.../github.com/prometheus/procfs/zoneinfo.go | 4 +-
.../prometheus/statsd_exporter/pkg/level/level.go | 97 +
.../statsd_exporter/pkg/mapper/escape.go | 12 +
.../statsd_exporter/pkg/mapper/fsm/dump.go | 2 +-
.../statsd_exporter/pkg/mapper/fsm/fsm.go | 3 +-
.../statsd_exporter/pkg/mapper/mapper.go | 11 +-
.../github.com/stoewer/go-strcase/.gitignore | 17 +
.../github.com/stoewer/go-strcase/.golangci.yml | 26 +
.../vendor/github.com/stoewer/go-strcase/LICENSE | 21 +
.../vendor/github.com/stoewer/go-strcase/README.md | 50 +
.../vendor/github.com/stoewer/go-strcase/camel.go | 37 +
.../vendor/github.com/stoewer/go-strcase/doc.go | 8 +
.../vendor/github.com/stoewer/go-strcase/helper.go | 71 +
.../vendor/github.com/stoewer/go-strcase/kebab.go | 14 +
.../vendor/github.com/stoewer/go-strcase/snake.go | 58 +
.../pipeline/internal/artifactref/artifactref.go | 18 +
.../tektoncd/pipeline/pkg/apis/config/default.go | 87 +-
.../tektoncd/pipeline/pkg/apis/config/events.go | 185 +
.../pipeline/pkg/apis/config/feature_flags.go | 295 +-
.../featureflags_validation.go} | 19 +-
.../tektoncd/pipeline/pkg/apis/config/metrics.go | 33 +-
.../tektoncd/pipeline/pkg/apis/config/store.go | 16 +
.../tektoncd/pipeline/pkg/apis/config/tracing.go | 103 +
.../pkg/apis/config/zz_generated.deepcopy.go | 47 +
.../pipeline/pkg/apis/pipeline/constant.go | 2 +-
.../pipeline/pkg/apis/pipeline/errors/errors.go | 85 +
.../apis/pipeline/internal/checksum/checksum.go | 57 +
.../tektoncd/pipeline/pkg/apis/pipeline/options.go | 5 +-
.../tektoncd/pipeline/pkg/apis/pipeline/paths.go | 4 +
.../pipeline/pod/affinity_assitant_template.go | 13 +
.../pipeline/pkg/apis/pipeline/pod/template.go | 73 +-
.../pkg/apis/pipeline/pod/zz_generated.deepcopy.go | 10 +
.../pipeline/pkg/apis/pipeline/register.go | 14 +
.../pkg/apis/pipeline/v1/artifact_types.go | 135 +
.../pkg/apis/pipeline/v1/container_types.go | 150 +-
.../pkg/apis/pipeline/v1/container_validation.go | 99 +
.../pipeline/pkg/apis/pipeline/v1/matrix_types.go | 23 +-
.../pipeline/pkg/apis/pipeline/v1/merge.go | 23 +-
.../pkg/apis/pipeline/v1/openapi_generated.go | 506 +-
.../pipeline/pkg/apis/pipeline/v1/param_types.go | 116 +-
.../pkg/apis/pipeline/v1/pipeline_defaults.go | 6 +-
.../pkg/apis/pipeline/v1/pipeline_types.go | 60 +
.../pkg/apis/pipeline/v1/pipeline_validation.go | 380 +-
.../pkg/apis/pipeline/v1/pipelineref_validation.go | 27 +-
.../pkg/apis/pipeline/v1/pipelinerun_types.go | 87 +-
.../pkg/apis/pipeline/v1/pipelinerun_validation.go | 61 +-
.../pkg/apis/pipeline/v1/result_defaults.go | 23 +
.../pipeline/pkg/apis/pipeline/v1/result_types.go | 27 +
.../pkg/apis/pipeline/v1/result_validation.go | 119 +-
.../pipeline/pkg/apis/pipeline/v1/resultref.go | 126 +-
.../pipeline/pkg/apis/pipeline/v1/swagger.json | 266 +-
.../pipeline/pkg/apis/pipeline/v1/task_defaults.go | 7 +
.../pipeline/pkg/apis/pipeline/v1/task_types.go | 22 +
.../pkg/apis/pipeline/v1/task_validation.go | 386 +-
.../pkg/apis/pipeline/v1/taskref_validation.go | 27 +-
.../pkg/apis/pipeline/v1/taskrun_defaults.go | 6 +-
.../pipeline/pkg/apis/pipeline/v1/taskrun_types.go | 103 +-
.../pkg/apis/pipeline/v1/taskrun_validation.go | 90 +-
.../pipeline/pkg/apis/pipeline/v1/when_types.go | 24 +-
.../pkg/apis/pipeline/v1/when_validation.go | 35 +-
.../pkg/apis/pipeline/v1/workspace_validation.go | 12 -
.../pkg/apis/pipeline/v1/zz_generated.deepcopy.go | 232 +-
.../pkg/apis/pipeline/v1beta1/artifact_types.go | 33 +
.../apis/pipeline/v1beta1/container_conversion.go | 47 +
.../pkg/apis/pipeline/v1beta1/container_types.go | 90 +-
.../apis/pipeline/v1beta1/container_validation.go | 99 +
.../pkg/apis/pipeline/v1beta1/customrun_types.go | 7 +-
.../pkg/apis/pipeline/v1beta1/matrix_types.go | 21 +-
.../pipeline/pkg/apis/pipeline/v1beta1/merge.go | 7 +-
.../pkg/apis/pipeline/v1beta1/openapi_generated.go | 710 +-
.../pkg/apis/pipeline/v1beta1/param_conversion.go | 2 +
.../pkg/apis/pipeline/v1beta1/param_types.go | 56 +-
.../apis/pipeline/v1beta1/pipeline_conversion.go | 30 +
.../pkg/apis/pipeline/v1beta1/pipeline_defaults.go | 6 +-
.../pkg/apis/pipeline/v1beta1/pipeline_types.go | 52 +-
.../apis/pipeline/v1beta1/pipeline_validation.go | 352 +-
.../pipeline/v1beta1/pipelineref_conversion.go | 26 +-
.../pkg/apis/pipeline/v1beta1/pipelineref_types.go | 2 +
.../pipeline/v1beta1/pipelineref_validation.go | 73 +-
.../pipeline/v1beta1/pipelinerun_conversion.go | 28 +
.../pkg/apis/pipeline/v1beta1/pipelinerun_types.go | 14 +-
.../pipeline/v1beta1/pipelinerun_validation.go | 57 +-
.../pipeline/pkg/apis/pipeline/v1beta1/register.go | 2 +
.../pkg/apis/pipeline/v1beta1/resource_types.go | 10 +
.../pkg/apis/pipeline/v1beta1/result_conversion.go | 8 +
.../pkg/apis/pipeline/v1beta1/result_types.go | 7 +
.../pkg/apis/pipeline/v1beta1/result_validation.go | 62 +-
.../pkg/apis/pipeline/v1beta1/resultref.go | 83 +-
.../apis/pipeline/v1beta1/stepaction_conversion.go | 42 +
.../apis/pipeline/v1beta1/stepaction_defaults.go | 37 +
.../pkg/apis/pipeline/v1beta1/stepaction_types.go | 193 +
.../apis/pipeline/v1beta1/stepaction_validation.go | 209 +
.../pkg/apis/pipeline/v1beta1/swagger.json | 370 +-
.../pkg/apis/pipeline/v1beta1/task_conversion.go | 41 +-
.../pkg/apis/pipeline/v1beta1/task_types.go | 25 +-
.../pkg/apis/pipeline/v1beta1/task_validation.go | 287 +-
.../apis/pipeline/v1beta1/taskref_conversion.go | 26 +-
.../pkg/apis/pipeline/v1beta1/taskref_types.go | 1 +
.../apis/pipeline/v1beta1/taskref_validation.go | 65 +-
.../apis/pipeline/v1beta1/taskrun_conversion.go | 196 +-
.../pkg/apis/pipeline/v1beta1/taskrun_defaults.go | 6 +-
.../pkg/apis/pipeline/v1beta1/taskrun_types.go | 75 +-
.../apis/pipeline/v1beta1/taskrun_validation.go | 81 +-
.../pkg/apis/pipeline/v1beta1/when_types.go | 24 +-
.../pkg/apis/pipeline/v1beta1/when_validation.go | 34 +-
.../apis/pipeline/v1beta1/zz_generated.deepcopy.go | 324 +-
.../resource/v1alpha1/pipeline_resource_types.go | 14 +
.../featureflags_validation.go} | 15 +-
.../pipeline/pkg/internal/resultref/resultref.go | 173 +
.../tektoncd/pipeline/pkg/result/result.go | 14 +
.../tektoncd/pipeline/pkg/spire/config/config.go | 3 +-
.../pipeline/pkg/substitution/substitution.go | 36 +-
.../tektoncd/pipeline/pkg/termination/parse.go | 11 +-
.../vendor/github.com/x448/float16/.travis.yml | 13 +
.../vendor/github.com/x448/float16/LICENSE | 22 +
.../vendor/github.com/x448/float16/README.md | 133 +
.../vendor/github.com/x448/float16/float16.go | 302 +
.../vendor/go.uber.org/atomic/.codecov.yml | 19 -
.../git-init/vendor/go.uber.org/atomic/.gitignore | 15 -
.../vendor/go.uber.org/atomic/CHANGELOG.md | 117 -
image/git-init/vendor/go.uber.org/atomic/Makefile | 79 -
image/git-init/vendor/go.uber.org/atomic/README.md | 63 -
image/git-init/vendor/go.uber.org/atomic/bool.go | 88 -
image/git-init/vendor/go.uber.org/atomic/doc.go | 23 -
.../git-init/vendor/go.uber.org/atomic/duration.go | 89 -
.../vendor/go.uber.org/atomic/duration_ext.go | 40 -
image/git-init/vendor/go.uber.org/atomic/error.go | 62 -
.../git-init/vendor/go.uber.org/atomic/float32.go | 77 -
.../vendor/go.uber.org/atomic/float32_ext.go | 76 -
.../git-init/vendor/go.uber.org/atomic/float64.go | 77 -
.../vendor/go.uber.org/atomic/float64_ext.go | 76 -
image/git-init/vendor/go.uber.org/atomic/gen.go | 27 -
image/git-init/vendor/go.uber.org/atomic/int32.go | 109 -
image/git-init/vendor/go.uber.org/atomic/int64.go | 109 -
image/git-init/vendor/go.uber.org/atomic/nocmp.go | 35 -
.../vendor/go.uber.org/atomic/pointer_go118.go | 60 -
.../vendor/go.uber.org/atomic/pointer_go119.go | 61 -
image/git-init/vendor/go.uber.org/atomic/string.go | 65 -
.../vendor/go.uber.org/atomic/string_ext.go | 43 -
.../git-init/vendor/go.uber.org/atomic/time_ext.go | 36 -
image/git-init/vendor/go.uber.org/atomic/uint32.go | 109 -
image/git-init/vendor/go.uber.org/atomic/uint64.go | 109 -
.../git-init/vendor/go.uber.org/atomic/uintptr.go | 109 -
.../vendor/go.uber.org/atomic/unsafe_pointer.go | 65 -
image/git-init/vendor/go.uber.org/atomic/value.go | 31 -
.../vendor/go.uber.org/multierr/CHANGELOG.md | 23 +
.../git-init/vendor/go.uber.org/multierr/README.md | 22 +-
.../git-init/vendor/go.uber.org/multierr/error.go | 406 +-
.../error_ext.go => multierr/error_post_go120.go} | 35 +-
.../vendor/go.uber.org/multierr/error_pre_go120.go | 79 +
.../vendor/go.uber.org/multierr/glide.yaml | 8 -
.../git-init/vendor/go.uber.org/zap/.golangci.yml | 77 +
image/git-init/vendor/go.uber.org/zap/.readme.tmpl | 10 +-
image/git-init/vendor/go.uber.org/zap/CHANGELOG.md | 292 +-
.../go.uber.org/zap/{LICENSE.txt => LICENSE} | 0
image/git-init/vendor/go.uber.org/zap/Makefile | 87 +-
image/git-init/vendor/go.uber.org/zap/README.md | 78 +-
image/git-init/vendor/go.uber.org/zap/array.go | 127 +
.../git-init/vendor/go.uber.org/zap/array_go118.go | 156 -
.../vendor/go.uber.org/zap/buffer/buffer.go | 5 +
.../git-init/vendor/go.uber.org/zap/buffer/pool.go | 20 +-
image/git-init/vendor/go.uber.org/zap/config.go | 84 +-
image/git-init/vendor/go.uber.org/zap/error.go | 14 +-
image/git-init/vendor/go.uber.org/zap/field.go | 196 +-
.../vendor/go.uber.org/zap/http_handler.go | 19 +-
.../go.uber.org/zap/internal/level_enabler.go | 2 +
.../{atomic/time.go => zap/internal/pool/pool.go} | 51 +-
.../stacktrace/stack.go} | 81 +-
image/git-init/vendor/go.uber.org/zap/level.go | 9 +-
image/git-init/vendor/go.uber.org/zap/logger.go | 87 +-
image/git-init/vendor/go.uber.org/zap/options.go | 15 +
image/git-init/vendor/go.uber.org/zap/sink.go | 5 +-
image/git-init/vendor/go.uber.org/zap/sugar.go | 108 +-
image/git-init/vendor/go.uber.org/zap/writer.go | 12 +-
.../go.uber.org/zap/zapcore/console_encoder.go | 16 +-
.../vendor/go.uber.org/zap/zapcore/core.go | 6 +-
.../vendor/go.uber.org/zap/zapcore/encoder.go | 15 +
.../vendor/go.uber.org/zap/zapcore/entry.go | 22 +-
.../vendor/go.uber.org/zap/zapcore/error.go | 14 +-
.../vendor/go.uber.org/zap/zapcore/field.go | 2 +-
.../vendor/go.uber.org/zap/zapcore/json_encoder.go | 157 +-
.../bool_ext.go => zap/zapcore/lazy_with.go} | 49 +-
.../vendor/go.uber.org/zap/zapcore/sampler.go | 9 +-
image/git-init/vendor/golang.org/x/exp/LICENSE | 4 +-
.../golang.org/x/exp/constraints/constraints.go | 50 +
.../git-init/vendor/golang.org/x/exp/maps/maps.go | 94 -
.../git-init/vendor/golang.org/x/exp/slices/cmp.go | 44 +
.../vendor/golang.org/x/exp/slices/slices.go | 515 +
.../vendor/golang.org/x/exp/slices/sort.go | 197 +
.../vendor/golang.org/x/exp/slices/zsortanyfunc.go | 479 +
.../vendor/golang.org/x/exp/slices/zsortordered.go | 481 +
image/git-init/vendor/golang.org/x/net/LICENSE | 4 +-
.../vendor/golang.org/x/net/context/context.go | 56 -
.../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 -
.../golang.org/x/net/http/httpguts/httplex.go | 13 +-
.../golang.org/x/net/http2/client_conn_pool.go | 8 +-
.../vendor/golang.org/x/net/http2/config.go | 122 +
.../vendor/golang.org/x/net/http2/config_go124.go | 61 +
.../golang.org/x/net/http2/config_pre_go124.go | 16 +
.../vendor/golang.org/x/net/http2/frame.go | 17 +-
.../vendor/golang.org/x/net/http2/http2.go | 131 +-
.../vendor/golang.org/x/net/http2/server.go | 434 +-
.../vendor/golang.org/x/net/http2/testsync.go | 331 -
.../vendor/golang.org/x/net/http2/timer.go | 20 +
.../vendor/golang.org/x/net/http2/transport.go | 1112 +-
.../vendor/golang.org/x/net/http2/unencrypted.go | 32 +
.../vendor/golang.org/x/net/http2/write.go | 13 +-
.../golang.org/x/net/http2/writesched_priority.go | 4 +-
.../golang.org/x/net/internal/httpcommon/ascii.go | 53 +
.../{http2 => internal/httpcommon}/headermap.go | 24 +-
.../x/net/internal/httpcommon/request.go | 467 +
image/git-init/vendor/golang.org/x/oauth2/LICENSE | 4 +-
.../git-init/vendor/golang.org/x/oauth2/README.md | 15 +-
.../vendor/golang.org/x/oauth2/deviceauth.go | 198 +
.../x/oauth2/internal/client_appengine.go | 14 -
.../vendor/golang.org/x/oauth2/internal/token.go | 70 +-
.../golang.org/x/oauth2/internal/transport.go | 5 -
.../git-init/vendor/golang.org/x/oauth2/oauth2.go | 37 +-
image/git-init/vendor/golang.org/x/oauth2/pkce.go | 68 +
image/git-init/vendor/golang.org/x/oauth2/token.go | 9 +-
image/git-init/vendor/golang.org/x/sync/LICENSE | 4 +-
.../golang.org/x/sync/semaphore/semaphore.go | 42 +-
image/git-init/vendor/golang.org/x/sys/LICENSE | 4 +-
.../vendor/golang.org/x/sys/unix/README.md | 2 +-
.../vendor/golang.org/x/sys/unix/asm_zos_s390x.s | 665 +-
.../git-init/vendor/golang.org/x/sys/unix/auxv.go | 36 +
.../golang.org/x/sys/unix/auxv_unsupported.go | 13 +
.../vendor/golang.org/x/sys/unix/bpxsvc_zos.go | 657 ++
.../vendor/golang.org/x/sys/unix/bpxsvc_zos.s | 192 +
.../vendor/golang.org/x/sys/unix/epoll_zos.go | 220 -
.../vendor/golang.org/x/sys/unix/fstatfs_zos.go | 163 -
.../vendor/golang.org/x/sys/unix/ioctl_linux.go | 96 +
.../vendor/golang.org/x/sys/unix/mkerrors.sh | 20 +-
.../vendor/golang.org/x/sys/unix/mmap_nomremap.go | 2 +-
.../vendor/golang.org/x/sys/unix/mremap.go | 5 +
.../vendor/golang.org/x/sys/unix/pagesize_unix.go | 2 +-
.../x/sys/unix/readdirent_getdirentries.go | 2 +-
.../vendor/golang.org/x/sys/unix/sockcmsg_zos.go | 58 +
.../golang.org/x/sys/unix/symaddr_zos_s390x.s | 75 +
.../vendor/golang.org/x/sys/unix/syscall_aix.go | 2 +-
.../vendor/golang.org/x/sys/unix/syscall_darwin.go | 61 +
.../golang.org/x/sys/unix/syscall_dragonfly.go | 12 +
.../vendor/golang.org/x/sys/unix/syscall_hurd.go | 1 +
.../vendor/golang.org/x/sys/unix/syscall_linux.go | 65 +-
.../golang.org/x/sys/unix/syscall_linux_arm64.go | 2 +
.../golang.org/x/sys/unix/syscall_linux_loong64.go | 2 +
.../golang.org/x/sys/unix/syscall_linux_riscv64.go | 2 +
.../golang.org/x/sys/unix/syscall_openbsd.go | 1 +
.../golang.org/x/sys/unix/syscall_solaris.go | 87 +
.../vendor/golang.org/x/sys/unix/syscall_unix.go | 9 +
.../golang.org/x/sys/unix/syscall_zos_s390x.go | 1587 ++-
.../vendor/golang.org/x/sys/unix/sysvshm_unix.go | 2 +-
.../golang.org/x/sys/unix/sysvshm_unix_other.go | 2 +-
.../golang.org/x/sys/unix/vgetrandom_linux.go | 13 +
.../x/sys/unix/vgetrandom_unsupported.go | 11 +
.../golang.org/x/sys/unix/zerrors_darwin_amd64.go | 12 +
.../golang.org/x/sys/unix/zerrors_darwin_arm64.go | 12 +
.../vendor/golang.org/x/sys/unix/zerrors_linux.go | 129 +-
.../golang.org/x/sys/unix/zerrors_linux_386.go | 31 +
.../golang.org/x/sys/unix/zerrors_linux_amd64.go | 31 +
.../golang.org/x/sys/unix/zerrors_linux_arm.go | 30 +
.../golang.org/x/sys/unix/zerrors_linux_arm64.go | 33 +
.../golang.org/x/sys/unix/zerrors_linux_loong64.go | 30 +
.../golang.org/x/sys/unix/zerrors_linux_mips.go | 30 +
.../golang.org/x/sys/unix/zerrors_linux_mips64.go | 30 +
.../x/sys/unix/zerrors_linux_mips64le.go | 30 +
.../golang.org/x/sys/unix/zerrors_linux_mipsle.go | 30 +
.../golang.org/x/sys/unix/zerrors_linux_ppc.go | 30 +
.../golang.org/x/sys/unix/zerrors_linux_ppc64.go | 30 +
.../golang.org/x/sys/unix/zerrors_linux_ppc64le.go | 30 +
.../golang.org/x/sys/unix/zerrors_linux_riscv64.go | 30 +
.../golang.org/x/sys/unix/zerrors_linux_s390x.go | 30 +
.../golang.org/x/sys/unix/zerrors_linux_sparc64.go | 30 +
.../golang.org/x/sys/unix/zerrors_zos_s390x.go | 235 +-
.../golang.org/x/sys/unix/zsymaddr_zos_s390x.s | 364 +
.../golang.org/x/sys/unix/zsyscall_darwin_amd64.go | 101 +
.../golang.org/x/sys/unix/zsyscall_darwin_amd64.s | 25 +
.../golang.org/x/sys/unix/zsyscall_darwin_arm64.go | 101 +
.../golang.org/x/sys/unix/zsyscall_darwin_arm64.s | 25 +
.../vendor/golang.org/x/sys/unix/zsyscall_linux.go | 43 +-
.../golang.org/x/sys/unix/zsyscall_openbsd_386.go | 24 +
.../golang.org/x/sys/unix/zsyscall_openbsd_386.s | 5 +
.../x/sys/unix/zsyscall_openbsd_amd64.go | 24 +
.../golang.org/x/sys/unix/zsyscall_openbsd_amd64.s | 5 +
.../golang.org/x/sys/unix/zsyscall_openbsd_arm.go | 24 +
.../golang.org/x/sys/unix/zsyscall_openbsd_arm.s | 5 +
.../x/sys/unix/zsyscall_openbsd_arm64.go | 24 +
.../golang.org/x/sys/unix/zsyscall_openbsd_arm64.s | 5 +
.../x/sys/unix/zsyscall_openbsd_mips64.go | 24 +
.../x/sys/unix/zsyscall_openbsd_mips64.s | 5 +
.../x/sys/unix/zsyscall_openbsd_ppc64.go | 24 +
.../golang.org/x/sys/unix/zsyscall_openbsd_ppc64.s | 6 +
.../x/sys/unix/zsyscall_openbsd_riscv64.go | 24 +
.../x/sys/unix/zsyscall_openbsd_riscv64.s | 5 +
.../x/sys/unix/zsyscall_solaris_amd64.go | 114 +
.../golang.org/x/sys/unix/zsyscall_zos_s390x.go | 3113 +++++-
.../golang.org/x/sys/unix/zsysnum_linux_386.go | 10 +
.../golang.org/x/sys/unix/zsysnum_linux_amd64.go | 11 +
.../golang.org/x/sys/unix/zsysnum_linux_arm.go | 10 +
.../golang.org/x/sys/unix/zsysnum_linux_arm64.go | 12 +-
.../golang.org/x/sys/unix/zsysnum_linux_loong64.go | 12 +
.../golang.org/x/sys/unix/zsysnum_linux_mips.go | 10 +
.../golang.org/x/sys/unix/zsysnum_linux_mips64.go | 10 +
.../x/sys/unix/zsysnum_linux_mips64le.go | 10 +
.../golang.org/x/sys/unix/zsysnum_linux_mipsle.go | 10 +
.../golang.org/x/sys/unix/zsysnum_linux_ppc.go | 10 +
.../golang.org/x/sys/unix/zsysnum_linux_ppc64.go | 10 +
.../golang.org/x/sys/unix/zsysnum_linux_ppc64le.go | 10 +
.../golang.org/x/sys/unix/zsysnum_linux_riscv64.go | 12 +-
.../golang.org/x/sys/unix/zsysnum_linux_s390x.go | 10 +
.../golang.org/x/sys/unix/zsysnum_linux_sparc64.go | 10 +
.../golang.org/x/sys/unix/zsysnum_zos_s390x.go | 5507 +++++-----
.../golang.org/x/sys/unix/ztypes_darwin_amd64.go | 73 +
.../golang.org/x/sys/unix/ztypes_darwin_arm64.go | 73 +
.../golang.org/x/sys/unix/ztypes_freebsd_386.go | 1 +
.../golang.org/x/sys/unix/ztypes_freebsd_amd64.go | 1 +
.../golang.org/x/sys/unix/ztypes_freebsd_arm.go | 1 +
.../golang.org/x/sys/unix/ztypes_freebsd_arm64.go | 1 +
.../x/sys/unix/ztypes_freebsd_riscv64.go | 1 +
.../vendor/golang.org/x/sys/unix/ztypes_linux.go | 287 +-
.../golang.org/x/sys/unix/ztypes_linux_386.go | 8 -
.../golang.org/x/sys/unix/ztypes_linux_amd64.go | 9 -
.../golang.org/x/sys/unix/ztypes_linux_arm.go | 9 -
.../golang.org/x/sys/unix/ztypes_linux_arm64
https://github.com/tektoncd-catalog/git-clone/compare/e1791317e816171bff68c1f9e942cc1fef201902..9f18c289a6d93f2db633aed90d01efe78278c22b1 parent 009605f commit 27e08bb
File tree
1,437 files changed
+48378
-177615
lines changed- upstream
- .github/workflows
- image/git-init
- vendor
- cel.dev/expr
- github.com
- antlr4-go/antlr/v4
- cespare/xxhash/v2
- emicklei/go-restful/v3
- evanphx/json-patch/v5
- internal/json
- fxamacker/cbor/v2
- go-kit/log
- level
- go-logr/logr
- go-openapi
- jsonpointer
- jsonreference
- internal
- swag
- golang/protobuf
- jsonpb
- ptypes
- google
- cel-go
- cel
- checker
- decls
- common
- ast
- containers
- debug
- decls
- functions
- operators
- overloads
- runes
- stdlib
- types
- pb
- ref
- traits
- interpreter
- parser
- gen
- gnostic
- compiler
- extensions
- jsonschema
- openapiv2
- openapiv3
- go-cmp/cmp
- internal
- function
- value
- go-containerregistry
- pkg/name
- grpc-ecosystem/grpc-gateway/v2
- internal/httprule
- runtime
- utilities
- matttproud/golang_protobuf_extensions
- pbutil
- munnerz/goautoneg
- opencontainers/go-digest
- prometheus
- client_golang/prometheus
- internal
- promhttp
- client_model/go
- common
- expfmt
- internal/bitbucket.org/ww/goautoneg
- model
- procfs
- internal/util
- statsd_exporter/pkg
- level
- mapper
- fsm
- stoewer/go-strcase
- tektoncd/pipeline
- internal/artifactref
- pkg
- apis
- config
- pipeline
- errors
- internal/checksum
- pod
- v1beta1
- v1
- resource/v1alpha1
- version
- internal/resultref
- result
- spire/config
- substitution
- termination
- x448/float16
- go.uber.org
- atomic
- multierr
- zap
- buffer
- internal
- zapcore
- golang.org/x
- exp
- constraints
- maps
- slices
- net
- context
- http2
- http/httpguts
- internal/httpcommon
- oauth2
- internal
- sync
- semaphore
- sys
- unix
- windows
- term
- text
- time
- rate
- gomodules.xyz/jsonpatch/v2
- google.golang.org
- appengine
- internal
- base
- datastore
- log
- remote_api
- urlfetch
- urlfetch
- genproto
- googleapis
- api
- expr/v1alpha1
- httpbody
- rpc/status
- protobuf/field_mask
- grpc
- attributes
- backoff
- balancer
- base
- pickfirst
- internal
- pickfirstleaf
- roundrobin
- binarylog/grpc_binarylog_v1
- codes
- credentials
- insecure
- encoding
- proto
- experimental/stats
- grpclog
- internal
- health/grpc_health_v1
- internal
- backoff
- balancerload
- balancer/gracefulswitch
- binarylog
- buffer
- channelz
- credentials
- envconfig
- grpclog
- grpcrand
- grpcsync
- grpcutil
- idle
- metadata
- pretty
- resolver
- dns
- internal
- passthrough
- unix
- stats
- status
- syscall
- transport
- keepalive
- mem
- metadata
- peer
- resolver
- dns
- stats
- status
- tap
- protobuf
- encoding
- protodelim
- protojson
- prototext
- internal
- descfmt
- descopts
- editiondefaults
- editionssupport
- encoding
- json
- tag
- text
- errors
- filedesc
- filetype
- flags
- genid
- impl
- order
- protolazy
- strs
- version
- protoadapt
- proto
- reflect
- protodesc
- protoreflect
- protoregistry
- runtime
- protoiface
- protoimpl
- types
- descriptorpb
- dynamicpb
- gofeaturespb
- known
- anypb
- durationpb
- emptypb
- fieldmaskpb
- structpb
- timestamppb
- wrapperspb
- k8s.io
- apimachinery/pkg
- apis/meta
- internalversion
- validation
- v1beta1
- v1
- unstructured
- validation
- api
- errors
- meta
- resource
- validation
- labels
- runtime
- schema
- serializer
- cbor
- direct
- internal/modes
- streaming
- versioning
- types
- util
- cache
- diff
- dump
- errors
- framer
- intstr
- mergepatch
- net
- runtime
- sets
- strategicpatch
- validation
- field
- wait
- watch
- api
- admissionregistration/v1
- authentication/v1
- batch/v1
- core/v1
- client-go
- dynamic
- features
- pkg
- apis/clientauthentication
- v1beta1
- v1
- version
- plugin/pkg/client/auth/exec
- rest
- watch
- tools
- cache
- synctrack
- clientcmd/api
- metrics
- pager
- transport
- util
- cert
- consistencydetector
- flowcontrol
- keyutil
- watchlist
- workqueue
- klog/v2
- internal
- buffer
- clock
- serialize
- sloghandler
- kube-openapi/pkg
- builder3/util
- common
- internal
- openapiconv
- schemamutation
- spec3
- util/proto
- validation/spec
- utils
- integer
- net
- pointer
- ptr
- trace
- knative.dev/pkg
- apis
- duck
- v1
- configmap
- kmeta
- logging
- metrics
- ptr
- tracker
- sigs.k8s.io
- structured-merge-diff/v4/value
- yaml
- goyaml.v2
- task/git-clone
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,437 files changed
+48378
-177615
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
18 | 21 | | |
19 | 22 | | |
20 | 23 | | |
21 | 24 | | |
22 | | - | |
23 | | - | |
| 25 | + | |
| 26 | + | |
24 | 27 | | |
25 | | - | |
26 | | - | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
| 94 | + | |
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | | - | |
16 | | - | |
| 14 | + | |
17 | 15 | | |
18 | 16 | | |
19 | 17 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
26 | 23 | | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
31 | 28 | | |
32 | 29 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
36 | 33 | | |
37 | | - | |
| 34 | + | |
38 | 35 | | |
39 | 36 | | |
40 | 37 | | |
41 | 38 | | |
42 | 39 | | |
| 40 | + | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
| 43 | + | |
46 | 44 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
54 | 50 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
70 | 67 | | |
71 | 68 | | |
72 | 69 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
80 | 77 | | |
81 | | - | |
82 | | - | |
| 78 | + | |
| 79 | + | |
83 | 80 | | |
0 commit comments