Skip to content

Update Go Dependencies - #370

Open
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/go-deps
Open

Update Go Dependencies#370
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/mintmaker/main/go-deps

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Mar 30, 2026

Copy link
Copy Markdown

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change Pending
chainguard.dev/sdk require patch v0.1.103v0.1.164 v0.1.166 (+1)
cloud.google.com/go/longrunning indirect major v0.8.0v1.2.0
github.com/AzureAD/microsoft-authentication-library-for-go indirect minor v1.7.2v1.8.0
github.com/ThalesGroup/crypto11 require patch v1.6.4v1.6.8
github.com/aws/aws-sdk-go-v2 indirect patch v1.43.0v1.43.2 v1.43.3
github.com/aws/aws-sdk-go-v2/config indirect patch v1.32.31v1.32.33 v1.32.34
github.com/aws/aws-sdk-go-v2/credentials indirect patch v1.19.30v1.19.32 v1.19.33
github.com/aws/aws-sdk-go-v2/feature/ec2/imds indirect patch v1.18.31v1.18.33 v1.18.34
github.com/aws/aws-sdk-go-v2/internal/configsources indirect patch v1.4.31v1.4.33 v1.4.34
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 indirect patch v2.7.31v2.7.33 v2.7.34
github.com/aws/aws-sdk-go-v2/internal/v4a indirect patch v1.4.32v1.4.34 v1.4.35
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding indirect patch v1.13.13v1.13.14 v1.13.15
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url indirect patch v1.13.31v1.13.33 v1.13.34
github.com/aws/aws-sdk-go-v2/service/kms indirect patch v1.55.0v1.55.2 v1.55.3
github.com/aws/aws-sdk-go-v2/service/sso indirect patch v1.33.0v1.33.2 v1.33.3
github.com/aws/aws-sdk-go-v2/service/ssooidc indirect patch v1.38.0v1.38.2 v1.38.3
github.com/aws/smithy-go indirect patch v1.27.4v1.27.5 v1.27.6
github.com/bmatcuk/doublestar/v4 indirect minor v4.9.1v4.10.0
github.com/cenkalti/backoff/v4 indirect major v4.3.0v7.0.0
github.com/cenkalti/backoff/v5 indirect major v5.0.3v7.0.0
github.com/clipperhouse/uax29/v2 indirect minor v2.2.0v2.7.0
github.com/google/go-containerregistry indirect patch v0.21.7v0.21.8
github.com/googleapis/api-linter/v2 indirect minor v2.0.0v2.3.1
github.com/grpc-ecosystem/go-grpc-middleware require major v1.4.0v2.3.3
github.com/grpc-ecosystem/grpc-gateway/v2 indirect minor v2.27.3v2.29.0
github.com/hashicorp/hcl indirect major v1.0.1-vault-7v2.24.0
github.com/letsencrypt/boulder indirect minor v0.20260720.0v0.20260729.0
github.com/magiconair/properties require minor v1.8.10v1.18.11
github.com/mattn/go-runewidth indirect patch v0.0.21v0.0.27
github.com/olekukonko/tablewriter indirect major v0.0.5v1.1.4
github.com/rogpeppe/go-internal indirect minor v1.14.1v1.15.0
go.yaml.in/yaml/v3 indirect patch v3.0.4v3.0.5
go.yaml.in/yaml/v3 require patch v3.0.4v3.0.5
golang.org/x/net indirect minor v0.55.0v0.57.0
golang.org/x/sync indirect minor v0.20.0v0.22.0
golang.org/x/sys indirect minor v0.45.0v0.47.0
golang.org/x/text indirect minor v0.37.0v0.40.0
google.golang.org/api require minor v0.290.0v0.291.0
google.golang.org/genproto indirect digest 3fe39f38efbd57
google.golang.org/genproto/googleapis/api indirect digest d00831a8efbd57
google.golang.org/genproto/googleapis/api require digest 3fe39f38efbd57
google.golang.org/genproto/googleapis/rpc indirect digest d00831a8efbd57
google.golang.org/genproto/googleapis/rpc indirect digest 3fe39f38efbd57
google.golang.org/grpc indirect minor v1.79.3v1.83.0
google.golang.org/grpc require minor v1.82.1v1.83.0
google.golang.org/grpc/cmd/protoc-gen-go-grpc indirect patch v1.6.1v1.6.2

Warning

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


Release Notes

chainguard-dev/sdk (chainguard.dev/sdk)

v0.1.164

Compare Source

  • Add auth.ExtractAudiences and token.ListAudiences helpers
  • GetEffectiveEntitlements now returns swap_refill_time: when the organization's next catalog-image swap becomes available (set only when no swaps are currently available).

v0.1.163

Compare Source

  • ArgosDocuments: ArgosDocument gains output-only per-file bindings (filename, analysis status, CGP IDs), derived by the platform from the submission archive.

v0.1.162

Compare Source

  • Add the Charts.FindChart RPC and ChartCatalog enum to chainguard.platform.registry.v1 for server-side chart name resolution.

v0.1.161

Compare Source

  • Add the libraries/v1 ResolutionCache service (Zap, SetOptOut, Status, List) and the CAP_LIBRARIES_CACHE_LIST capability for managing the Libraries resolution cache.

v0.1.160

Compare Source

  • chore(deps): bump google.golang.org/grpc from 1.81.1 to 1.82.1

v0.1.159

Compare Source

  • feat(skills): public Skills catalog API — ListSkills/GetSkill (ACID-363) (#​47844)

v0.1.158

Compare Source

  • add image-to-chart lookup to api (#​48009)

v0.1.157

Compare Source

  • docs(iter): fix SDK-3 violation in doc.go integration example [skillup] (#​48063)

v0.1.156

Compare Source

  • oidc: enable public OIDC clients (client id + PKCE) (#​47654)

v0.1.155

Compare Source

  • feat(sdk): add SCIM token lifecycle surface to v1 IdentityProviders (#​47753)

v0.1.154

Compare Source

  • refactor(policies): policies declare a single supported_resource_type (#​47245)

v0.1.153

Compare Source

  • fix(public/sdk/hack): add doc.go and example_test.go [skillup] (#​47670)

v0.1.152

Compare Source

  • fix(iter): use cmp.Or for page size default [skillup] (#​47682)

v0.1.151

Compare Source

  • fix(scim): decouple token lifecycle from provisioning enablement (#​47522)

v0.1.150

Compare Source

  • feat(registry): enforce catalog-image swap quota and expose it in GetEffectiveEntitlements (#​47230)
  • fix(sdk/sts): send HTTP/1 downgrade STS requests form-encoded (#​47475)

v0.1.149

Compare Source

  • feat(private-osv): add OSV-spec withdrawn field (#​47542)

v0.1.148

Compare Source

  • test(capabilities): bit-space hygiene invariants via descriptor reflection (CUS-849) (#​46213)

v0.1.147

Compare Source

  • feat(capabilities): StringifyAllContext, Parse error propagation, Set.String placeholders (CUS-849) (#​46212)

v0.1.146

Compare Source

  • fix(libraries): partial package search on malware blocklist (#​45938)

v0.1.145

Compare Source

  • fix(iam): add description to hidden MCP annotations [skillup] (#​47353)

v0.1.144

Compare Source

  • feat(scim): implement token lifecycle service (#​47071)

v0.1.143

Compare Source

  • fix(sdk/sts): honor HTTP(S)_PROXY in HTTP/1 downgrade exchanger CUS-1012 (#​46170)

v0.1.142

Compare Source

  • test(registry): pin PathMutation uid/gid presence semantics (CON-1931 follow-up) (#​47018)

v0.1.141

Compare Source

  • chore(deps): bump chainguard.dev/apko to v1.2.23 (CON-1931) (#​46716)
  • fix(sdk): add missing example_test.go and doc.go files [skillup] (#​47151)

v0.1.140

Compare Source

  • fix(ping): add mcp description to Ping RPC annotation [skillup] (#​47141)

v0.1.139

Compare Source

  • fix: add missing doc.go and example_test.go files [skillup] (#​47136)

v0.1.138

Compare Source

  • fix(advisory): rename reports field to resolved_vulns_reports [skillup] (#​47040)
  • feat(scim): define token lifecycle API and permissions (#​46676)

v0.1.137

Compare Source

  • feat(advisory): migrate SecurityAdvisory endpoints to v2beta1 (#​45820)

v0.1.136

Compare Source

  • feat(iam): add a guardener service principal (#​46988)

v0.1.135

Compare Source

  • feat(chainctl): add hidden policies validate subcommand (#​45586)

v0.1.134

Compare Source

  • feat(capabilities): mark all rebuilder-api capabilities internal_only

v0.1.133

Compare Source

  • feat(osv-dump)[ARG-201] Add OSV Dump and wire up staging to build the tarball manually (#​45694)

v0.1.132

Compare Source

  • feat(roles): adds custom policies capabilities (#​46535)

v0.1.131

Compare Source

  • feat(registry): add CreateTag, promote DeleteTag to v2beta1, remove v2alpha1 (#​45208)

v0.1.130

Compare Source

  • oidc: Add backend support for custom IDPs to enable PKCE (#​44767)

v0.1.129

Compare Source

  • docs(sdk): add doc.go and example tests for githubflow, uploads, uidp [skillup] (#​46514)

v0.1.128

Compare Source

  • feat(rexie): the split rexie protocol packages + class capabilities (#​46559)

v0.1.127

Compare Source

  • feat(guardener): on-demand actions migration API with long-running operations (#​45466)

v0.1.126

Compare Source

  • fix(iam/v2beta1): add field_behavior to oidc oneof field [skillup] (#​46469)

v0.1.125

Compare Source

  • fix(iter): add maxPages ceiling and fix test UIDs [skillup] (#​46063)

v0.1.124

Compare Source

  • feat(libraries): cache source_type/malware, default to Chainguard-built with upstream opt-in (#​45337)

v0.1.123

Compare Source

  • feat(libraries): reject inert allow entries; warn on block/allow overlap (#​45684)

v0.1.122

Compare Source

  • feat(registry): add custom APK keyring proto fields (CON-1873, PR 1/6) (#​43731)

v0.1.121

Compare Source

  • feat(chainctl): filter required/optional helm refs (#​44641)

v0.1.120

Compare Source

  • Elastic Build: the event producer for the build index (#​45935)

v0.1.119

Compare Source

  • fix(iam/v2beta1): add CloudEvents annotations and event.go for roles [skillup] (#​45982)

v0.1.118

Compare Source

  • aws-marketplace: move LIST cap to viewer role (#​45964)

v0.1.117

Compare Source

  • feat(rebuilder-api) add untrusted to libraries.rebuilder.admin, sa-signer, sa-publish, sa-build for updating status with minted JWT (#​45858)

v0.1.116

Compare Source

  • feat(libraries): surface Athena entitlement tiers in public APIs (#​45765)

v0.1.115

Compare Source

  • feat(registry): promote RepoReadme endpoints to v2beta1 (#​45740)

v0.1.114

Compare Source

  • feat(guardener): add support-only entitlement service (#​45525)

v0.1.113

Compare Source

  • feat(iam): add v1 ExternalGroupRoleMappings BatchDelete (#​45725)

v0.1.112

Compare Source

  • feat(rexie): the deployed edge — REv2 surface over an in-process scheduler (#​45292)
  • fix(api-impl/registry): resolve UpdateRepoReadme authz scope and honor update_mask (#​45530)

v0.1.111

Compare Source

  • fix #​45468: auth/aws.VerifyToken: canonicalize audience/identity header values to match SigV4 (whitespace hygiene) (#​45470)

v0.1.110

Compare Source

  • feat(policies-proto): allow ValidatePolicy to accept parameter_schemas (#​45492)

v0.1.109

Compare Source

  • feat(api-impl/registry): error on managed repo field changes for synced repos (#​45363)

v0.1.108

Compare Source

  • feat(libraries): persist LibraryPolicy blocked_licenses end to end (#​45373)

v0.1.107

Compare Source

  • fix(sdk/auth/aws): require binding headers, host, and date to be signed in VerifyToken (#​45286)

v0.1.106

Compare Source

  • feat(chainctl): add guardener github status to list linked GitHub orgs (#​45328)

v0.1.105

Compare Source

  • Policies/add validate policy rpc (#​44846)
  • feat(dfc): add a server-built build report with base image changes (#​45187)

v0.1.104

Compare Source

  • feat(iam): grant guardener admin capabilities to the Owner role (#​45194)
googleapis/google-cloud-go (cloud.google.com/go/longrunning)

v0.13.0

Compare Source

  • bigquery: UseLegacySQL options for CreateTable and QueryConfig. Use these
    options to continue using Legacy SQL after the client switches its default
    to Standard SQL.

  • bigquery: Support for updating dataset labels.

  • bigquery: Set DatasetIterator.ProjectID to list datasets in a project other
    than the client's. DatasetsInProject is no longer needed and is deprecated.

  • bigtable: Fail ListInstances when any zones fail.

  • spanner: support decoding of slices of basic types (e.g. []string, []int64,
    etc.)

  • logging/logadmin: UpdateSink no longer creates a sink if it is missing
    (actually a change to the underlying service, not the client)

  • profiler: Service and ServiceVersion replace Target in Config.

v0.12.0

Compare Source

  • pubsub: Subscription.Receive now uses streaming pull.

  • pubsub: add Client.TopicInProject to access topics in a different project
    than the client.

  • errors: renamed errorreporting. The errors package will be removed shortly.

  • datastore: improved retry behavior.

  • bigquery: support updates to dataset metadata, with etags.

  • bigquery: add etag support to Table.Update (BREAKING: etag argument added).

  • bigquery: generate all job IDs on the client.

  • storage: support bucket lifecycle configurations.

v0.11.0

Compare Source

  • Clients for spanner, pubsub and video are now in beta.

  • New client for DLP.

  • spanner: performance and testing improvements.

  • storage: requester-pays buckets are supported.

  • storage, profiler, bigtable, bigquery: bug fixes and other minor improvements.

  • pubsub: bug fixes and other minor improvements

v0.10.0

Compare Source

  • pubsub: Subscription.ModifyPushConfig replaced with Subscription.Update.

  • pubsub: Subscription.Receive now runs concurrently for higher throughput.

  • vision: cloud.google.com/go/vision is deprecated. Use
    cloud.google.com/go/vision/apiv1 instead.

  • translation: now stable.

  • trace: several changes to the surface. See the link below.

Code changes required from v0.9.0
  • pubsub: Replace

    sub.ModifyPushConfig(ctx, pubsub.PushConfig{Endpoint: "https://example.com/push"})
    

    with

    sub.Update(ctx, pubsub.SubscriptionConfigToUpdate{
        PushConfig: &pubsub.PushConfig{Endpoint: "https://example.com/push"},
    })
    
  • trace: traceGRPCServerInterceptor will be provided from *trace.Client.
    Given an initialized *trace.Client named tc, instead of

    s := grpc.NewServer(grpc.UnaryInterceptor(trace.GRPCServerInterceptor(tc)))
    

    write

    s := grpc.NewServer(grpc.UnaryInterceptor(tc.GRPCServerInterceptor()))
    
  • trace trace.GRPCClientInterceptor will also provided from *trace.Client.
    Instead of

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(trace.GRPCClientInterceptor()))
    

    write

    conn, err := grpc.Dial(srv.Addr, grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor()))
    
  • trace: We removed the deprecated trace.EnableGRPCTracing. Use the gRPC
    interceptor as a dial option as shown below when initializing Cloud package
    clients:

    c, err := pubsub.NewClient(ctx, "project-id", option.WithGRPCDialOption(grpc.WithUnaryInterceptor(tc.GRPCClientInterceptor())))
    if err != nil {
        ...
    }
    

v0.9.0

Compare Source

  • Breaking changes to some autogenerated clients.
  • rpcreplay package added.
AzureAD/microsoft-authentication-library-for-go (github.com/AzureAD/microsoft-authentication-library-for-go)

v1.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: AzureAD/microsoft-authentication-library-for-go@v1.7.2...1.8.0

ThalesGroup/crypto11 (github.com/ThalesGroup/crypto11)

v1.6.8

Compare Source

What's Changed

  • downgrade the go version to 1.25.0 and add go toolchain by @​Nicolas-Peiffer in eclipse-keypont#139
  • fix: restore eclipse-keypont module path; refresh README install command, Go Reference badge and documentation links

Full Changelog: eclipse-keypont/crypto11@v1.6.5...v1.6.8

Module path restored — github.com/eclipse-keypont/crypto11

This release restores the correct module path following the repository move from
github.com/ThalesGroup/crypto11 to github.com/eclipse-keypont/crypto11.

Migrating
go get github.com/eclipse-keypont/crypto11@​v1.6.8
-import "github.com/ThalesGroup/crypto11"
+import "github.com/eclipse-keypont/crypto11"

The old path is deprecated and frozen at
ThalesGroup/crypto11@​v1.6.7.
It will receive no further updates, including security fixes. GitHub still redirects the old
repository URL, but the Go module path must be updated by hand — go get cannot follow it for you.

If you are already on this path: upgrade v1.6.5 → v1.6.8

v1.6.6 and v1.6.7 declare the old module path and exist only to publish the deprecation
notice for github.com/ThalesGroup/crypto11. They are not usable as
github.com/eclipse-keypont/crypto11 and will fail with:

module declares its path as: github.com/ThalesGroup/crypto11
        but was required as: github.com/eclipse-keypont/crypto11

v1.6.8 fixes this, so github.com/eclipse-keypont/crypto11@​latest resolves correctly again.

Go version policy

go.mod targets go 1.25.0 with toolchain go1.25.8. The go directive is kept conservative
so this library does not raise the minimum Go version for projects that import it, while
maintainers build and test with the latest patch toolchain. See #​137 and #​139.

The v1.6.x series is the current stable line. v2.x.y on github.com/eclipse-keypont/crypto11/v2 is in
development (v2.0.0-rc3), which is why pkg.go.dev reports a higher tagged major version.

v1.6.7

Compare Source

v1.6.6

Compare Source

v1.6.5

Compare Source

Full Changelog: eclipse-keypont/crypto11@v1.6.3...v1.6.5

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

v1.43.2

Compare Source

v1.43.1

Compare Source

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/applicationsignals: v1.11.0
    • Feature: Application Signals now supports creating Service Level Objectives on service dependencies. Users can now create or update SLOs on discovered service dependencies to monitor their standard application metrics.
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.58.0
    • Feature: This release adds support for environment type WINDOWS_SERVER_2022_CONTAINER in ProjectEnvironment
  • github.com/aws/aws-sdk-go-v2/service/ecr: v1.43.1
    • Documentation: Fix for customer issues related to AWS account ID and size limitation for token.
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.54.4
    • Documentation: This is an Amazon ECS documentation only update to address various tickets.
  • github.com/aws/aws-sdk-go-v2/service/lexmodelsv2: v1.51.0
    • Feature: Release feature of errorlogging for lex bot, customer can config this feature in bot version to generate log for error exception which helps debug
  • github.com/aws/aws-sdk-go-v2/service/medialive: v1.72.0
    • Feature: Added support for SMPTE 2110 inputs when running a channel in a MediaLive Anywhere cluster. This feature enables ingestion of SMPTE 2110-compliant video, audio, and ancillary streams by reading SDP files that AWS Elemental MediaLive can retrieve from a network source.
aws/smithy-go (github.com/aws/smithy-go)

v1.27.5

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/smithy-go: v1.27.5
    • Bug Fix: Fix a performance issue in awsQuery with large response payloads.
bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)

v4.10.0: Added WithNoHidden option

Compare Source

Added support for a WithNoHidden option to ignore hidden files in patterns that might unintentionally match them. For example, a .config directory would not be matched by * or recursed into by **, but would be matched by .* or recursed by .config/**.

Thanks to @​lukasngl for the initial PR and idea!

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.2...v4.10.0

v4.9.2: Fixed Handling of Paths With Meta Chars Using Alts

Compare Source

@​toga4 submitted a PR that fixed a small bug with the way paths were handled when the pattern used {alts}: if some part of the on-disk path that came before the {alt} included meta characters (say, a directory name that included the character ?), these meta characters were not escaped when they were passed back through the globbing routines. This caused doublestar to interpret them as actual meta characters, rather than a fixed-string path as it should have. Nice find, @​toga4 !

What's Changed

  • fix: escape meta characters in paths during brace expansion by @​toga4 in #​108

New Contributors

Full Changelog: bmatcuk/doublestar@v4.9.1...v4.9.2

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

v7.0.0

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source

v5.0.1

Compare Source

v5.0.0

Compare Source

clipperhouse/uax29 (github.com/clipperhouse/uax29/v2)

v2.7.0

Compare Source

v2.6.0

Compare Source

v2.5.0

Compare Source

What's Changed

Breaking change

The returned iterator type from FromString() and FromBytes() is now a pointer. This will not present a problem if you are just using it in the typical way, which is assigning to a local variable and iterating.

If you are embedding this iterator into another object, and therefore declaring its type, this change might break your compilation. You’ll need to change to a pointer type. Apologies if so — this seems like a small enough change that a v3 would be a bit much.

New Contributors

Full Changelog: clipperhouse/uax29@v2.4.0...v2.5.0

v2.4.0

Compare Source

Adds Unicode 16 support

What's Changed

Full Changelog: clipperhouse/uax29@v2.3.0...v2.4.0

v2.3.1

Compare Source

v2.3.0

Compare Source

google/go-containerregistry (github.com/google/go-containerregistry)

v0.21.8

Compare Source

The artifacts attached to this release are missing SLSA provenance, see #​2390.

What's Changed

New Contributors

Full Changelog: google/go-containerregistry@v0.21.7...v0.21.8

googleapis/api-linter (github.com/googleapis/api-linter/v2)

v2.3.1

Compare Source

Bug Fixes
  • AIP-191: amend logic java_outer_classname for edition >= 2024 (#​1613) (dc57c9d)
  • AIP-191: skip java_multiple_files for edition >= 2024 (#​1608) (75338d8)

v2.3.0

Compare Source

Features
  • cli: add support for linting descriptor sets only via --skip-compilation (#​1600) (d33d4a7)

v2.2.0

Compare Source

Features
Bug Fixes

v2.1.0

Compare Source

Features
Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@red-hat-konflux red-hat-konflux Bot changed the title chore(deps): update go dependencies to d5a96ad chore(deps): update go dependencies Mar 31, 2026
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 7 times, most recently from 65b0879 to dae0ecf Compare April 2, 2026 18:53
@red-hat-konflux

Copy link
Copy Markdown
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/googleapis/gax-go/v2 v2.19.0 -> v2.20.0

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch from dae0ecf to 94ce3dc Compare April 2, 2026 23:59
@red-hat-konflux

red-hat-konflux Bot commented Apr 2, 2026

Copy link
Copy Markdown
Author

ℹ️ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
google.golang.org/protobuf v1.36.11 -> v1.36.12-0.20260120151049-f2248ac996af
github.com/aws/aws-sdk-go-v2/service/sts v1.41.10 -> v1.44.0

@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 18 times, most recently from b529537 to 4f52300 Compare April 8, 2026 06:41
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch 27 times, most recently from f7e04ac to 5ab5acd Compare April 20, 2026 16:54
@red-hat-konflux
red-hat-konflux Bot force-pushed the konflux/mintmaker/main/go-deps branch from 5ab5acd to 196c4df Compare April 20, 2026 22:20
@red-hat-konflux

red-hat-konflux Bot commented Jul 13, 2026

Copy link
Copy Markdown
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: go.sum
Command failed: go get -t ./...
go: github.com/ThalesGroup/crypto11@v1.6.8: parsing go.mod:
	module declares its path as: github.com/eclipse-keypont/crypto11
	        but was required as: github.com/ThalesGroup/crypto11

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
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