Skip to content

fix(deps): update all dependencies - #878

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all
Open

fix(deps): update all dependencies#878
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/all

Conversation

@renovate

@renovate renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/IBM/platform-services-go-sdk v0.101.0v0.102.0 age confidence indirect minor
github.com/IBM/vpc-go-sdk v0.87.1v0.88.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/ec2 v1.318.1v1.321.0 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/iam v1.57.1v1.58.1 age confidence require minor
github.com/aws/aws-sdk-go-v2/service/s3 v1.106.3v1.107.0 age confidence require minor
github.com/charmbracelet/ultraviolet 19049f2d38ea0f age confidence indirect digest
github.com/charmbracelet/x/exp/golden 7e2d3e63755eba age confidence indirect digest
github.com/dlclark/regexp2/v2 v2.5.2v2.6.0 age confidence indirect minor
github.com/evertras/bubble-table v0.17.1v0.22.3 age confidence indirect minor
github.com/go-openapi/analysis v0.25.5v0.26.0 age confidence indirect minor
github.com/golangci/gofmt d62b90ee7be49a age confidence indirect digest
github.com/golangci/rowserrcheck 399602fd2031e3 age confidence indirect digest
github.com/grpc-ecosystem/grpc-gateway/v2 v2.29.0v2.30.0 age confidence indirect minor
github.com/pulumi/pulumi-aws-native/sdk v1.73.1v1.74.1 age confidence require minor
github.com/pulumi/pulumi-aws/sdk/v7 v7.39.0v7.41.0 age confidence require minor
github.com/pulumi/pulumi-azure-native-sdk/authorization/v3 v3.24.0v3.25.0 age confidence require minor
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 v3.24.0v3.25.0 age confidence require minor
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3 v3.24.0v3.25.0 age confidence require minor
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v3 v3.24.0v3.25.0 age confidence require minor
github.com/pulumi/pulumi-azure-native-sdk/network/v3 v3.24.0v3.25.0 age confidence require minor
github.com/pulumi/pulumi-azure-native-sdk/resources/v3 v3.24.0v3.25.0 age confidence require minor
github.com/pulumi/pulumi-azure-native-sdk/storage/v3 v3.24.0v3.25.0 age confidence require minor
github.com/pulumi/pulumi-azure-native-sdk/v3 v3.24.0v3.25.0 age confidence indirect minor
github.com/pulumi/pulumi/sdk/v3 v3.255.0v3.256.0 age confidence require minor
github.com/rogpeppe/go-internal v1.15.0v1.16.0 age confidence indirect minor
go.opentelemetry.io/collector/featuregate v1.63.0v1.64.0 age confidence indirect minor
go.opentelemetry.io/collector/pdata v1.63.0v1.64.0 age confidence indirect minor
go.opentelemetry.io/contrib/bridges/otelslog v0.19.0v0.20.0 age confidence indirect minor
go.opentelemetry.io/otel v1.44.0v1.45.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.20.0v0.21.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0v1.45.0 age confidence indirect minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0v1.45.0 age confidence indirect minor
go.opentelemetry.io/otel/log v0.20.0v0.21.0 age confidence indirect minor
go.opentelemetry.io/otel/metric v1.44.0v1.45.0 age confidence indirect minor
go.opentelemetry.io/otel/sdk v1.44.0v1.45.0 age confidence indirect minor
go.opentelemetry.io/otel/sdk/log v0.20.0v0.21.0 age confidence indirect minor
go.opentelemetry.io/otel/trace v1.44.0v1.45.0 age confidence indirect minor
google.golang.org/genproto/googleapis/api 8efbd57c8921c7 age confidence indirect digest
google.golang.org/genproto/googleapis/rpc 8efbd57c8921c7 age confidence indirect digest
google.golang.org/protobuf f2248ac644d026 indirect digest
mvdan.cc/unparam 5beb8c8a64391f age confidence indirect digest
pulumi/pulumi 3.255.03.256.0 age confidence minor
pulumi/pulumi-aws v7.39.0v7.41.0 age confidence minor
pulumi/pulumi-aws-native v1.73.1v1.74.1 age confidence minor
pulumi/pulumi-azure-native v3.24.0v3.25.0 age confidence minor
registry.access.redhat.com/hi/core-runtime b1cc97ba4e512a final digest
registry.access.redhat.com/ubi9/go-toolset 272a3dd5d26ff5 stage digest

