Skip to content

fix(deps): update all dependencies#862

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

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

Conversation

@renovate

@renovate renovate Bot commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/runner minor 2.335.12.336.0 age confidence
actions/setup-go action major v6v7 age confidence
github.com/IBM/go-sdk-core/v5 require minor v5.22.1v5.23.1 age confidence
github.com/aws/aws-sdk-go-v2 require minor v1.42.1v1.43.0 age confidence
github.com/aws/aws-sdk-go-v2/service/ec2 require minor v1.316.1v1.317.0 age confidence
github.com/aws/aws-sdk-go-v2/service/ecs require minor v1.88.1v1.89.0 age confidence
github.com/aws/aws-sdk-go-v2/service/iam require minor v1.55.1v1.56.0 age confidence
github.com/aws/aws-sdk-go-v2/service/pricing indirect minor v1.43.1v1.44.0 age confidence
github.com/aws/aws-sdk-go-v2/service/s3 require minor v1.105.2v1.106.0 age confidence
github.com/aws/aws-sdk-go-v2/service/signin indirect minor v1.4.1v1.5.0 age confidence
github.com/aws/aws-sdk-go-v2/service/sso indirect minor v1.32.1v1.33.0 age confidence
github.com/aws/aws-sdk-go-v2/service/ssooidc indirect minor v1.37.1v1.38.0 age confidence
github.com/aws/aws-sdk-go-v2/service/sts require minor v1.44.1v1.45.0 age confidence
github.com/charmbracelet/ultraviolet indirect digest 19484457cc6674 age confidence
github.com/charmbracelet/x/exp/golden indirect digest 25656173eef36e age confidence
github.com/evertras/bubble-table indirect minor v0.19.2v0.22.3 age confidence
github.com/go-openapi/loads indirect minor v0.24.0v0.25.0 age confidence
github.com/go-openapi/strfmt indirect minor v0.26.4v0.27.0 age confidence
github.com/golangci/gofmt indirect digest d62b90ee7be49a age confidence
github.com/leodido/go-urn indirect minor v1.4.0v1.5.0 age confidence
github.com/prometheus/client_golang indirect minor v1.23.2v1.24.1 age confidence
github.com/pulumi/pulumi-aws-native/sdk require minor v1.71.0v1.72.0 age confidence
github.com/pulumi/pulumi-aws/sdk/v7 require minor v7.36.0v7.39.0 age confidence
github.com/pulumi/pulumi-awsx/sdk/v3 require minor v3.7.0v3.8.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/authorization/v3 require minor v3.20.0v3.23.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/compute/v3 require minor v3.20.0v3.23.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3 require minor v3.20.0v3.23.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v3 require minor v3.20.0v3.23.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/network/v3 require minor v3.20.0v3.23.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/resources/v3 require minor v3.20.0v3.23.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/storage/v3 require minor v3.20.0v3.23.0 age confidence
github.com/pulumi/pulumi-azure-native-sdk/v3 indirect minor v3.20.0v3.23.0 age confidence
github.com/pulumi/pulumi/sdk/v3 require minor v3.252.0v3.254.0 age confidence
github.com/securego/gosec/v2 indirect minor v2.27.1v2.28.0 age confidence
github.com/timakin/bodyclose indirect digest 73d1f95857993a age confidence
gitlab-org/gitlab-runner minor 19.1.119.2.0 age confidence
go.opentelemetry.io/collector/featuregate indirect minor v1.62.0v1.63.0 age confidence
go.opentelemetry.io/collector/pdata indirect minor v1.62.0v1.63.0 age confidence
go.opentelemetry.io/proto/otlp indirect minor v1.10.0v1.11.0 age confidence
golang.org/x/exp require digest 9ea1abe764159d age confidence
golang.org/x/exp/typeparams indirect digest 9ea1abe764159d age confidence
google.golang.org/genproto/googleapis/api indirect digest f5fc221b2f2020 age confidence
google.golang.org/genproto/googleapis/rpc indirect digest f5fc221b2f2020 age confidence
k8s.io/kube-openapi indirect digest cdb1db5d427ff9 age confidence
pulumi/pulumi minor 3.252.03.254.0 age confidence
pulumi/pulumi-aws minor v7.36.0v7.39.0 age confidence
pulumi/pulumi-aws-native minor v1.71.0v1.72.0 age confidence
pulumi/pulumi-awsx minor v3.7.0v3.8.0 age confidence
pulumi/pulumi-azure-native minor v3.20.0v3.23.0 age confidence
pulumi/pulumi-gitlab minor v10.0.0v10.1.1 age confidence
redhat-actions/podman-login action major v1v2 age confidence
redhat-actions/podman-login action major v1.7v2.0 age confidence
registry.access.redhat.com/hi/core-runtime final digest 809fd669d7373f
registry.access.redhat.com/ubi9/go-toolset stage digest c6b19c95f5c97d

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

