-
Notifications
You must be signed in to change notification settings - Fork 59
🚨 Update go modules (main) (major) #3287
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 |
|---|---|---|
|
|
@@ -35,7 +35,7 @@ require ( | |
| github.com/yudai/gojsondiff v1.0.0 | ||
| golang.org/x/exp v0.0.0-20260410095643-746e56fc9e2f | ||
| golang.org/x/sync v0.20.0 | ||
| gopkg.in/go-jose/go-jose.v2 v2.6.3 | ||
| gopkg.in/go-jose/go-jose.v4 v4.1.4 | ||
|
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. [critical] import path mismatch / build failure The diff changes gopkg.in/go-jose/go-jose.v2 to go-jose.v4, but acceptance/image/image.go imports gopkg.in/go-jose/go-jose.v2/json. The import path change will cause a build failure. Suggested fix: Either revert the go-jose version bump in acceptance/go.mod, or update the import in acceptance/image/image.go to v4. |
||
| k8s.io/api v0.35.4 | ||
| k8s.io/apimachinery v0.35.4 | ||
| k8s.io/client-go v0.35.4 | ||
|
|
@@ -65,8 +65,8 @@ require ( | |
| 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/cenkalti/backoff/v6 v6.0.1 // indirect | ||
| github.com/cenkalti/backoff/v6 v6.0.1 // 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 | ||
|
|
@@ -78,8 +78,8 @@ require ( | |
| github.com/coreos/go-oidc/v3 v3.17.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/v40 v40.0.0 // indirect | ||
| github.com/cucumber/messages/go/v33 v33.0.2 // 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 | ||
|
|
@@ -101,7 +101,7 @@ require ( | |
| github.com/gkampitakis/ciinfo v0.3.2 // indirect | ||
| github.com/go-chi/chi/v5 v5.2.4 // 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-git/gcfg/v2 v2.0.2 // 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 | ||
|
|
@@ -141,10 +141,10 @@ require ( | |
| github.com/grpc-ecosystem/grpc-gateway/v2 v2.28.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-immutable-radix/v2 v2.1.0 // 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/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
| github.com/in-toto/attestation v1.1.2 // indirect | ||
| github.com/inconshreveable/mousetrap v1.1.0 // indirect | ||
| github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
|
|
@@ -179,7 +179,7 @@ require ( | |
| github.com/oklog/ulid/v2 v2.1.1 // indirect | ||
| github.com/opencontainers/go-digest v1.0.0 // 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.4.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 | ||
|
|
@@ -193,7 +193,7 @@ require ( | |
| 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/shirou/gopsutil/v4 v4.26.5 // indirect | ||
| github.com/shoenig/go-m1cpu v0.1.6 // indirect | ||
| github.com/sigstore/protobuf-specs v0.5.0 // indirect | ||
| github.com/sigstore/rekor-tiles/v2 v2.0.1 // indirect | ||
|
|
@@ -203,7 +203,7 @@ require ( | |
| 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.2 // 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 | ||
|
|
@@ -237,7 +237,7 @@ require ( | |
| 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 | ||
| 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 | ||
|
|
@@ -247,13 +247,13 @@ require ( | |
| golang.org/x/term v0.42.0 // indirect | ||
| golang.org/x/text v0.36.0 // indirect | ||
| golang.org/x/time v0.15.0 // indirect | ||
| gomodules.xyz/jsonpatch/v2 v2.5.0 // indirect | ||
| gomodules.xyz/jsonpatch/v3 v3.0.1 // indirect | ||
| google.golang.org/api v0.271.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/protobuf v1.36.11 // indirect | ||
| gopkg.in/evanphx/json-patch.v4 v4.13.0 // indirect | ||
| gopkg.in/evanphx/json-patch.v5 v5.9.11 // 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 | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,7 +5,7 @@ go 1.25.8 | |
| require ( | ||
| cuelang.org/go v0.16.0 | ||
| github.com/CycloneDX/cyclonedx-go v0.10.0 | ||
| github.com/MakeNowJust/heredoc v1.0.0 | ||
| github.com/MakeNowJust/heredoc/v2 v2.0.1 | ||
|
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. [critical] build-breakage The PR bumps github.com/MakeNowJust/heredoc from v1.0.0 to heredoc/v2 v2.0.1, but no .go source files are updated. 19 Go files import the v1 path. The build will fail because Go modules require import path changes for major version bumps. Suggested fix: Either update all 19 .go files to import heredoc/v2 and adapt to API changes, or do not bump this dependency. 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. [critical] import path mismatch / build failure The diff changes github.com/MakeNowJust/heredoc v1.0.0 to heredoc/v2 v2.0.1, but 19 .go source files import github.com/MakeNowJust/heredoc (without /v2). In Go modules, major version bumps change the import path, so the code will fail to compile. Suggested fix: Either revert the heredoc version bump to keep v1, or update all 19 .go files to import github.com/MakeNowJust/heredoc/v2. |
||
| github.com/Maldris/go-billy-afero v0.0.0-20200815120323-e9d3de59c99a | ||
| github.com/conforma/crds/api v0.1.7 | ||
| github.com/conforma/go-gather v1.2.0 | ||
|
|
@@ -102,20 +102,20 @@ require ( | |
| github.com/agext/levenshtein v1.2.3 // indirect | ||
| github.com/agnivade/levenshtein v1.2.1 // indirect | ||
| github.com/alibabacloud-go/alibabacloud-gateway-spi v0.0.5 // indirect | ||
| github.com/alibabacloud-go/cr-20160607 v1.0.1 // indirect | ||
| github.com/alibabacloud-go/cr-20181201 v1.0.10 // indirect | ||
| github.com/alibabacloud-go/darabonba-openapi v0.2.1 // indirect | ||
| github.com/alibabacloud-go/cr-20160607/v2 v2.0.0 // indirect | ||
| github.com/alibabacloud-go/cr-20181201/v3 v3.1.2 // indirect | ||
| github.com/alibabacloud-go/darabonba-openapi/v2 v2.2.1 // indirect | ||
| github.com/alibabacloud-go/debug v1.0.1 // indirect | ||
| github.com/alibabacloud-go/endpoint-util v1.1.1 // indirect | ||
| github.com/alibabacloud-go/openapi-util v0.1.1 // indirect | ||
| github.com/alibabacloud-go/tea v1.2.2 // indirect | ||
| github.com/alibabacloud-go/tea-utils v1.4.5 // indirect | ||
| github.com/alibabacloud-go/tea-utils/v2 v2.0.9 // indirect | ||
| github.com/alibabacloud-go/tea-utils/v2 v2.0.6 // indirect | ||
| github.com/alibabacloud-go/tea-xml v1.1.3 // indirect | ||
| github.com/aliyun/credentials-go v1.3.9 // indirect | ||
| github.com/anchore/go-struct-converter v0.1.0 // indirect | ||
| github.com/antlr4-go/antlr/v4 v4.13.1 // indirect | ||
| github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect | ||
| github.com/apparentlymart/go-textseg/v16 v16.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 | ||
|
|
@@ -144,9 +144,9 @@ require ( | |
| github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect | ||
| github.com/blang/semver v3.5.1+incompatible // indirect | ||
| github.com/bufbuild/protocompile v0.14.1 // indirect | ||
| github.com/bytecodealliance/wasmtime-go/v39 v39.0.1 // indirect | ||
| github.com/cenkalti/backoff/v4 v4.3.0 // indirect | ||
| github.com/cenkalti/backoff/v5 v5.0.3 // indirect | ||
| github.com/bytecodealliance/wasmtime-go/v45 v45.0.0 // indirect | ||
| github.com/cenkalti/backoff/v6 v6.0.1 // indirect | ||
| github.com/cenkalti/backoff/v6 v6.0.1 // indirect | ||
| github.com/cespare/xxhash/v2 v2.3.0 // indirect | ||
| github.com/chainguard-dev/git-urls v1.0.2 // indirect | ||
| github.com/chrismellard/docker-credential-acr-env v0.0.0-20230304212654-82a0ddb27589 // indirect | ||
|
|
@@ -197,7 +197,7 @@ require ( | |
| github.com/gkampitakis/ciinfo v0.3.2 // 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-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 // indirect | ||
| github.com/go-git/gcfg/v2 v2.0.2 // indirect | ||
| github.com/go-git/go-billy/v5 v5.9.0 // indirect | ||
| github.com/go-ini/ini v1.67.0 // indirect | ||
| github.com/go-jose/go-jose/v4 v4.1.4 // indirect | ||
|
|
@@ -227,14 +227,14 @@ require ( | |
| github.com/goccy/go-json v0.10.5 // indirect | ||
| github.com/goccy/go-yaml v1.18.0 // indirect | ||
| github.com/gogo/protobuf v1.3.2 // indirect | ||
| github.com/golang-jwt/jwt/v4 v4.5.2 // indirect | ||
| github.com/golang-jwt/jwt/v5 v5.3.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. [info] dependency-upgrade golang-jwt/jwt/v4 v4.5.2 remains as an indirect dependency. Not EOL; contains all known security fixes. |
||
| github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8 // indirect | ||
| github.com/golang/snappy v0.0.4 // 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/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 | ||
| github.com/google/go-github/v88 v88.0.0 // indirect | ||
| github.com/google/go-jsonnet v0.22.0 // indirect | ||
| github.com/google/go-querystring v1.2.0 // indirect | ||
| github.com/google/s2a-go v0.1.9 // indirect | ||
|
|
@@ -244,11 +244,11 @@ require ( | |
| 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 | ||
| github.com/hashicorp/go-getter v1.8.6 // indirect | ||
| github.com/hashicorp/go-getter/v2 v2.2.3 // indirect | ||
| github.com/hashicorp/go-retryablehttp v0.7.8 // indirect | ||
| github.com/hashicorp/go-version v1.9.0 // indirect | ||
| github.com/hashicorp/golang-lru/v2 v2.0.7 // indirect | ||
| github.com/hashicorp/hcl v1.0.1-vault-7 // indirect | ||
| github.com/hashicorp/hcl/v2 v2.24.0 // indirect | ||
| github.com/hashicorp/hcl/v2 v2.23.0 // indirect | ||
| github.com/huandu/go-clone v1.7.3 // indirect | ||
| github.com/huandu/go-sqlbuilder v1.39.1 // indirect | ||
|
|
@@ -258,7 +258,7 @@ require ( | |
| github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect | ||
| github.com/jedisct1/go-minisign v0.0.0-20230811132847-661be99b8267 // indirect | ||
| github.com/json-iterator/go v1.1.12 // indirect | ||
| github.com/jstemmer/go-junit-report v1.0.0 // indirect | ||
| github.com/jstemmer/go-junit-report/v2 v2.1.0 // indirect | ||
| github.com/kevinburke/ssh_config v1.2.0 // indirect | ||
| github.com/klauspost/compress v1.18.5 // indirect | ||
| github.com/klauspost/cpuid/v2 v2.3.0 // indirect | ||
|
|
@@ -269,7 +269,7 @@ require ( | |
| github.com/lestrrat-go/dsig-secp256k1 v1.0.0 // indirect | ||
| github.com/lestrrat-go/httpcc v1.0.1 // indirect | ||
| github.com/lestrrat-go/httprc/v3 v3.0.2 // indirect | ||
| github.com/lestrrat-go/jwx/v3 v3.0.13 // indirect | ||
| github.com/lestrrat-go/jwx/v4 v4.0.2 // indirect | ||
| github.com/lestrrat-go/option/v2 v2.0.0 // indirect | ||
| github.com/letsencrypt/boulder v0.20260223.0 // indirect | ||
| github.com/logrusorgru/aurora v2.0.3+incompatible // indirect | ||
|
|
@@ -303,7 +303,7 @@ require ( | |
| github.com/olekukonko/tablewriter v1.1.2 // 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 | ||
| github.com/owenrumney/go-sarif/v3 v3.3.0 // indirect | ||
| github.com/pelletier/go-toml/v2 v2.2.4 // indirect | ||
| github.com/peterh/liner v1.2.2 // indirect | ||
| github.com/pjbgf/sha1cd v0.6.0 // indirect | ||
|
|
@@ -325,7 +325,7 @@ require ( | |
| github.com/segmentio/asm v1.2.1 // 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.23.12 // indirect | ||
| github.com/shirou/gopsutil/v4 v4.26.5 // 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 | ||
|
|
@@ -342,14 +342,14 @@ require ( | |
| github.com/syndtr/goleveldb v1.0.1-0.20220721030215-126854af5e6d // indirect | ||
| github.com/tchap/go-patricia/v2 v2.3.3 // indirect | ||
| 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.2 // 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/tjfoc/gmsm v1.4.1 // indirect | ||
| github.com/tjfoc/gmsm/v2 v2.0.0 // indirect | ||
| github.com/tklauser/go-sysconf v0.3.12 // indirect | ||
| github.com/tklauser/numcpus v0.6.1 // indirect | ||
| github.com/tmccombs/hcl2json v0.6.7 // indirect | ||
|
|
@@ -368,7 +368,7 @@ require ( | |
| github.com/yashtewari/glob-intersection v0.2.0 // 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/v2 v2.39.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/instrumentation/google.golang.org/grpc/otelgrpc v0.63.0 // indirect | ||
|
|
@@ -389,7 +389,7 @@ require ( | |
| go.uber.org/automaxprocs v1.6.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 | ||
| 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 | ||
|
|
@@ -398,14 +398,14 @@ require ( | |
| golang.org/x/term v0.42.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 | ||
| gomodules.xyz/jsonpatch/v3 v3.0.1 // indirect | ||
| google.golang.org/api v0.271.0 // indirect | ||
| google.golang.org/genproto v0.0.0-20260128011058-8636f8732409 // 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/evanphx/json-patch.v5 v5.9.11 // indirect | ||
| gopkg.in/inf.v0 v0.9.1 // indirect | ||
| gopkg.in/ini.v1 v1.67.1 // indirect | ||
| gopkg.in/warnings.v0 v0.1.2 // 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] deprecated-crypto-library
acceptance/go.mod still directly depends on gopkg.in/go-jose/go-jose.v2 v2.6.3, which is deprecated upstream in favor of go-jose/v4.