Release Notes

IBM/platform-services-go-sdk (github.com/IBM/platform-services-go-sdk)

v0.102.0

Compare Source

Features
  • Partner Center Sell: add new parameters to Global Catalog metada (#​462) (802b46c)
IBM/vpc-go-sdk (github.com/IBM/vpc-go-sdk)

v0.88.0

Compare Source

What's Changed

API Version Bump

  • Default API version updated from 2026-06-23 -> 2026-07-21.

New Features

Instance Reinitialization

Adds support for reinitializing a virtual server instance. An instance can be reinitialized while stopped, replacing its boot volume and initialization data (keys, user data, trusted profile) non-destructively to the instance resource itself.

New operation:

Method Endpoint Description
CreateInstanceReinitialization POST /instances/{id}/reinitialize Reinitialize a stopped instance

New options struct:

  • CreateInstanceReinitializationOptions — takes an id (instance identifier) and an InstanceReinitializePrototype.

New model interface & base struct:

Type Description
InstanceReinitializePrototypeIntf Interface satisfied by all three concrete subtypes
InstanceReinitializePrototype Base struct with optional DefaultTrustedProfile, Keys, UserData, BootVolumeAttachment, and Image

New concrete model subtypes:

Type Required Field Boot Source
InstanceReinitializePrototypeInstanceReinitializeByImage Image (ImageIdentityIntf) An image (must be same OS family & licensing model)
InstanceReinitializePrototypeInstanceReinitializeBySnapshot BootVolumeAttachment (BySourceSnapshotContext) A snapshot
InstanceReinitializePrototypeInstanceReinitializeByVolume BootVolumeAttachment (ByVolumeContext) An existing boot volume

New constructor helpers:

  • NewCreateInstanceReinitializationOptions(id, prototype)
  • NewInstanceReinitializePrototypeInstanceReinitializeByImage(image)
  • NewInstanceReinitializePrototypeInstanceReinitializeBySnapshot(bootVolumeAttachment)
  • NewInstanceReinitializePrototypeInstanceReinitializeByVolume(bootVolumeAttachment)

aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2/service/ec2)

v1.321.0

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/connect: v1.185.0
    • Feature: Supports updating the task template associated with in-progress task contacts using the new UpdateContactTaskTemplate API. This enables supervisors and developers to dynamically reassign task templates without creating a new task.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.321.0
    • Feature: This release adds support for BGP route protection in Amazon VPC IP Address Manager (IPAM), including route discovery, RPKI route protection findings, and delegated RPKI (Internet Registry Associations, routing policy registrations, and ROA management) for BYOIP prefixes.
  • github.com/aws/aws-sdk-go-v2/service/healthlake: v1.43.0
    • Feature: Adds provenanceEnabled to StartFHIRImportJob
  • github.com/aws/aws-sdk-go-v2/service/mediapackagev2: v1.44.0
    • Feature: StreamNameOutputMode - a new optional field on MediaPackageV2 OriginEndpoints that lets customers choose whether egress manifests use numeric stream indices (default) or encoder-assigned stream names from the input
  • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.65.0
    • Feature: Added support for inserting ads via the VAST Ad Buffet standard. You can now configure MediaTailor to insert ads in sequence order using the AdSequencingMode setting in your playback configuration. Standalone ads are used as fallbacks when a sequenced ad is unavailable.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.265.0
    • Feature: Amazon SageMaker adds maintenance lifecycle statuses for Notebook Instances
  • github.com/aws/aws-sdk-go-v2/service/securityagent: v1.10.0
    • Feature: Added enableEmailMfa input field on Actor to enable email-based MFA during penetration tests. When enabled, a server-generated mfaForwardingAddress is returned. Set up a forwarding rule in your email provider to forward MFA emails to this address so the agent can complete email-based MFA login flows