actions/runner (actions/runner)

v2.336.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/runner@v2.335.0...v2.336.0

Note: Actions Runner follows a progressive release policy, so the latest release might not be available to your enterprise, organization, or repository yet.
To confirm which version of the Actions Runner you should expect, please view the download instructions for your enterprise, organization, or repository.
See https://docs.github.com/en/enterprise-cloud@latest/actions/hosting-your-own-runners/adding-self-hosted-runners

Windows x64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner

# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.336.0/actions-runner-win-x64-2.336.0.zip -OutFile actions-runner-win-x64-2.336.0.zip

# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-x64-2.336.0.zip", "$PWD")

Windows arm64

We recommend configuring the runner in a root folder of the Windows drive (e.g. "C:\actions-runner"). This will help avoid issues related to service identity folder permissions and long file path restrictions on Windows.

The following snipped needs to be run on powershell:

# Create a folder under the drive root
mkdir \actions-runner ; cd \actions-runner

# Download the latest runner package
Invoke-WebRequest -Uri https://github.com/actions/runner/releases/download/v2.336.0/actions-runner-win-arm64-2.336.0.zip -OutFile actions-runner-win-arm64-2.336.0.zip

# Extract the installer
Add-Type -AssemblyName System.IO.Compression.FileSystem ;
[System.IO.Compression.ZipFile]::ExtractToDirectory("$PWD\actions-runner-win-arm64-2.336.0.zip", "$PWD")

OSX x64

# Create a folder
mkdir actions-runner && cd actions-runner

# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.336.0/actions-runner-osx-x64-2.336.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-osx-x64-2.336.0.tar.gz

OSX arm64 (Apple silicon)

# Create a folder
mkdir actions-runner && cd actions-runner

# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.336.0/actions-runner-osx-arm64-2.336.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-osx-arm64-2.336.0.tar.gz

Linux x64

# Create a folder
mkdir actions-runner && cd actions-runner

# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.336.0/actions-runner-linux-x64-2.336.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-x64-2.336.0.tar.gz

Linux arm64

# Create a folder
mkdir actions-runner && cd actions-runner

# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.336.0/actions-runner-linux-arm64-2.336.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-arm64-2.336.0.tar.gz

Linux arm

# Create a folder
mkdir actions-runner && cd actions-runner

# Download the latest runner package
curl -O -L https://github.com/actions/runner/releases/download/v2.336.0/actions-runner-linux-arm-2.336.0.tar.gz

# Extract the installer
tar xzf ./actions-runner-linux-arm-2.336.0.tar.gz

Using your self hosted runner

For additional details about configuring, running, or shutting down the runner please check out our product docs.

SHA-256 Checksums

