Skip to content

Commit 0b271a6

Browse files
author
openshift-pipelines-bot
committed
[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..768a778f1f7ccee8a4dd142e7f115e12c7e422fd
1 parent 7965e62 commit 0b271a6

539 files changed

Lines changed: 46197 additions & 19600 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
768a778f1f7ccee8a4dd142e7f115e12c7e422fd
1+
a2dd81492d93730eb5ce60564ee0e8f87ae4c84c

upstream/.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
23-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
22+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
2424
with:
2525
go-version-file: "image/git-init/go.mod"
2626
cache-dependency-path: "image/git-init/go.sum"

upstream/.github/workflows/release.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,27 @@ jobs:
2626
# run:
2727
# working-directory: ./image/git-init
2828
steps:
29-
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
29+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3030

3131
- run: git fetch --prune --unshallow
3232

33-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
33+
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
3434
with:
3535
go-version-file: "image/git-init/go.mod"
3636
cache-dependency-path: "image/git-init/go.sum"
3737

3838
# This installs the current latest release.
3939
- uses: ko-build/setup-ko@d006021bd0c28d1ce33a07e7943d48b079944c8d # v0.9
4040

41-
- uses: imjasonh/setup-crane@31b88efe9de28ae0ffa220711af4b60be9435f6e # v0.4
41+
- uses: imjasonh/setup-crane@6da1ae018866400525525ce74ff892880c099987 # v0.5
4242

43-
- uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
43+
- uses: sigstore/cosign-installer@cad07c2e89fa2edd6e2d7bab4c1aa38e53f76003 # v4.1.1
4444

4545
- name: Set tag output
4646
id: tag
4747
run: echo "tag_name=${GITHUB_REF#refs/*/}" >> "$GITHUB_OUTPUT"
4848

49-
- uses: goreleaser/goreleaser-action@e435ccd777264be153ace6237001ef4d979d3a7a # v6.4.0
49+
- uses: goreleaser/goreleaser-action@ec59f474b9834571250b370d4735c50f8e2d1e29 # v7.0.0
5050
id: run-goreleaser
5151
with:
5252
version: latest

upstream/image/git-init/git/git.go

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ func Fetch(logger *zap.SugaredLogger, spec FetchSpec, retryConfig RetryConfig) e
167167
}
168168
if spec.Depth > 0 {
169169
fetchArgs = append(fetchArgs, fmt.Sprintf("--depth=%d", spec.Depth))
170+
171+
// Prevent fetching of unrelated git objects with shallow clones.
172+
if _, err := run(logger, "", "config", "--unset", "remote.origin.fetch"); err != nil {
173+
logger.Warnf("Failed to unset remote.origin.fetch in git config: %s", err)
174+
}
170175
}
171176

172177
// Fetch the revision and verify with FETCH_HEAD
@@ -241,19 +246,24 @@ func showRef(logger *zap.SugaredLogger, revision, path string) (string, error) {
241246
return strings.TrimSuffix(output, "\n"), nil
242247
}
243248