v1.320.0

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/agentregistry: v1.0.0
    • Release: New AWS service client module
    • Feature: Agent Registry's Public Preview release
  • github.com/aws/aws-sdk-go-v2/service/agentregistrycontrol: v1.0.0
    • Release: New AWS service client module
    • Feature: Agent Registry's Public Preview release
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.71.0
    • Feature: EC2 Auto Scaling now supports being managed by other AWS services via the operator field.
  • github.com/aws/aws-sdk-go-v2/service/backup: v1.60.0
    • Feature: AWS Backup now lets you create read-only access points for Amazon S3 recovery points, enabling you to access backup data using S3 APIs without initiating a restore.
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentcore: v1.37.0
    • Feature: Add support for capacity provider sessions in Amazon Bedrock AgentCore. Customers can now delete an active session running on a runtime instance launched through their capacity provider.
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol: v1.55.0
    • Feature: Add support for Gateway rate limits and Runtime instances in Amazon Bedrock AgentCore. Customers can now configure rate limits scoped to control request rates, token consumption rates, and active connection rates. Customers can now create capacity providers to launch runtimes on their EC2 instances.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.82.0
    • Feature: This release adds index category support to the CloudWatch Logs DescribeFieldIndexes API. Customers can filter and identify DEFAULT, CUSTOM, AUTO, and INACTIVE field indexes.
  • github.com/aws/aws-sdk-go-v2/service/devicefarm: v1.42.0
    • Feature: Adds support for service generated insights across runs, jobs, and tests.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.320.0
    • Feature: Adds a new optional IncludeLocalZones parameter to the Spot Placement Score API that defaults to false. When set to true, the Spot Placement Score API will consider the relevant Local Zones with Spot capacity when computing the Spot Placement Score.
  • github.com/aws/aws-sdk-go-v2/service/gamelift: v1.61.0
    • Feature: Adds support for C8a, C8i, C9g, M8a, M8i, and M9g EC2 instance type families for managed EC2 and container fleets. Also adds explicit anchors on most string regexes.
  • github.com/aws/aws-sdk-go-v2/service/kafka: v1.58.0
    • Feature: MSK Clusters can now deliver authorizer logs alongside broker logs to the destinations defined by you
  • github.com/aws/aws-sdk-go-v2/service/marketplaceagreement: v1.20.0
    • Feature: GetAgreementTerms now returns a new term variant in AcceptedTerm, netPaymentTerm, with a paymentDuePeriod field (example "P30D").
  • github.com/aws/aws-sdk-go-v2/service/marketplacediscovery: v1.4.0
    • Feature: GetOfferTerms now returns netPaymentTerm in offerTerms, specifying payment due period after invoice date. The paymentDuePeriod field uses ISO 8601 duration format (e.g., "P30D" for net 30 days). This is a backward-compatible addition. See API documentation for full structure and examples.
  • github.com/aws/aws-sdk-go-v2/service/mediatailor: v1.64.0
    • Feature: AWS Elemental MediaTailor now supports concurrent function execution. The new Concurrent Executor function type runs multiple independent child functions in parallel within a single lifecycle hook, reducing pipeline latency to the duration of the slowest call instead of the sum of all calls.
  • github.com/aws/aws-sdk-go-v2/service/s3: v1.107.0
    • Feature: AWS Backup now lets you create read-only access points for Amazon S3 recovery points, enabling you to access backup data using S3 APIs without initiating a restore.
  • github.com/aws/aws-sdk-go-v2/service/sagemaker: v1.264.0
    • Feature: Releases new Model Customization SequenceLength parameter for Training and g7 instance types for Training and Processing.
  • github.com/aws/aws-sdk-go-v2/service/securityhub: v1.76.0
    • Feature: Security Hub is adding a new public API, ListFreeTrialStatusesV2 to describe the free trial statuses of the Security Hub service and its opt-in features.
  • github.com/aws/aws-sdk-go-v2/service/socialmessaging: v1.14.0
    • Feature: Add support for WhatsApp Conversions APIs.