The SHA-256 checksums for the packages included in this build are shown below:

  • actions-runner-win-x64-2.336.0.zip d59123a43003e357b0805b5d0f611d0bd2f65ab67d51bd070dd4e7a0f685c162
  • actions-runner-win-arm64-2.336.0.zip b3799e9cf754fe4dfcb3d220c9701c924829737ee815dbeb674f8bd076794504
  • actions-runner-osx-x64-2.336.0.tar.gz f79c43232761ca495fc18df550bb2865aa99984b37c173c0aa1f8c09d0d548fe
  • actions-runner-osx-arm64-2.336.0.tar.gz 8e8839c49b7060b6b2154f4931f815df330c27f167d53ef2239ee3dfce28b079
  • actions-runner-linux-x64-2.336.0.tar.gz 04cf0be1aff4c3ec3554466c39124ca250e3effd8873bb7e8d68535aa9505d5d
  • actions-runner-linux-arm64-2.336.0.tar.gz 58b758e420b87093fbd4bfddd368074960053e2f1388f01848c82624b90f27d1
  • actions-runner-linux-arm-2.336.0.tar.gz 44a300f322a1b5bccfe0b146cf3ca74f27000eb8afed761d1ffd90be035969d4
actions/setup-go (actions/setup-go)

v7.0.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-go@v6...v7.0.0

v7

Compare Source

IBM/go-sdk-core (github.com/IBM/go-sdk-core/v5)

v5.23.1

Compare Source

Bug Fixes

v5.23.0

Compare Source

Features
  • auth: add new IAM profile selector to VPC Instance Auth (#​277) (ed9d9f4)
aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)

v1.43.0

Compare Source

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.61.0
    • Feature: This release adds the new LaunchInstances API, which can launch instances synchronously in an AutoScaling group. The API also returns instances info and launch error back immediately.
  • github.com/aws/aws-sdk-go-v2/service/backup: v1.53.0
    • Feature: AWS Backup now supports a low-cost warm storage tier for Amazon S3 backup data.
  • github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.43.0
    • Feature: Amazon Bedrock Runtime Service Tier Support Launch
  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.70.0
    • Feature: New CloudFormation DescribeEvents API with operation ID tracking and failure filtering capabilities to quickly identify root causes of deployment failures. Also, a DeploymentMode parameter for the CreateChangeSet API that enables creation of drift-aware change sets for safe drift management.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.59.0
    • Feature: CloudWatch Logs updates: Added capability to setup a recurring schedule for log insights queries. Logs introduced Scheduled Queries (managed through Create/Update/Get/Delete/List/History Scheduled Query APIs). For more information, see CloudWatch Logs API documentation.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.146.0
    • Feature: This release added support for ring timer configuration for campaign calls.
  • github.com/aws/aws-sdk-go-v2/service/ec2: v1.271.0
    • Feature: AWS Site-to-Site VPN now supports VPN Concentrator, a new feature that enables customers to connect multiple low-bandwidth sites connections through a single attachment, simplifying multi-site connectivity for distributed enterprises.
  • github.com/aws/aws-sdk-go-v2/service/iam: v1.51.0
    • Feature: Added the AssociateDelegationRequest, GetDelegationRequest, AcceptDelegationRequest, RejectDelegatonRequest, ListDelegationRequests, UpdateDelegationRequest, SendDelegationToken and GetHumanReadableSummary APIs for the IAM temporary delegation feature.
  • github.com/aws/aws-sdk-go-v2/service/kafka: v1.46.0
    • Feature: Amazon MSK adds three new APIs, ListTopics, DescribeTopic, and DescribeTopicPartitions for viewing Kafka topics in your MSK clusters.
  • github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi: v1.31.0
    • Feature: Add support for new ListRequiredTags API used to retrieve the required tags specified in a customer's effective tag policy.
  • github.com/aws/aws-sdk-go-v2/service/wafv2: v1.70.0
    • Feature: AssociateWebACL, UpdateWebACL and PutLoggingConfiguration will now throw WAFFeatureNotIncludedInPricingPlanException when the request contains a feature that is not included in the CloudFront pricing plan of the WebACL.
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.

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

v0.25.0

Compare Source

0.25.0 - 2026-07-20

Full Changelog: go-openapi/loads@v0.24.2...v0.25.0

1 commits in this release.


Implemented enhancements

People who contributed to this release

loads license terms

License

v0.24.2

Compare Source

