-
Notifications
You must be signed in to change notification settings - Fork 56
Update go modules (main) (patch) #3130
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: main
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 |
|---|---|---|
|
|
@@ -3,44 +3,44 @@ module github.com/conforma/cli/acceptance | |
| go 1.25.8 | ||
|
|
||
| require ( | ||
| cuelang.org/go v0.16.0 | ||
| github.com/conforma/crds/api v0.1.7 | ||
| github.com/cucumber/godog v0.15.0 | ||
| cuelang.org/go v0.16.1 | ||
| github.com/conforma/crds/api v0.1.11 | ||
| github.com/cucumber/godog v0.15.1 | ||
| github.com/cyberphone/json-canonicalization v0.0.0-20241213102144-19d51d7fe467 | ||
| github.com/doiit/picocolors v1.0.1 | ||
| github.com/evanphx/json-patch/v5 v5.9.11 | ||
| github.com/gkampitakis/go-snaps v0.5.19 | ||
| github.com/gkampitakis/go-snaps v0.5.22 | ||
| github.com/go-git/go-billy/v5 v5.8.0 | ||
| github.com/go-git/go-git/v5 v5.17.1 | ||
| github.com/go-openapi/strfmt v0.26.1 | ||
| github.com/google/go-containerregistry v0.21.5 | ||
| github.com/go-openapi/strfmt v0.26.3 | ||
| github.com/google/go-containerregistry v0.21.6 | ||
| github.com/in-toto/in-toto-golang v0.10.0 | ||
| github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409 | ||
| github.com/opencontainers/image-spec v1.1.1 | ||
| github.com/otiai10/copy v1.14.0 | ||
| 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/errors v0.9.1 | ||
| github.com/secure-systems-lab/go-securesystemslib v0.10.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] version skew go-securesystemslib remains at v0.10.0 in the acceptance module while the main go.mod updates it to v0.11.0. The acceptance module directly imports the encrypted sub-package for key encryption/decryption. Since the encrypted sub-package is a stable utility, the practical risk is low, but it creates an inconsistency where acceptance tests may not exercise v0.11.0 code paths. Suggested fix: Consider updating acceptance/go.mod to use go-securesystemslib v0.11.0 for consistency with the main module. |
||
| github.com/sigstore/cosign/v3 v3.0.4 | ||
| github.com/sigstore/rekor v1.5.0 | ||
| github.com/sigstore/sigstore v1.10.5 | ||
| github.com/sigstore/cosign/v3 v3.0.6 | ||
| github.com/sigstore/rekor v1.5.2 | ||
| github.com/sigstore/sigstore v1.10.8 | ||
| github.com/sigstore/sigstore-go v1.1.4 | ||
| github.com/stretchr/testify v1.11.1 | ||
| github.com/tektoncd/cli v0.44.1 | ||
| github.com/tektoncd/pipeline v1.12.0 | ||
| github.com/testcontainers/testcontainers-go v0.34.0 | ||
| github.com/testcontainers/testcontainers-go v0.34.1 | ||
| github.com/transparency-dev/merkle v0.0.2 | ||
| github.com/wiremock/go-wiremock v1.11.0 | ||
| github.com/yudai/gojsondiff v1.0.0 | ||
| golang.org/x/exp v0.0.0-20250911091902-df9299821621 | ||
| golang.org/x/sync v0.20.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/api v0.35.5 | ||
| k8s.io/apimachinery v0.35.5 | ||
| k8s.io/client-go v0.35.5 | ||
| k8s.io/klog/v2 v2.130.1 | ||
| oras.land/oras-go/v2 v2.6.0 | ||
| oras.land/oras-go/v2 v2.6.1 | ||
| sigs.k8s.io/kind v0.26.0 | ||
| sigs.k8s.io/kustomize/api v0.20.1 | ||
| sigs.k8s.io/kustomize/kyaml v0.20.1 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,37 +3,37 @@ module github.com/conforma/cli | |
| go 1.25.8 | ||
|
|
||
| require ( | ||
| cuelang.org/go v0.16.0 | ||
| cuelang.org/go v0.16.1 | ||
| github.com/CycloneDX/cyclonedx-go v0.10.0 | ||
| github.com/MakeNowJust/heredoc v1.0.0 | ||
| github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a | ||
| github.com/conforma/crds/api v0.1.7 | ||
| github.com/conforma/crds/api v0.1.11 | ||
| github.com/conforma/go-gather v1.2.0 | ||
| github.com/docker/docker v28.5.2+incompatible | ||
| github.com/evanphx/json-patch v5.9.11+incompatible | ||
| github.com/gkampitakis/go-snaps v0.5.19 | ||
| github.com/gkampitakis/go-snaps v0.5.22 | ||
| github.com/go-git/go-git/v5 v5.18.0 | ||
| github.com/go-logr/logr v1.4.3 | ||
| github.com/go-openapi/strfmt v0.26.1 | ||
| github.com/go-openapi/strfmt v0.26.3 | ||
| github.com/google/go-cmp v0.7.0 | ||
| github.com/google/go-containerregistry v0.21.5 | ||
| github.com/google/go-containerregistry v0.21.6 | ||
|
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. [info] version consistency The PR bumps google/go-containerregistry from v0.21.5 to v0.21.6 in the require directive, but the replace directive still pins to conforma/go-containerregistry v0.20.7. The require change has no runtime effect in go.mod (fork is used), but tools/go.mod has no replace directive and will use upstream v0.21.6. |
||
| github.com/google/safearchive v0.0.0-20241025131057-f7ce9d7b6f9c | ||
| github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b | ||
| github.com/in-toto/in-toto-golang v0.10.0 | ||
| github.com/jstemmer/go-junit-report/v2 v2.1.0 | ||
| github.com/konflux-ci/application-api v0.0.0-20240812090716-e7eb2ecfb409 | ||
| github.com/leanovate/gopter v0.2.11 | ||
| github.com/mattn/go-isatty v0.0.20 | ||
| github.com/mattn/go-isatty v0.0.22 | ||
| github.com/mitchellh/go-wordwrap v1.0.1 | ||
| github.com/open-policy-agent/conftest v0.68.2 | ||
| github.com/open-policy-agent/opa v1.15.2 | ||
| github.com/package-url/packageurl-go v0.1.3 | ||
| github.com/package-url/packageurl-go v0.1.6 | ||
| github.com/qri-io/jsonpointer v0.1.1 | ||
| github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 | ||
| github.com/secure-systems-lab/go-securesystemslib v0.10.0 | ||
| github.com/sigstore/cosign/v3 v3.0.4 | ||
| github.com/sigstore/rekor v1.5.0 | ||
| github.com/sigstore/sigstore v1.10.5 | ||
| github.com/secure-systems-lab/go-securesystemslib v0.11.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] API compatibility github.com/secure-systems-lab/go-securesystemslib is updated from v0.10.0 to v0.11.0, a minor version bump on a v0.x module which does not guarantee backward compatibility per Go semver. Verify CI passes before merging. 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 The PR updates go-securesystemslib from v0.10.0 to v0.11.0 in go.mod but leaves it at v0.10.0 in acceptance/go.mod. For v0.x Go modules, a minor version bump can include breaking changes per semver. These are separate Go modules without a go.work file, so they resolve independently, but integration testing could surface subtle incompatibilities. 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] version consistency The PR updates go-securesystemslib from v0.10.0 to v0.11.0 in go.mod but leaves it at v0.10.0 in acceptance/go.mod. These are separate Go modules so this is technically valid, but since go-securesystemslib is pre-v1, a minor bump may include breaking API changes to the dsse package used extensively in internal/validate/vsa/ and related packages. |
||
| github.com/sigstore/cosign/v3 v3.0.6 | ||
| github.com/sigstore/rekor v1.5.2 | ||
| github.com/sigstore/sigstore v1.10.8 | ||
| github.com/sirupsen/logrus v1.9.4 | ||
| github.com/smarty/cproxy/v2 v2.1.1 | ||
| github.com/spdx/tools-golang v0.5.7 | ||
|
|
@@ -47,38 +47,38 @@ require ( | |
| github.com/testcontainers/testcontainers-go v0.34.1-0.20241204123437-72be13940122 // using unreleased version that contains the fix in https://github.com/testcontainers/testcontainers-go/pull/2899 | ||
| github.com/testcontainers/testcontainers-go/modules/registry v0.34.0 | ||
| golang.org/x/benchmarks v0.0.0-20241115175113-a2b48b605b42 | ||
| golang.org/x/exp v0.0.0-20250911091902-df9299821621 | ||
| golang.org/x/net v0.53.0 // indirect | ||
| golang.org/x/exp v0.0.0-20251023183803-a4bb9ffd2546 | ||
| golang.org/x/net v0.55.0 // indirect | ||
| golang.org/x/sync v0.20.0 | ||
| k8s.io/apiextensions-apiserver 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/apiextensions-apiserver v0.35.5 | ||
| k8s.io/apimachinery v0.35.5 | ||
| k8s.io/client-go v0.35.5 | ||
| k8s.io/klog/v2 v2.140.0 | ||
| k8s.io/kube-openapi v0.0.0-20250910181357-589584f1c912 | ||
| oras.land/oras-go/v2 v2.6.0 | ||
| oras.land/oras-go/v2 v2.6.1 | ||
| sigs.k8s.io/yaml v1.6.0 | ||
| ) | ||
|
|
||
| // use forked version until we can get the fixes merged see https://github.com/conforma/go-containerregistry/blob/main/hack/ec-patches.sh for a list of patches we carry | ||
| replace github.com/google/go-containerregistry => github.com/conforma/go-containerregistry v0.20.7-0.20251103083939-3459088e4bae | ||
|
|
||
| require ( | ||
| github.com/go-openapi/runtime v0.29.2 | ||
| github.com/go-openapi/runtime v0.29.5 | ||
| github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 | ||
| golang.org/x/text v0.36.0 | ||
| golang.org/x/text v0.37.0 | ||
| gopkg.in/yaml.v3 v3.0.1 | ||
| k8s.io/api v0.35.4 | ||
| k8s.io/api v0.35.5 | ||
| ) | ||
|
|
||
| require ( | ||
| cel.dev/expr v0.25.1 // indirect | ||
| cloud.google.com/go v0.123.0 // indirect | ||
| cloud.google.com/go/auth v0.18.2 // indirect | ||
| cloud.google.com/go/auth v0.19.0 // indirect | ||
| cloud.google.com/go/auth/oauth2adapt v0.2.8 // indirect | ||
| cloud.google.com/go/compute/metadata v0.9.0 // indirect | ||
| cloud.google.com/go/iam v1.5.3 // indirect | ||
| cloud.google.com/go/iam v1.7.0 // indirect | ||
| cloud.google.com/go/monitoring v1.24.3 // indirect | ||
| cloud.google.com/go/storage v1.61.3 // indirect | ||
| cloud.google.com/go/storage v1.62.0 // indirect | ||
| dario.cat/mergo v1.0.2 // indirect | ||
| github.com/AliyunContainerService/ack-ram-tool/pkg/credentials/provider v0.15.0 // indirect | ||
| github.com/Azure/azure-sdk-for-go v68.0.0+incompatible // indirect | ||
|
|
@@ -117,27 +117,27 @@ require ( | |
| github.com/antlr4-go/antlr/v4 v4.13.1 // indirect | ||
| github.com/apparentlymart/go-textseg/v15 v15.0.0 // 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/aws/protocol/eventstream v1.7.7 // indirect | ||
| github.com/aws/aws-sdk-go-v2/config v1.32.12 // indirect | ||
| github.com/aws/aws-sdk-go-v2/credentials v1.19.12 // indirect | ||
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.20 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.20 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.20 // indirect | ||
| github.com/aws/aws-sdk-go-v2 v1.41.6 // indirect | ||
| github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8 // indirect | ||
| github.com/aws/aws-sdk-go-v2/config v1.32.14 // indirect | ||
| github.com/aws/aws-sdk-go-v2/credentials v1.19.14 // indirect | ||
| github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.21 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.22 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.22 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/ini v1.8.6 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.21 // indirect | ||
| github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.22 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/ecr v1.55.3 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/ecrpublic v1.38.10 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.12 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.20 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.20 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/s3 v1.97.1 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/signin v1.0.8 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sso v1.30.13 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.17 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sts v1.41.9 // indirect | ||
| github.com/aws/smithy-go v1.24.2 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.13 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.21 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.21 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/s3 v1.97.3 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/signin v1.0.9 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sso v1.30.15 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.19 // indirect | ||
| github.com/aws/aws-sdk-go-v2/service/sts v1.41.10 // indirect | ||
| github.com/aws/smithy-go v1.25.0 // indirect | ||
| github.com/awslabs/amazon-ecr-credential-helper/ecr-login v0.12.0 // indirect | ||
| github.com/basgys/goxml2json v1.1.0 // indirect | ||
| github.com/beorn7/perks v1.0.1 // indirect | ||
|
|
@@ -151,9 +151,8 @@ require ( | |
| github.com/chainguard-dev/git-urls v1.0.2 // indirect | ||
| github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect | ||
| github.com/clbanning/mxj/v2 v2.7.0 // indirect | ||
| github.com/clipperhouse/displaywidth v0.6.0 // indirect | ||
| github.com/clipperhouse/stringish v0.1.1 // indirect | ||
| github.com/clipperhouse/uax29/v2 v2.3.0 // indirect | ||
| github.com/clipperhouse/displaywidth v0.10.0 // indirect | ||
| github.com/clipperhouse/uax29/v2 v2.6.0 // indirect | ||
| github.com/cloudflare/circl v1.6.3 // indirect | ||
| github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5 // indirect | ||
| github.com/cockroachdb/apd/v3 v3.2.1 // indirect | ||
|
|
@@ -194,44 +193,44 @@ require ( | |
| github.com/felixge/httpsnoop v1.0.4 // indirect | ||
| github.com/fsnotify/fsnotify v1.9.0 // indirect | ||
| github.com/fxamacker/cbor/v2 v2.9.0 // indirect | ||
| github.com/gkampitakis/ciinfo v0.3.2 // indirect | ||
| github.com/gkampitakis/ciinfo v0.3.4 // indirect | ||
| github.com/go-akka/configuration v0.0.0-20200606091224-a002c0330665 // indirect | ||
| github.com/go-chi/chi/v5 v5.2.4 // indirect | ||
| github.com/go-chi/chi/v5 v5.2.5 // indirect | ||
| github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect | ||
| github.com/go-git/go-billy/v5 v5.8.0 // indirect | ||
| github.com/go-ini/ini v1.67.0 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.1.4 // indirect | ||
| github.com/go-logr/stdr v1.2.2 // indirect | ||
| github.com/go-ole/go-ole v1.2.6 // indirect | ||
| github.com/go-openapi/analysis v0.24.3 // indirect | ||
| github.com/go-openapi/analysis v0.25.0 // indirect | ||
| github.com/go-openapi/errors v0.22.7 // indirect | ||
| github.com/go-openapi/jsonpointer v0.22.5 // indirect | ||
| github.com/go-openapi/jsonreference v0.21.5 // indirect | ||
| github.com/go-openapi/loads v0.23.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/swag v0.26.0 // indirect | ||
| github.com/go-openapi/swag/cmdutils v0.26.0 // indirect | ||
| github.com/go-openapi/swag/conv v0.26.0 // indirect | ||
| github.com/go-openapi/swag/fileutils v0.26.0 // indirect | ||
| github.com/go-openapi/swag/jsonname v0.26.0 // indirect | ||
| github.com/go-openapi/swag/jsonutils v0.26.0 // indirect | ||
| github.com/go-openapi/swag/loading v0.26.0 // indirect | ||
| github.com/go-openapi/swag/mangling v0.26.0 // indirect | ||
| github.com/go-openapi/swag/netutils v0.26.0 // indirect | ||
| github.com/go-openapi/swag/stringutils v0.26.0 // indirect | ||
| github.com/go-openapi/swag/typeutils v0.26.0 // indirect | ||
| github.com/go-openapi/swag/yamlutils v0.26.0 // indirect | ||
| github.com/go-openapi/validate v0.25.2 // indirect | ||
| github.com/go-viper/mapstructure/v2 v2.5.0 // indirect | ||
| github.com/gobwas/glob v0.2.3 // indirect | ||
| github.com/goccy/go-json v0.10.5 // indirect | ||
| github.com/goccy/go-yaml v1.18.0 // indirect | ||
| github.com/goccy/go-yaml v1.19.2 // indirect | ||
| github.com/gogo/protobuf v1.3.2 // indirect | ||
| github.com/golang-jwt/jwt/v4 v4.5.2 // indirect | ||
| github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect | ||
| github.com/golang/snappy v0.0.4 // indirect | ||
| github.com/google/cel-go v0.28.0 // indirect | ||
| github.com/google/certificate-transparency-go v1.3.2 // indirect | ||
| github.com/google/certificate-transparency-go v1.3.3 // indirect | ||
| github.com/google/flatbuffers v25.2.10+incompatible // indirect | ||
| github.com/google/gnostic-models v0.7.0 // indirect | ||
| github.com/google/go-github/v73 v73.0.0 // indirect | ||
|
|
@@ -240,7 +239,7 @@ require ( | |
| github.com/google/s2a-go v0.1.9 // indirect | ||
| github.com/google/uuid v1.6.0 // indirect | ||
| github.com/googleapis/enterprise-certificate-proxy v0.3.14 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.17.0 // indirect | ||
| github.com/googleapis/gax-go/v2 v2.22.0 // indirect | ||
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.0 // indirect | ||
| github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.72 // indirect | ||
| github.com/hashicorp/go-cleanhttp v0.5.2 // indirect | ||
|
|
@@ -270,14 +269,14 @@ require ( | |
| github.com/lestrrat-go/httprc/v3 v3.0.2 // indirect | ||
| github.com/lestrrat-go/jwx/v3 v3.0.13 // indirect | ||
| github.com/lestrrat-go/option/v2 v2.0.0 // indirect | ||
| github.com/letsencrypt/boulder v0.20260223.0 // indirect | ||
| github.com/letsencrypt/boulder v0.20260309.0 // indirect | ||
| github.com/logrusorgru/aurora v2.0.3+incompatible // indirect | ||
| github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // 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-runewidth v0.0.19 // indirect | ||
| github.com/miekg/pkcs11 v1.1.1 // indirect | ||
| github.com/miekg/pkcs11 v1.1.2 // indirect | ||
| github.com/mitchellh/go-homedir v1.1.0 // indirect | ||
| github.com/moby/buildkit v0.29.0 // indirect | ||
| github.com/moby/docker-image-spec v1.3.1 // indirect | ||
|
|
@@ -297,9 +296,9 @@ require ( | |
| github.com/nozzle/throttler v0.0.0-20180817012639-2ea982251481 // indirect | ||
| github.com/oklog/ulid/v2 v2.1.1 // indirect | ||
| github.com/olekukonko/cat v0.0.0-20250911104152-50322a0618f6 // indirect | ||
| github.com/olekukonko/errors v1.1.0 // indirect | ||
| github.com/olekukonko/ll v0.1.3 // indirect | ||
| github.com/olekukonko/tablewriter v1.1.2 // indirect | ||
| github.com/olekukonko/errors v1.2.0 // indirect | ||
| github.com/olekukonko/ll v0.1.6 // indirect | ||
| github.com/olekukonko/tablewriter v1.1.4 // indirect | ||
| github.com/opencontainers/go-digest v1.0.0 // indirect | ||
| github.com/opencontainers/image-spec v1.1.1 // indirect | ||
| github.com/owenrumney/go-sarif/v2 v2.3.3 // indirect | ||
|
|
@@ -327,11 +326,11 @@ require ( | |
| github.com/shirou/gopsutil/v3 v3.23.12 // indirect | ||
| github.com/shoenig/go-m1cpu v0.1.6 // indirect | ||
| github.com/shteou/go-ignore v0.3.1 // indirect | ||
| github.com/sigstore/fulcio v1.8.4 // indirect | ||
| github.com/sigstore/protobuf-specs v0.5.0 // indirect | ||
| github.com/sigstore/rekor-tiles/v2 v2.0.1 // indirect | ||
| github.com/sigstore/fulcio v1.8.5 // indirect | ||
| github.com/sigstore/protobuf-specs v0.5.1 // indirect | ||
| github.com/sigstore/rekor-tiles/v2 v2.2.1 // indirect | ||
| github.com/sigstore/sigstore-go v1.1.4 // indirect | ||
| github.com/sigstore/timestamp-authority/v2 v2.0.4 // indirect | ||
| github.com/sigstore/timestamp-authority/v2 v2.0.5 // indirect | ||
| github.com/skeema/knownhosts v1.3.1 // indirect | ||
| github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8 // indirect | ||
| github.com/spf13/cast v1.10.0 // indirect | ||
|
|
@@ -343,7 +342,7 @@ require ( | |
| github.com/thales-e-security/pool v0.0.2 // 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/gjson v1.19.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 | ||
|
|
@@ -365,11 +364,12 @@ require ( | |
| github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect | ||
| github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect | ||
| github.com/yashtewari/glob-intersection v0.2.0 // indirect | ||
| github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78 // indirect | ||
| github.com/yusufpapurcu/wmi v1.2.3 // indirect | ||
| github.com/zclconf/go-cty v1.16.2 // indirect | ||
| gitlab.com/gitlab-org/api/client-go v1.11.0 // indirect | ||
| gitlab.com/gitlab-org/api/client-go v1.46.0 // indirect | ||
| go.opentelemetry.io/auto/sdk v1.2.1 // indirect | ||
| go.opentelemetry.io/contrib/detectors/gcp v1.39.0 // indirect | ||
| go.opentelemetry.io/contrib/detectors/gcp v1.40.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect | ||
| go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.67.0 // indirect | ||
| go.opentelemetry.io/otel v1.43.0 // indirect | ||
|
|
@@ -390,31 +390,31 @@ require ( | |
| 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/crypto v0.51.0 // indirect | ||
| golang.org/x/mod v0.35.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/sys v0.45.0 // indirect | ||
| golang.org/x/term v0.43.0 // indirect | ||
| golang.org/x/time v0.15.0 // indirect | ||
| golang.org/x/tools v0.44.0 // indirect | ||
| gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect | ||
| google.golang.org/api v0.271.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // indirect | ||
| google.golang.org/api v0.274.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20260319201613-d00831a3d3e7 // 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/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/ini.v1 v1.67.1 // indirect | ||
| gopkg.in/ini.v1 v1.67.2 // indirect | ||
| gopkg.in/warnings.v0 v0.1.2 // indirect | ||
| k8s.io/utils v0.0.0-20251002143259-bc988d571ff4 // indirect | ||
| knative.dev/pkg v0.0.0-20260318013857-98d5a706d4fd // indirect | ||
| olympos.io/encoding/edn v0.0.0-20201019073823-d3554ca0b0a3 // 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/release-utils v0.12.3 // indirect | ||
| sigs.k8s.io/release-utils v0.12.4 // indirect | ||
| sigs.k8s.io/structured-merge-diff/v6 v6.3.0 // indirect | ||
| ) | ||
|
|
||
|
|
||
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] data-exposure
acceptance/go.mod retains go-git/go-git/v5 v5.17.1 while go.mod bumps to v5.18.0. The go-gather v1.1.5 changelog explicitly tags the v5.18.0 update as a security fix. The acceptance module may run with a version that has known security issues. Mitigated by CI-only usage and separate module scope.
Suggested fix: Consider bumping go-git to v5.18.0 in acceptance/go.mod in a follow-up PR, or verify the security issue does not affect test-time usage patterns.