v1.319.0

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/dsql: v1.16.4
    • Documentation: UpdateCluster now checks the RemovePeerCluster permission on the specific cluster being removed, not a wildcard and docs now clarify how to set kmsEncryptionKey so the cluster uses the AWS-owned key.
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.63.0
    • Feature: Vector indexes are a type of index in Amazon DynamoDB that enable similarity search on vector embedding stored in your table items. Vector indexes use approximate nearest neighbor search to find items whose vectors are most similar to a query vector that you provide.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.319.0
    • Feature: Amazon EC2 now supports Application Status Checks, a new status check that monitors your application's health through configurable HTTP(S) paths and ports, so you can detect and automatically respond to application-level impairments.
  • github.com/aws/aws-sdk-go-v2/service/iam: v1.58.0
    • Feature: Updating endpoint generation logic
  • github.com/aws/aws-sdk-go-v2/service/inspector2: v1.54.0
    • Feature: Adding Azure SBOM export capability.
  • github.com/aws/aws-sdk-go-v2/service/organizations: v1.53.4
    • Documentation: Improved accuracy of CloudTrail event documentation for AWS Organizations membership operations.
  • github.com/aws/aws-sdk-go-v2/service/partnercentralselling: v1.23.0
    • Feature: Partners can now create leads with only 5 required fields and free-text values for all other fields, reducing import friction. Engagement invitations now include enrichment data (propensity scores, lead readiness) directly in the response.
  • github.com/aws/aws-sdk-go-v2/service/ssoadmin: v1.43.0
    • Feature: AWS IAM Identity Center now lets you create organization-level instances without enabling multi-account permissions. You can enable multi-account permissions during instance creation or later via console or API, which then provisions the necessary service-linked roles.
  • github.com/aws/aws-sdk-go-v2/service/workspaces: v1.73.0
    • Feature: Added ClientExperiencePolicy to ClientProperties object for ModifyClientProperties and DescribeClientProperties APIs.
dlclark/regexp2 (github.com/dlclark/regexp2/v2)

v2.6.0

Compare Source

evertras/bubble-table (github.com/evertras/bubble-table)

v0.22.3

Compare Source

What's Changed

Full Changelog: Evertras/bubble-table@v0.22.2...v0.22.3

v0.22.2

Compare Source

What's Changed

Full Changelog: Evertras/bubble-table@v0.22.1...v0.22.2

v0.22.1

Compare Source

What's Changed

Full Changelog: Evertras/bubble-table@v0.22.0...v0.22.1

v0.22.0

Compare Source

What's Changed

Full Changelog: Evertras/bubble-table@v0.21.0...v0.22.0

v0.21.0

Compare Source

What's Changed

Full Changelog: Evertras/bubble-table@v0.20.1...v0.21.0

v0.20.1

Compare Source

What's Changed

Full Changelog: Evertras/bubble-table@v0.20.0...v0.20.1

v0.20.0

Compare Source

What's Changed

Full Changelog: Evertras/bubble-table@v0.19.2...v0.20.0

Breaking Changes

  • Updated to bubbletea v2, bubbles v2, and lipgloss v2 — import paths have changed to charm.land/bubbletea/v2, charm.land/bubbles/v2, and charm.land/lipgloss/v2
  • Minimum Go version raised to 1.25
Upgrading

Before upgrading, ensure your app is using bubbletea v2, bubbles v2, lipgloss v2, and Go 1.25 or later.

v0.19.2

Compare Source

What's Changed

Full Changelog: Evertras/bubble-table@v0.19.1...v0.19.2

v0.19.1

Compare Source

What's Changed

Full Changelog: Evertras/bubble-table@v0.19.0...v0.19.1

v0.19.0

Compare Source

What's Changed

BREAKING CHANGE: Filter func now takes an input struct rather than individual parameters, for clarity/consistency with style funcs and future proofing when we want to add more inputs.

Full Changelog: Evertras/bubble-table@v0.18.0...v0.19.0

v0.18.0

Compare Source

What's Changed

BREAKING CHANGE: Filter func now takes columns as a parameter. Ignore this parameter in your filter func if it's unused and all behavior should remain the same.

New Contributors

Full Changelog: Evertras/bubble-table@v0.17.2...v0.18.0

v0.17.2

Compare Source

What's Changed

New Contributors

Full Changelog: Evertras/bubble-table@v0.17.1...v0.17.2

go-openapi/analysis (github.com/go-openapi/analysis)

v0.26.0

Compare Source

0.26.0 - 2026-08-08

Full Changelog: go-openapi/analysis@v0.25.5...v0.26.0

7 commits in this release.


Implemented enhancements
Documentation
Miscellaneous tasks
Updates

People who contributed to this release

analysis license terms

License

Per-module changes


internal/testintegration (0.26.0)

Miscellaneous tasks
Updates
grpc-ecosystem/grpc-gateway (github.com/grpc-ecosystem/grpc-gateway/v2)

v2.30.0

Compare Source

New Features

Fixes