244-
func submoduleFetch(logger *zap.SugaredLogger, spec FetchSpec, retryConfig RetryConfig) error {
245-
if spec.Path != "" {
246-
if err := os.Chdir(spec.Path); err != nil {
247-
return fmt.Errorf("failed to change directory with path %s; err: %w", spec.Path, err)
248-
}
249-
}
249+
func buildSubmoduleUpdateArgs(spec FetchSpec) []string {
250250
updateArgs := []string{"submodule", "update", "--recursive", "--init", "--force"}
251251
if spec.Depth > 0 {
252252
updateArgs = append(updateArgs, fmt.Sprintf("--depth=%d", spec.Depth))
253253
}
254254
if len(spec.SubmodulePaths) > 0 {
255255
updateArgs = append(updateArgs, spec.SubmodulePaths...)
256256
}
257+
return updateArgs
258+
}
259+
260+
func submoduleFetch(logger *zap.SugaredLogger, spec FetchSpec, retryConfig RetryConfig) error {
261+
if spec.Path != "" {
262+
if err := os.Chdir(spec.Path); err != nil {
263+
return fmt.Errorf("failed to change directory with path %s; err: %w", spec.Path, err)
264+
}
265+
}
266+
updateArgs := buildSubmoduleUpdateArgs(spec)
257267
if _, _, err := retryWithBackoff(
258268
func() (string, error) { return run(logger, "", updateArgs...) },
259269
retryConfig.Initial,

upstream/image/git-init/git/git_test.go

Lines changed: 93 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,6 +361,23 @@ func TestFetch(t *testing.T) {
361361
HTTPSProxy: "",
362362
NOProxy: "",
363363
},
364+
}, {
365+
name: "test-clone-with-depth",
366+
logMessage: "Successfully cloned",
367+
wantErr: false,
368+
spec: FetchSpec{
369+
URL: "",
370+
Revision: "",
371+
Refspec: "",
372+
Path: "",
373+
Depth: 1,
374+
Submodules: false,
375+
SSLVerify: false,
376+
HTTPProxy: "",
377+
HTTPSProxy: "",
378+
NOProxy: "",
379+
SparseCheckoutDirectories: "",
380+
},
364381
},
365382
}
366383
for _, tt := range tests {
@@ -372,6 +389,7 @@ func TestFetch(t *testing.T) {
372389
}
373390
}()
374391
logger := zap.New(observer).Sugar()
392+
logLine := 1
375393

376394
submodPath := ""
377395
submodName := "default"
@@ -421,10 +439,42 @@ func TestFetch(t *testing.T) {
421439
t.Errorf("directory patterns and sparse-checkout patterns do not match")
422440
}
423441
}
424-
logLine := 1
442+
443+
if tt.spec.Depth > 0 {
444+
shallowFile, err := os.Open(".git/shallow")
445+
if err != nil {
446+
t.Fatal("Faile to read shallow file")
447+
}
448+
defer shallowFile.Close()
449+
450+
var commitCount int
451+
scanner := bufio.NewScanner(shallowFile)
452+
for scanner.Scan() {
453+
commitCount++
454+
}
455+
if commitCount != int(tt.spec.Depth) {
456+
t.Errorf("Expected %d commits in shallow file, got %d", tt.spec.Depth, commitCount)
457+
}
458+
459+
// Verify remote.origin.fetch was unset
460+
_, err = run(logger, "", "config", "--get", "remote.origin.fetch")
461+
if err == nil {
462+
t.Error("git fetch config should be unset for a shallow clone")
463+
}
464+
}
465+
425466
if tt.spec.Submodules {
467+
submoduleDirs, err := filepath.Glob(".git/modules/*")
468+
if err != nil {
469+
t.Fatalf("Error finding submodule directories: %v", err)
470+
}
471+
472+
if len(submoduleDirs) == 0 {
473+
t.Error("No cloned submodules found")
474+
}
426475
logLine = 3
427476
}
477+
428478
checkLogMessage(t, tt.logMessage, log, logLine)
429479
})
430480
}
@@ -510,6 +560,48 @@ func (f *SucceedAfter) Run() (string, error) {
510560
return "", fmt.Errorf("temporary error")
511561
}
512562