0.24.2 - 2026-07-20

Full Changelog: go-openapi/loads@v0.24.1...v0.24.2

1 commits in this release.


Miscellaneous tasks

People who contributed to this release

loads license terms

License

v0.24.1

Compare Source

0.24.1 - 2026-07-20

Full Changelog: go-openapi/loads@v0.24.0...v0.24.1

10 commits in this release.


Documentation
Miscellaneous tasks
Security
Updates

People who contributed to this release

loads license terms

License

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

v0.27.0

Compare Source

0.27.0 - 2026-07-16

Full Changelog: go-openapi/strfmt@v0.26.4...v0.27.0

11 commits in this release.


Implemented enhancements
  • feat: new formats for currencies (ISO-4217 alpha-3) and countries (ISO-3166 alpha-3 & alpha-2) by @​fredbi in #​285 ...
  • feat(duration): add ISO 8601 / RFC 3339 duration format (duration-iso8601) by @​fredbi in #​284 ...
Fixed bugs
Documentation
Testing
Miscellaneous tasks
Updates
Other (technical)
  • Add comments for ISO 3166 countries source data by @​fredbi ...

People who contributed to this release

strfmt license terms

License

Per-module changes


enable/mongodb (0.27.0)

Miscellaneous tasks
Updates

internal/testintegration (0.27.0)

Implemented enhancements
  • feat(duration): add ISO 8601 / RFC 3339 duration format (duration-iso8601) by @​fredbi in #​284 ...
Miscellaneous tasks
Updates
leodido/go-urn (github.com/leodido/go-urn)

v1.5.0

Compare Source

Compatibility notice

go-urn v1.5.0 requires Go 1.24 or newer. The previous minimum was Go 1.18. Consumers that cannot upgrade their Go toolchain should remain on go-urn v1.4.0.

What's Changed

Fixed
  • Reject malformed RFC 8141 URNs that finish in an invalid parser state. Inputs such as urn:example:nss? no longer produce a nil result reported as successful. Machine.Parse now returns an error, the public Parse function returns (nil, false), and URN8141 JSON unmarshalling rejects the malformed value. Existing detailed r-component and q-component erro

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 Jul 20, 2026