Change PR Contributor
OpenAPI v2: messages sorted before rendering definitions for determinism #​6732 @​alliasgher
OpenAPI v2: enum comments now go to description instead of title #​6785 @​superShen0916
OpenAPI v2: include field schema metadata on parameters #​6894 @​puneetdixit200
OpenAPI v2: omit empty body objects for nested path parameters #​7065 @​alliasgher
OpenAPI v3: omit empty body objects for nested path parameters #​7068 @​alliasgher
OpenAPI v2: preserve x-nullable when use_allof_for_refs wraps a $ref #​7026 @​pkhanaljc
OpenAPI v2: fix path joining for colon-prefixed segments #​7191 @​Ritik100-AIT
Prioritize OpenAPI config options over proto options #​6973 @​maskedmaxx
Support Service doc comments for OpenAPI/Swagger generation #​6200 @​majiayu000
Fix nested body path initialization for oneof fields #​6948 @​cyphercodes
Remove redundant enum assignment for nested proto3 fields #​7059 @​abhishek-dalbanjan
Drain request only after ParseForm in generated code #​7192 @​paskozdilar
Support field extensions with use_allof_for_refs #​3100 @​same-id
Ignore M import-path mappings in openapiv3 plugin params #​6936 @​johanbrandhorst

Documentation

Tests / CI / Infra

New Contributors

@​alliasgher, @​superShen0916, @​puneetdixit200, @​ketpatil77, @​EliSauder, @​maskedmaxx, @​hawk-roy, @​viniciusmtsantos, @​cyphercodes,

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Between 12:00 AM and 03:59 AM, only on Monday (* 0-3 * * 1)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate

