Commit 0b271a6
openshift-pipelines-bot
[bot] Update release-v1.23.x from tektoncd-catalog/git-clone to a2dd814
$ git diff --stat a2dd814..768a778
.github/workflows/build.yaml | 4 +-
.github/workflows/release.yaml | 10 +-
image/git-init/git/git.go | 22 +-
image/git-init/git/git_test.go | 94 +-
image/git-init/go.mod | 68 +-
image/git-init/go.sum | 190 +-
image/git-init/vendor/cel.dev/expr/.bazelversion | 2 +-
image/git-init/vendor/cel.dev/expr/BUILD.bazel | 1 +
image/git-init/vendor/cel.dev/expr/MODULE.bazel | 26 +-
image/git-init/vendor/cel.dev/expr/README.md | 2 +
image/git-init/vendor/cel.dev/expr/checked.pb.go | Bin 36822 -> 50576 bytes
image/git-init/vendor/cel.dev/expr/cloudbuild.yaml | 2 +-
image/git-init/vendor/cel.dev/expr/eval.pb.go | Bin 13095 -> 15041 bytes
image/git-init/vendor/cel.dev/expr/explain.pb.go | Bin 6035 -> 7792 bytes
image/git-init/vendor/cel.dev/expr/syntax.pb.go | Bin 42823 -> 58718 bytes
image/git-init/vendor/cel.dev/expr/value.pb.go | Bin 15583 -> 20879 bytes
.../github.com/evanphx/json-patch/v5/merge.go | 26 +-
.../github.com/evanphx/json-patch/v5/patch.go | 120 +-
.../vendor/github.com/go-logr/logr/.golangci.yaml | 16 +-
.../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 +
.../github.com/google/cel-go/cel/BUILD.bazel | 1 -
.../vendor/github.com/google/cel-go/cel/decls.go | 42 -
.../vendor/github.com/google/cel-go/cel/env.go | 216 +-
.../vendor/github.com/google/cel-go/cel/library.go | 318 +-
.../vendor/github.com/google/cel-go/cel/options.go | 225 +-
.../vendor/github.com/google/cel-go/cel/program.go | 61 +-
.../github.com/google/cel-go/cel/validator.go | 70 +-
.../google/cel-go/checker/decls/decls.go | 4 +-
.../github.com/google/cel-go/common/ast/ast.go | 78 -
.../google/cel-go/common/ast/navigable.go | 7 +-
.../google/cel-go/common/containers/container.go | 14 +-
.../github.com/google/cel-go/common/decls/decls.go | 63 -
.../google/cel-go/common/env/BUILD.bazel | 49 -
.../github.com/google/cel-go/common/env/env.go | 863 ----
.../google/cel-go/common/stdlib/standard.go | 212 +-
.../github.com/google/cel-go/common/types/types.go | 4 +-
.../google/cel-go/interpreter/activation.go | 13 +-
.../cel-go/interpreter/attribute_patterns.go | 2 +-
.../google/cel-go/interpreter/interpretable.go | 6 +-
.../google/gnostic-models/compiler/extensions.go | 8 +-
.../gnostic-models/extensions/extension.pb.go | 96 +-
.../google/gnostic-models/extensions/extensions.go | 6 +-
.../gnostic-models/openapiv2/OpenAPIv2.pb.go | 1349 +++++--
.../gnostic-models/openapiv3/OpenAPIv3.pb.go | 1763 +++++++--
.../gnostic-models/openapiv3/annotations.pb.go | 182 -
.../gnostic-models/openapiv3/annotations.proto | 56 -
.../grpc-gateway/v2/runtime/handler.go | 2 +-
.../grpc-ecosystem/grpc-gateway/v2/runtime/mux.go | 8 -
.../grpc-gateway/v2/runtime/query.go | 16 +-
.../github.com/klauspost/compress/.gitattributes | 2 -
.../github.com/klauspost/compress/.goreleaser.yml | 123 -
.../vendor/github.com/klauspost/compress/LICENSE | 304 --
.../vendor/github.com/klauspost/compress/README.md | 721 ----
.../github.com/klauspost/compress/SECURITY.md | 25 -
.../github.com/klauspost/compress/compressible.go | 85 -
.../github.com/klauspost/compress/fse/README.md | 79 -
.../github.com/klauspost/compress/fse/bitreader.go | 122 -
.../github.com/klauspost/compress/fse/bitwriter.go | 167 -
.../klauspost/compress/fse/bytereader.go | 47 -
.../github.com/klauspost/compress/fse/compress.go | 683 ----
.../klauspost/compress/fse/decompress.go | 376 --
.../github.com/klauspost/compress/fse/fse.go | 144 -
.../vendor/github.com/klauspost/compress/gen.sh | 4 -
.../github.com/klauspost/compress/huff0/.gitignore | 1 -
.../github.com/klauspost/compress/huff0/README.md | 89 -
.../klauspost/compress/huff0/bitreader.go | 229 --
.../klauspost/compress/huff0/bitwriter.go | 102 -
.../klauspost/compress/huff0/compress.go | 742 ----
.../klauspost/compress/huff0/decompress.go | 1167 ------
.../klauspost/compress/huff0/decompress_amd64.go | 226 --
.../klauspost/compress/huff0/decompress_amd64.s | 830 ----
.../klauspost/compress/huff0/decompress_generic.go | 299 --
.../github.com/klauspost/compress/huff0/huff0.go | 337 --
.../klauspost/compress/internal/cpuinfo/cpuinfo.go | 34 -
.../compress/internal/cpuinfo/cpuinfo_amd64.go | 11 -
.../compress/internal/cpuinfo/cpuinfo_amd64.s | 36 -
.../klauspost/compress/internal/snapref/LICENSE | 27 -
.../klauspost/compress/internal/snapref/decode.go | 264 --
.../compress/internal/snapref/decode_other.go | 113 -
.../klauspost/compress/internal/snapref/encode.go | 289 --
.../compress/internal/snapref/encode_other.go | 250 --
.../klauspost/compress/internal/snapref/snappy.go | 98 -
.../vendor/github.com/klauspost/compress/s2sx.mod | 4 -
.../vendor/github.com/klauspost/compress/s2sx.sum | 0
.../github.com/klauspost/compress/zstd/README.md | 441 ---
.../klauspost/compress/zstd/bitreader.go | 136 -
.../klauspost/compress/zstd/bitwriter.go | 112 -
.../github.com/klauspost/compress/zstd/blockdec.go | 731 ----
.../github.com/klauspost/compress/zstd/blockenc.go | 909 -----
.../klauspost/compress/zstd/blocktype_string.go | 85 -
.../github.com/klauspost/compress/zstd/bytebuf.go | 131 -
.../klauspost/compress/zstd/bytereader.go | 82 -
.../klauspost/compress/zstd/decodeheader.go | 261 --
.../github.com/klauspost/compress/zstd/decoder.go | 948 -----
.../klauspost/compress/zstd/decoder_options.go | 169 -
.../github.com/klauspost/compress/zstd/dict.go | 565 ---
.../github.com/klauspost/compress/zstd/enc_base.go | 173 -
.../github.com/klauspost/compress/zstd/enc_best.go | 560 ---
.../klauspost/compress/zstd/enc_better.go | 1252 ------
.../klauspost/compress/zstd/enc_dfast.go | 1123 ------
.../github.com/klauspost/compress/zstd/enc_fast.go | 891 -----
.../github.com/klauspost/compress/zstd/encoder.go | 642 ---
.../klauspost/compress/zstd/encoder_options.go | 339 --
.../github.com/klauspost/compress/zstd/framedec.go | 415 --
.../github.com/klauspost/compress/zstd/frameenc.go | 137 -
.../klauspost/compress/zstd/fse_decoder.go | 307 --
.../klauspost/compress/zstd/fse_decoder_amd64.go | 65 -
.../klauspost/compress/zstd/fse_decoder_amd64.s | 126 -
.../klauspost/compress/zstd/fse_decoder_generic.go | 73 -
.../klauspost/compress/zstd/fse_encoder.go | 701 ----
.../klauspost/compress/zstd/fse_predefined.go | 158 -
.../github.com/klauspost/compress/zstd/hash.go | 35 -
.../github.com/klauspost/compress/zstd/history.go | 116 -
.../compress/zstd/internal/xxhash/LICENSE.txt | 22 -
.../compress/zstd/internal/xxhash/README.md | 71 -
.../compress/zstd/internal/xxhash/xxhash.go | 230 --
.../compress/zstd/internal/xxhash/xxhash_amd64.s | 210 -
.../compress/zstd/internal/xxhash/xxhash_arm64.s | 184 -
.../compress/zstd/internal/xxhash/xxhash_asm.go | 16 -
.../compress/zstd/internal/xxhash/xxhash_other.go | 76 -
.../compress/zstd/internal/xxhash/xxhash_safe.go | 11 -
.../klauspost/compress/zstd/matchlen_amd64.go | 16 -
.../klauspost/compress/zstd/matchlen_amd64.s | 66 -
.../klauspost/compress/zstd/matchlen_generic.go | 33 -
.../github.com/klauspost/compress/zstd/seqdec.go | 503 ---
.../klauspost/compress/zstd/seqdec_amd64.go | 394 --
.../klauspost/compress/zstd/seqdec_amd64.s | 4151 --------------------
.../klauspost/compress/zstd/seqdec_generic.go | 237 --
.../github.com/klauspost/compress/zstd/seqenc.go | 114 -
.../github.com/klauspost/compress/zstd/snappy.go | 434 --
.../github.com/klauspost/compress/zstd/zip.go | 141 -
.../github.com/klauspost/compress/zstd/zstd.go | 125 -
.../mailru/easyjson/jlexer/bytestostr.go | 5 +-
.../github.com/mailru/easyjson/jlexer/lexer.go | 113 +-
.../github.com/mailru/easyjson/jwriter/writer.go | 12 -
.../{klauspost/compress => pkg/errors}/.gitignore | 8 -
.../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/NOTICE | 5 +
.../internal/github.com/golang/gddo/LICENSE | 27 -
.../golang/gddo/httputil/header/header.go | 145 -
.../github.com/golang/gddo/httputil/negotiate.go | 36 -
.../client_golang/prometheus/go_collector.go | 55 +-
.../prometheus/go_collector_latest.go | 19 +-
.../client_golang/prometheus/histogram.go | 268 +-
.../prometheus/internal/go_collector_options.go | 2 -
.../prometheus/client_golang/prometheus/metric.go | 2 +-
.../client_golang/prometheus/process_collector.go | 29 +-
.../prometheus/process_collector_other.go | 14 -
.../client_golang/prometheus/promhttp/delegator.go | 6 -
.../client_golang/prometheus/promhttp/http.go | 113 +-
.../client_golang/prometheus/registry.go | 17 +-
.../prometheus/client_golang/prometheus/summary.go | 42 -
.../prometheus/client_golang/prometheus/vec.go | 2 +-
.../github.com/prometheus/common/expfmt/decode.go | 14 +-
.../github.com/prometheus/common/expfmt/encode.go | 28 +-
.../github.com/prometheus/common/expfmt/expfmt.go | 78 +-
.../prometheus/common/expfmt/openmetrics_create.go | 10 +-
.../prometheus/common/expfmt/text_create.go | 4 +-
.../prometheus/common/expfmt/text_parse.go | 164 +-
.../github.com/prometheus/common/model/alert.go | 7 +-
.../github.com/prometheus/common/model/labels.go | 27 +-
.../prometheus/common/model/labelset_string.go | 2 +
.../common/model/labelset_string_go120.go | 39 +
.../github.com/prometheus/common/model/metric.go | 78 +-
.../github.com/prometheus/common/model/silence.go | 17 +-
.../prometheus/common/model/value_float.go | 3 +-
.../prometheus/common/model/value_histogram.go | 7 +-
.../vendor/github.com/stoewer/go-strcase/README.md | 4 +-
.../vendor/github.com/stoewer/go-strcase/camel.go | 3 -
.../tektoncd/pipeline/pkg/apis/config/default.go | 17 -
.../pipeline/pkg/apis/config/feature_flags.go | 102 +-
.../pkg/apis/config/featureflags_validation.go | 2 -
.../tektoncd/pipeline/pkg/apis/config/metrics.go | 7 +
.../pipeline/pkg/apis/config/metrics_notls.go | 7 -
.../pipeline/pkg/apis/config/metrics_tls.go | 31 -
.../pipeline/pkg/apis/config/spire_config.go | 2 -
.../tektoncd/pipeline/pkg/apis/config/store.go | 2 -
.../pipeline/pkg/apis/pipeline/controller.go | 3 +
.../pipeline/pkg/apis/pipeline/pod/template.go | 11 +-
.../pipeline/pkg/apis/pipeline/register.go | 8 +
.../pkg/apis/pipeline/v1/artifact_types.go | 4 +-
.../pkg/apis/pipeline/v1/container_types.go | 2 +
.../pipeline/pkg/apis/pipeline/v1/matrix_types.go | 5 +-
.../pkg/apis/pipeline/v1/openapi_generated.go | 40 +-
.../pipeline/pkg/apis/pipeline/v1/param_types.go | 8 +-
.../pkg/apis/pipeline/v1/pipeline_types.go | 12 +-
.../pkg/apis/pipeline/v1/pipeline_validation.go | 25 +-
.../pkg/apis/pipeline/v1/pipelinerun_types.go | 12 +-
.../pkg/apis/pipeline/v1/pipelinerun_validation.go | 39 +-
.../pipeline/pkg/apis/pipeline/v1/provenance.go | 2 +-
.../pipeline/pkg/apis/pipeline/v1/result_types.go | 6 +-
.../pkg/apis/pipeline/v1/result_validation.go | 6 +-
.../pipeline/pkg/apis/pipeline/v1/swagger.json | 36 +-
.../pipeline/pkg/apis/pipeline/v1/task_types.go | 3 -
.../pkg/apis/pipeline/v1/task_validation.go | 79 +-
.../pipeline/pkg/apis/pipeline/v1/taskref_types.go | 3 +
.../pipeline/pkg/apis/pipeline/v1/taskrun_types.go | 9 +-
.../pkg/apis/pipeline/v1/taskrun_validation.go | 39 +-
.../pkg/apis/pipeline/v1/workspace_types.go | 3 -
.../pipeline/v1beta1/cluster_task_conversion.go | 42 +
.../apis/pipeline/v1beta1/cluster_task_defaults.go | 30 +
.../apis/pipeline/v1beta1/cluster_task_types.go | 77 +
.../pipeline/v1beta1/cluster_task_validation.go | 38 +
.../pkg/apis/pipeline/v1beta1/container_types.go | 2 +
.../pkg/apis/pipeline/v1beta1/matrix_types.go | 1 -
.../pkg/apis/pipeline/v1beta1/openapi_generated.go | 133 +-
.../pkg/apis/pipeline/v1beta1/param_types.go | 8 +-
.../pkg/apis/pipeline/v1beta1/pipeline_types.go | 14 +-
.../apis/pipeline/v1beta1/pipeline_validation.go | 29 +-
.../pkg/apis/pipeline/v1beta1/pipelinerun_types.go | 12 +-
.../pipeline/v1beta1/pipelinerun_validation.go | 37 +-
.../pkg/apis/pipeline/v1beta1/provenance.go | 4 +-
.../pipeline/pkg/apis/pipeline/v1beta1/register.go | 2 +
.../pkg/apis/pipeline/v1beta1/result_types.go | 4 -
.../pkg/apis/pipeline/v1beta1/result_validation.go | 6 +-
.../pkg/apis/pipeline/v1beta1/swagger.json | 91 +-
.../pkg/apis/pipeline/v1beta1/task_interface.go | 2 +-
.../pkg/apis/pipeline/v1beta1/task_types.go | 3 -
.../pkg/apis/pipeline/v1beta1/task_validation.go | 50 +
.../pkg/apis/pipeline/v1beta1/taskref_types.go | 5 +-
.../pkg/apis/pipeline/v1beta1/taskrun_types.go | 13 +-
.../apis/pipeline/v1beta1/taskrun_validation.go | 39 +-
.../pkg/apis/pipeline/v1beta1/workspace_types.go | 3 -
.../apis/pipeline/v1beta1/zz_generated.deepcopy.go | 60 +
.../pkg/apis/run/v1beta1/customrunstatus_types.go | 5 -
.../pipeline/pkg/substitution/replacements.go | 61 -
.../pipeline/pkg/substitution/substitution.go | 41 +-
.../tektoncd/pipeline/pkg/termination/parse.go | 2 -
.../golang.org/x/exp/constraints/constraints.go | 50 +
.../git-init/vendor/golang.org/x/exp/slices/cmp.go | 44 +
.../vendor/golang.org/x/exp/slices/slices.go | 416 +-
.../vendor/golang.org/x/exp/slices/sort.go | 143 +-
.../vendor/golang.org/x/exp/slices/zsortanyfunc.go | 479 +++
.../vendor/golang.org/x/exp/slices/zsortordered.go | 481 +++
.../vendor/golang.org/x/net/http2/config.go | 63 +-
.../vendor/golang.org/x/net/http2/config_go124.go | 61 +
.../vendor/golang.org/x/net/http2/config_go125.go | 15 -
.../vendor/golang.org/x/net/http2/config_go126.go | 15 -
.../golang.org/x/net/http2/config_pre_go124.go | 16 +
.../vendor/golang.org/x/net/http2/frame.go | 115 +-
.../vendor/golang.org/x/net/http2/gotrack.go | 17 +-
.../vendor/golang.org/x/net/http2/http2.go | 37 +-
.../vendor/golang.org/x/net/http2/server.go | 143 +-
.../vendor/golang.org/x/net/http2/timer.go | 20 +
.../vendor/golang.org/x/net/http2/transport.go | 356 +-
.../vendor/golang.org/x/net/http2/writesched.go | 67 +-
..._priority_rfc7540.go => writesched_priority.go} | 109 +-
.../x/net/http2/writesched_priority_rfc9218.go | 209 -
.../x/net/http2/writesched_roundrobin.go | 2 +-
.../x/net/internal/httpcommon/request.go | 4 +-
.../vendor/golang.org/x/net/trace/events.go | 4 +-
.../vendor/golang.org/x/oauth2/deviceauth.go | 31 +-
.../vendor/golang.org/x/oauth2/internal/doc.go | 2 +-
.../vendor/golang.org/x/oauth2/internal/oauth2.go | 2 +-
.../vendor/golang.org/x/oauth2/internal/token.go | 50 +-
.../golang.org/x/oauth2/internal/transport.go | 4 +-
.../git-init/vendor/golang.org/x/oauth2/oauth2.go | 68 +-
image/git-init/vendor/golang.org/x/oauth2/pkce.go | 17 +-
image/git-init/vendor/golang.org/x/oauth2/token.go | 19 +-
.../vendor/golang.org/x/oauth2/transport.go | 26 +-
.../golang.org/x/sys/plan9/pwd_go15_plan9.go | 21 +
.../vendor/golang.org/x/sys/plan9/pwd_plan9.go | 14 +-
.../vendor/golang.org/x/sys/unix/affinity_linux.go | 9 +-
.../git-init/vendor/golang.org/x/sys/unix/fdset.go | 4 +-
.../vendor/golang.org/x/sys/unix/ifreq_linux.go | 4 +-
.../git-init/vendor/golang.org/x/sys/unix/mkall.sh | 1 -
.../vendor/golang.org/x/sys/unix/mkerrors.sh | 8 +-
.../vendor/golang.org/x/sys/unix/syscall_darwin.go | 93 -
.../vendor/golang.org/x/sys/unix/syscall_linux.go | 52 +-
.../vendor/golang.org/x/sys/unix/syscall_netbsd.go | 17 -
.../golang.org/x/sys/unix/syscall_solaris.go | 2 +-
.../vendor/golang.org/x/sys/unix/zerrors_linux.go | 424 +-
.../golang.org/x/sys/unix/zerrors_linux_386.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_amd64.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_arm.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_arm64.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_loong64.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_mips.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_mips64.go | 5 -
.../x/sys/unix/zerrors_linux_mips64le.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_mipsle.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_ppc.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_ppc64.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_ppc64le.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_riscv64.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_s390x.go | 5 -
.../golang.org/x/sys/unix/zerrors_linux_sparc64.go | 5 -
.../golang.org/x/sys/unix/zsyscall_darwin_amd64.go | 84 -
.../golang.org/x/sys/unix/zsyscall_darwin_amd64.s | 20 -
.../golang.org/x/sys/unix/zsyscall_darwin_arm64.go | 84 -
.../golang.org/x/sys/unix/zsyscall_darwin_arm64.s | 20 -
.../vendor/golang.org/x/sys/unix/zsyscall_linux.go | 10 -
.../x/sys/unix/zsyscall_solaris_amd64.go | 8 +-
.../golang.org/x/sys/unix/zsysnum_linux_386.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_amd64.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_arm.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_arm64.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_loong64.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_mips.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_mips64.go | 1 -
.../x/sys/unix/zsysnum_linux_mips64le.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_mipsle.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_ppc.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_ppc64.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_ppc64le.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_riscv64.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_s390x.go | 1 -
.../golang.org/x/sys/unix/zsysnum_linux_sparc64.go | 1 -
.../vendor/golang.org/x/sys/unix/ztypes_linux.go | 211 +-
.../golang.org/x/sys/unix/ztypes_linux_386.go | 18 +-
.../golang.org/x/sys/unix/ztypes_linux_amd64.go | 16 -
.../golang.org/x/sys/unix/ztypes_linux_arm.go | 20 +-
.../golang.org/x/sys/unix/ztypes_linux_arm64.go | 16 -
.../golang.org/x/sys/unix/ztypes_linux_loong64.go | 16 -
.../golang.org/x/sys/unix/ztypes_linux_mips.go | 18 +-
.../golang.org/x/sys/unix/ztypes_linux_mips64.go | 16 -
.../golang.org/x/sys/unix/ztypes_linux_mips64le.go | 16 -
.../golang.org/x/sys/unix/ztypes_linux_mipsle.go | 18 +-
.../golang.org/x/sys/unix/ztypes_linux_ppc.go | 20 +-
.../golang.org/x/sys/unix/ztypes_linux_ppc64.go | 16 -
.../golang.org/x/sys/unix/ztypes_linux_ppc64le.go | 16 -
.../golang.org/x/sys/unix/ztypes_linux_riscv64.go | 16 -
.../golang.org/x/sys/unix/ztypes_linux_s390x.go | 16 -
.../golang.org/x/sys/unix/ztypes_linux_sparc64.go | 16 -
.../golang.org/x/sys/unix/ztypes_netbsd_arm.go | 2 +-
.../golang.org/x/sys/windows/security_windows.go | 49 +-
.../golang.org/x/sys/windows/syscall_windows.go | 23 +-
.../golang.org/x/sys/windows/types_windows.go | 337 --
.../golang.org/x/sys/windows/zsyscall_windows.go | 1028 +++--
.../vendor/golang.org/x/term/term_windows.go | 4 +-
.../git-init/vendor/golang.org/x/term/terminal.go | 90 +-
.../vendor/golang.org/x/text/unicode/bidi/core.go | 11 +-
.../git-init/vendor/golang.org/x/time/rate/rate.go | 11 +-
.../vendor/gomodules.xyz/jsonpatch/v2/jsonpatch.go | 17 +-
.../googleapis/api/expr/v1alpha1/checked.pb.go | 2 +-
.../googleapis/api/expr/v1alpha1/eval.pb.go | 2 +-
.../googleapis/api/expr/v1alpha1/explain.pb.go | 2 +-
.../googleapis/api/expr/v1alpha1/syntax.pb.go | 2 +-
.../googleapis/api/expr/v1alpha1/value.pb.go | 2 +-
.../googleapis/api/httpbody/httpbody.pb.go | 2 +-
.../genproto/googleapis/rpc/status/status.pb.go | 2 +-
.../vendor/google.golang.org/grpc/CONTRIBUTING.md | 184 +-
.../vendor/google.golang.org/grpc/MAINTAINERS.md | 8 +-
.../vendor/google.golang.org/grpc/README.md | 1 -
.../google.golang.org/grpc/balancer/balancer.go | 32 +-
.../grpc/balancer/base/balancer.go | 12 +-
.../balancer/endpointsharding/endpointsharding.go | 389 --
.../grpc/balancer/pickfirst/internal/internal.go | 2 -
.../grpc/balancer/pickfirst/pickfirst.go | 922 +----
.../pickfirst/pickfirstleaf/pickfirstleaf.go | 932 +++++
.../grpc/balancer/roundrobin/roundrobin.go | 65 +-
.../google.golang.org/grpc/balancer/subconn.go | 16 +-
.../google.golang.org/grpc/balancer_wrapper.go | 24 +-
.../binarylog/grpc_binarylog_v1/binarylog.pb.go | 303 +-
.../vendor/google.golang.org/grpc/clientconn.go | 261 +-
.../grpc/credentials/credentials.go | 62 +-
.../grpc/credentials/insecure/insecure.go | 8 +-
.../google.golang.org/grpc/credentials/tls.go | 50 +-
.../vendor/google.golang.org/grpc/dialoptions.go | 59 +-
.../google.golang.org/grpc/encoding/encoding.go | 24 +-
.../google.golang.org/grpc/encoding/proto/proto.go | 20 +-
.../grpc/experimental/stats/metricregistry.go | 72 -
.../grpc/experimental/stats/metrics.go | 79 +-
.../grpc/health/grpc_health_v1/health.pb.go | 194 +-
.../grpc/health/grpc_health_v1/health_grpc.pb.go | 70 +-
.../vendor/google.golang.org/grpc/interceptor.go | 12 +-
.../balancer/gracefulswitch/gracefulswitch.go | 32 +-
.../grpc/internal/balancer/weight/weight.go | 66 -
.../grpc/internal/buffer/unbounded.go | 1 -
.../grpc/internal/channelz/trace.go | 2 +-
.../grpc/internal/credentials/credentials.go | 14 +
.../grpc/internal/envconfig/envconfig.go | 77 +-
.../grpc/internal/envconfig/xds.go | 26 +-
.../grpc/internal/experimental.go | 7 -
.../grpc/internal/grpcsync/callback_serializer.go | 22 +-
.../grpc/internal/grpcsync/event.go | 19 +-
.../internal.go => internal/grpcsync/oncefunc.go} | 24 +-
.../google.golang.org/grpc/internal/idle/idle.go | 77 +-
.../google.golang.org/grpc/internal/internal.go | 101 +-
.../grpc/internal/metadata/metadata.go | 26 +-
.../internal/proxyattributes/proxyattributes.go | 54 -
.../delegatingresolver/delegatingresolver.go | 477 ---
.../grpc/internal/resolver/dns/dns_resolver.go | 35 +-
.../grpc/internal/stats/metrics_recorder_list.go | 70 -
.../google.golang.org/grpc/internal/stats/stats.go | 70 -
.../grpc/internal/status/status.go | 8 -
.../grpc/internal/transport/client_stream.go | 36 +-
.../grpc/internal/transport/controlbuf.go | 126 +-
.../grpc/internal/transport/flowcontrol.go | 23 +-
.../grpc/internal/transport/handler_server.go | 50 +-
.../grpc/internal/transport/http2_client.go | 305 +-
.../grpc/internal/transport/http2_server.go | 226 +-
.../grpc/internal/transport/http_util.go | 176 +-
.../grpc/internal/transport/proxy.go | 62 +-
.../grpc/internal/transport/server_stream.go | 19 +-
.../grpc/internal/transport/transport.go | 134 +-
.../google.golang.org/grpc/mem/buffer_pool.go | 31 +-
.../google.golang.org/grpc/mem/buffer_slice.go | 104 +-
.../vendor/google.golang.org/grpc/mem/buffers.go | 65 +-
.../google.golang.org/grpc/picker_wrapper.go | 38 +-
.../vendor/google.golang.org/grpc/preloader.go | 3 +
.../vendor/google.golang.org/grpc/resolver/map.go | 174 +-
.../google.golang.org/grpc/resolver/resolver.go | 9 -
.../google.golang.org/grpc/resolver_wrapper.go | 37 +-
.../vendor/google.golang.org/grpc/rpc_util.go | 219 +-
.../vendor/google.golang.org/grpc/server.go | 211 +-
.../google.golang.org/grpc/stats/handlers.go | 9 -
.../vendor/google.golang.org/grpc/stats/stats.go | 55 +-
.../vendor/google.golang.org/grpc/stream.go | 544 ++-
.../vendor/google.golang.org/grpc/version.go | 2 +-
.../protobuf/encoding/protowire/wire.go | 26 +-
.../editiondefaults/editions_defaults.binpb | Bin 154 -> 138 bytes
.../protobuf/internal/editionssupport/editions.go | 2 +-
.../protobuf/internal/filedesc/desc.go | 52 +-
.../protobuf/internal/filedesc/desc_init.go | 14 -
.../protobuf/internal/filedesc/desc_lazy.go | 20 -
.../protobuf/internal/filedesc/editions.go | 18 +-
.../protobuf/internal/filedesc/presence.go | 33 -
.../protobuf/internal/genid/api_gen.go | 6 -
.../protobuf/internal/genid/descriptor_gen.go | 100 +-
.../protobuf/internal/impl/codec_message_opaque.go | 3 +-
.../protobuf/internal/impl/message_opaque.go | 45 +-
.../protobuf/internal/impl/presence.go | 3 +
.../protobuf/internal/strs/strings_unsafe_go120.go | 94 +
.../{strings_unsafe.go => strings_unsafe_go121.go} | 2 +
.../protobuf/internal/version/version.go | 2 +-
.../google.golang.org/protobuf/proto/merge.go | 6 -
.../protobuf/reflect/protodesc/desc.go | 22 -
.../protobuf/reflect/protodesc/desc_init.go | 2 -
.../protobuf/reflect/protodesc/proto.go | 37 +-
.../protobuf/reflect/protoreflect/source_gen.go | 10 -
.../reflect/protoreflect/value_unsafe_go120.go | 98 +
.../{value_unsafe.go => value_unsafe_go121.go} | 2 +
.../protobuf/types/descriptorpb/descriptor.pb.go | 1840 ++++-----
.../protobuf/types/gofeaturespb/go_features.pb.go | 80 +-
.../protobuf/types/known/anypb/any.pb.go | 24 +-
.../protobuf/types/known/durationpb/duration.pb.go | 25 +-
.../protobuf/types/known/emptypb/empty.pb.go | 20 +-
.../types/known/fieldmaskpb/field_mask.pb.go | 23 +-
.../protobuf/types/known/structpb/struct.pb.go | 74 +-
.../types/known/timestamppb/timestamp.pb.go | 25 +-
.../protobuf/types/known/wrapperspb/wrappers.pb.go | 103 +-
.../vendor/k8s.io/api/batch/v1/generated.proto | 4 +-
image/git-init/vendor/k8s.io/api/batch/v1/types.go | 5 +-
.../api/batch/v1/types_swagger_doc_generated.go | 2 +-
.../k8s.io/api/core/v1/annotation_key_constants.go | 4 +-
.../vendor/k8s.io/api/core/v1/generated.pb.go | 2159 +++++-----
.../vendor/k8s.io/api/core/v1/generated.proto | 249 +-
.../vendor/k8s.io/api/core/v1/objectreference.go | 2 +-
image/git-init/vendor/k8s.io/api/core/v1/types.go | 286 +-
.../api/core/v1/types_swagger_doc_generated.go | 139 +-
.../k8s.io/api/core/v1/zz_generated.deepcopy.go | 15 -
.../k8s.io/apimachinery/pkg/api/errors/errors.go | 7 -
.../vendor/k8s.io/apimachinery/pkg/api/meta/OWNERS | 3 +-
.../apimachinery/pkg/api/resource/quantity.go | 39 +-
.../apimachinery/pkg/api/validation/objectmeta.go | 2 +-
.../k8s.io/apimachinery/pkg/apis/meta/v1/OWNERS | 3 +-
.../apimachinery/pkg/apis/meta/v1/generated.pb.go | 400 +-
.../apimachinery/pkg/apis/meta/v1/generated.proto | 15 -
.../k8s.io/apimachinery/pkg/apis/meta/v1/types.go | 45 -
.../apis/meta/v1/types_swagger_doc_generated.go | 1 -
.../pkg/apis/meta/v1/unstructured/helpers.go | 24 -
.../pkg/apis/meta/v1/unstructured/unstructured.go | 6 +-
.../pkg/apis/meta/v1/validation/validation.go | 50 +-
.../pkg/apis/meta/v1/zz_generated.conversion.go | 7 -
.../pkg/apis/meta/v1/zz_generated.deepcopy.go | 5 -
.../k8s.io/apimachinery/pkg/labels/selector.go | 4 +-
.../k8s.io/apimachinery/pkg/runtime/helper.go | 18 -
.../k8s.io/apimachinery/pkg/runtime/interfaces.go | 13 -
.../pkg/runtime/serializer/cbor/cbor.go | 389 --
.../pkg/runtime/serializer/cbor/direct/direct.go | 25 -
.../pkg/runtime/serializer/cbor/framer.go | 90 -
.../serializer/cbor/internal/modes/encode.go | 2 +-
.../pkg/runtime/serializer/cbor/raw.go | 236 --
.../pkg/runtime/serializer/codec_factory.go | 149 +-
.../k8s.io/apimachinery/pkg/runtime/types.go | 9 +-
.../vendor/k8s.io/apimachinery/pkg/types/patch.go | 4 +-
.../apimachinery/pkg/util/runtime/runtime.go | 4 +-
.../pkg/util/validation/field/errors.go | 26 +-
.../apimachinery/pkg/util/validation/validation.go | 19 -
.../vendor/k8s.io/client-go/dynamic/scheme.go | 66 +-
.../vendor/k8s.io/client-go/dynamic/simple.go | 190 +-
.../vendor/k8s.io/client-go/features/features.go | 2 +-
.../k8s.io/client-go/features/known_features.go | 33 +-
.../vendor/k8s.io/client-go/rest/client.go | 159 +-
.../vendor/k8s.io/client-go/rest/config.go | 22 -
.../vendor/k8s.io/client-go/rest/request.go | 210 +-
.../vendor/k8s.io/client-go/rest/url_utils.go | 2 +-
.../vendor/k8s.io/client-go/rest/watch/decoder.go | 2 +-
.../vendor/k8s.io/client-go/rest/watch/encoder.go | 2 +-
.../vendor/k8s.io/client-go/tools/cache/OWNERS | 3 +-
.../k8s.io/client-go/tools/cache/reflector.go | 10 +-
.../k8s.io/client-go/transport/cache_go118.go | 24 +-
.../k8s.io/client-go/transport/round_trippers.go | 13 +-
.../vendor/k8s.io/client-go/util/apply/apply.go | 49 -
.../list_data_consistency_detector.go | 8 +-
.../k8s.io/client-go/util/flowcontrol/backoff.go | 28 +-
.../client-go/util/workqueue/delaying_queue.go | 63 +-
.../k8s.io/client-go/util/workqueue/metrics.go | 67 +-
.../k8s.io/client-go/util/workqueue/queue.go | 17 +-
.../k8s.io/kube-openapi/pkg/util/proto/document.go | 2 +-
.../k8s.io/utils/clock/testing/fake_clock.go | 25 +-
image/git-init/vendor/modules.txt | 138 +-
image/git-init/vendor/sigs.k8s.io/json/Makefile | 2 +-
image/git-init/vendor/sigs.k8s.io/json/OWNERS | 2 +-
.../json/internal/golang/encoding/json/decode.go | 140 +-
.../json/internal/golang/encoding/json/encode.go | 490 ++-
.../json/internal/golang/encoding/json/fold.go | 150 +-
.../json/internal/golang/encoding/json/indent.go | 119 +-
.../json/internal/golang/encoding/json/scanner.go | 4 +-
.../json/internal/golang/encoding/json/stream.go | 41 +-
.../structured-merge-diff/v4/value/reflectcache.go | 63 +-
.../structured-merge-diff/v4/value/scalar.go | 2 +-
.../structured-merge-diff/v4/value/value.go | 2 +-
538 files changed, 18085 insertions(+), 45263 deletions(-)
https://github.com/tektoncd-catalog/git-clone/compare/a2dd81492d93730eb5ce60564ee0e8f87ae4c84c..768a778f1f7ccee8a4dd142e7f115e12c7e422fd1 parent 7965e62 commit 0b271a6
539 files changed
Lines changed: 46197 additions & 19600 deletions
File tree
- upstream
- .github/workflows
- image/git-init
- git
- vendor
- cel.dev/expr
- github.com
- evanphx/json-patch/v5
- go-logr/logr
- golang/protobuf
- proto
- ptypes
- any
- duration
- google
- cel-go
- cel
- checker/decls
- common
- ast
- containers
- decls
- env
- stdlib
- types
- interpreter
- gnostic-models
- compiler
- extensions
- openapiv2
- openapiv3
- grpc-ecosystem/grpc-gateway/v2/runtime
- klauspost/compress
- fse
- huff0
- internal
- cpuinfo
- snapref
- zstd
- internal/xxhash
- mailru/easyjson
- jlexer
- jwriter
- pkg/errors
- prometheus
- client_golang
- internal/github.com/golang/gddo
- httputil
- header
- prometheus
- internal
- promhttp
- common
- expfmt
- model
- stoewer/go-strcase
- tektoncd/pipeline/pkg
- apis
- config
- pipeline
- pod
- v1beta1
- v1
- run/v1beta1
- substitution
- termination
- golang.org/x
- exp
- constraints
- slices
- net
- http2
- internal/httpcommon
- trace
- oauth2
- internal
- sys
- plan9
- unix
- windows
- term
- text/unicode/bidi
- time/rate
- gomodules.xyz/jsonpatch/v2
- google.golang.org
- genproto/googleapis
- api
- expr/v1alpha1
- httpbody
- rpc/status
- grpc
- balancer
- base
- endpointsharding
- pickfirst
- internal
- pickfirstleaf
- roundrobin
- binarylog/grpc_binarylog_v1
- credentials
- insecure
- encoding
- internal
- proto
- experimental/stats
- health/grpc_health_v1
- internal
- balancer
- gracefulswitch
- weight
- buffer
- channelz
- credentials
- envconfig
- grpcsync
- idle
- metadata
- proxyattributes
- resolver
- delegatingresolver
- dns
- stats
- status
- transport
- mem
- resolver
- stats
- protobuf
- encoding/protowire
- internal
- editiondefaults
- editionssupport
- filedesc
- genid
- impl
- strs
- version
- proto
- reflect
- protodesc
- protoreflect
- types
- descriptorpb
- gofeaturespb
- known
- anypb
- durationpb
- emptypb
- fieldmaskpb
- structpb
- timestamppb
- wrapperspb
- k8s.io
- apimachinery/pkg
- apis/meta/v1
- unstructured
- validation
- api
- errors
- meta
- resource
- validation
- labels
- runtime
- serializer
- cbor
- direct
- internal/modes
- types
- util
- runtime
- validation
- field
- api
- batch/v1
- core/v1
- client-go
- dynamic
- features
- rest
- watch
- tools/cache
- transport
- util
- apply
- consistencydetector
- flowcontrol
- workqueue
- kube-openapi/pkg/util/proto
- utils/clock/testing
- sigs.k8s.io
- json
- internal/golang/encoding/json
- structured-merge-diff/v4/value
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| 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 | 35 | | |
36 | 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
170 | 175 | | |
171 | 176 | | |
172 | 177 | | |
| |||
241 | 246 | | |
242 | 247 | | |
243 | 248 | | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
257 | 267 | | |
258 | 268 | | |
259 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
364 | 381 | | |
365 | 382 | | |
366 | 383 | | |
| |||
372 | 389 | | |
373 | 390 | | |
374 | 391 | | |
| 392 | + | |
375 | 393 | | |
376 | 394 | | |
377 | 395 | | |
| |||
421 | 439 | | |
422 | 440 | | |
423 | 441 | | |
424 | | - | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
425 | 466 | | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
426 | 475 | | |
427 | 476 | | |
| 477 | + | |
428 | 478 | | |
429 | 479 | | |
430 | 480 | | |
| |||
510 | 560 | | |
511 | 561 | | |
512 | 562 | | |
| 563 | + | |
| 564 | + | |
| 565 | + | |
| 566 | + | |
| 567 | + | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
| 575 | + | |
| 576 | + | |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
513 | 605 | | |
514 | 606 | | |
515 | 607 | | |
| |||
| 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 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 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 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
76 | 76 | | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
0 commit comments