Copy link
Copy Markdown
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: go.sum
Command failed: mod upgrade --mod-name=github.com/IBM/go-sdk-core/v5 -t=5
could not load package: err: exit status 1: stderr: go: inconsistent vendoring in /tmp/renovate/repos/github/redhat-developer/mapt:
	github.com/pulumi/pulumi/sdk/v3@v3.254.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/IBM/go-sdk-core/v5@v5.23.1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2@v1.43.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/ec2@v1.317.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/s3@v1.106.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/sts@v1.45.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-aws-native/sdk@v1.72.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-aws/sdk/v7@v7.39.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-awsx/sdk/v3@v3.8.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-azure-native-sdk/authorization/v3@v3.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-azure-native-sdk/compute/v3@v3.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3@v3.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v3@v3.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-azure-native-sdk/network/v3@v3.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-azure-native-sdk/resources/v3@v3.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-azure-native-sdk/storage/v3@v3.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	golang.org/x/exp@v0.0.0-20260718201538-764159d718ef: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	charm.land/bubbles/v2@v2.1.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	charm.land/bubbletea/v2@v2.0.5: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	charm.land/lipgloss/v2@v2.0.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/charmbracelet/ultraviolet@v0.0.0-20260413211237-bd52878bcec2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/charmbracelet/x/termios@v0.1.1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/charmbracelet/x/windows@v0.2.2: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/swag/pools@v0.27.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/leodido/go-urn@v1.5.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/pulumi/pulumi-azure-native-sdk/v3@v3.23.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/internal/v4a@v1.4.32: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.9.24: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.19.32: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/pricing@v1.44.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/evertras/bubble-table@v0.22.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/internal/configsources@v1.4.31: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.7.31: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.13.31: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/signin@v1.5.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/sso@v1.33.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.38.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/charmbracelet/x/exp/golden@v0.0.0-20260720091843-3eef36eaaa28: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/analysis@v0.25.5: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/loads@v0.25.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/spec@v0.22.9: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/strfmt@v0.27.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/swag/conv@v0.27.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/swag/jsonutils@v0.27.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/swag/loading@v0.27.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/swag/mangling@v0.27.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/swag/stringutils@v0.27.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/swag/typeutils@v0.27.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/go-openapi/swag/yamlutils@v0.27.3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.opentelemetry.io/collector/featuregate@v1.63.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.opentelemetry.io/collector/pdata@v1.63.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	go.opentelemetry.io/proto/otlp@v1.11.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/genproto/googleapis/api@v0.0.0-20260724162435-b2f20204f0df: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20260724162435-b2f20204f0df: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	k8s.io/kube-openapi@v0.0.0-20260721132016-d427ff9ee9ad: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/ecs@v1.89.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/aws/aws-sdk-go-v2/service/iam@v1.56.0: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
	github.com/IBM/go-sdk-core/v5@v5.22.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2@v1.42.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/internal/configsources@v1.4.30: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/internal/endpoints/v2@v2.7.30: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/internal/v4a@v1.4.31: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/ec2@v1.316.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/ecs@v1.88.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/iam@v1.55.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/internal/checksum@v1.9.23: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/internal/presigned-url@v1.13.30: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/internal/s3shared@v1.19.31: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/pricing@v1.43.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/s3@v1.105.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/signin@v1.4.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/sso@v1.32.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/ssooidc@v1.37.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/aws/aws-sdk-go-v2/service/sts@v1.44.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/evertras/bubble-table@v0.19.2: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/analysis@v0.25.3: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/loads@v0.24.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/spec@v0.22.6: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/strfmt@v0.26.4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/swag/conv@v0.27.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/swag/jsonutils@v0.27.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/swag/loading@v0.27.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/swag/mangling@v0.27.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/swag/pools@v0.27.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/swag/stringutils@v0.27.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/swag/typeutils@v0.27.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/go-openapi/swag/yamlutils@v0.27.1: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/leodido/go-urn@v1.4.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-aws-native/sdk@v1.71.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-aws/sdk/v7@v7.36.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-awsx/sdk/v3@v3.7.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-azure-native-sdk/authorization/v3@v3.20.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-azure-native-sdk/compute/v3@v3.20.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-azure-native-sdk/containerservice/v3@v3.20.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v3@v3.20.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-azure-native-sdk/network/v3@v3.20.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-azure-native-sdk/resources/v3@v3.20.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-azure-native-sdk/storage/v3@v3.20.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi-azure-native-sdk/v3@v3.20.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	github.com/pulumi/pulumi/sdk/v3@v3.252.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.opentelemetry.io/collector/featuregate@v1.62.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.opentelemetry.io/collector/pdata@v1.62.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	go.opentelemetry.io/proto/otlp@v1.10.0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	golang.org/x/exp@v0.0.0-20260709172345-9ea1abe57597: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/genproto/googleapis/api@v0.0.0-20260713224248-f5fc221cf8c4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	google.golang.org/genproto/googleapis/rpc@v0.0.0-20260713224248-f5fc221cf8c4: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod
	k8s.io/kube-openapi@v0.0.0-20260706235625-cdb1db5517a0: is marked as explicit in vendor/modules.txt, but not explicitly required in go.mod

	To ignore the vendor directory, use -mod=readonly or -mod=mod.
	To sync the vendor directory, run:
		go mod vendor


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-20260720091822-7cc6674724ac
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/stretchr/testify v1.11.1
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.10.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.0
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.10.2
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-20260701145345-399602f983c8
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-20251027182757-5beb8c8f8f15
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/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/stretchr/objx v0.5.3
go: downloading github.com/dlclark/regexp2/v2 v2.5.2
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/google/go-cmp v0.7.0
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-20260718201538-764159d718ef
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 17 times, most recently from 77c9b30 to 43932fd Compare July 24, 2026 12:39
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