563+
func TestBuildSubmoduleUpdateArgs(t *testing.T) {
564+
tests := []struct {
565+
name string
566+
spec FetchSpec
567+
expected []string
568+
}{
569+
{
570+
name: "no depth, no submodule paths",
571+
spec: FetchSpec{
572+
Depth: 0,
573+
SubmodulePaths: nil,
574+
},
575+
expected: []string{"submodule", "update", "--recursive", "--init", "--force"},
576+
},
577+
{
578+
name: "with depth, no submodule paths",
579+
spec: FetchSpec{
580+
Depth: 5,
581+
SubmodulePaths: nil,
582+
},
583+
expected: []string{"submodule", "update", "--recursive", "--init", "--force", "--depth=5"},
584+
},
585+
{
586+
name: "no depth, with submodule paths",
587+
spec: FetchSpec{
588+
Depth: 0,
589+
SubmodulePaths: []string{"path/to/submod1", "path/to/submod2"},
590+
},
591+
expected: []string{"submodule", "update", "--recursive", "--init", "--force", "path/to/submod1", "path/to/submod2"},
592+
},
593+
}
594+
595+
for _, tt := range tests {
596+
t.Run(tt.name, func(t *testing.T) {
597+
got := buildSubmoduleUpdateArgs(tt.spec)
598+
if diff := cmp.Diff(tt.expected, got); diff != "" {
599+
t.Errorf("buildSubmoduleUpdateArgs() mismatch (-want +got):\n%s", diff)
600+
}
601+
})
602+
}
603+
}
604+
513605
func TestRetryWithBackoff(t *testing.T) {
514606
withTemporaryGitConfig(t)
515607
tests := []struct {

upstream/image/git-init/go.mod

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
module github.com/tektoncd-catalog/git-clone/git-init
22

3-
go 1.23.0
3+
go 1.24.0
44

55
require (
66
github.com/google/go-cmp v0.7.0
77
github.com/mitchellh/go-homedir v1.1.0
8-
github.com/tektoncd/pipeline v0.69.0
8+
github.com/tektoncd/pipeline v1.0.1
99
go.uber.org/zap v1.27.0
1010
)
1111

1212
require (
13-
cel.dev/expr v0.19.1 // indirect
13+
cel.dev/expr v0.25.1 // indirect
1414
contrib.go.opencensus.io/exporter/ocagent v0.7.1-0.20200907061046-05415f1de66d // indirect
1515
contrib.go.opencensus.io/exporter/prometheus v0.4.2 // indirect
1616
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
@@ -20,64 +20,64 @@ require (
2020
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2121
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2222
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
23-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
23+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
2424
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
2525
github.com/go-kit/log v0.2.1 // indirect
2626
github.com/go-logfmt/logfmt v0.5.1 // indirect
27-
github.com/go-logr/logr v1.4.2 // indirect
27+
github.com/go-logr/logr v1.4.3 // indirect
2828
github.com/go-openapi/jsonpointer v0.21.0 // indirect
2929
github.com/go-openapi/jsonreference v0.21.0 // indirect
3030
github.com/go-openapi/swag v0.23.0 // indirect
3131
github.com/gogo/protobuf v1.3.2 // indirect
3232
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3333
github.com/golang/protobuf v1.5.4 // indirect
34-
github.com/google/cel-go v0.23.2 // indirect
35-
github.com/google/gnostic-models v0.6.8 // indirect
34+
github.com/google/cel-go v0.24.1 // indirect
35+
github.com/google/gnostic-models v0.6.9 // indirect
3636
github.com/google/gofuzz v1.2.0 // indirect
37-
github.com/grpc-ecosystem/grpc-gateway/v2 v2.25.1 // indirect
37+
github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1 // indirect
3838
github.com/hashicorp/errwrap v1.1.0 // indirect
3939
github.com/hashicorp/go-multierror v1.1.1 // indirect
4040
github.com/josharian/intern v1.0.0 // indirect
4141
github.com/json-iterator/go v1.1.12 // indirect
42-
github.com/mailru/easyjson v0.7.7 // indirect
42+
github.com/klauspost/compress v1.17.11 // indirect
43+
github.com/mailru/easyjson v0.9.0 // indirect
4344
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4445
github.com/modern-go/reflect2 v1.0.2 // indirect
4546
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
46-
github.com/pkg/errors v0.9.1 // indirect
47-
github.com/prometheus/client_golang v1.19.1 // indirect
47+
github.com/prometheus/client_golang v1.20.5 // indirect
4848
github.com/prometheus/client_model v0.6.1 // indirect
49-
github.com/prometheus/common v0.55.0 // indirect
49+
github.com/prometheus/common v0.62.0 // indirect
5050
github.com/prometheus/procfs v0.15.1 // indirect
5151
github.com/prometheus/statsd_exporter v0.22.7 // indirect
52-
github.com/stoewer/go-strcase v1.2.0 // indirect
52+
github.com/stoewer/go-strcase v1.3.0 // indirect
5353
github.com/x448/float16 v0.8.4 // indirect
5454
go.opencensus.io v0.24.0 // indirect
5555
go.uber.org/multierr v1.11.0 // indirect
56-
golang.org/x/exp v0.0.0-20240808152545-0cdaa3abc0fa // indirect
57-
golang.org/x/net v0.38.0 // indirect
58-
golang.org/x/oauth2 v0.27.0 // indirect
59-
golang.org/x/sync v0.12.0 // indirect
60-
golang.org/x/sys v0.31.0 // indirect
61-
golang.org/x/term v0.30.0 // indirect
62-
golang.org/x/text v0.23.0 // indirect
63-
golang.org/x/time v0.9.0 // indirect
64-
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
56+
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
57+
golang.org/x/net v0.48.0 // indirect
58+
golang.org/x/oauth2 v0.34.0 // indirect
59+
golang.org/x/sync v0.19.0 // indirect
60+
golang.org/x/sys v0.39.0 // indirect
61+
golang.org/x/term v0.38.0 // indirect
62+
golang.org/x/text v0.32.0 // indirect
63+
golang.org/x/time v0.10.0 // indirect
64+
gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect
6565
google.golang.org/api v0.217.0 // indirect
66-
google.golang.org/genproto/googleapis/api v0.0.0-20250115164207-1a7da9e5054f // indirect
67-
google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
68-
google.golang.org/grpc v1.70.0 // indirect
69-
google.golang.org/protobuf v1.36.5 // indirect
66+
google.golang.org/genproto/googleapis/api v0.0.0-20251202230838-ff82c1b0f217 // indirect
67+
google.golang.org/genproto/googleapis/rpc v0.0.0-20251202230838-ff82c1b0f217 // indirect
68+
google.golang.org/grpc v1.79.3 // indirect
69+
google.golang.org/protobuf v1.36.10 // indirect
7070
gopkg.in/inf.v0 v0.9.1 // indirect
7171
gopkg.in/yaml.v2 v2.4.0 // indirect
7272
gopkg.in/yaml.v3 v3.0.1 // indirect
73-
k8s.io/api v0.31.6 // indirect
74-
k8s.io/apimachinery v0.31.6 // indirect
75-
k8s.io/client-go v0.31.6 // indirect
73+
k8s.io/api v0.32.2 // indirect
74+
k8s.io/apimachinery v0.32.4 // indirect
75+
k8s.io/client-go v0.32.2 // indirect
7676
k8s.io/klog/v2 v2.130.1 // indirect
77-
k8s.io/kube-openapi v0.0.0-20240808142205-8e686545bdb8 // indirect
78-
k8s.io/utils v0.0.0-20240711033017-18e509b52bc8 // indirect
79-
knative.dev/pkg v0.0.0-20250117084104-c43477f0052b // indirect
80-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
81-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
77+
k8s.io/kube-openapi v0.0.0-20241212222426-2c72e554b1e7 // indirect
78+
k8s.io/utils v0.0.0-20241210054802-24370beab758 // indirect
79+
knative.dev/pkg v0.0.0-20250415155312-ed3e2158b883 // indirect
80+
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 // indirect
81+
sigs.k8s.io/structured-merge-diff/v4 v4.5.0 // indirect
8282
sigs.k8s.io/yaml v1.4.0 // indirect
8383
)

0 commit comments

Comments
 (0)