-
Notifications
You must be signed in to change notification settings - Fork 60
Update go modules (release-v0.7) (minor) #3157
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
base: release-v0.7
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,62 +1,62 @@ | ||
| module github.com/conforma/cli/acceptance | ||
|
|
||
| go 1.26.4 | ||
| go 1.26.5 | ||
|
|
||
| require ( | ||
| cuelang.org/go v0.15.1 | ||
| github.com/cucumber/godog v0.15.1 | ||
| cuelang.org/go v0.17.1 | ||
| github.com/cucumber/godog v0.16.0 | ||
| github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 | ||
| github.com/doiit/picocolors v1.0.1 | ||
| github.com/enterprise-contract/enterprise-contract-controller/api v0.1.257 | ||
| github.com/evanphx/json-patch/v5 v5.9.11 | ||
| github.com/gkampitakis/go-snaps v0.5.19 | ||
| github.com/go-git/go-billy/v5 v5.9.0 | ||
| github.com/go-git/go-git/v5 v5.19.1 | ||
| github.com/go-openapi/strfmt v0.26.4 | ||
| github.com/google/go-containerregistry v0.21.7 | ||
| github.com/go-openapi/strfmt v0.27.0 | ||
| github.com/google/go-containerregistry v0.21.8 | ||
| github.com/in-toto/in-toto-golang v0.10.0 | ||
| github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409 | ||
| github.com/konflux-ci/application-api v0.0.0-20260727123715-2999a91451c6 | ||
| github.com/opencontainers/image-spec v1.1.1 | ||
| github.com/otiai10/copy v1.14.1 | ||
| github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5 | ||
| github.com/pkg/diff v0.0.0-20210226163009-20ebb0f2a09e | ||
| github.com/pkg/diff v0.0.0-20241224192749-4e6772a4315c | ||
| github.com/pkg/errors v0.9.1 | ||
| github.com/secure-systems-lab/go-securesystemslib v0.11.0 | ||
| github.com/sigstore/cosign/v2 v2.6.2 | ||
| github.com/sigstore/rekor v1.5.3 | ||
| github.com/sigstore/sigstore v1.10.8 | ||
| github.com/sigstore/sigstore v1.10.9 | ||
| github.com/stretchr/testify v1.11.1 | ||
| github.com/tektoncd/cli v0.44.0 | ||
| github.com/tektoncd/pipeline v1.12.0 | ||
| github.com/testcontainers/testcontainers-go v0.34.1 | ||
| github.com/tektoncd/cli v0.46.0 | ||
| github.com/tektoncd/pipeline v1.14.1 | ||
| github.com/testcontainers/testcontainers-go v0.44.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/exp v0.0.0-20260727155853-b88d891fe743 | ||
| gopkg.in/go-jose/go-jose.v2 v2.6.3 | ||
| k8s.io/api v0.36.0 | ||
| k8s.io/apimachinery v0.36.0 | ||
| k8s.io/client-go v0.36.0 | ||
| k8s.io/api v0.36.3 | ||
| k8s.io/apimachinery v0.36.3 | ||
| k8s.io/client-go v0.36.3 | ||
| oras.land/oras-go/v2 v2.6.2 | ||
| 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 v0.21.7 | ||
|
|
||
| // knative.dev/eventing < v0.49.2 imports knative.dev/pkg/{metrics,tracing/config} which were removed | ||
| require knative.dev/eventing v0.49.2 // indirect | ||
|
|
||
| require ( | ||
| al.essio.dev/pkg/shellescape v1.5.1 // indirect | ||
| cel.dev/expr v0.25.1 // indirect | ||
| cloud.google.com/go/iam v1.11.0 // indirect | ||
| cloud.google.com/go/kms v1.31.0 // indirect | ||
| cloud.google.com/go/longrunning v1.0.0 // indirect | ||
| dario.cat/mergo v1.0.2 // indirect | ||
| github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.1 // indirect | ||
| github.com/Azure/azure-sdk-for-go/sdk/internal v1.12.0 // 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.3-0.20251027160822-ad3df93bed29 // indirect | ||
|
|
@@ -65,43 +65,39 @@ | |
| 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.42.0 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/kms v1.51.1 // indirect | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
| github.com/blang/semver v3.5.1+incompatible // indirect | ||
| github.com/blang/semver/v4 v4.0.0 // indirect | ||
| github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
| github.com/cenkalti/backoff/v5 v5.0.3 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/cloudflare/circl v1.6.3 // indirect | ||
| github.com/cockroachdb/apd/v3 v3.2.1 // indirect | ||
| github.com/cockroachdb/apd/v3 v3.2.3 // indirect | ||
| github.com/containerd/errdefs v1.0.0 // indirect | ||
| github.com/containerd/errdefs/pkg v0.3.0 // indirect | ||
| github.com/containerd/log v0.1.0 // indirect | ||
| github.com/containerd/platforms v1.0.0-rc.4 // indirect | ||
| github.com/containerd/stargz-snapshotter/estargz v0.18.2 // indirect | ||
| github.com/coreos/go-oidc/v3 v3.19.0 // indirect | ||
| github.com/coreos/go-oidc/v3 v3.20.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/cucumber/gherkin/go/v42 v42.0.0 // indirect | ||
| github.com/cucumber/messages/go/v34 v34.2.0 // 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/distribution/reference v0.6.0 // indirect | ||
| github.com/docker/cli v29.4.0+incompatible // indirect | ||
| github.com/docker/distribution v2.8.3+incompatible // indirect | ||
| github.com/docker/docker v28.5.2+incompatible // indirect | ||
| github.com/docker/cli v29.6.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/ebitengine/purego v0.10.1 // indirect | ||
| github.com/emicklei/go-restful/v3 v3.13.0 // indirect | ||
| github.com/emirpasic/gods v1.18.1 // indirect | ||
| github.com/fatih/color v1.18.0 // indirect | ||
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/fsnotify/fsnotify v1.10.1 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.9.0 // indirect | ||
| github.com/fatih/color v1.19.0 // indirect | ||
| github.com/felixge/httpsnoop v1.1.0 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.9.1 // indirect | ||
| github.com/gkampitakis/ciinfo v0.3.2 // indirect | ||
| github.com/go-chi/chi/v5 v5.3.0 // indirect | ||
| github.com/go-errors/errors v1.5.1 // indirect | ||
|
|
@@ -133,21 +129,19 @@ | |
| 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/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/cel-go v0.29.0 // indirect | ||
| github.com/google/certificate-transparency-go v1.3.3 // indirect | ||
| github.com/google/gnostic-models v0.7.0 // indirect | ||
| github.com/google/go-cmp v0.7.0 // indirect | ||
| github.com/google/safetext v0.0.0-20240722112252-5a72de7e7962 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99 // 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-memdb v1.3.5 // 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 | ||
|
|
@@ -157,51 +151,47 @@ | |
| 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/klauspost/compress v1.18.5 // indirect | ||
| github.com/klauspost/compress v1.19.1 // 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.20260309.0 // indirect | ||
| github.com/lufia/plan9stats v0.0.0-20240819163618-b1d8f4d146e7 // indirect | ||
| github.com/lufia/plan9stats v0.0.0-20260330125221-c963978e514e // indirect | ||
| github.com/magiconair/properties v1.8.10 // indirect | ||
| github.com/maruel/natural v1.1.1 // 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/mattn/go-isatty v0.0.21 // indirect | ||
| github.com/moby/docker-image-spec v1.3.1 // indirect | ||
| github.com/moby/go-archive v0.2.0 // indirect | ||
| github.com/moby/moby/api v1.55.0 // indirect | ||
| github.com/moby/moby/client v0.5.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 | ||
| github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect | ||
| github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect | ||
| github.com/monochromegane/go-gitignore v0.0.0-20200626010858-205db1a8cc00 // indirect | ||
| github.com/morikuni/aec v1.1.0 // indirect | ||
| github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect | ||
| github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect | ||
| github.com/oklog/ulid/v2 v2.1.1 // indirect | ||
| github.com/opencontainers/go-digest v1.0.0 // indirect | ||
| github.com/otiai10/mint v1.6.3 // indirect | ||
| github.com/pborman/uuid v1.2.1 // indirect | ||
| github.com/pelletier/go-toml v1.9.5 // indirect | ||
| github.com/pelletier/go-toml/v2 v2.3.0 // indirect | ||
| github.com/pjbgf/sha1cd v0.6.0 // indirect | ||
| github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c // indirect | ||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect | ||
| 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.68.0 // indirect | ||
| github.com/prometheus/common v0.69.0 // indirect | ||
| github.com/prometheus/otlptranslator v1.0.0 // indirect | ||
| github.com/prometheus/procfs v0.20.1 // indirect | ||
| github.com/rogpeppe/go-internal v1.14.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/shirou/gopsutil/v4 v4.26.6 // indirect | ||
| github.com/sigstore/protobuf-specs v0.5.1 // indirect | ||
| github.com/sigstore/rekor-tiles/v2 v2.0.1 // indirect | ||
| github.com/sigstore/sigstore-go v1.1.4 // indirect | ||
|
|
@@ -210,19 +200,17 @@ | |
| 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/stretchr/objx v0.5.2 // indirect | ||
| github.com/stretchr/objx v0.5.3 // 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/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/tklauser/go-sysconf v0.4.0 // indirect | ||
| github.com/tklauser/numcpus v0.12.0 // indirect | ||
| github.com/transparency-dev/formats v0.0.0-20251017110053-404c0d5b696c // 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 | ||
| github.com/xlab/treeprint v1.2.0 // indirect | ||
|
|
@@ -231,7 +219,6 @@ | |
| 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/google.golang.org/grpc/otelgrpc v0.68.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.43.0 // indirect | ||
|
|
@@ -251,7 +238,7 @@ | |
| go.yaml.in/yaml/v2 v2.4.4 // indirect | ||
| go.yaml.in/yaml/v3 v3.0.4 // indirect | ||
| golang.org/x/crypto v0.54.0 // indirect | ||
| golang.org/x/mod v0.37.0 // indirect | ||
| golang.org/x/mod v0.38.0 // indirect | ||
| golang.org/x/net v0.57.0 // indirect | ||
| golang.org/x/oauth2 v0.36.0 // indirect | ||
| golang.org/x/sync v0.22.0 // indirect | ||
|
|
@@ -261,26 +248,25 @@ | |
| golang.org/x/time v0.15.0 // indirect | ||
| gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect | ||
| google.golang.org/api v0.286.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20260406210006-6f92a3bedf2d // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260526163538-3dc84a4a5aaa // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260610212136-7ab31c22f7ad // indirect | ||
| google.golang.org/grpc v1.82.0 // indirect | ||
| google.golang.org/genproto/googleapis/api v0.0.0-20260727163830-6c54dddc4772 // indirect | ||
| google.golang.org/genproto/googleapis/rpc v0.0.0-20260720155508-bb71a54f79dc // indirect | ||
| google.golang.org/grpc v1.82.1 // indirect | ||
| google.golang.org/protobuf v1.36.12-0.20260120151049-f2248ac996af // 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/apiextensions-apiserver v0.35.6 // indirect | ||
| k8s.io/cli-runtime v0.34.2 // indirect | ||
| k8s.io/component-base v0.36.0 // indirect | ||
| k8s.io/klog/v2 v2.140.0 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20260319004828-5883c5ee87b9 // indirect | ||
| k8s.io/kube-openapi v0.0.0-20260330154417-16be699c7b31 // indirect | ||
| k8s.io/utils v0.0.0-20260319190234-28399d86e0b5 // indirect | ||
| knative.dev/pkg v0.0.0-20260531000007-52dbd5ece63f // indirect | ||
| sigs.k8s.io/controller-runtime v0.19.0 // indirect | ||
| 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.2 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v6 v6.3.3 // indirect | ||
| ) | ||
|
|
||
| replace github.com/moby/go-archive v0.2.0 => github.com/moby/go-archive v0.1.0 | ||
|
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] inconsistent replace directives acceptance/go.mod still pins moby/go-archive v0.2.0 => v0.1.0 while main go.mod now pins all versions to v0.3.2. The inconsistency means the two modules use different target versions. Suggested fix: Align the replace directives or document why they intentionally differ. |
||
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.
[low] API contract violation
sigs.k8s.io/kind is being updated from v0.26.0 to v0.32.0, a jump of 6 minor versions. The acceptance tests use kind programmatically (acceptance/kubernetes/kind/kind.go). This is a significant version jump that warrants verification.
Suggested fix: Verify that the kind Go API usage in acceptance tests is compatible with v0.32.0.