renovate Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact 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: tools/go.sum
Command failed: go get -t ./...
go: downloading github.com/golangci/golangci-lint/v2 v2.12.2
go: downloading charm.land/lipgloss/v2 v2.0.5
go: downloading github.com/fatih/color v1.19.0
go: downloading github.com/gofrs/flock v0.13.0
go: downloading github.com/ldez/grignotin v0.10.1
go: downloading github.com/santhosh-tekuri/jsonschema/v6 v6.0.2
go: downloading github.com/charmbracelet/ultraviolet v0.0.0-20260808192814-d38ea0f8aa5c
go: downloading github.com/mattn/go-colorable v0.1.15
go: downloading github.com/alecthomas/chroma/v2 v2.27.0
go: downloading github.com/golangci/plugin-module-register v0.1.2
go: downloading github.com/go-xmlfmt/xmlfmt v1.1.3
go: downloading github.com/golangci/revgrep v0.8.0
go: downloading github.com/daixiang0/gci v0.14.0
go: downloading github.com/golangci/gofmt v0.0.0-20251215234548-e7be49a5ab4d
go: downloading mvdan.cc/gofumpt v0.11.0
go: downloading github.com/golangci/golines v0.15.0
go: downloading github.com/sourcegraph/go-diff v0.8.0
go: downloading github.com/golangci/swaggoswag v0.0.0-20250504205917-77f2aca3143e
go: downloading go.augendre.info/arangolint v0.4.0
go: downloading github.com/alingse/asasalint v0.0.11
go: downloading github.com/golangci/asciicheck v0.5.0
go: downloading github.com/breml/bidichk v0.3.3
go: downloading github.com/timakin/bodyclose v0.0.0-20260723120731-857993a2939c
go: downloading github.com/lasiar/canonicalheader v1.1.2
go: downloading github.com/ClickHouse/clickhouse-go-linter v1.2.1
go: downloading github.com/sivchari/containedctx v1.0.3
go: downloading github.com/kkHAIKE/contextcheck v1.1.6
go: downloading github.com/karamaru-alpha/copyloopvar v1.2.2
go: downloading github.com/bkielbasa/cyclop v1.2.3
go: downloading gitlab.com/bosi/decorder v0.4.2
go: downloading github.com/OpenPeeDeeP/depguard/v2 v2.2.1
go: downloading github.com/golangci/dupl v0.0.0-20260401084720-c99c5cf5c202
go: downloading github.com/Abirdcfly/dupword v0.1.8
go: downloading github.com/charithe/durationcheck v0.0.11
go: downloading github.com/manuelarte/embeddedstructfieldcheck v0.4.0
go: downloading github.com/Djarvur/go-err113 v0.1.1
go: downloading github.com/kisielk/errcheck v1.20.0
go: downloading github.com/breml/errchkjson v0.4.1
go: downloading github.com/Antonboom/errname v1.1.2
go: downloading codeberg.org/polyfloyd/go-errorlint v1.9.0
go: downloading github.com/nishanths/exhaustive v0.12.0
go: downloading dev.gaijin.team/go/exhaustruct/v4 v4.0.0
go: downloading github.com/ldez/exptostd v0.4.5
go: downloading go.augendre.info/fatcontext v0.10.0
go: downloading github.com/ashanbrown/forbidigo/v2 v2.3.1
go: downloading github.com/gostaticanalysis/forcetypeassert v0.2.0
go: downloading github.com/manuelarte/funcorder v0.6.0
go: downloading github.com/ultraware/funlen v0.2.0
go: downloading github.com/nunnatsa/ginkgolinter v0.23.1
go: downloading 4d63.com/gocheckcompilerdirectives v1.4.0
go: downloading 4d63.com/gochecknoglobals v0.2.2
go: downloading github.com/alecthomas/go-check-sumtype v0.3.1
go: downloading github.com/uudashr/gocognit v1.2.1
go: downloading github.com/jgautheron/goconst v1.11.0
go: downloading github.com/go-critic/go-critic v0.14.4
go: downloading github.com/quasilyte/go-ruleguard/dsl v0.3.23
go: downloading github.com/quasilyte/go-ruleguard v0.4.5
go: downloading github.com/fzipp/gocyclo v0.6.0
go: downloading github.com/godoc-lint/godoc-lint v0.11.2
go: downloading github.com/tetafro/godot v1.5.6
go: downloading github.com/matoous/godox v1.1.0
go: downloading github.com/denis-tingaikin/go-header v0.5.0
go: downloading github.com/ldez/gomoddirectives v0.9.0
go: downloading github.com/Masterminds/semver/v3 v3.5.0
go: downloading github.com/ryancurrah/gomodguard v1.4.1
go: downloading github.com/ryancurrah/gomodguard/v2 v2.1.3
go: downloading github.com/golangci/go-printf-func-name v0.1.1
go: downloading github.com/securego/gosec/v2 v2.28.0
go: downloading github.com/xen0n/gosmopolitan v1.3.0
go: downloading github.com/leonklingele/grouper v1.1.2
go: downloading github.com/uudashr/iface v1.5.0
go: downloading github.com/julz/importas v0.2.0
go: downloading github.com/macabu/inamedparam v0.2.0
go: downloading github.com/gordonklaus/ineffassign v0.2.0
go: downloading github.com/sashamelentyev/interfacebloat v1.1.0
go: downloading github.com/ckaznocha/intrange v0.3.1
go: downloading github.com/AdminBenni/iota-mixing v1.0.0
go: downloading github.com/butuzov/ireturn v0.4.1
go: downloading github.com/timonwong/loggercheck v0.11.0
go: downloading github.com/yagipy/maintidx v1.0.0
go: downloading github.com/ashanbrown/makezero/v2 v2.2.1
go: downloading github.com/butuzov/mirror v1.3.3
go: downloading github.com/golangci/misspell v0.8.0
go: downloading github.com/tommy-muehle/go-mnd/v2 v2.5.1
go: downloading go-simpler.org/musttag v0.14.0
go: downloading github.com/alexkohler/nakedret/v2 v2.0.6
go: downloading github.com/nakabonne/nestif v0.3.1
go: downloading github.com/gostaticanalysis/nilerr v0.1.2
go: downloading github.com/alingse/nilnesserr v0.2.0
go: downloading github.com/Antonboom/nilnil v1.1.2
go: downloading github.com/ssgreg/nlreturn/v2 v2.2.1
go: downloading github.com/sonatard/noctx v0.5.1
go: downloading github.com/AlwxSin/noinlineerr v1.0.5
go: downloading github.com/firefart/nonamedreturns v1.0.8
go: downloading github.com/stbenjam/no-sprintf-host-port v0.3.1
go: downloading github.com/kunwardeep/paralleltest v1.0.15
go: downloading github.com/catenacyber/perfsprint v0.10.1
go: downloading github.com/alexkohler/prealloc v1.1.0
go: downloading github.com/nishanths/predeclared v0.2.2
go: downloading github.com/yeya24/promlinter v0.3.0
go: downloading github.com/ghostiam/protogetter v0.3.21
go: downloading github.com/curioswitch/go-reassign v0.3.0
go: downloading github.com/raeperd/recvcheck v0.3.0
go: downloading github.com/mgechev/revive v1.15.0
go: downloading github.com/golangci/rowserrcheck v0.0.0-20260801150524-d2031e3af752
go: downloading go-simpler.org/sloglint v0.12.0
go: downloading github.com/jjti/go-spancheck v0.6.5
go: downloading github.com/ryanrolds/sqlclosecheck v0.6.0
go: downloading honnef.co/go/tools v0.7.0
go: downloading github.com/4meepo/tagalign v1.4.3
go: downloading github.com/ldez/tagliatelle v0.7.2
go: downloading github.com/maratori/testableexamples v1.0.1
go: downloading github.com/Antonboom/testifylint v1.6.4
go: downloading github.com/maratori/testpackage v1.1.2
go: downloading github.com/kulti/thelper v0.7.1
go: downloading github.com/moricho/tparallel v0.3.2
go: downloading github.com/golangci/unconvert v0.0.0-20250410112200-a129a6e6413e
go: downloading mvdan.cc/unparam v0.0.0-20260808223834-a64391f2ca86
go: downloading github.com/MirrexOne/unqueryvet v1.5.4
go: downloading github.com/sashamelentyev/usestdlibvars v1.29.0
go: downloading github.com/ldez/usetesting v0.5.0
go: downloading github.com/blizzy78/varnamelen v0.8.0
go: downloading github.com/sanposhiho/wastedassign/v2 v2.1.0
go: downloading github.com/ultraware/whitespace v0.2.0
go: downloading github.com/tomarrell/wrapcheck/v2 v2.12.0
go: downloading github.com/bombsimon/wsl/v4 v4.7.0
go: downloading github.com/bombsimon/wsl/v5 v5.8.0
go: downloading github.com/ykadowak/zerologlint v0.1.5
go: downloading github.com/stretchr/objx v0.5.3
go: downloading github.com/dlclark/regexp2/v2 v2.6.0
go: downloading github.com/hexops/gotextdiff v1.0.3
go: downloading go.uber.org/zap v1.28.0
go: downloading github.com/dave/dst v0.27.4
go: downloading github.com/gostaticanalysis/analysisutil v0.7.1
go: downloading github.com/go-toolsmith/astcast v1.1.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading dev.gaijin.team/go/golib v0.8.1
go: downloading github.com/go-toolsmith/astcopy v1.1.0
go: downloading github.com/go-toolsmith/astequal v1.2.0
go: downloading github.com/go-toolsmith/astfmt v1.1.0
go: downloading github.com/go-toolsmith/astp v1.1.0
go: downloading github.com/go-toolsmith/strparse v1.1.0
go: downloading github.com/go-toolsmith/typep v1.1.0
go: downloading github.com/quasilyte/regex/syntax v0.0.0-20210819130434-b3f0c404a727
go: downloading github.com/ccojocar/zxcvbn-go v1.0.4
go: downloading github.com/gostaticanalysis/comment v1.5.0
go: downloading github.com/prometheus/client_golang v1.24.1
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/fatih/structtag v1.2.0
go: downloading github.com/ettle/strcase v0.2.0
go: downloading github.com/alfatraining/structtag v1.0.0
go: downloading github.com/hashicorp/go-immutable-radix/v2 v2.1.0
go: downloading github.com/ldez/structtags v0.6.1
go: downloading golang.org/x/exp/typeparams v0.0.0-20260727155853-b88d891fe743
go: downloading github.com/quasilyte/gogrep v0.5.0
go: downloading github.com/quasilyte/stdinfo v0.0.0-20220114132959-f7386bf02567
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/prometheus/common v0.70.1
go: downloading github.com/prometheus/procfs v0.21.1
go: downloading google.golang.org/protobuf v1.36.11
go: downloading codeberg.org/chavacava/garif v0.2.1
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: github.com/redhat-developer/mapt/tools imports
	github.com/golangci/golangci-lint/v2/cmd/golangci-lint imports
	github.com/golangci/golangci-lint/v2/pkg/commands imports
	github.com/golangci/golangci-lint/v2/pkg/goformatters imports
	github.com/golangci/golangci-lint/v2/pkg/goformatters/gofmt imports
	github.com/golangci/gofmt/gofmt: cannot find module providing package github.com/golangci/gofmt/gofmt

@renovate
renovate Bot force-pushed the renovate/all branch 24 times, most recently from 67b1cd7 to 0315686 Compare August 9, 2026 00:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants