Skip to content

Conversation

@red-hat-konflux
Copy link
Contributor

@red-hat-konflux red-hat-konflux bot commented Sep 26, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/GaijinEntertainment/go-exhaustruct/v3 v3.3.0 -> v4.0.0 age confidence
github.com/MakeNowJust/heredoc v1.0.0 -> v2.0.1 age confidence
github.com/alibabacloud-go/cr-20160607 v1.0.1 -> v2.0.0 age confidence
github.com/alibabacloud-go/cr-20181201 v1.0.10 -> v3.0.5 age confidence
github.com/alibabacloud-go/darabonba-openapi v0.2.1 -> v2.1.12 age confidence
github.com/alibabacloud-go/tea-utils v1.4.5 -> v2.0.7 age confidence
github.com/apparentlymart/go-textseg/v15 v15.0.0 -> v16.0.0 age confidence
github.com/ashanbrown/forbidigo v1.6.0 -> v2.1.0 age confidence
github.com/ashanbrown/makezero v1.2.0 -> v2.0.1 age confidence
github.com/bombsimon/wsl/v4 v4.5.0 -> v5.2.0 age confidence
github.com/bytecodealliance/wasmtime-go/v3 v3.0.2 -> v9.0.0 age confidence
github.com/cenkalti/backoff/v3 v3.2.2 -> v5.0.3 age confidence
github.com/cenkalti/backoff/v4 v4.3.0 -> v5.0.3 age confidence
github.com/containerd/containerd v1.7.27 -> v2.1.4 age confidence
github.com/cucumber/gherkin/go/v26 v26.2.0 -> v35.1.0 age confidence
github.com/cucumber/messages/go/v21 v21.0.1 -> v29.0.1 age confidence
github.com/denis-tingaikin/go-header v0.5.0 -> v1.0.0 age confidence
github.com/go-chi/chi v4.1.2+incompatible -> v5.2.3 age confidence
github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376 -> v2.0.2 age confidence
github.com/go-jose/go-jose/v3 v3.0.4 -> v4.1.2 age confidence
github.com/golang-jwt/jwt/v4 v4.5.2 -> v5.3.0 age confidence
github.com/golang/snappy v0.0.4 -> v1.0.0 age confidence
github.com/google/go-github/v55 v55.0.0 -> v75.0.0 age confidence
github.com/hashicorp/go-getter v1.8.1 -> v2.2.3 age confidence
github.com/hashicorp/go-immutable-radix v1.3.1 -> v2.1.0 age confidence
github.com/hashicorp/golang-lru v1.0.2 -> v2.0.7 age confidence
github.com/hashicorp/hcl v1.0.1-vault-5 -> v2.24.0 age confidence
github.com/imdario/mergo v0.3.16 -> v1.0.2 age confidence
github.com/jstemmer/go-junit-report v1.0.0 -> v2.1.0 age confidence
github.com/matoous/godox v0.0.0-20240105082147-c5b5e0e7c0c0 -> v1.1.0 age confidence
github.com/oklog/ulid v1.3.1 -> v2.1.1 age confidence
github.com/olekukonko/tablewriter v0.0.5 -> v1.1.0 age confidence
github.com/owenrumney/go-sarif/v2 v2.3.3 -> v3.2.3 age confidence
github.com/pelletier/go-toml v1.9.5 -> v2.2.4 age confidence
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1 -> v6.0.2 age confidence
github.com/shirou/gopsutil/v3 v3.23.12 -> v4.25.8 age confidence
github.com/shirou/gopsutil/v3 v3.24.5 -> v4.25.8 age confidence
github.com/tektoncd/pipeline v0.66.0 -> v1.4.0 age confidence
github.com/theupdateframework/go-tuf v0.7.0 -> v2.2.0 age confidence
github.com/tjfoc/gmsm v1.4.1 -> v2.0.0 age confidence
github.com/zeebo/errs v1.4.0 -> v2.0.5 age confidence
go.mongodb.org/mongo-driver v1.16.1 -> v2.3.0 age confidence
go.yaml.in/yaml/v2 v2.4.2 -> v3.0.4 age confidence
gomodules.xyz/jsonpatch/v2 v2.4.0 -> v3.0.1 age confidence
gopkg.in/evanphx/json-patch.v4 v4.12.0 -> v5.9.11 age confidence
gopkg.in/go-jose/go-jose.v2 v2.6.3 -> v4.1.2 age confidence
gopkg.in/yaml.v2 v2.4.0 -> v3.0.1 age confidence
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v6.3.0 age confidence
sigs.k8s.io/structured-merge-diff/v4 v4.6.0 -> v6.3.0 age confidence
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 -> v6.3.0 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

GaijinEntertainment/go-exhaustruct (github.com/GaijinEntertainment/go-exhaustruct/v3)

v4.0.0

Compare Source

Rename warning

Package being renamed to dev.gaijin.team/go/exhaustruct/v4 and all further updates will be published under this name.

Breaking changes:
  • Analyzer now receives configuration structure instead of several arguments (#​141)
New features:
  • Global Empty Allowance Option (#​141)
  • Return Statement Allowance Option (#​141)
  • Variable Declaration Allowance Option (#​141)
  • Pattern-Based Allowance Option (#​141)
Fixes:
  • Recognize directives within slices and maps (#​138)

v3.3.1

Compare Source

What's Changed

New Contributors

Full Changelog: GaijinEntertainment/go-exhaustruct@v3.3.0...v3.3.1

MakeNowJust/heredoc (github.com/MakeNowJust/heredoc)

v2.0.1

Compare Source

Version 2.0.1

Fixes

  • Correct import path for Go modules

v2.0.0

Compare Source

Version 2.0.0

Breaking Changes

  • Treats only white space (U+0020) and horizontal tabs (U+000D) as space characters. (#​6)
alibabacloud-go/cr-20160607 (github.com/alibabacloud-go/cr-20160607)

v2.0.0

Compare Source

  • Generated 2016-06-07 for cr.
alibabacloud-go/cr-20181201 (github.com/alibabacloud-go/cr-20181201)

v3.0.5

Compare Source

  • Update API GetInstanceVpcEndpoint: add response parameters Body.LinkedVpcs.$.Issue.

v3.0.4

Compare Source

  • Update API GetArtifactLifecycleRule: add response parameters Body.Policies.
  • Update API ListArtifactLifecycleRule: add response parameters Body.Rules.$.Policies.

v3.0.3

Compare Source

  • Generated 2018-12-01 for cr.

v3.0.2

Compare Source

  • Update API CreateNamespace: add request parameters DefaultRepoConfiguration.
  • Update API GetNamespace: add response parameters Body.DefaultRepoConfiguration.
  • Update API ListNamespace: add response parameters Body.Namespaces.$.DefaultRepoConfiguration.
  • Update API UpdateNamespace: add request parameters DefaultRepoConfiguration.

v3.0.1

Compare Source

  • Update API CreateRepoTagScanTask: add request parameters ScanType.
  • Update API GetRepoTagScanStatus: add request parameters ScanType.

v3.0.0

Compare Source

  • Support API CancelRepoSyncTask.
  • Support API CreateArtifactSubscriptionRule.
  • Support API CreateArtifactSubscriptionTask.
  • Support API DeleteArtifactSubscriptionRule.
  • Support API GetArtifactSubscriptionRule.
  • Support API GetArtifactSubscriptionTask.
  • Support API GetArtifactSubscriptionTaskResult.
  • Support API ListArtifactSubscriptionRule.
  • Support API ListArtifactSubscriptionTask.
  • Support API UpdateArtifactSubscriptionRule.
  • Delete API GetRepoTagLayers.
  • Delete API GetRepoTagManifest.
  • Update API CreateRepoSyncRule: add request parameters RepoNameFilter.
  • Update API GetArtifactBuildRule: add response parameters Body.Parameters.PriorityFile.
  • Update API GetInstanceUsage: add response parameters Body.VpcQuota.
  • Update API GetInstanceUsage: add response parameters Body.VpcUsage.
  • Update API GetRepoSyncTask: add response parameters Body.TaskIssue.
  • Update API ListRepoSyncRule: add response parameters Body.SyncRules.$.RepoNameFilter.
  • Update API ListRepoSyncTask: add response parameters Body.SyncTasks.$.TaskIssue.

v2.5.0

Compare Source

  • Support API CreateArtifactLifecycleRule.
  • Support API DeleteArtifactLifecycleRule.
  • Support API GetArtifactLifecycleRule.
  • Support API ListArtifactLifecycleRule.
  • Support API UpdateArtifactLifecycleRule.

v2.4.0

Compare Source

  • Support API ListScanBaselineByTask.
  • Support API ListScanMaliciousFileByTask.
  • Update API GetArtifactBuildRule: update response param.
  • Update API ListRepository: update param RepoStatus.

v2.3.2

Compare Source

  • Generated 2018-12-01 for cr.

v2.3.1

Compare Source

  • Generated 2018-12-01 for cr.

v2.3.0

Compare Source

  • Generated 2018-12-01 for cr.

v2.2.2

Compare Source

  • Generated 2018-12-01 for cr.

v2.2.1

Compare Source

  • Generated 2018-12-01 for cr.

v2.2.0

Compare Source

  • Generated 2018-12-01 for cr.

v2.1.0

Compare Source

  • Generated 2018-12-01 for cr.

v2.0.1

Compare Source

  • Chain api.

v2.0.0

Compare Source

  • Generated 2018-12-01 for cr.
alibabacloud-go/darabonba-openapi (github.com/alibabacloud-go/darabonba-openapi)

v2.1.12: Realase v2.1.12

Compare Source

v2.1.11

Compare Source

v2.1.10

Compare Source

Full Changelog: alibabacloud-go/darabonba-openapi@v2.1.9...v2.1.10

v2.1.9

Compare Source

v2.1.8

Compare Source

v2.1.7

Compare Source

v2.1.6

Compare Source

v2.1.5

Compare Source

  • update tea core

v2.1.4

Compare Source

v2.1.3

Compare Source

  • Add ToArray in utils

v2.1.2

Compare Source

  • Solve the Token judge error

v2.1.1

Compare Source

  • add GetRules in utils

v2.1.0

Compare Source

  • Upgrade By Darabonba V2

v2.0.12

Compare Source

Full Changelog: alibabacloud-go/darabonba-openapi@v2.0.11...v2.0.12

v2.0.11

Compare Source

Full Changelog: alibabacloud-go/darabonba-openapi@v2.0.10...v2.0.11

v2.0.10

Compare Source

Full Changelog: alibabacloud-go/darabonba-openapi@v2.0.9...v2.0.10

v2.0.9

Compare Source

v2.0.8

Compare Source

Support bearer token credentials request.

v2.0.7

Compare Source

Support extends parameters.

v2.0.6

Compare Source

feat: support extends parameters

v2.0.5

Compare Source

v2.0.4: Release version v2.0.4

v2.0.2

Compare Source

Add gateway client setter.

v2.0.1

Compare Source

Return description and accessDeniedDetail in error info.

v2.0.0

Compare Source

Update with tea-utils.

alibabacloud-go/tea-utils (github.com/alibabacloud-go/tea-utils)

v2.0.7

Compare Source

v2.0.6

Compare Source

Support extends query parameters.

v2.0.5

Compare Source

feat: support extends parameters

v2.0.4

Compare Source

Refactor: improve design of nonce

v2.0.3

Compare Source

Support static method AssertAsInteger().

v2.0.2

Compare Source

Fix stringify map value.

v2.0.1

Compare Source

Support ca params for server and client.

v2.0.0

Compare Source

Remove function panic.

apparentlymart/go-textseg (github.com/apparentlymart/go-textseg/v15)

v16.0.0

Compare Source

ashanbrown/forbidigo (github.com/ashanbrown/forbidigo)

v2.1.0

Compare Source

What's Changed

Full Changelog: ashanbrown/forbidigo@v2.0.1...v2.1.0

v2.0.1: Drop golang < 1.18

Compare Source

v2.0.0: Upgrade x/tools

Compare Source

Upgrades x-tools to fix go 1.23, drops support for go < 1.18

ashanbrown/makezero (github.com/ashanbrown/makezero)

v2.0.1

Compare Source

Fix v2 release following https://go.dev/wiki/Modules#releasing-modules-v2-or-higher

v2.0.0: Bump minimum required go version to 1.18 and upgrade deps

Compare Source

What's Changed

New Contributors

Full Changelog: ashanbrown/makezero@v1.2.0...v2.0.0

bombsimon/wsl (github.com/bombsimon/wsl/v4)

v5.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: bombsimon/wsl@v5.1.1...v5.2.0

v5.1.1

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.1.0...v5.1.1

v5.1.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v5.0.0...v5.1.0

v5.0.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v4.7.0...v5.0.0

v4.7.0

Compare Source

What's Changed

Full Changelog: bombsimon/wsl@v4.6.0...v4.7.0

v4.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: bombsimon/wsl@v4.5.0...v4.6.0

bytecodealliance/wasmtime-go (github.com/bytecodealliance/wasmtime-go/v3)

v9.0.0

Compare Source

v8.0.0

Compare Source

v7.0.0

Compare Source

v6.0.0

Compare Source

v5.0.0

Compare Source

v4.0.0

Compare Source

cenkalti/backoff (github.com/cenkalti/backoff/v3)

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

v4.3.0

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

v4.1.1

Compare Source

v4.1.0

Compare Source

v4.0.2

Compare Source

v4.0.1

Compare Source

v4.0.0

Compare Source

containerd/containerd (github.com/containerd/containerd)

v2.1.4: containerd 2.1.4

Compare Source

Welcome to the v2.1.4 release of containerd!

The fourth patch release for containerd 2.1 contains various fixes and updates.

Highlights
Container Runtime Interface (CRI)
  • Fix containerd panic when sandbox extension is missing (#​12076)
  • Update status response to return stable order for runtime handlers (#​12054)
Go client
  • Fix lazy gRPC connection mode waiting for connect on client creation (#​12079)
Image Distribution
  • Fix resolve deadlock issue in docker fetcher open (#​12127)
Image Storage
  • Update erofs snapshotter to make immutable optional (#​12091)
  • Fix erofs filesystem UUID for tar-converted layers (#​12058)
Runtime
  • Fix close container io not closed when runtime create failed (#​12009)

Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.

Contributors
  • Derek McGowan
  • Phil Estes
  • Eric Mountain
  • Maksym Pavlenko
  • Gao Xiang
  • Kirtana Ashok
  • ningmingxiao
  • Akihiro Suda
  • Austin Vazquez
  • Paweł Gronowski
  • Sebastiaan van Stijn
  • Wei Fu
  • jinda.ljd
Changes
26 commits

  • Prepare release notes for v2.1.4 (#​12159)
  • Fix resolve deadlock issue in docker fetcher open (#​12127)
    • add2dcf86 Ensure fetcher always closes body and properly calls release
    • 34a1cb1dd fix(dockerFetcher): resolve deadlock issue in dockerFetcher open
  • ci: bump Go 1.23.11, 1.24.5 (#​12115)
  • Backport windows test fixes (#​12119)
    • 6cc2a8d77 Fix intermittent test failures on Windows CIs
    • 6adc69312 Remove WS2025 from CIs due to regression
  • Update erofs snapshotter to make immutable optional (#​12091)
    • 8d194c19f erofs-snapshotter: make IMMUTABLE_FL optional
  • Fix lazy gRPC connection mode waiting for connect on client creation (#​12079)
    • 2df7175d7 client/New: Don't unlazy the gRPC connection implicitly
  • backport: update go-md2man binary to v2.0.7 (#​12074)
    • 4902adb92 update go-md2man binary to v2.0.7
  • Fix containerd panic when sandbox extension is missing (#​12076)
    • 02298e1a0 cri:fix containerd panic when can't find sandbox extension
  • Fix erofs filesystem UUID for tar-converted layers (#​12058)
    • 583133e71 erofs-differ: fix filesystem UUID for tar-converted layers
  • Update status response to return stable order for runtime handlers (#​12054)
    • 57db13d50 Amend runtime handler test for stable order
    • d822c9048 CRI: Stable sort for RuntimeHandlers
    • a2fd70639 Test showing RuntimeHandlers in Status() are unordered
  • Fix cl

@red-hat-konflux
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: acceptance/go.sum
Command failed: go get -t ./...
go: gopkg.in/go-jose/[email protected]: parsing go.mod:
	module declares its path as: github.com/go-jose/go-jose/v4
	        but was required as: gopkg.in/go-jose/go-jose.v4

File name: go.sum
Command failed: go mod tidy
go: downloading github.com/MakeNowJust/heredoc/v2 v2.0.1
go: downloading k8s.io/apiserver v0.32.8
go: downloading k8s.io/component-base v0.32.8
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/aws v1.9.5
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/azure v1.9.5
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/gcp v1.9.5
go: downloading github.com/sigstore/sigstore/pkg/signature/kms/hashivault v1.9.5
go: downloading github.com/cloudevents/sdk-go/v2 v2.16.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.10.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/azkeys v1.3.1
go: downloading cloud.google.com/go/kms v1.21.2
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.38.3
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/cloudmock v0.50.0
go: downloading cloud.google.com/go/longrunning v0.6.6
go: downloading github.com/theupdateframework/go-tuf/v2 v2.2.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/security/keyvault/internal v1.1.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.1
go: downloading gonum.org/v1/gonum v0.16.0
go: downloading cloud.google.com/go/logging v1.13.0
go: downloading cloud.google.com/go/trace v1.11.3
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2
go: downloading github.com/golang-jwt/jwt/v5 v5.3.0
go: finding module for package github.com/jstemmer/go-junit-report/v2/v2/junit
go: github.com/conforma/cli/internal/applicationsnapshot imports
	github.com/jstemmer/go-junit-report/v2/v2/junit: module github.com/jstemmer/go-junit-report/v2@latest found (v2.1.0), but does not contain package github.com/jstemmer/go-junit-report/v2/v2/junit

File name: tools/go.sum
Command failed: go get -t ./...
go: downloading github.com/golangci/golangci-lint v1.57.2
go: downloading github.com/daixiang0/gci v0.13.7
go: downloading github.com/spf13/pflag v1.0.10
go: downloading github.com/Masterminds/semver/v3 v3.3.1
go: downloading github.com/google/go-containerregistry v0.20.6
go: downloading golang.org/x/crypto v0.42.0
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading cloud.google.com/go/storage v1.53.0
go: downloading github.com/aws/aws-sdk-go v1.55.7
go: downloading google.golang.org/api v0.246.0
go: downloading golang.org/x/mod v0.28.0
go: downloading cloud.google.com/go/kms v1.22.0
go: downloading google.golang.org/genproto v0.0.0-20250603155806-513f23925822
go: downloading cloud.google.com/go v0.121.2
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250728155136-f173205681a0
go: downloading github.com/googleapis/gax-go/v2 v2.15.0
go: downloading cloud.google.com/go/firestore v1.18.0
go: downloading cloud.google.com/go/iam v1.5.2
go: downloading cloud.google.com/go/longrunning v0.6.7
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/metric v0.51.0
go: downloading github.com/go-chi/chi/v5 v5.2.3
go: downloading github.com/golang-jwt/jwt v3.2.2+incompatible
go: downloading cloud.google.com/go/auth v0.16.3
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.61.0
go: downloading github.com/ProtonMail/go-crypto v1.0.0
go: downloading github.com/golangci/plugin-module-register v0.1.2
go: downloading github.com/ldez/gomoddirectives v0.7.0
go: downloading cloud.google.com/go/monitoring v1.24.2
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.51.0
go: downloading github.com/golangci/revgrep v0.8.0
go: downloading 4d63.com/gocheckcompilerdirectives v1.3.0
go: downloading 4d63.com/gochecknoglobals v0.2.2
go: downloading github.com/4meepo/tagalign v1.4.3
go: downloading github.com/Abirdcfly/dupword v0.1.6
go: downloading github.com/Antonboom/errname v1.1.1
go: downloading github.com/Antonboom/nilnil v1.1.1
go: downloading github.com/Antonboom/testifylint v1.6.4
go: downloading github.com/Djarvur/go-err113 v0.1.1
go: downloading github.com/GaijinEntertainment/go-exhaustruct/v3 v3.2.0
go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.2.1
go: downloading github.com/alexkohler/nakedret/v2 v2.0.6
go: downloading github.com/ashanbrown/makezero v1.1.1
go: downloading github.com/bombsimon/wsl/v4 v4.7.0
go: downloading github.com/breml/bidichk v0.3.3
go: downloading github.com/breml/errchkjson v0.4.1
go: downloading github.com/butuzov/ireturn v0.4.0
go: downloading github.com/catenacyber/perfsprint v0.9.1
go: downloading github.com/ckaznocha/intrange v0.3.1
go: downloading github.com/denis-tingaikin/go-header v1.0.0
go: downloading github.com/firefart/nonamedreturns v1.0.6
go: downloading github.com/ghostiam/protogetter v0.3.16
go: downloading github.com/go-critic/go-critic v0.13.0
go: downloading github.com/golangci/dupl v0.0.0-20250308024227-f665c8d69b32
go: downloading github.com/golangci/gofmt v0.0.0-20250106114630-d62b90e6713d
go: downloading github.com/golangci/misspell v0.7.0
go: downloading github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e
go: downloading github.com/gordonklaus/ineffassign v0.2.0
go: downloading github.com/gostaticanalysis/forcetypeassert v0.2.0
go: downloading github.com/jgautheron/goconst v1.8.2
go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20200119135958-7558a9eaa5af
go: downloading github.com/jjti/go-spancheck v0.6.5
go: downloading github.com/karamaru-alpha/copyloopvar v1.2.1
go: downloading github.com/kisielk/errcheck v1.9.0
go: downloading github.com/kkHAIKE/contextcheck v1.1.6
go: downloading github.com/kulti/thelper v0.7.1
go: downloading github.com/kunwardeep/paralleltest v1.0.14
go: downloading github.com/ldez/tagliatelle v0.7.2
go: downloading github.com/lufeee/execinquery v1.2.1
go: downloading github.com/macabu/inamedparam v0.2.0
go: downloading github.com/matoous/godox v1.1.0
go: downloading github.com/mgechev/revive v1.12.0
go: downloading github.com/nunnatsa/ginkgolinter v0.21.0
go: downloading github.com/polyfloyd/go-errorlint v1.8.0
go: downloading github.com/ryancurrah/gomodguard v1.4.1
go: downloading github.com/sashamelentyev/usestdlibvars v1.29.0
go: downloading github.com/securego/gosec/v2 v2.22.8
go: downloading github.com/sonatard/noctx v0.4.0
go: downloading github.com/tetafro/godot v1.5.4
go: downloading github.com/timakin/bodyclose v0.0.0-20241222091800-1db5c5ca4d67
go: downloading github.com/timonwong/loggercheck v0.11.0
go: downloading github.com/tomarrell/wrapcheck/v2 v2.11.0
go: downloading github.com/xen0n/gosmopolitan v1.3.0
go: downloading go-simpler.org/musttag v0.14.0
go: downloading go-simpler.org/sloglint v0.11.1
go: downloading honnef.co/go/tools v0.6.1
go: downloading mvdan.cc/gofumpt v0.9.1
go: downloading mvdan.cc/unparam v0.0.0-20250301125049-0df0534333a4
go: downloading github.com/ldez/grignotin v0.10.1
go: downloading github.com/alfatraining/structtag v1.0.0
go: downloading github.com/gostaticanalysis/comment v1.5.0
go: downloading github.com/quasilyte/go-ruleguard v0.4.4
go: downloading github.com/ccojocar/zxcvbn-go v1.0.4
go: downloading golang.org/x/exp/typeparams v0.0.0-20250911091902-df9299821621
go: downloading codeberg.org/chavacava/garif v0.2.0
go: downloading github.com/golangci/gofmt v0.0.0-20250704145412-3e58ba0443c6
go: github.com/conforma/cli/tools imports
	github.com/golangci/golangci-lint/cmd/golangci-lint imports
	github.com/golangci/golangci-lint/pkg/commands imports
	github.com/golangci/golangci-lint/pkg/lint/lintersdb imports
	github.com/golangci/golangci-lint/pkg/golinters imports
	github.com/golangci/gofmt/goimports: cannot find module providing package github.com/golangci/gofmt/goimports
go: github.com/conforma/cli/tools imports
	github.com/golangci/golangci-lint/cmd/golangci-lint imports
	github.com/golangci/golangci-lint/pkg/commands imports
	github.com/golangci/golangci-lint/pkg/lint/lintersdb imports
	github.com/golangci/golangci-lint/pkg/golinters imports
	github.com/nunnatsa/ginkgolinter/types: cannot find module providing package github.com/nunnatsa/ginkgolinter/types

File name: tools/kubectl/go.sum
Command failed: go get -t ./...
go: github.com/imdario/[email protected]: parsing go.mod:
	module declares its path as: dario.cat/mergo
	        but was required as: github.com/imdario/mergo

@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/major-go-modules branch from 619977a to 6c5d72d Compare September 26, 2025 01:13
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/mintmaker/main/major-go-modules branch from 6c5d72d to 9468dcb Compare September 26, 2025 01:13
@red-hat-konflux red-hat-konflux bot changed the title 🚨 Update go modules (major) 🚨 Update go modules (major) - autoclosed Oct 8, 2025
@red-hat-konflux red-hat-konflux bot closed this Oct 8, 2025
@red-hat-konflux red-hat-konflux bot deleted the konflux/mintmaker/main/major-go-modules branch October 8, 2025 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants