Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 25, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
cloud.google.com/go/pubsub v1.50.0 -> v1.50.1 age confidence require patch
cloud.google.com/go/pubsub/v2 v2.0.0 -> v2.1.0 age confidence require minor v2.2.0
connectrpc.com/connect v1.18.1 -> v1.19.0 age confidence require minor v1.19.1
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.18.2 -> v1.19.1 age confidence require minor
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.11.0 -> v1.12.0 age confidence require minor v1.13.0
github.com/DataDog/go-sqllexer v0.1.6 -> v0.1.8 age confidence require patch
github.com/IBM/sarama v1.46.0 -> v1.46.1 age confidence require patch
github.com/aws/aws-sdk-go-v2 v1.38.3 -> v1.39.2 age confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.31.6 -> v1.31.12 age confidence require patch
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.6 -> v1.18.9 age confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.87.3 -> v1.88.3 age confidence require minor v1.88.4
github.com/aws/aws-sdk-go-v2/service/servicediscovery v1.37.0 -> v1.39.9 age confidence require minor
github.com/docker/docker v28.3.3+incompatible -> v28.4.0+incompatible age confidence require minor v28.5.0+incompatible
github.com/go-git/go-git/v5 v5.16.2 -> v5.16.3 age confidence require patch
github.com/grafana/pyroscope-go/godeltaprof v0.1.8 -> v0.1.9 age confidence require patch
github.com/hashicorp/consul/api v1.32.1 -> v1.32.4 age confidence require patch
github.com/hashicorp/vault/api v1.20.0 -> v1.21.0 age confidence require minor v1.22.0
github.com/jaswdr/faker/v2 v2.8.0 -> v2.8.1 age confidence require patch
github.com/ohler55/ojg v1.26.8 -> v1.26.10 age confidence require patch
github.com/oliver006/redis_exporter v1.74.0 -> v1.77.0 age confidence require minor v1.78.0
github.com/prometheus-community/yet-another-cloudwatch-exporter v0.62.1 -> v0.63.0 age confidence require minor
github.com/prometheus/client_golang v1.23.1 -> v1.23.2 age confidence require patch
github.com/prometheus/common v0.66.1 -> v0.67.0 age confidence require minor v0.67.1
github.com/prometheus/mysqld_exporter v0.17.2 -> v0.18.0 age confidence require minor
github.com/scaleway/scaleway-sdk-go v1.0.0-beta.34 -> v1.0.0-beta.35 age confidence require patch
github.com/spf13/cobra v1.9.1 -> v1.10.1 age confidence require minor
github.com/spf13/pflag v1.0.7 -> v1.0.10 age confidence require patch
github.com/stretchr/testify v1.10.0 -> v1.11.1 age confidence require minor
go (source) 1.24.6 -> 1.25.1 age confidence golang minor 1.25.2
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.62.0 -> v0.63.0 age confidence require minor
go.opentelemetry.io/contrib/propagators/jaeger v1.35.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/sdk v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.37.0 -> v1.38.0 age confidence require minor
go.opentelemetry.io/proto/otlp v1.7.1 -> v1.8.0 age confidence require minor
golang.org/x/crypto v0.41.0 -> v0.42.0 age confidence require minor
golang.org/x/net v0.43.0 -> v0.44.0 age confidence require minor v0.45.0
golang.org/x/oauth2 v0.30.0 -> v0.31.0 age confidence require minor
golang.org/x/sync v0.16.0 -> v0.17.0 age confidence require minor
golang.org/x/sys v0.35.0 -> v0.36.0 age confidence require minor
golang.org/x/text v0.28.0 -> v0.29.0 age confidence require minor
golang.org/x/time v0.12.0 -> v0.13.0 age confidence require minor
golang.org/x/tools v0.36.0 -> v0.37.0 age confidence require minor
google.golang.org/grpc v1.75.0 -> v1.75.1 age confidence require patch v1.76.0
google.golang.org/protobuf v1.36.8 -> v1.36.9 age confidence require patch v1.36.10

Release Notes

connectrpc/connect-go (connectrpc.com/connect)

v1.19.0

Compare Source

This release introduces the highly requested "simple" flag for code generation, making Connect significantly more ergonomic for everyday RPC development.

The new simple flag in protoc-gen-connect-go generates cleaner, more intuitive client and handler interfaces that eliminate request/response wrappers for most use cases. This addresses community feedback about verbosity and provides a more straightforward API. When enabled, metadata (headers/trailers) can be passed through context instead of explicit wrapper objects, optimizing for the common case where developers don't need direct access to HTTP headers.

What's Changed

Enhancements
Bugfixes
  • Include valid spec and headers when calling recover handler for streaming RPCs by @​jhump in #​817
Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.18.1...v1.19.0

DataDog/go-sqllexer (github.com/DataDog/go-sqllexer)

v0.1.8

Compare Source

v0.1.7

Compare Source

IBM/sarama (github.com/IBM/sarama)

v1.46.1: Version 1.46.1 (2025-09-18)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.24.0 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.46.0...v1.46.1

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

v1.39.2

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/account: v1.21.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.37.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.30.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.27.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.35.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appconfigdata: v1.18.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appfabric: v1.11.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.45.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appintegrations: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationautoscaling: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler: v1.21.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.29.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/applicationsignals: v1.6.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.32.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appstream: v1.41.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.39.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/apptest: v1.4.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/arczonalshift: v1.14.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/artifact: v1.6.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/athena: v1.48.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.37.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.48.0
    • Feature: Auto Scaling groups now support the ability to strictly balance instances across Availability Zones by configuring the AvailabilityZoneDistribution parameter. If balanced-only is configured for a group, launches will always be attempted in the under scaled Availability Zone even if it is unhealthy.
  • github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/b2bi: v1.0.0-preview.51
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/backup: v1.39.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/backupgateway: v1.20.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/batch: v1.47.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bcmdataexports: v1.7.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrock: v1.22.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrockagent: v1.27.0
    • Feature: Add prompt support for chat template configuration and agent generative AI resource. Add support for configuring an optional guardrail in Prompt and Knowledge Base nodes in Prompt Flows. Add API to validate flow definition
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.23.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.20.0
    • Feature: Add Prompt management support to Bedrock runtime APIs: Converse, ConverseStream, InvokeModel, InvokeModelWithStreamingResponse
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/billingconductor: v1.20.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/braket: v1.31.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/budgets: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chatbot: v1.8.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chime: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkidentity: v1.22.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.20.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/chimesdkvoice: v1.19.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.20.0
    • Feature: This release introduces support for Custom Models in AWS Clean Rooms ML.
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cleanroomsml: v1.10.0
    • Feature: This release introduces support for Custom Models in AWS Clean Rooms ML.
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloud9: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudcontrol: v1.22.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/clouddirectory: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore: v1.8.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudhsm: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudhsmv2: v1.27.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.44.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudtraildata: v1.11.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchevents: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.43.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.48.1
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.17.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codecommit: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codeconnections: v1.5.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codedeploy: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codeguruprofiler: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.12.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codepipeline: v1.36.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codestarconnections: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/codestarnotifications: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.46.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/cognitosync: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/comprehend: v1.35.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/comprehendmedical: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.39.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.50.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.115.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectcampaigns: v1.15.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectcases: v1.21.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectcontactlens: v1.26.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/controlcatalog: v1.5.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/controltower: v1.18.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/costandusagereportservice: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.43.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/costoptimizationhub: v1.10.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/customerprofiles: v1.42.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.44.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.33.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/datapipeline: v1.25.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/datasync: v1.43.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/datazone: v1.23.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dax: v1.23.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/deadline: v1.6.4
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/detective: v1.31.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/devicefarm: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.34.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/directconnect: v1.29.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/directoryservice: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/directoryservicedata: v1.2.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dlm: v1.28.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/docdbelastic: v1.14.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/drs: v1.30.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dynamodb: v1.36.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/dynamodbstreams: v1.24.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ebs: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ec2instanceconnect: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ecr: v1.36.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ecrpublic: v1.27.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/ecs: v1.49.2
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/efs: v1.33.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/eks: v1.51.3
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/eksauth: v1.7.5
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • github.com/aws/aws-sdk-go-v2/service/elasticinference: v1.23.6
    • Bug Fix: Adds case-insensitive handling of error message fields in service responses
  • `github.com/

Configuration

📅 Schedule: Branch creation - Between 06:00 AM and 10:59 AM, only on Monday ( * 6-10 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, 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.

Copy link
Contributor Author

renovate bot commented Aug 25, 2025

ℹ 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):

  • 30 additional dependencies were updated

Details:

Package Change
cloud.google.com/go v0.121.4 -> v0.121.6
github.com/AzureAD/microsoft-authentication-library-for-go v1.4.2 -> v1.5.0
github.com/aws/aws-sdk-go-v2/credentials v1.18.10 -> v1.18.16
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.6 -> v1.4.9
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.6 -> v2.7.9
github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.6 -> v1.4.9
github.com/aws/aws-sdk-go-v2/service/amp v1.30.5 -> v1.40.1
github.com/aws/aws-sdk-go-v2/service/apigateway v1.28.2 -> v1.35.4
github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.24.8 -> v1.32.4
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.51.2 -> v1.59.1
github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.45.3 -> v1.50.1
github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.45.1 -> v1.57.4
github.com/aws/aws-sdk-go-v2/service/ec2 v1.237.0 -> v1.253.0
github.com/aws/aws-sdk-go-v2/service/iam v1.38.3 -> v1.47.5
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.6 -> v1.8.9
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.6 -> v1.13.9
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.6 -> v1.19.9
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.25.8 -> v1.30.4
github.com/aws/aws-sdk-go-v2/service/shield v1.29.8 -> v1.34.4
github.com/aws/aws-sdk-go-v2/service/sso v1.29.1 -> v1.29.6
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.34.2 -> v1.35.1
github.com/aws/aws-sdk-go-v2/service/storagegateway v1.34.8 -> v1.42.4
github.com/aws/aws-sdk-go-v2/service/sts v1.38.2 -> v1.38.6
github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.1 -> v2.27.2
github.com/hashicorp/go-retryablehttp v0.7.7 -> v0.7.8
github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6 -> v0.2.0
golang.org/x/mod v0.27.0 -> v0.28.0
golang.org/x/term v0.34.0 -> v0.35.0
google.golang.org/genproto/googleapis/api v0.0.0-20250728155136-f173205681a0 -> v0.0.0-20250825161204-c5933d9347a5
google.golang.org/genproto/googleapis/rpc v0.0.0-20250818200422-3122310a409c -> v0.0.0-20250825161204-c5933d9347a5

@renovate renovate bot requested a review from a team as a code owner August 25, 2025 06:21
@renovate renovate bot force-pushed the renovate/go-dependencies branch 11 times, most recently from da07cfd to e8804cb Compare September 1, 2025 11:39
@renovate renovate bot force-pushed the renovate/go-dependencies branch 16 times, most recently from e38ed22 to 2872bc7 Compare September 9, 2025 06:42
@renovate renovate bot force-pushed the renovate/go-dependencies branch from 2872bc7 to 1a38bf4 Compare September 9, 2025 23:54
@renovate renovate bot force-pushed the renovate/go-dependencies branch 27 times, most recently from 16ce2db to 8c86f5f Compare October 7, 2025 14:22
Copy link
Contributor Author

renovate bot commented Oct 7, 2025

⚠️ 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: downloading github.com/grafana/loki/v3 v3.0.0-20250630063055-0ee8e76ba280
go: downloading github.com/prometheus/client_golang v1.23.2
go: downloading github.com/grafana/prometheus v1.8.2-0.20250811161144-6e21f656d8e5
go: downloading golang.org/x/crypto/x509roots/fallback v0.0.0-20240208163226-62c9f1799c91
go: downloading golang.org/x/crypto v0.42.0
go: downloading github.com/stretchr/testify v1.11.1
go: downloading github.com/KimMachineGun/automemlimit v0.7.1
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/grafana/ckit v0.0.0-20250514165824-dd4adf36ad34
go: downloading github.com/shirou/gopsutil/v3 v3.24.5
go: downloading github.com/spf13/cobra v1.10.1
go: downloading github.com/spf13/pflag v1.0.10
go: downloading go.opentelemetry.io/otel v1.38.0
go: downloading go.opentelemetry.io/otel/trace v1.38.0
go: downloading golang.org/x/exp v0.0.0-20250819193227-8b4c13bb791b
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/prometheus/common v0.67.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading golang.org/x/sys v0.36.0
go: downloading github.com/phayes/freeport v0.0.0-20220201140144-74d24b5ae9f5
go: downloading golang.org/x/tools v0.37.0
go: downloading github.com/docker/docker v28.4.0+incompatible
go: downloading github.com/docker/go-connections v0.6.0
go: downloading github.com/testcontainers/testcontainers-go v0.38.0
go: downloading github.com/IBM/sarama v1.46.1
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.38.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.38.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.38.0
go: downloading go.opentelemetry.io/otel/sdk/metric v1.38.0
go: downloading go.opentelemetry.io/otel/sdk v1.38.0
go: downloading github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
go: downloading github.com/caarlos0/env/v9 v9.0.0
go: downloading github.com/grafana/beyla/v2 v2.6.5
go: downloading github.com/grafana/opentelemetry-ebpf-instrumentation v1.2.5
go: downloading golang.org/x/sync v0.17.0
go: downloading k8s.io/apimachinery v0.33.4
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading k8s.io/client-go v0.32.6
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/golang/snappy v1.0.0
go: downloading github.com/grafana/dskit v0.0.0-20250703125411-00229f5b510c
go: downloading github.com/alecthomas/units v0.0.0-20240927000941-0f3dac36c52b
go: downloading github.com/grafana/loki/pkg/push v0.0.0-20250630063055-0ee8e76ba280
go: downloading go.uber.org/atomic v1.11.0
go: downloading github.com/natefinch/atomic v1.0.1
go: downloading github.com/google/renameio/v2 v2.0.0
go: downloading github.com/rfratto/go-yaml v0.0.0-20211119180816-77389c3526dc
go: downloading github.com/rogpeppe/go-internal v1.14.1
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/aws/aws-sdk-go-v2 v1.39.2
go: downloading github.com/go-sql-driver/mysql v1.9.3
go: downloading github.com/DATA-DOG/go-sqlmock v1.5.2
go: downloading github.com/DataDog/go-sqllexer v0.1.8
go: downloading github.com/buger/jsonparser v1.1.1
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading github.com/hashicorp/golang-lru v1.0.2
go: downloading go.uber.org/goleak v1.3.0
go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20250501143621-a50a2323f4ba
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/aws/aws-sdk-go-v2/config v1.31.12
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.9
go: downloading gotest.tools v2.2.0+incompatible
go: downloading github.com/Azure/go-autorest/autorest v0.11.30
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/hashicorp/consul/api v1.32.4
go: downloading github.com/mwitkow/go-conntrack v0.0.0-20190716064945-2f068394615f
go: downloading k8s.io/api v0.33.4
go: downloading github.com/scaleway/scaleway-sdk-go v1.0.0-beta.35
go: downloading github.com/go-logfmt/logfmt v0.6.0
go: downloading github.com/go-sourcemap/sourcemap v2.1.4+incompatible
go: downloading github.com/rs/cors v1.11.1
go: downloading github.com/vincent-petithory/dataurl v1.0.0
go: downloading go.opentelemetry.io/collector/client v1.40.0
go: downloading go.opentelemetry.io/collector v0.134.0
go: downloading golang.org/x/time v0.13.0
go: downloading github.com/wk8/go-ordered-map v0.2.0
go: downloading github.com/zeebo/xxh3 v1.0.2
go: downloading go.opentelemetry.io/collector/pdata v1.40.0
go: downloading github.com/bmatcuk/doublestar v1.3.4
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/jmespath-community/go-jmespath v1.1.1
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
go: downloading github.com/oschwald/geoip2-golang v1.13.0
go: downloading github.com/oschwald/maxminddb-golang v1.13.1
go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.82.2
go: downloading github.com/prometheus-operator/prometheus-operator v0.82.2
go: downloading github.com/prometheus-operator/prometheus-operator/pkg/client v0.82.2
go: downloading k8s.io/component-base v0.33.0
go: downloading sigs.k8s.io/controller-runtime v0.20.4
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/BurntSushi/toml v1.5.0
go: downloading github.com/jaswdr/faker/v2 v2.8.1
go: downloading github.com/prometheus-community/yet-another-cloudwatch-exporter v0.63.0
go: downloading github.com/klauspost/compress v1.18.0
go: downloading github.com/prometheus/client_model v0.6.2
go: downloading github.com/grafana/cloudflare-go v0.0.0-20230110200409-c627cf6792f2
go: downloading github.com/grafana/jsonparser v0.0.0-20241004153430-023329977675
go: downloading github.com/grafana/tail v0.0.0-20230510142333-77b18831edf0
go: downloading golang.org/x/text v0.29.0
go: downloading cloud.google.com/go/pubsub v1.50.1
go: downloading cloud.google.com/go v0.121.6
go: downloading google.golang.org/api v0.248.0
go: downloading cloud.google.com/go/pubsub/v2 v2.1.0
go: downloading github.com/grafana/go-gelf/v2 v2.0.1
go: downloading github.com/heroku/x v0.4.3
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.19.1
go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.12.0
go: downloading github.com/xdg-go/scram v1.1.2
go: downloading github.com/coreos/go-systemd/v22 v22.6.0
go: downloading github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/oklog/run v1.2.0
go: downloading github.com/leodido/go-syslog/v4 v4.2.0
go: downloading github.com/go-kit/kit v0.13.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/configkafka v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza v0.134.0
go: downloading go.opentelemetry.io/collector/component v1.40.0
go: downloading go.opentelemetry.io/collector/config/configauth v0.134.0
go: downloading go.opentelemetry.io/collector/config/configcompression v1.40.0
go: downloading go.opentelemetry.io/collector/config/configgrpc v0.134.0
go: downloading go.opentelemetry.io/collector/config/confighttp v0.134.0
go: downloading go.opentelemetry.io/collector/config/confignet v1.40.0
go: downloading go.opentelemetry.io/collector/config/configopaque v1.40.0
go: downloading go.opentelemetry.io/collector/config/configoptional v0.134.0
go: downloading go.opentelemetry.io/collector/config/configretry v1.40.0
go: downloading go.opentelemetry.io/collector/config/configtls v1.40.0
go: downloading go.opentelemetry.io/collector/confmap v1.40.0
go: downloading go.opentelemetry.io/collector/consumer v1.40.0
go: downloading go.opentelemetry.io/collector/exporter/exporterhelper v0.134.0
go: downloading go.opentelemetry.io/collector/exporter v0.134.0
go: downloading go.opentelemetry.io/collector/scraper/scraperhelper v0.134.0
go: downloading go.opentelemetry.io/collector/scraper v0.134.0
go: downloading k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
go: downloading go.opentelemetry.io/collector/extension v1.40.0
go: downloading go.opentelemetry.io/collector/pipeline v1.40.0
go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.58.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/basicauthextension v0.134.0
go: downloading go.opentelemetry.io/collector/extension/extensionauth v1.40.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/bearertokenauthextension v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/headerssetterextension v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/oauth2clientauthextension v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/sigv4authextension v0.134.0
go: downloading go.opentelemetry.io/collector/config/configtelemetry v0.134.0
go: downloading go.opentelemetry.io/collector/connector v0.134.0
go: downloading go.opentelemetry.io/collector/confmap/xconfmap v0.134.0
go: downloading go.uber.org/zap v1.27.0
go: downloading go.opentelemetry.io/collector/component/componenttest v0.134.0
go: downloading go.opentelemetry.io/collector/connector/connectortest v0.134.0
go: downloading go.opentelemetry.io/collector/consumer/consumertest v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/connector/servicegraphconnector v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awss3exporter v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/datadog v0.134.0
go: downloading github.com/grafana/opentelemetry-collector/featuregate v0.0.0-20240325174506-2fd1623b2ca0
go: downloading go.opentelemetry.io/collector/exporter/debugexporter v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/faroexporter v0.134.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.53.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlecloudexporter v0.134.0
go: downloading github.com/samber/lo v1.51.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlecloudpubsubexporter v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.134.0
go: downloading github.com/aws/aws-sdk-go-v2/service/servicediscovery v1.39.9
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/loadbalancingexporter v0.134.0
go: downloading go.opentelemetry.io/collector/exporter/otlpexporter v0.134.0
go: downloading google.golang.org/grpc v1.75.1
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/loki v0.130.0
go: downloading go.opentelemetry.io/collector/exporter/otlphttpexporter v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/splunkhecexporter v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/syslogexporter v0.134.0
go: downloading github.com/jaegertracing/jaeger-idl v0.6.0
go: downloading go.opentelemetry.io/collector/extension/extensiontest v0.134.0
go: downloading go.opentelemetry.io/collector/component/componentstatus v0.134.0
go: downloading github.com/jonboulle/clockwork v0.5.0
go: downloading github.com/fortytw2/leaktest v1.3.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading go.opentelemetry.io/collector/processor v1.40.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor v0.134.0
go: downloading go.opentelemetry.io/collector/processor/batchprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/groupbyattrsprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/intervalprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor v0.134.0
go: downloading go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/probabilisticsamplerprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatatest v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/spanprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor v0.134.0
go: downloading go.opentelemetry.io/collector/receiver v1.40.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscloudwatchreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/datadogreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/faroreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filestatsreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/fluentforwardreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/googlecloudpubsubreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/influxdbreceiver v0.134.0
go: downloading github.com/influxdata/influxdb-client-go/v2 v2.14.0
go: downloading github.com/influxdata/influxdb1-client v0.0.0-20220302092344-a9ab5670611c
go: downloading go.opentelemetry.io/collector/receiver/receivertest v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/opencensusreceiver v0.133.0
go: downloading go.opentelemetry.io/collector/receiver/otlpreceiver v0.134.0
go: downloading go.opentelemetry.io/otel/metric v1.38.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.134.0
go: downloading go.opentelemetry.io/collector/receiver/receiverhelper v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/solacereceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkhecreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/syslogreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/tcplogreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/vcenterreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage v0.134.0
go: downloading go.opentelemetry.io/collector/extension/xextension v0.134.0
go: downloading github.com/prometheus/blackbox_exporter v0.24.1-0.20230623125439-bd22efa1c900
go: downloading github.com/burningalchemist/sql_exporter v0.0.0-20240103092044-466b38b6abc4
go: downloading github.com/ncabatoff/process-exporter v0.8.7
go: downloading github.com/prometheus/snmp_exporter v0.29.0
go: downloading github.com/prometheus-community/windows_exporter v0.31.1
go: downloading google.golang.org/protobuf v1.36.10
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/prometheus/sigv4 v0.2.0
go: downloading github.com/grafana/walqueue v0.0.0-20250919134944-0471c03aa304
go: downloading github.com/grafana/pyroscope/ebpf v0.4.11
go: downloading github.com/grafana/pyroscope/lidia v0.0.0-20250716102313-506840f4afcd
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading github.com/grafana/opentelemetry-ebpf-profiler v0.0.202537-0.20250916114748-f2ff2fc6048c
go: downloading github.com/google/pprof v0.0.0-20250403155104-27863c87afa6
go: downloading github.com/ianlancetaylor/demangle v0.0.0-20250628045327-2d64ad6b7ec5
go: downloading github.com/grafana/jfr-parser/pprof v0.0.4
go: downloading github.com/grafana/jfr-parser v0.9.3
go: downloading connectrpc.com/connect v1.19.0
go: downloading github.com/grafana/pyroscope/api v1.2.0
go: downloading golang.org/x/net v0.44.0
go: downloading github.com/spaolacci/murmur3 v1.1.0
go: downloading github.com/richardartoul/molecule v1.0.1-0.20240531184615-7ca0df43c0b3
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.63.0
go: downloading go.opentelemetry.io/contrib/propagators/jaeger v1.38.0
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.88.3
go: downloading github.com/hashicorp/vault/api v1.21.0
go: downloading github.com/hashicorp/vault/api/auth/approle v0.2.0
go: downloading github.com/hashicorp/vault/api/auth/aws v0.2.0
go: downloading github.com/hashicorp/vault/api/auth/azure v0.2.0
go: downloading github.com/hashicorp/vault/api/auth/gcp v0.9.0
go: downloading github.com/hashicorp/vault/api/auth/kubernetes v0.2.0
go: downloading github.com/hashicorp/vault/api/auth/ldap v0.2.0
go: downloading github.com/hashicorp/vault/api/auth/userpass v0.9.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/jaegerremotesampling v0.134.0
go: downloading go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.40.0
go: downloading go.opentelemetry.io/collector/otelcol v0.134.0
go: downloading go.opentelemetry.io/collector/service v0.134.0
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading github.com/prometheus/procfs v0.17.0
go: downloading go.opentelemetry.io/proto/otlp v1.8.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/hashicorp/go-discover v1.1.0
go: downloading github.com/grafana/pyroscope-go/godeltaprof v0.1.9
go: downloading github.com/mackerelio/go-osstat v0.2.5
go: downloading go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux v0.45.0
go: downloading github.com/grafana/alloy-remote-config v0.0.11
go: downloading github.com/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
go: downloading github.com/drone/envsubst v1.0.3
go: downloading github.com/dimchansky/utfbom v1.1.1
go: downloading github.com/Lusitaniae/apache_exporter v0.11.1-0.20220518131644-f9522724dab4
go: downloading github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
go: downloading github.com/webdevops/azure-metrics-exporter v0.0.0-20230717202958-8701afc2b013
go: downloading github.com/webdevops/go-common v0.0.0-20250617214056-2620f947754f
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/grafana/cadvisor v0.0.0-20240729082359-1f04a91701e2
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading github.com/grafana/catchpoint-prometheus-exporter v0.0.0-20250218151502-6e97feaee761
go: downloading github.com/prometheus/consul_exporter v0.8.0
go: downloading github.com/google/dnsmasq_exporter v0.2.1-0.20230620100026-44b14480804a
go: downloading github.com/miekg/dns v1.1.68
go: downloading github.com/prometheus-community/elasticsearch_exporter v1.5.0
go: downloading github.com/PuerkitoBio/rehttp v1.4.0
go: downloading github.com/prometheus-community/stackdriver_exporter v0.18.0
go: downloading github.com/tilinna/clock v1.1.0
go: downloading golang.org/x/oauth2 v0.31.0
go: downloading github.com/githubexporter/github-exporter v0.0.0-20231025122338-656e7dc33fe7
go: downloading github.com/grafana/kafka_exporter v0.0.0-20240409084445-5e3488ad9f9a
go: downloading github.com/prometheus/memcached_exporter v0.13.0
go: downloading github.com/percona/mongodb_exporter v0.45.1-0.20250630080259-d761c954bba6
go: downloading github.com/grafana/mysqld_exporter v0.17.2-0.20250226152553-be612e3fdedd
go: downloading github.com/alecthomas/kingpin/v2 v2.4.0
go: downloading github.com/grafana/node_exporter v0.18.1-grafana-r01.0.20250806062222-612bdf9540ec
go: downloading github.com/oracle/oracle-db-appdev-monitoring v0.0.0-20250516154730-1d8025fde3b0
go: downloading github.com/sijms/go-ora/v2 v2.9.0
go: downloading github.com/grafana/postgres_exporter v0.0.0-20250930111128-c8f6a9f4d363
go: downloading github.com/oliver006/redis_exporter v1.77.0
go: downloading github.com/grafana/snowflake-prometheus-exporter v0.0.0-20250627131542-0c2feac3a700
go: downloading github.com/boynux/squid-exporter v1.10.5-0.20230618153315-c1fae094e18e
go: downloading github.com/prometheus/statsd_exporter v0.28.0
go: downloading github.com/grafana/vmware_exporter v0.0.5-beta.0.20250218170317-73398ba08329
go: downloading github.com/grafana/smimesign v0.2.1-0.20220408144937-2a5adf3481d3
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.130.0
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/go-git/go-git/v5 v5.16.3
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
go: downloading github.com/tklauser/go-sysconf v0.3.15
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/docker/go-units v0.5.0
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/opencontainers/image-spec v1.1.1
go: downloading dario.cat/mergo v1.0.2
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/cenkalti/backoff v2.2.1+incompatible
go: downloading github.com/containerd/errdefs v1.0.0
go: downloading github.com/containerd/platforms v1.0.0-rc.1
go: downloading github.com/cpuguy83/dockercfg v0.3.2
go: downloading github.com/moby/go-archive v0.1.0
go: downloading github.com/moby/patternmatcher v0.6.0
go: downloading github.com/moby/term v0.5.2
go: downloading github.com/eapache/go-resiliency v1.7.0
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/jcmturner/gofork v1.7.6
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
go: downloading github.com/pierrec/lz4/v4 v4.1.22
go: downloading github.com/pierrec/lz4 v2.6.1+incompatible
go: downloading github.com/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
go: downloading github.com/cilium/ebpf v0.19.0
go: downloading github.com/gobwas/glob v0.2.3
go: downloading go.opentelemetry.io/contrib/detectors/aws/eks v1.28.0
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/term v0.35.0
go: downloading github.com/c2h5oh/datasize v0.0.0-20231215233829-aa82cc1e6500
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/dennwc/varint v1.0.0
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/tjhop/slog-gokit v0.1.4
go: downloading github.com/opentracing-contrib/go-grpc v0.1.2
go: downloading github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b
go: downloading github.com/pires/go-proxyproto v0.7.0
go: downloading github.com/prometheus/exporter-toolkit v0.14.1
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.62.0
go: downloading filippo.io/edwards25519 v1.1.0
go: downloading github.com/pingcap/errors v0.11.5-0.20240311024730-e056997136bb
go: downloading github.com/pingcap/failpoint v0.0.0-20240528011301-b51a646c7c86
go: downloading github.com/stretchr/objx v0.5.2
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.18.16
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.29.6
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.1
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.38.6
go: downloading github.com/aws/smithy-go v1.23.0
go: downloading github.com/aws/aws-sdk-go v1.55.7
go: downloading github.com/Azure/go-autorest/logger v0.2.1
go: downloading github.com/Azure/go-autorest/tracing v0.6.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v5 v5.7.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/network/armnetwork/v4 v4.3.0
go: downloading github.com/Code-Hex/go-generics-cache v1.5.1
go: downloading github.com/go-viper/mapstructure/v2 v2.4.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-hclog v1.6.3
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/serf v0.10.2
go: downloading github.com/jpillora/backoff v1.0.0
go: downloading github.com/digitalocean/godo v1.152.0
go: downloading github.com/hetznercloud/hcloud-go/v2 v2.21.1
go: downloading github.com/ionos-cloud/sdk-go/v6 v6.3.4
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.32.4
go: downloading github.com/envoyproxy/protoc-gen-validate v1.2.1
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250825161204-c5933d9347a5
go: downloading google.golang.org/genproto v0.0.0-20250603155806-513f23925822
go: downloading github.com/linode/linodego v1.52.1
go: downloading github.com/go-zookeeper/zk v1.0.4
go: downloading github.com/hashicorp/nomad/api v0.0.0-20241218080744-e3ac00f30eec
go: downloading github.com/gophercloud/gophercloud/v2 v2.7.0
go: downloading github.com/gophercloud/gophercloud v1.14.1
go: downloading github.com/ovh/go-ovh v1.8.0
go: downloading github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading github.com/opentracing-contrib/go-stdlib v1.1.0
go: downloading github.com/klauspost/cpuid/v2 v2.2.11
go: downloading github.com/Masterminds/semver/v3 v3.4.0
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/spf13/cast v1.9.2
go: downloading go4.org/netipx v0.0.0-20230125063823-8449b0a6169f
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading go.yaml.in/yaml/v2 v2.4.3
go: downloading github.com/prometheus/otlptranslator v0.0.0-20250414121140-35db323fe9fb
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/containerd/errdefs/pkg v0.3.0
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7
go: downloading gopkg.in/fsnotify/fsnotify.v1 v1.4.7
go: downloading cloud.google.com/go/iam v1.5.2
go: downloading github.com/googleapis/gax-go/v2 v2.15.0
go: downloading go.opencensus.io v0.24.0
go: downloading cloud.google.com/go/auth v0.16.5
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.11.2
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.5.0
go: downloading github.com/xdg-go/pbkdf2 v1.0.0
go: downloading github.com/xdg-go/stringprep v1.0.4
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.7.0
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b
go: downloading github.com/influxdata/telegraf v1.35.2
go: downloading go.opentelemetry.io/collector/internal/telemetry v0.134.0
go: downloading github.com/mostynb/go-grpc-compression v1.2.3
go: downloading go.opentelemetry.io/collector/config/configmiddleware v0.134.0
go: downloading github.com/cenkalti/backoff/v5 v5.0.3
go: downloading github.com/foxboron/go-tpm-keyfiles v0.0.0-20250520203025-c3c3a4ec1653
go: downloading github.com/google/go-tpm v0.9.5
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading go.opentelemetry.io/collector/consumer/consumererror v0.134.0
go: downloading go.opentelemetry.io/collector/pdata/xpdata v0.134.0
go: downloading github.com/tg123/go-htpasswd v1.2.4
go: downloading go.opentelemetry.io/collector/internal/fanoutconsumer v0.134.0
go: downloading go.opentelemetry.io/collector/connector/xconnector v0.134.0
go: downloading go.opentelemetry.io/collector/consumer/xconsumer v0.134.0
go: downloading go.opentelemetry.io/collector/pdata/pprofile v0.134.0
go: downloading github.com/lightstep/go-expohisto v1.0.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/pdatautil v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr v0.134.0
go: downloading github.com/DataDog/datadog-agent/comp/logs/agent/config v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/logs/sources v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/proto v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/trace v0.71.0-devel.0.20250820164444-fcef12608466
go: downloading github.com/DataDog/datadog-agent/pkg/util/log v0.69.3
go: downloading github.com/DataDog/datadog-api-client-go/v2 v2.44.0
go: downloading github.com/DataDog/datadog-go/v5 v5.7.1
go: downloading github.com/DataDog/opentelemetry-mapping-go/pkg/inframetadata v0.29.1
go: downloading github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/attributes v0.31.0
go: downloading github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/metrics v0.29.1
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/datadog v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.134.0
go: downloading gopkg.in/zorkian/go-datadog-api.v2 v2.30.0
go: downloading github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.69.3
go: downloading github.com/hashicorp/go-version v1.7.0
go: downloading go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.134.0
go: downloading go.opentelemetry.io/collector/exporter/xexporter v0.134.0
go: downloading github.com/grafana/faro/pkg/go v0.0.0-20250314155512-06a06da3b8bc
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/faro v0.134.0
go: downloading cloud.google.com/go/logging v1.13.0
go: downloading cloud.google.com/go/monitoring v1.24.2
go: downloading cloud.google.com/go/trace v1.11.6
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.29.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.53.0
go: downloading github.com/tidwall/wal v1.1.8
go: downloading go.opentelemetry.io/collector/semconv v0.128.1-0.20250610090210-188191247685
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchpersignal v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/topic v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.134.0
go: downloading github.com/twmb/franz-go v1.19.5
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/exp/metrics v0.134.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250825161204-c5933d9347a5
go: downloading github.com/goccy/go-json v0.10.5
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.134.0
go: downloading github.com/gogo/googleapis v1.4.1
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter v0.134.0
go: downloading go.opentelemetry.io/collector/processor/processorhelper v0.134.0
go: downloading github.com/puzpuzpuz/xsync/v3 v3.5.1
go: downloading github.com/alecthomas/participle/v2 v2.1.4
go: downloading github.com/iancoleman/strcase v0.3.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.134.0
go: downloading go.opentelemetry.io/collector/processor/processorhelper/xprocessorhelper v0.134.0
go: downloading go.opentelemetry.io/collector/processor/xprocessor v0.134.0
go: downloading go.opentelemetry.io/collector/internal/memorylimiter v0.134.0
go: downloading go.opentelemetry.io/collector/pipeline/xpipeline v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling v0.134.0
go: downloading github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.54.0
go: downloading github.com/DataDog/agent-payload/v5 v5.0.163
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.134.0
go: downloading github.com/tinylib/msgp v1.4.0
go: downloading github.com/bmatcuk/doublestar/v4 v4.9.1
go: downloading github.com/expr-lang/expr v1.17.6
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.134.0
go: downloading github.com/influxdata/influxdb-observability/common v0.5.12
go: downloading github.com/influxdata/influxdb-observability/influx2otel v0.5.12
go: downloading github.com/influxdata/line-protocol/v2 v2.2.1
go: downloading github.com/influxdata/line-protocol v0.0.0-20200327222509-2487e7298839
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.134.0
go: downloading go.opentelemetry.io/collector/receiver/xreceiver v0.134.0
go: downloading github.com/apache/thrift v0.22.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure v0.134.0
go: downloading github.com/census-instrumentation/opencensus-proto v0.4.1
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.27.2
go: downloading github.com/soheilhy/cmux v0.1.5
go: downloading go.opentelemetry.io/collector/internal/sharedcomponent v0.134.0
go: downloading github.com/Azure/go-amqp v1.4.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/ackextension v0.134.0
go: downloading github.com/vmware/govmomi v0.51.0
go: downloading go.etcd.io/bbolt v1.4.3
go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.27.0
go: downloading github.com/gosnmp/gosnmp v1.41.0
go: downloading k8s.io/apiextensions-apiserver v0.33.0
go: downloading github.com/prometheus-community/prom-label-proxy v0.11.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.61.0
go: downloading github.com/mattn/go-runewidth v0.0.16
go: downloading golang.design/x/chann v0.1.2
go: downloading github.com/elastic/go-freelru v0.16.0
go: downloading golang.org/x/arch v0.20.0
go: downloading github.com/peterbourgon/ff/v3 v3.4.0
go: downloading github.com/minio/sha256-simd v1.0.1
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20240319094008-0393e58bdf10
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.9
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.9
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.1
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.8.9
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.9
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.9
go: downloading github.com/go-jose/go-jose/v4 v4.1.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.2.0
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/hashicorp/hcl v1.0.1-vault-7
go: downloading github.com/hashicorp/go-secure-stdlib/awsutil v0.3.0
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading cloud.google.com/go/compute/metadata v0.8.0
go: downloading go.opentelemetry.io/otel/log v0.13.0
go: downloading go.opentelemetry.io/contrib/otelconf v0.16.0
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.37.0
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/hashicorp/go-msgpack v1.1.5
go: downloading github.com/grafana/memberlist v0.3.1-0.20220714140823-09ffed8adbbe
go: downloading github.com/hashicorp/go-discover/provider/gce v0.0.0-20250625044749-2961509ab243
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor v0.11.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph v0.9.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources v1.2.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armsubscriptions v1.3.0
go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
go: downloading github.com/remeh/sizedwaitgroup v1.0.0
go: downloading github.com/andybalholm/brotli v1.1.1
go: downloading github.com/opencontainers/runc v1.2.6
go: downloading github.com/opencontainers/runtime-spec v1.2.1
go: downloading github.com/aws/aws-sdk-go-v2/service/amp v1.40.1
go: downloading github.com/aws/aws-sdk-go-v2/service/apigateway v1.35.4
go: downloading github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.32.4
go: downloading github.com/aws/aws-sdk-go-v2/service/autoscaling v1.59.1
go: downloading github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.50.1
go: downloading github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.57.4
go: downloading github.com/aws/aws-sdk-go-v2/service/ec2 v1.253.0
go: downloading github.com/aws/aws-sdk-go-v2/service/iam v1.47.5
go: downloading github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.30.4
go: downloading github.com/aws/aws-sdk-go-v2/service/shield v1.34.4
go: downloading github.com/aws/aws-sdk-go-v2/service/storagegateway v1.42.4
go: downloading github.com/imdario/mergo v0.3.16
go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6
go: downloading github.com/fatih/camelcase v1.0.0
go: downloading github.com/infinityworks/go-common v0.0.0-20170820165359-7f20a140fd37
go: downloading github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80
go: downloading github.com/Shopify/sarama v1.38.1
go: downloading github.com/krallistic/kazoo-go v0.0.0-20170526135507-a15279744f4e
go: downloading github.com/xdg/scram v1.0.5
go: downloading github.com/grobie/gomemcache v0.0.0-20230213081705-239240bbc445
go: downloading github.com/AlekSi/pointer v1.2.0
go: downloading github.com/percona/percona-backup-mongodb v1.8.1-0.20250218045950-7e9f38fe06ab
go: downloading go.mongodb.org/mongo-driver v1.17.4
go: downloading github.com/ClickHouse/clickhouse-go v1.5.4
go: downloading github.com/jackc/pgx/v4 v4.18.3
go: downloading github.com/microsoft/go-mssqldb v1.9.2
go: downloading github.com/snowflakedb/gosnowflake v1.14.1
go: downloading github.com/vertica/vertica-sql-go v1.3.3
go: downloading github.com/xo/dburl v0.20.0
go: downloading github.com/xhit/go-str2duration/v2 v2.1.0
go: downloading github.com/beevik/ntp v1.3.0
go: downloading github.com/dennwc/btrfs v0.0.0-20230312211831-a1f570bd01a1
go: downloading github.com/ema/qdisc v1.0.0
go: downloading github.com/godbus/dbus/v5 v5.1.0
go: downloading github.com/godbus/dbus v0.0.0-20190726142602-4481cbc300e2
go: downloading github.com/hashicorp/go-envparse v0.1.0
go: downloading github.com/hodgesds/perf-utils v0.7.0
go: downloading github.com/illumos/go-kstat v0.0.0-20210513183136-173c9b0a9973
go: downloading github.com/jsimonetti/rtnetlink v1.4.2
go: downloading github.com/lufia/iostat v1.2.1
go: downloading github.com/mattn/go-xmlrpc v0.0.3
go: downloading github.com/mdlayher/ethtool v0.1.0
go: downloading github.com/mdlayher/netlink v1.7.2
go: downloading github.com/mdlayher/wifi v0.1.0
go: downloading github.com/opencontainers/selinux v1.12.0
go: downloading github.com/prometheus-community/go-runit v0.1.0
go: downloading github.com/safchain/ethtool v0.5.10
go: downloading howett.net/plist v1.0.0
go: downloading github.com/godror/godror v0.48.1
go: downloading github.com/gomodule/redigo v1.9.2
go: downloading github.com/mna/redisc v1.4.0
go: downloading github.com/itchyny/timefmt-go v0.1.6
go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading github.com/felixge/fgprof v0.9.5
go: downloading github.com/oklog/ulid/v2 v2.1.1
go: downloading github.com/oklog/ulid v1.3.1
go: downloading github.com/ProtonMail/go-crypto v1.1.6
go: downloading github.com/go-git/go-billy/v5 v5.6.2
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/skeema/knownhosts v1.3.1
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/vultr/govultr/v2 v2.17.2
go: downloading github.com/yusufpapurcu/wmi v1.2.4
go: downloading github.com/lufia/plan9stats v0.0.0-20250317134145-8bc96cf8fc35
go: downloading github.com/shoenig/go-m1cpu v0.1.6
go: downloading github.com/tklauser/numcpus v0.10.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading golang.org/x/mod v0.28.0
go: downloading github.com/containerd/log v0.1.0
go: downloading github.com/morikuni/aec v1.0.0
go: downloading github.com/moby/sys/sequential v0.6.0
go: downloading github.com/moby/sys/user v0.4.0
go: downloading github.com/moby/sys/userns v0.1.0
go: downloading github.com/magiconair/properties v1.8.10
go: downloading github.com/shirou/gopsutil/v4 v4.25.8-0.20250809033336-ffcdc2b7662f
go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
go: downloading github.com/vishvananda/netlink v1.3.1
go: downloading github.com/gavv/monotime v0.0.0-20190418164738-30dba4353424
go: downloading github.com/yl2chen/cidranger v1.0.2
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.37.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.37.0
go: downloading go.opentelemetry.io/contrib/detectors/aws/ec2/v2 v2.0.0-20250822000932-6a3469c36487
go: downloading go.opentelemetry.io/contrib/detectors/azure/azurevm v0.0.1
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.36.0
go: downloading github.com/AlessandroPomponio/go-gibberish v0.0.0-20191004143433-a2d4156f0396
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8
go: downloading github.com/edsrzf/mmap-go v1.2.0
go: downloading github.com/facette/natsort v0.0.0-20181210072756-2cd4dd1e2dcb
go: downloading github.com/fxamacker/cbor/v2 v2.8.0
go: downloading github.com/gogo/status v1.1.1
go: downloading github.com/grafana/otel-profiling-go v0.5.1
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
go: downloading go.opentelemetry.io/contrib/exporters/autoexport v0.61.0
go: downloading go.opentelemetry.io/contrib/samplers/jaegerremote v0.30.0
go: downloading go.opentelemetry.io/otel/exporters/jaeger v1.17.0
go: downloading github.com/sercand/kuberesolver/v6 v6.0.0
go: downloading github.com/mdlayher/vsock v1.2.1
go: downloading github.com/pingcap/log v1.1.0
go: downloading github.com/ohler55/ojg v1.26.8
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.24
go: downloading github.com/hashicorp/go-metrics v0.5.4
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/cncf/xds/go v0.0.0-20250501225837-2ac532fd4443
go: downloading github.com/go-resty/resty/v2 v2.16.5
go: downloading gopkg.in/ini.v1 v1.67.0
go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
go: downloading github.com/hashicorp/cronexpr v1.1.2
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/google/gnostic-models v0.6.9
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading github.com/google/s2a-go v0.1.9
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading k8s.io/kube-openapi v0.0.0-20250318190949-c8a335a9a2ff
go: downloading go.opentelemetry.io/collector/extension/extensionmiddleware v0.134.0
go: downloading github.com/knadh/koanf v1.5.0
go: downloading github.com/knadh/koanf/v2 v2.2.2
go: downloading github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.18.1
go: downloading github.com/DataDog/datadog-agent/pkg/config/model v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/config/setup v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/config/structure v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/config/utils v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/util/scrubber v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/core/config v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/core/log/def v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/logs/client v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/logs/diagnostic v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/logs/sender v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/logs/status/statusinterface v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/util/fxutil v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/util/option v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/util/startstop v0.69.3
go: downloading go.uber.org/fx v1.24.0
go: downloading github.com/DataDog/datadog-agent/pkg/logs/message v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/util/otel v0.69.3
go: downloading github.com/DataDog/opentelemetry-mapping-go/pkg/otlp/logs v0.30.0
go: downloading github.com/stormcat24/protodep v0.1.8
go: downloading github.com/DataDog/datadog-agent/comp/forwarder/defaultforwarder v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/forwarder/orchestrator/orchestratorinterface v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/serializer/metricscompression v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/config/create v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/metrics v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/serializer v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/tagset v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/util/compression v0.69.3
go: downloading github.com/DataDog/opentelemetry-mapping-go/pkg/quantile v0.31.0
go: downloading github.com/DataDog/datadog-agent/comp/trace/compression/def v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/logs/status/utils v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/util/statstracker v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/obfuscate v0.69.3
go: downloading github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.69.3
go: downloading github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.69.3
go: downloading github.com/cihub/seelog v0.0.0-20170130134532-f561c5e57575
go: downloading github.com/DataDog/sketches-go v1.4.7
go: downloading github.com/DataDog/datadog-agent/pkg/config/viperconfig v0.69.3
go: downloading go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.134.0
go: downloading github.com/oapi-codegen/runtime v1.1.1
go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
go: downloading cloud.google.com/go/longrunning v0.6.7
go: downloading github.com/tidwall/gjson v1.18.0
go: downloading github.com/tidwall/tinylru v1.2.1
go: downloading github.com/aws/aws-msk-iam-sasl-signer-go v1.0.4
go: downloading github.com/twmb/franz-go/pkg/sasl/kerberos v1.1.0
go: downloading github.com/twmb/franz-go/plugin/kzap v1.1.2
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/core/xidutils v0.134.0
go: downloading github.com/openzipkin/zipkin-go v0.4.3
go: downloading github.com/twmb/franz-go/pkg/kmsg v1.11.2
go: downloading github.com/openshift/client-go v0.0.0-20241203091221-452dfb8fa071
go: downloading go.opentelemetry.io/contrib/bridges/otelzap v0.12.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders v0.134.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.134.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.29.0
go: downloading github.com/elastic/lunes v0.1.0
go: downloading github.com/philhofer/fwd v1.2.0
go: downloading go.opentelemetry.io/collector/filter v0.134.0
go: downloading github.com/relvacode/iso8601 v1.6.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/opencensus v0.134.0
go: downloading github.com/go-ole/go-ole v1.3.0
go: downloading github.com/efficientgo/core v1.0.0-rc.3
go: downloading github.com/go-openapi/runtime v0.28.0
go: downloading github.com/go-openapi/strfmt v0.23.0
go: downloading github.com/metalmatze/signal v0.0.0-20210307161603-1c9aa721a97a
go: downloading github.com/prometheus/alertmanager v0.28.1
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/deneonet/benc v1.1.7
go: downloading github.com/elastic/go-perf v0.0.0-20241029065020-30bec95324b8
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.9
go: downloading github.com/hashicorp/go-sockaddr v1.0.7
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.13.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.13.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.13.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.37.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.37.0
go: downloading go.opentelemetry.io/otel/sdk/log v0.13.0
go: downloading github.com/armon/go-metrics v0.4.1
go: downloading github.com/google/btree v1.1.3
go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529
go: downloading github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba
go: downloading github.com/aws/aws-sdk-go-v2/service/ecs v1.53.8
go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.13
go: downloading github.com/hashicorp/mdns v1.0.5
go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c
go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2
go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d
go: downloading github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common v1.0.480
go: downloading github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/cvm v1.0.480
go: downloading github.com/joyent/triton-go v1.8.5
go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443
go: downloading github.com/mistifyio/go-zfs v2.1.2-0.20190413222219-f784269be439+incompatible
go: downloading github.com/moby/sys/mountinfo v0.7.2
go: downloading github.com/karrick/godirwalk v1.17.0
go: downloading github.com/containerd/ttrpc v1.2.7
go: downloading github.com/cyphar/filepath-securejoin v0.4.1
go: downloading github.com/euank/go-kmsg-parser v2.0.0+incompatible
go: downloading github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
go: downloading github.com/samuel/go-zookeeper v0.0.0-20190923202752-2cc03de413da
go: downloading github.com/xdg/stringprep v1.0.3
go: downloading github.com/jackc/pgconn v1.14.3
go: downloading github.com/jackc/pgtype v1.14.4
go: downloading github.com/99designs/keyring v1.2.2
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.1
go: downloading github.com/apache/arrow-go/v18 v18.3.1
go: downloading github.com/gabriel-vasile/mimetype v1.4.8
go: downloading github.com/golang-jwt/jwt/v5 v5.3.0
go: downloading github.com/dennwc/ioctl v1.0.0
go: downloading github.com/mdlayher/genetlink v1.3.2
go: downloading github.com/josharian/native v1.1.0
go: downloading github.com/mdlayher/socket v0.5.1
go: downloading github.com/godror/knownpb v0.1.2
go: downloading github.com/Azure/azure-sdk-for-go/sdk/keyvault/azsecrets v0.12.0
go: downloading github.com/oracle/oci-go-sdk/v65 v65.89.3
go: downloading github.com/ncabatoff/go-seq v0.0.0-20180805175032-b08ef85ed833
go: downloading github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c
go: downloading github.com/shurcooL/vfsgen v0.0.0-20230704071429-0000e147ea92
go: downloading go.etcd.io/etcd/api/v3 v3.5.21
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.21
go: downloading go.etcd.io/etcd/client/v3 v3.5.21
go: downloading github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.2
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/Azure/go-ansiterm v0.0.0-20250102033503-faa5f7b0171c
go: downloading github.com/jcmturner/rpc/v2 v2.0.3
go: downloading github.com/vishvananda/netns v0.0.5
go: downloading go.mongodb.org/mongo-driver/v2 v2.3.0
go: downloading github.com/containers/common v0.64.1
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/grafana/gomemcache v0.0.0-20250318131618-74242eea118d
go: downloading github.com/redis/go-redis/v9 v9.11.0
go: downloading github.com/sony/gobreaker/v2 v2.1.0
go: downloading github.com/sony/gobreaker v0.5.0
go: downloading go.opentelemetry.io/contrib/bridges/prometheus v0.61.0
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0
go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
go: downloading gomodules.xyz/jsonpatch/v2 v2.4.0
go: downloading github.com/axiomhq/hyperloglog v0.2.5
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.6
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/go-openapi/swag v0.23.1
go: downloading 

@renovate renovate bot force-pushed the renovate/go-dependencies branch from 8c86f5f to be9e5e6 Compare October 7, 2025 17:25
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