-
Notifications
You must be signed in to change notification settings - Fork 58
Update go modules (main) (minor) #3285
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
red-hat-konflux
wants to merge
1
commit into
main
Choose a base branch
from
konflux/mintmaker/main-main/go-modules
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+558
−567
Open
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -14,53 +14,53 @@ require ( | |
| github.com/go-git/go-git/v5 v5.19.1 | ||
| github.com/go-openapi/strfmt v0.26.1 | ||
| github.com/google/go-containerregistry v0.21.5 | ||
| github.com/in-toto/in-toto-golang v0.10.0 | ||
| github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409 | ||
| github.com/in-toto/in-toto-golang v0.11.0 | ||
| github.com/konflux-ci/application-api dd8c9b1a64c2 | ||
| github.com/opencontainers/image-spec v1.1.1 | ||
| github.com/otiai10/copy v1.14.0 | ||
| github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 | ||
| github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e | ||
| github.com/pkg/diff 4e6772a4315c | ||
| github.com/pkg/errors v0.9.1 | ||
| github.com/secure-systems-lab/go-securesystemslib v0.10.0 | ||
| github.com/sigstore/cosign/v3 v3.0.4 | ||
| github.com/secure-systems-lab/go-securesystemslib v0.11.0 | ||
| github.com/sigstore/cosign/v3 v3.1.1 | ||
| github.com/sigstore/rekor v1.5.0 | ||
| github.com/sigstore/sigstore v1.10.5 | ||
| github.com/sigstore/sigstore-go v1.1.4 | ||
| github.com/sigstore/sigstore-go v1.2.1 | ||
| github.com/stretchr/testify v1.11.1 | ||
| github.com/tektoncd/cli v0.44.1 | ||
| github.com/tektoncd/cli v0.45.0 | ||
| github.com/tektoncd/pipeline v1.12.0 | ||
| github.com/testcontainers/testcontainers-go v0.34.0 | ||
| github.com/testcontainers/testcontainers-go v0.42.0 | ||
| github.com/transparency-dev/merkle v0.0.2 | ||
| github.com/wiremock/go-wiremock v1.11.0 | ||
| github.com/wiremock/go-wiremock v1.16.0 | ||
| github.com/yudai/gojsondiff v1.0.0 | ||
| golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f | ||
| golang.org/x/sync v0.20.0 | ||
| golang.org/x/exp c48552f49976 | ||
| golang.org/x/sync v0.21.0 | ||
| gopkg.in/go-jose/go-jose.v2 v2.6.3 | ||
| k8s.io/api v0.35.4 | ||
| k8s.io/apimachinery v0.35.4 | ||
| k8s.io/client-go v0.35.4 | ||
| k8s.io/klog/v2 v2.130.1 | ||
| k8s.io/api v0.36.2 | ||
| k8s.io/apimachinery v0.36.2 | ||
| k8s.io/client-go v0.36.2 | ||
| k8s.io/klog/v2 v2.140.0 | ||
| oras.land/oras-go/v2 v2.6.0 | ||
| sigs.k8s.io/kind v0.26.0 | ||
| sigs.k8s.io/kustomize/api v0.20.1 | ||
| sigs.k8s.io/kustomize/kyaml v0.20.1 | ||
| sigs.k8s.io/kind v0.32.0 | ||
| sigs.k8s.io/kustomize/api v0.21.1 | ||
| sigs.k8s.io/kustomize/kyaml v0.21.1 | ||
| sigs.k8s.io/yaml v1.6.0 | ||
| ) | ||
|
|
||
| // Maybe less important in acceptance, but it seems sensible to use the fork here too | ||
| replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry v0.20.7-0.20250703195040-6f40a3734728 | ||
| replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry 3459088e4bae | ||
|
|
||
| require ( | ||
| cel.dev/expr v0.25.1 // indirect | ||
| dario.cat/mergo v1.0.2 // indirect | ||
| github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c // indirect | ||
| github.com/BurntSushi/toml v1.6.0 // indirect | ||
| github.com/Microsoft/go-winio v0.6.2 // indirect | ||
| github.com/ProtonMail/go-crypto v1.3.0 // indirect | ||
| github.com/alessio/shellescape v1.4.2 // indirect | ||
| github.com/ProtonMail/go-crypto v1.4.1 // indirect | ||
| github.com/alessio/shellescape v1.6.0 // indirect | ||
| github.com/antlr4-go/antlr/v4 v4.13.1 // indirect | ||
| github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect | ||
| github.com/aws/aws-sdk-go-v2 v1.41.4 // indirect | ||
| github.com/aws/aws-sdk-go-v2 v1.42.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2/config v1.32.12 // indirect | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/blang/semver v3.5.1+incompatible // indirect | ||
|
|
@@ -75,98 +75,98 @@ require ( | |
| github.com/containerd/log v0.1.0 // indirect | ||
| github.com/containerd/platforms v1.0.0-rc.2 // indirect | ||
| github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect | ||
| github.com/coreos/go-oidc/v3 v3.17.0 // indirect | ||
| github.com/coreos/go-oidc/v3 v3.18.0 // indirect | ||
| github.com/coreos/go-systemd/v22 v22.7.0 // indirect | ||
| github.com/cpuguy83/dockercfg v0.3.2 // indirect | ||
| github.com/cucumber/gherkin/go/v26 v26.2.0 // indirect | ||
| github.com/cucumber/messages/go/v21 v21.0.1 // indirect | ||
| github.com/cyphar/filepath-securejoin v0.6.1 // indirect | ||
| github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect | ||
| github.com/digitorus/pkcs7 v0.0.0-20230818184609-3a137a874352 // indirect | ||
| github.com/digitorus/timestamp v0.0.0-20231217203849-220c5c2851b7 // indirect | ||
| github.com/digitorus/pkcs7 ffadbf3f398c // indirect | ||
| github.com/digitorus/timestamp c45532741eea // indirect | ||
| github.com/distribution/reference v0.6.0 // indirect | ||
| github.com/docker/cli v29.4.0+incompatible // indirect | ||
| github.com/docker/cli v29.5.3+incompatible // indirect | ||
| github.com/docker/distribution v2.8.3+incompatible // indirect | ||
| github.com/docker/docker v28.5.2+incompatible // indirect | ||
| github.com/docker/docker-credential-helpers v0.9.5 // indirect | ||
| github.com/docker/go-connections v0.5.0 // indirect | ||
| github.com/docker/go-connections v0.7.0 // indirect | ||
| github.com/docker/go-units v0.5.0 // indirect | ||
| github.com/dustin/go-humanize v1.0.1 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.13.0 // indirect | ||
| github.com/emirpasic/gods v1.18.1 // indirect | ||
| github.com/evanphx/json-patch v5.9.11+incompatible // indirect | ||
| github.com/fatih/color v1.18.0 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/fatih/color v1.19.0 // indirect | ||
| github.com/felixge/httpsnoop v1.1.0 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.9.0 // indirect | ||
| github.com/gkampitakis/ciinfo v0.3.2 // indirect | ||
| github.com/go-chi/chi/v5 v5.2.4 // indirect | ||
| github.com/go-chi/chi/v5 v5.3.0 // indirect | ||
| github.com/go-errors/errors v1.5.1 // indirect | ||
| github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.1.4 // indirect | ||
| github.com/go-logr/logr v1.4.3 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/go-ole/go-ole v1.3.0 // indirect | ||
| github.com/go-openapi/analysis v0.24.3 // indirect | ||
| github.com/go-openapi/analysis v0.25.2 // indirect | ||
| github.com/go-openapi/errors v0.22.7 // indirect | ||
| github.com/go-openapi/jsonpointer v0.22.5 // indirect | ||
| github.com/go-openapi/jsonpointer v0.23.1 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.5 // indirect | ||
| github.com/go-openapi/loads v0.23.3 // indirect | ||
| github.com/go-openapi/runtime v0.29.2 // indirect | ||
| github.com/go-openapi/loads v0.24.0 // indirect | ||
| github.com/go-openapi/runtime v0.32.3 // indirect | ||
| github.com/go-openapi/spec v0.22.4 // indirect | ||
| github.com/go-openapi/swag v0.25.4 // indirect | ||
| github.com/go-openapi/swag/cmdutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/conv v0.25.5 // indirect | ||
| github.com/go-openapi/swag/fileutils v0.25.5 // indirect | ||
| github.com/go-openapi/swag/jsonname v0.25.5 // indirect | ||
| github.com/go-openapi/swag/jsonutils v0.25.5 // indirect | ||
| github.com/go-openapi/swag/loading v0.25.5 // indirect | ||
| github.com/go-openapi/swag/mangling v0.25.5 // indirect | ||
| github.com/go-openapi/swag/netutils v0.25.4 // indirect | ||
| github.com/go-openapi/swag/stringutils v0.25.5 // indirect | ||
| github.com/go-openapi/swag/typeutils v0.25.5 // indirect | ||
| github.com/go-openapi/swag/yamlutils v0.25.5 // indirect | ||
| github.com/go-openapi/validate v0.25.2 // indirect | ||
| github.com/go-openapi/swag v0.26.1 // indirect | ||
| github.com/go-openapi/swag/cmdutils v0.26.1 // indirect | ||
| github.com/go-openapi/swag/conv v0.26.1 // indirect | ||
| github.com/go-openapi/swag/fileutils v0.26.1 // indirect | ||
| github.com/go-openapi/swag/jsonname v0.26.1 // indirect | ||
| github.com/go-openapi/swag/jsonutils v0.26.1 // indirect | ||
| github.com/go-openapi/swag/loading v0.26.1 // indirect | ||
| github.com/go-openapi/swag/mangling v0.26.1 // indirect | ||
| github.com/go-openapi/swag/netutils v0.26.1 // indirect | ||
| github.com/go-openapi/swag/stringutils v0.26.1 // indirect | ||
| github.com/go-openapi/swag/typeutils v0.26.1 // indirect | ||
| github.com/go-openapi/swag/yamlutils v0.26.1 // indirect | ||
| github.com/go-openapi/validate v0.26.0 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.5.0 // indirect | ||
| github.com/goccy/go-yaml v1.18.0 // indirect | ||
| github.com/goccy/go-yaml v1.19.2 // indirect | ||
| github.com/gofrs/uuid v4.4.0+incompatible // indirect | ||
| github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect | ||
| github.com/golang/snappy v1.0.0 // indirect | ||
| github.com/google/cel-go v0.28.0 // indirect | ||
| github.com/google/certificate-transparency-go v1.3.2 // indirect | ||
| github.com/google/gnostic-models v0.7.0 // indirect | ||
| github.com/google/go-cmp v0.7.0 // indirect | ||
| github.com/google/pprof v0.0.0-20250820193118-f64d9cf942d6 // indirect | ||
| github.com/google/safetext v0.0.0-20240722112252-5a72de7e7962 // indirect | ||
| github.com/google/pprof 7023385849c0 // indirect | ||
| github.com/google/safetext 1fb717a317c5 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0 // indirect | ||
| github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b // indirect | ||
| github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
| github.com/hashicorp/go-immutable-radix v1.3.1 // indirect | ||
| github.com/hashicorp/go-memdb v1.3.4 // indirect | ||
| github.com/hashicorp/go-retryablehttp v0.7.8 // indirect | ||
| github.com/hashicorp/golang-lru v1.0.2 // indirect | ||
| github.com/in-toto/attestation v1.1.2 // indirect | ||
| github.com/in-toto/attestation v1.2.0 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
| github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 // indirect | ||
| github.com/jedisct1/go-minisign a09352b57a22 // indirect | ||
| github.com/jonboulle/clockwork v0.5.0 // indirect | ||
| github.com/json-iterator/go v1.1.12 // indirect | ||
| github.com/kevinburke/ssh_config v1.2.0 // indirect | ||
| github.com/kevinburke/ssh_config v1.6.0 // indirect | ||
| github.com/klauspost/compress v1.18.5 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.3.0 // indirect | ||
| github.com/kr/pretty v0.3.1 // indirect | ||
| github.com/kr/text v0.2.0 // indirect | ||
| github.com/letsencrypt/boulder v0.20260223.0 // indirect | ||
| github.com/lufia/plan9stats v0.0.0-20240819163618-b1d8f4d146e7 // indirect | ||
| github.com/letsencrypt/boulder v0.20260615.0 // indirect | ||
| github.com/lufia/plan9stats c963978e514e // indirect | ||
| github.com/magiconair/properties v1.8.10 // indirect | ||
| github.com/maruel/natural v1.1.1 // indirect | ||
| github.com/maruel/natural v1.3.0 // indirect | ||
| github.com/mattn/go-colorable v0.1.14 // indirect | ||
| github.com/mattn/go-isatty v0.0.20 // indirect | ||
| github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
| github.com/moby/docker-image-spec v1.3.1 // indirect | ||
| github.com/moby/go-archive v0.2.0 // indirect | ||
| github.com/moby/patternmatcher v0.6.1 // indirect | ||
| github.com/moby/sys/sequential v0.6.0 // indirect | ||
| github.com/moby/sys/sequential v0.7.0 // indirect | ||
| github.com/moby/sys/user v0.4.0 // indirect | ||
| github.com/moby/sys/userns v0.1.0 // indirect | ||
| github.com/moby/term v0.5.2 // indirect | ||
|
|
@@ -186,33 +186,33 @@ require ( | |
| github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55 // indirect | ||
| github.com/prometheus/client_golang v1.23.2 // indirect | ||
| github.com/prometheus/client_model v0.6.2 // indirect | ||
| github.com/prometheus/common v0.67.5 // indirect | ||
| github.com/prometheus/common v0.68.1 // indirect | ||
| github.com/prometheus/otlptranslator v1.0.0 // indirect | ||
| github.com/prometheus/procfs v0.19.2 // indirect | ||
| github.com/rogpeppe/go-internal v1.14.1 // indirect | ||
| github.com/prometheus/procfs v0.20.1 // indirect | ||
| github.com/rogpeppe/go-internal v1.15.0 // indirect | ||
| github.com/sassoftware/relic v7.2.1+incompatible // indirect | ||
| github.com/sergi/go-diff v1.4.0 // indirect | ||
| github.com/shibumi/go-pathspec v1.3.0 // indirect | ||
| github.com/shirou/gopsutil/v3 v3.24.5 // indirect | ||
| github.com/shoenig/go-m1cpu v0.1.6 // indirect | ||
| github.com/shoenig/go-m1cpu v0.2.1 // indirect | ||
| github.com/sigstore/protobuf-specs v0.5.0 // indirect | ||
| github.com/sigstore/rekor-tiles/v2 v2.0.1 // indirect | ||
| github.com/sigstore/timestamp-authority/v2 v2.0.4 // indirect | ||
| github.com/sigstore/rekor-tiles/v2 v2.3.0 // indirect | ||
| github.com/sigstore/timestamp-authority/v2 v2.1.2 // indirect | ||
| github.com/sirupsen/logrus v1.9.4 // indirect | ||
| github.com/skeema/knownhosts v1.3.1 // indirect | ||
| github.com/spf13/cobra v1.10.2 // indirect | ||
| github.com/spf13/pflag v1.0.10 // indirect | ||
| github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect | ||
| github.com/theupdateframework/go-tuf v0.7.0 // indirect | ||
| github.com/theupdateframework/go-tuf/v2 v2.4.1 // indirect | ||
| github.com/tidwall/gjson v1.18.0 // indirect | ||
| github.com/tidwall/match v1.1.1 // indirect | ||
| github.com/tidwall/gjson v1.19.0 // indirect | ||
| github.com/tidwall/match v1.2.0 // indirect | ||
| github.com/tidwall/pretty v1.2.1 // indirect | ||
| github.com/tidwall/sjson v1.2.5 // indirect | ||
| github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect | ||
| github.com/tklauser/go-sysconf v0.3.14 // indirect | ||
| github.com/tklauser/numcpus v0.8.0 // indirect | ||
| github.com/transparency-dev/formats v0.0.0-20251017110053-404c0d5b696c // indirect | ||
| github.com/tklauser/go-sysconf v0.4.0 // indirect | ||
| github.com/tklauser/numcpus v0.12.0 // indirect | ||
| github.com/transparency-dev/formats v0.1.1 // indirect | ||
| github.com/vbatts/tar-split v0.12.2 // indirect | ||
| github.com/x448/float16 v0.8.4 // indirect | ||
| github.com/xanzy/ssh-agent v0.3.3 // indirect | ||
|
|
@@ -221,51 +221,51 @@ require ( | |
| github.com/yudai/pp v2.0.1+incompatible // indirect | ||
| github.com/yusufpapurcu/wmi v1.2.4 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect | ||
| go.opentelemetry.io/otel v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.42.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.42.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/prometheus v0.64.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.42.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.43.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.43.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 // indirect | ||
| go.opentelemetry.io/otel v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/prometheus v0.66.0 // indirect | ||
| go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/metric v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/sdk v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/sdk/metric v1.44.0 // indirect | ||
| go.opentelemetry.io/otel/trace v1.44.0 // indirect | ||
| go.opentelemetry.io/proto/otlp v1.10.0 // indirect | ||
| go.uber.org/multierr v1.11.0 // indirect | ||
| go.uber.org/zap v1.28.0 // indirect | ||
| go.yaml.in/yaml/v2 v2.4.3 // indirect | ||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
| golang.org/x/crypto v0.50.0 // indirect | ||
| golang.org/x/mod v0.35.0 // indirect | ||
| golang.org/x/net v0.53.0 // indirect | ||
| golang.org/x/crypto v0.53.0 // indirect | ||
| golang.org/x/mod v0.37.0 // indirect | ||
| golang.org/x/net v0.56.0 // indirect | ||
| golang.org/x/oauth2 v0.36.0 // indirect | ||
| golang.org/x/sys v0.43.0 // indirect | ||
| golang.org/x/term v0.42.0 // indirect | ||
| golang.org/x/text v0.36.0 // indirect | ||
| golang.org/x/sys v0.46.0 // indirect | ||
| golang.org/x/term v0.44.0 // indirect | ||
| golang.org/x/text v0.38.0 // indirect | ||
| golang.org/x/time v0.15.0 // indirect | ||
| gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect | ||
| google.golang.org/api v0.271.0 // indirect | ||
| google.golang.org/api v0.284.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260401024825-9d38bb4040a9 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260401024825-9d38bb4040a9 // indirect | ||
| google.golang.org/grpc v1.80.0 // indirect | ||
| google.golang.org/grpc v1.81.1 // indirect | ||
| google.golang.org/protobuf v1.36.11 // indirect | ||
| gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect | ||
| gopkg.in/inf.v0 v0.9.1 // indirect | ||
| gopkg.in/warnings.v0 v0.1.2 // indirect | ||
| gopkg.in/yaml.v3 v3.0.1 // indirect | ||
| k8s.io/apiextensions-apiserver v0.35.4 // indirect | ||
| k8s.io/cli-runtime v0.34.2 // indirect | ||
| k8s.io/apiextensions-apiserver v0.36.2 // indirect | ||
| k8s.io/cli-runtime v0.36.2 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 // indirect | ||
| k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect | ||
| knative.dev/pkg v0.0.0-20260318013857-98d5a706d4fd // indirect | ||
| sigs.k8s.io/controller-runtime v0.19.0 // indirect | ||
| knative.dev/pkg 6300c57a9e78 // indirect | ||
| sigs.k8s.io/controller-runtime v0.24.1 // indirect | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [low] api-contract sigs.k8s.io/controller-runtime is being bumped from v0.19.0 to v0.24.1 (5 minor versions). However, this is an indirect dependency, so breaking API changes are resolved by the intermediate libraries, not this module. |
||
| sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730 // indirect | ||
| sigs.k8s.io/randfill v1.0.0 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v6 v6.4.0 // indirect | ||
| ) | ||
|
|
||
| // Force moby/go-archive to v0.1.0 for compatibility with docker/docker v28.5.2 | ||
|
|
||
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[high] api-contract
The PR updates testcontainers-go from v0.34.0 to v0.42.0 (8 minor versions). The codebase uses ContainerRequest.AutoRemove in acceptance/testenv/testenv.go:252 and tests it in acceptance/testenv/testenv_test.go (lines 220, 234, 250, 264). This field was removed in testcontainers-go v0.35.0+, which will cause a compilation failure.
Suggested fix: Either cap the testcontainers-go upgrade to v0.34.x, or remove usages of ContainerRequest.AutoRemove in the acceptance test code as part of this PR. In newer testcontainers-go, containers are removed by default via Ryuk.