Skip to content

fix(deps): Update go dependencies#5986

Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/go-dependencies
Open

fix(deps): Update go dependencies#5986
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/go-dependencies

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app bot commented Apr 3, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
cloud.google.com/go/pubsub/v2 v2.4.0v2.5.0 age confidence require minor v2.5.1
github.com/DataDog/datadog-agent/pkg/util/system v0.76.0-rc.2v0.77.2 age confidence replace minor
github.com/DataDog/go-sqllexer v0.1.13v0.2.1 age confidence require minor
github.com/IBM/sarama v1.46.3v1.47.0 age confidence require minor
github.com/aws/aws-sdk-go-v2 v1.41.4v1.41.5 age confidence require patch
github.com/aws/aws-sdk-go-v2/config v1.32.12v1.32.13 age confidence require patch v1.32.14
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.20v1.18.21 age confidence require patch
github.com/aws/aws-sdk-go-v2/service/s3 v1.97.2v1.98.0 age confidence require minor v1.99.0
github.com/aws/aws-sdk-go-v2/service/servicediscovery v1.39.23v1.39.26 age confidence require patch
github.com/deneonet/benc v1.1.7v1.1.8 age confidence replace patch
github.com/fatih/color v1.18.0v1.19.0 age confidence require minor
github.com/go-git/go-git/v5 v5.17.1v5.17.2 age confidence require patch
github.com/grafana/beyla/v3 v3.6.0v3.7.0 age confidence require minor
github.com/grafana/loki/v3 v3.6.5v3.7.1 age confidence require minor
github.com/hashicorp/consul/api v1.33.2v1.33.7 age confidence require patch v1.34.0
github.com/hashicorp/go-discover v1.1.0v1.2.0 age confidence require minor
github.com/hashicorp/vault/api v1.20.0v1.23.0 age confidence require minor
github.com/influxdata/telegraf v1.35.2v1.38.2 age confidence require minor
github.com/lib/pq v1.10.9v1.12.1 age confidence require minor v1.12.3 (+1)
github.com/ohler55/ojg v1.28.0v1.28.1 age confidence require patch
github.com/oliver006/redis_exporter v1.81.0v1.82.0 age confidence require minor
github.com/openai/openai-go/v3 v3.21.0v3.30.0 age confidence require minor
github.com/prometheus-community/postgres_exporter v0.19.0v0.19.1 age confidence require patch
github.com/prometheus/mysqld_exporter v0.18.0v0.19.0 age confidence require minor
github.com/prometheus/statsd_exporter v0.28.0v0.29.0 age confidence require minor
github.com/samber/lo v1.52.0v1.53.0 age confidence require minor
github.com/spf13/cobra v1.10.1v1.10.2 age confidence require patch
github.com/zricethezav/gitleaks/v8 v8.30.0v8.30.1 age confidence require patch
go (source) 1.25.81.26.1 age confidence golang minor 1.26.2
go (source) 1.211.26.1 age confidence golang minor 1.26.2
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0v0.67.0 age confidence require minor v0.68.0
go.opentelemetry.io/contrib/propagators/jaeger v1.35.0v1.42.0 age confidence require minor v1.43.0
golang.org/x/mod v0.33.0v0.34.0 age confidence require minor
golang.org/x/oauth2 v0.35.0v0.36.0 age confidence require minor
golang.org/x/time v0.14.0v0.15.0 age confidence require minor
k8s.io/klog/v2 v2.130.1v2.140.0 age confidence require minor

Warning

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


Release Notes

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

v0.2.1

Compare Source

Bug Fixes
  • Fix table name metadata extraction (#​91)
    The normalizer now correctly extracts all table names from comma-separated table lists (e.g., SELECT * FROM t1, t2). Previously, only the first table after a table indicator keyword was collected. This also adds LATERAL as a recognized keyword so it is no longer misidentified as a table name during metadata extraction.
Maintenance

v0.2.0

Compare Source

Breaking Changes
  • Minimum Go version bumped to 1.25 (#​87)
    The go.mod minimum Go version has been raised to Go 1.25. CI now tests through Go 1.25.7.
Bug Fixes
  • Fix multi-byte UTF-8 character handling (#​85)
    The lexer now correctly advances by the full rune length when scanning unknown tokens, double-quoted identifiers, and other multi-byte UTF-8 sequences (e.g., full-width punctuation, CJK characters). Previously, multi-byte characters could be incorrectly split into separate byte-level tokens or cause misaligned scans. This includes a fix for truncated UTF-8 sequences at the end of input.
Performance Improvements
  • Use fixed-size array for trie nodes instead of a hashmap (#​84)
    The keyword trie's children field was changed from map[rune]*trieNode to a fixed-size [27]*trieNode array (A–Z + underscore). This replaces map lookups with direct array indexing during keyword matching, reducing allocations and improving lexer throughput.
Enhancements
  • Rework CLI and add missing normalizer option flags (#​83)
    The cmd/sqllexer CLI was refactored for cleaner config plumbing and now exposes all normalizer options as flags:
    • -keep-identifier-quotation
    • -dollar-quoted-func
    • -replace-positional-parameter
    • -collect-procedures
    • -uppercase-keywords
    • -remove-space-between-parentheses
    • -keep-trailing-semicolon
IBM/sarama (github.com/IBM/sarama)

v1.47.0: Version 1.47.0 (2026-02-27)

Compare Source

What's Changed

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

New Contributors

Full Changelog: IBM/sarama@v1.46.3...v1.47.0

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

v1.41.5

Compare Source

General Highlights

  • Dependency Update: Updated to the latest SDK module versions

Module Highlights

  • github.com/aws/aws-sdk-go-v2: v1.41.5
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/accessanalyzer: v1.45.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/account: v1.30.5
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/acm: v1.37.23
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/acmpca: v1.46.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/aiops: v1.6.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/amp: v1.42.9
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/amplify: v1.38.14
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/amplifybackend: v1.32.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/amplifyuibuilder: v1.28.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/apigateway: v1.39.1
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/apigatewaymanagementapi: v1.29.14
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/apigatewayv2: v1.34.1
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/appconfig: v1.43.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/appconfigdata: v1.23.22
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/appfabric: v1.16.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/appflow: v1.51.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/appintegrations: v1.37.7
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/applicationautoscaling: v1.41.14
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/applicationcostprofiler: v1.27.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/applicationdiscoveryservice: v1.35.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/applicationinsights: v1.34.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/applicationsignals: v1.19.1
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/appmesh: v1.35.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/apprunner: v1.39.14
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/appstream: v1.54.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/appsync: v1.53.5
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/arcregionswitch: v1.6.3
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/arczonalshift: v1.22.23
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/artifact: v1.15.5
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/athena: v1.57.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/auditmanager: v1.46.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/autoscaling: v1.64.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/autoscalingplans: v1.30.14
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/b2bi: v1.0.0-preview.100
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/backup: v1.54.11
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/backupgateway: v1.26.3
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/backupsearch: v1.6.23
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/batch: v1.63.2
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bcmdashboards: v1.1.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bcmdataexports: v1.14.0
    • Feature: With this release we are providing an option to accounts to have their export delivered to an S3 bucket that is not owned by the account.
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bcmpricingcalculator: v1.10.9
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bcmrecommendedactions: v1.1.5
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bedrock: v1.57.1
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bedrockagent: v1.52.7
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentcore: v1.15.2
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentcorecontrol: v1.25.1
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bedrockagentruntime: v1.51.8
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bedrockdataautomation: v1.13.5
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bedrockdataautomationruntime: v1.10.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/bedrockruntime: v1.50.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/billing: v1.10.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/billingconductor: v1.28.5
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/braket: v1.39.8
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/budgets: v1.43.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/chatbot: v1.14.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/chime: v1.41.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkidentity: v1.27.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmediapipelines: v1.26.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmeetings: v1.33.15
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkmessaging: v1.32.17
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/chimesdkvoice: v1.28.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cleanrooms: v1.42.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cleanroomsml: v1.22.5
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloud9: v1.33.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudcontrol: v1.29.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/clouddirectory: v1.30.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudformation: v1.71.9
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudfront: v1.60.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudfrontkeyvaluestore: v1.12.24
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudhsm: v1.29.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudhsmv2: v1.34.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudsearch: v1.32.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudsearchdomain: v1.28.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudtrail: v1.55.9
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudtraildata: v1.17.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatch: v1.55.3
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchevents: v1.32.23
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs: v1.65.0
    • Feature: This release adds parameter support to saved queries in CloudWatch Logs Insights. Define reusable query templates with named placeholders, invoke them using start query. Available in Console, CLI and SDK
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codeartifact: v1.38.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codebuild: v1.68.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codecatalyst: v1.21.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codecommit: v1.33.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codeconnections: v1.10.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codedeploy: v1.35.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codeguruprofiler: v1.29.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codegurureviewer: v1.34.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codegurusecurity: v1.16.24
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codepipeline: v1.46.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codestarconnections: v1.35.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/codestarnotifications: v1.31.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentity: v1.33.22
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cognitoidentityprovider: v1.59.3
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/cognitosync: v1.29.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/comprehend: v1.40.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/comprehendmedical: v1.31.21
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizer: v1.49.8
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/computeoptimizerautomation: v1.0.8
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/configservice: v1.62.1
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/connect: v1.166.1
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/connectcampaigns: v1.20.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/connectcampaignsv2: v1.11.4
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/connectcases: v1.39.1
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/connectcontactlens: v1.33.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/connecthealth: v1.0.3
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/connectparticipant: v1.36.7
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/controlcatalog: v1.14.9
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/controltower: v1.28.9
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/costandusagereportservice: v1.34.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/costexplorer: v1.63.6
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/costoptimizationhub: v1.22.8
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/customerprofiles: v1.57.2
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/databasemigrationservice: v1.61.10
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/databrew: v1.39.14
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/dataexchange: v1.40.14
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/datapipeline: v1.30.20
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/datasync: v1.58.2
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/datazone: v1.54.2
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/dax: v1.29.16
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/deadline: v1.26.2
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/detective: v1.38.13
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/devicefarm: v1.38.8
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/devopsguru: v1.40.12
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • github.com/aws/aws-sdk-go-v2/service/directconnect: v1.38.15
    • Bug Fix: Fix a bug where a recorded clock skew could persist on the client even if the client and server clock ended up realigning.
  • `github.com/aws/aws-sdk-go-v2/service/direct

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 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

Need help?

You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.

@renovate-sh-app
Copy link
Copy Markdown
Contributor Author

renovate-sh-app bot commented Apr 3, 2026

⚠️ Artifact update problem

ℹ️ Note

This PR body was truncated due to platform limits.

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

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

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

The artifact failure details are included below:

File name: collector/go.sum
Command failed: go get -t ./...
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/connector/countconnector v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/connector/grafanacloudconnector v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/connector/servicegraphconnector v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/connector/spanmetricsconnector v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/awss3exporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/faroexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/fileexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlecloudexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/googlecloudpubsubexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/kafkaexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/loadbalancingexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/prometheusremotewriteexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/splunkhecexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/syslogexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/zipkinexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/basicauthextension v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/bearertokenauthextension v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/headerssetterextension v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/healthcheckextension v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/jaegerremotesampling v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/oauth2clientauthextension v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/pprofextension v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/sigv4authextension v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/storage/filestorage v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/attributesprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/cumulativetodeltaprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/deltatocumulativeprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/groupbyattrsprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/intervalprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/k8sattributesprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstarttimeprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/probabilisticsamplerprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourcedetectionprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/resourceprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/spanprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/tailsamplingprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/processor/transformprocessor v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awscloudwatchreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awsecscontainermetricsreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/awss3receiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/cloudflarereceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/datadogreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/faroreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/filelogreceiver v0.147.0
go: downloading github.com/grafana/opentelemetry-collector-contrib/receiver/filestatsreceiver v0.0.0-20260126095124-0af81a9e8966
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/fluentforwardreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/googlecloudpubsubreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/influxdbreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/jaegerreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/k8sobjectsreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kafkareceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/kubeletstatsreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/prometheusremotewritereceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/solacereceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/splunkhecreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/syslogreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/tcplogreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/vcenterreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/receiver/zipkinreceiver v0.147.0
go: downloading github.com/spf13/cobra v1.10.2
go: downloading go.opentelemetry.io/collector/component v1.53.0
go: downloading go.opentelemetry.io/collector/confmap v1.53.0
go: downloading go.opentelemetry.io/collector/confmap/provider/envprovider v1.53.0
go: downloading go.opentelemetry.io/collector/confmap/provider/fileprovider v1.53.0
go: downloading go.opentelemetry.io/collector/confmap/provider/httpprovider v1.53.0
go: downloading go.opentelemetry.io/collector v0.147.0
go: downloading go.opentelemetry.io/collector/confmap/provider/httpsprovider v1.45.0
go: downloading go.opentelemetry.io/collector/confmap/provider/yamlprovider v1.53.0
go: downloading go.opentelemetry.io/collector/connector v0.147.0
go: downloading go.opentelemetry.io/collector/connector/forwardconnector v0.147.0
go: downloading go.opentelemetry.io/collector/exporter v1.53.0
go: downloading go.opentelemetry.io/collector/exporter/debugexporter v0.147.0
go: downloading go.opentelemetry.io/collector/exporter/nopexporter v0.147.0
go: downloading go.opentelemetry.io/collector/exporter/otlpexporter v0.147.0
go: downloading go.opentelemetry.io/collector/exporter/otlphttpexporter v0.147.0
go: downloading go.opentelemetry.io/collector/extension v1.53.0
go: downloading go.opentelemetry.io/collector/extension/zpagesextension v0.147.0
go: downloading go.opentelemetry.io/collector/otelcol v0.147.0
go: downloading go.opentelemetry.io/collector/processor v1.53.0
go: downloading go.opentelemetry.io/collector/processor/batchprocessor v0.147.0
go: downloading go.opentelemetry.io/collector/processor/memorylimiterprocessor v0.147.0
go: downloading go.opentelemetry.io/collector/receiver v1.53.0
go: downloading go.opentelemetry.io/collector/receiver/otlpreceiver v0.147.0
go: downloading go.opentelemetry.io/collector/service v0.147.0
go: downloading go.uber.org/zap v1.27.1
go: downloading github.com/grafana/prometheus v1.8.2-0.20260313093229-87200e297b57
go: downloading golang.org/x/crypto/x509roots/fallback v0.0.0-20240208163226-62c9f1799c91
go: downloading go.opentelemetry.io/collector/confmap/xconfmap v0.147.0
go: downloading go.opentelemetry.io/collector/consumer v1.53.0
go: downloading go.opentelemetry.io/collector/pdata v1.53.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/filter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/pdatautil v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/ottl v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/pdatautil v0.147.0
go: downloading go.opentelemetry.io/collector/connector/xconnector v0.147.0
go: downloading go.opentelemetry.io/collector/pdata/pprofile v0.147.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.147.0
go: downloading go.opentelemetry.io/collector/config/configcompression v1.53.0
go: downloading go.opentelemetry.io/collector/config/confighttp v0.147.0
go: downloading go.opentelemetry.io/collector/config/configoptional v1.53.0
go: downloading go.opentelemetry.io/collector/config/configretry v1.53.0
go: downloading go.opentelemetry.io/collector/consumer/consumererror v0.147.0
go: downloading go.opentelemetry.io/collector/exporter/exporterhelper v0.147.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/lightstep/go-expohisto v1.0.0
go: downloading go.opentelemetry.io/collector/featuregate v1.53.0
go: downloading github.com/DeRuina/timberjack v1.3.9
go: downloading github.com/klauspost/compress v1.18.5
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/sharedcomponent v0.147.0
go: downloading go.opentelemetry.io/collector/exporter/exporterhelper/xexporterhelper v0.147.0
go: downloading go.opentelemetry.io/collector/exporter/xexporter v0.147.0
go: downloading github.com/aws/aws-sdk-go-v2 v1.41.4
go: downloading github.com/aws/aws-sdk-go-v2/config v1.32.12
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.19.12
go: downloading github.com/aws/aws-sdk-go-v2/service/s3 v1.97.2
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.41.9
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchperresourceattr v0.147.0
go: downloading github.com/jonboulle/clockwork v0.5.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal v0.147.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/collector v0.55.0
go: downloading cloud.google.com/go/pubsub/v2 v2.4.0
go: downloading github.com/googleapis/gax-go/v2 v2.17.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/encoding v0.147.0
go: downloading google.golang.org/api v0.264.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/resourcetotelemetry v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheus v0.147.0
go: downloading cloud.google.com/go v0.123.0
go: downloading go.opentelemetry.io/collector/config/confignet v1.53.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/kafka v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchpersignal v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/configkafka v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/kafka/topic v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/zipkin v0.147.0
go: downloading github.com/twmb/franz-go v1.20.7
go: downloading go.opentelemetry.io/collector/client v1.53.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/prometheusremotewrite v0.147.0
go: downloading github.com/prometheus/client_golang/exp v0.0.0-20260101091701-2cd067eb23c9
go: downloading github.com/tidwall/wal v1.2.1
go: downloading github.com/leodido/go-syslog/v4 v4.3.0
go: downloading go.opentelemetry.io/collector/config/configtls v1.53.0
go: downloading github.com/aws/aws-sdk-go-v2/service/servicediscovery v1.39.23
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/exp/metrics v0.147.0
go: downloading k8s.io/api v0.35.2
go: downloading k8s.io/apimachinery v0.35.2
go: downloading k8s.io/client-go v0.35.2
go: downloading k8s.io/utils v0.0.0-20260210185600-b8788abfbbc2
go: downloading sigs.k8s.io/controller-runtime v0.20.4
go: downloading github.com/goccy/go-json v0.10.5
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/splunk v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/splunk v0.147.0
go: downloading go.opentelemetry.io/collector/config/configopaque v1.53.0
go: downloading github.com/openzipkin/zipkin-go v0.4.3
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/internal/credentialsfile v0.147.0
go: downloading github.com/tg123/go-htpasswd v1.2.4
go: downloading go.opentelemetry.io/collector/extension/extensionauth v1.53.0
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading go.opentelemetry.io/collector/extension/extensioncapabilities v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/common v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/healthcheck v0.147.0
go: downloading go.opentelemetry.io/collector/component/componentstatus v0.147.0
go: downloading github.com/golang-jwt/jwt/v5 v5.3.1
go: downloading go.etcd.io/bbolt v1.4.3
go: downloading go.opentelemetry.io/collector/extension/xextension v0.147.0
go: downloading go.opentelemetry.io/collector/processor/processorhelper v0.147.0
go: downloading golang.org/x/exp v0.0.0-20260312153236-7ab1446f8b90
go: downloading github.com/puzpuzpuz/xsync/v4 v4.4.0
go: downloading go.opentelemetry.io/collector/consumer/xconsumer v0.147.0
go: downloading go.opentelemetry.io/collector/pipeline v1.53.0
go: downloading go.opentelemetry.io/collector/pipeline/xpipeline v0.147.0
go: downloading go.opentelemetry.io/collector/processor/processorhelper/xprocessorhelper v0.147.0
go: downloading go.opentelemetry.io/collector/processor/xprocessor v0.147.0
go: downloading go.opentelemetry.io/collector/config/configgrpc v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/sampling v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sconfig v0.147.0
go: downloading github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.63.2
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/stanza v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/aws/ecsutil v0.147.0
go: downloading go.opentelemetry.io/collector/receiver/receiverhelper v0.147.0
go: downloading github.com/aws/aws-sdk-go-v2/service/sqs v1.42.22
go: downloading github.com/itchyny/timefmt-go v0.1.7
go: downloading github.com/open-telemetry/opamp-go v0.23.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/opampcustommessages v0.147.0
go: downloading github.com/DataDog/agent-payload/v5 v5.0.182
go: downloading github.com/DataDog/datadog-agent/pkg/proto v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/datadog v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/datadog v0.147.0
go: downloading github.com/tinylib/msgp v1.6.3
go: downloading github.com/bmatcuk/doublestar/v4 v4.10.0
go: downloading go.opentelemetry.io/collector/scraper v0.147.0
go: downloading go.opentelemetry.io/collector/scraper/scraperhelper v0.147.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/apache/thrift v0.22.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/jaeger v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/k8sleaderelector v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/k8sinventory v0.147.0
go: downloading go.opentelemetry.io/collector/filter v0.147.0
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/azure v0.147.0
go: downloading go.opentelemetry.io/collector/receiver/xreceiver v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/kubelet v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/ackextension v0.147.0
go: downloading github.com/Azure/go-amqp v1.5.1
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/gopsutilenv v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/experimentalmetricmetadata v0.147.0
go: downloading github.com/shirou/gopsutil/v4 v4.26.1
go: downloading github.com/goccy/go-yaml v1.19.2
go: downloading github.com/grafana/regexp v0.0.0-20240518133315-a468a5bfb3bc
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0
go: downloading go.uber.org/zap/exp v0.3.0
go: downloading github.com/vmware/govmomi v0.53.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.10
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading go.opentelemetry.io/collector/internal/componentalias v0.147.0
go: downloading go.opentelemetry.io/collector/internal/fanoutconsumer v0.147.0
go: downloading go.opentelemetry.io/collector/consumer/consumertest v0.147.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20260209200024-4cfbd4190f57
go: downloading go.opentelemetry.io/collector/config/configtelemetry v0.147.0
go: downloading google.golang.org/genproto v0.0.0-20260128011058-8636f8732409
go: downloading go.opentelemetry.io/contrib/zpages v0.65.0
go: downloading go.opentelemetry.io/collector/internal/memorylimiter v0.147.0
go: downloading go.opentelemetry.io/collector/internal/telemetry v0.147.0
go: downloading go.opentelemetry.io/collector/pdata/xpdata v0.147.0
go: downloading go.opentelemetry.io/contrib/bridges/otelzap v0.15.0
go: downloading go.opentelemetry.io/contrib/otelconf v0.18.0
go: downloading go.opentelemetry.io/contrib/propagators/b3 v1.40.0
go: downloading go.opentelemetry.io/otel/log v0.16.0
go: downloading go.opentelemetry.io/collector/internal/sharedcomponent v0.147.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/KimMachineGun/automemlimit v0.7.5
go: downloading github.com/fatih/color v1.18.0
go: downloading github.com/grafana/ckit v0.0.0-20251024151910-87043f5a3cf7
go: downloading github.com/shirou/gopsutil/v3 v3.24.5
go: downloading github.com/alecthomas/participle/v2 v2.1.4
go: downloading github.com/iancoleman/strcase v0.3.0
go: downloading github.com/oapi-codegen/runtime v1.1.1
go: downloading github.com/go-logfmt/logfmt v0.6.1
go: downloading github.com/wk8/go-ordered-map/v2 v2.1.8
go: downloading github.com/zeebo/xxh3 v1.1.0
go: downloading github.com/pierrec/lz4/v4 v4.1.25
go: downloading github.com/rs/cors v1.11.1
go: downloading github.com/wk8/go-ordered-map v0.2.0
go: downloading go.opentelemetry.io/collector/config/configauth v1.53.0
go: downloading go.opentelemetry.io/collector/config/configmiddleware v1.53.0
go: downloading github.com/hashicorp/go-version v1.8.0
go: downloading go.opentelemetry.io/collector/consumer/consumererror/xconsumererror v0.147.0
go: downloading github.com/aws/smithy-go v1.24.2
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.1.5
go: downloading github.com/tilinna/clock v1.1.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.20
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.6
go: downloading github.com/aws/aws-sdk-go-v2/service/signin v1.0.8
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.30.13
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.35.17
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.20
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.7
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.20
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20260209200024-4cfbd4190f57
go: downloading cloud.google.com/go/logging v1.13.1
go: downloading cloud.google.com/go/monitoring v1.24.3
go: downloading cloud.google.com/go/trace v1.11.7
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/exporter/trace v1.31.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/internal/resourcemapping v0.55.0
go: downloading github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.8
go: downloading github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.21
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.12
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.20
go: downloading go.yaml.in/yaml/v2 v2.4.4
go: downloading cloud.google.com/go/iam v1.5.3
go: downloading github.com/twmb/franz-go/pkg/kmsg v1.12.0
go: downloading github.com/IBM/sarama v1.46.3
go: downloading github.com/aws/aws-msk-iam-sasl-signer-go v1.0.4
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
go: downloading github.com/twmb/franz-go/pkg/kadm v1.17.2
go: downloading github.com/twmb/franz-go/pkg/sasl/kerberos v1.1.0
go: downloading github.com/xdg-go/scram v1.2.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.147.0
go: downloading github.com/tidwall/gjson v1.18.0
go: downloading github.com/tidwall/tinylru v1.2.1
go: downloading github.com/foxboron/go-tpm-keyfiles v0.0.0-20251226215517-609e4778396f
go: downloading github.com/google/go-tpm v0.9.8
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading k8s.io/kube-openapi v0.0.0-20260304202019-5b3e3fdb0acf
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.2
go: downloading go.opentelemetry.io/collector/semconv v0.128.1-0.20250610090210-188191247685
go: downloading github.com/GehirnInc/crypt v0.0.0-20230320061759-8cc1b52080c5
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/status v0.147.0
go: downloading github.com/antchfx/xmlquery v1.5.0
go: downloading github.com/antchfx/xpath v1.3.6
go: downloading github.com/elastic/go-grok v0.3.1
go: downloading github.com/gobwas/glob v0.2.3
go: downloading github.com/twmb/murmur3 v1.1.8
go: downloading github.com/ua-parser/uap-go v0.0.0-20240611065828-3a4781585db6
go: downloading github.com/distribution/reference v0.6.0
go: downloading github.com/golang/groupcache v0.0.0-20241129210726-2c02b8208cf8
go: downloading golang.org/x/time v0.14.0
go: downloading github.com/mostynb/go-grpc-compression v1.2.3
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.65.0
go: downloading github.com/openshift/client-go v0.0.0-20251015124057-db0dee36e235
go: downloading github.com/DataDog/datadog-agent/pkg/obfuscate v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/trace/stats v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/trace/traceutil v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-api-client-go/v2 v2.55.0
go: downloading github.com/DataDog/datadog-agent/pkg/trace v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/opentelemetry-mapping-go/otlp/metrics v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/util/hostname/validate v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/linode/go-metadata v0.2.4
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/internal/metadataproviders v0.147.0
go: downloading github.com/aws/aws-sdk-go-v2/service/ec2 v1.291.0
go: downloading github.com/hashicorp/consul/api v1.33.2
go: downloading github.com/digitalocean/go-metadata v0.0.0-20250129100319-e3650a3df44b
go: downloading cloud.google.com/go/compute v1.54.0
go: downloading cloud.google.com/go/compute/metadata v0.9.0
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/detectors/gcp v1.31.0
go: downloading github.com/hetznercloud/hcloud-go/v2 v2.36.0
go: downloading github.com/scaleway/scaleway-sdk-go v1.0.0-beta.36
go: downloading github.com/planetscale/vtprotobuf v0.6.1-0.20250313105119-ba97887b0a25
go: downloading github.com/pierrec/lz4 v2.6.1+incompatible
go: downloading github.com/philhofer/fwd v1.2.0
go: downloading github.com/google/gnostic-models v0.7.1
go: downloading github.com/relvacode/iso8601 v1.7.0
go: downloading k8s.io/kubelet v0.35.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading github.com/prometheus/sigv4 v0.3.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.64.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/winperfcounters v0.147.0
go: downloading github.com/tklauser/go-sysconf v0.3.16
go: downloading github.com/julienschmidt/httprouter v1.3.0
go: downloading github.com/coreos/go-systemd/v22 v22.7.0
go: downloading github.com/go-viper/mapstructure/v2 v2.5.0
go: downloading github.com/knadh/koanf/maps v0.1.2
go: downloading github.com/knadh/koanf/providers/confmap v1.0.0
go: downloading github.com/knadh/koanf/v2 v2.3.3
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc v0.16.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp v0.16.0
go: downloading go.opentelemetry.io/otel/exporters/prometheus v0.60.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutlog v0.16.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdoutmetric v1.40.0
go: downloading go.opentelemetry.io/otel/exporters/stdout/stdouttrace v1.40.0
go: downloading go.opentelemetry.io/otel/sdk/log v0.16.0
go: downloading github.com/mattn/go-colorable v0.1.14
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/olekukonko/tablewriter v0.0.5
go: downloading github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
go: downloading github.com/grafana/loki/pkg/push v0.0.0-20251125172520-2f85998f1adf
go: downloading go.opentelemetry.io/proto/otlp v1.10.0
go: downloading github.com/hashicorp/go-discover v1.1.0
go: downloading github.com/samber/lo v1.52.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/dskit v0.0.0-20250917065751-798f5a8fa154
go: downloading connectrpc.com/connect v1.19.1
go: downloading github.com/grafana/alloy-remote-config v0.0.12
go: downloading github.com/rfratto/go-yaml v0.0.0-20211119180816-77389c3526dc
go: downloading github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.21.0
go: downloading github.com/channelmeter/iso8601duration v0.0.0-20150204201828-8da3af7a2a61
go: downloading github.com/Azure/azure-sdk-for-go v68.0.0+incompatible
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/prometheus/blackbox_exporter v0.24.1-0.20230623125439-bd22efa1c900
go: downloading github.com/Lusitaniae/apache_exporter v0.11.1-0.20220518131644-f9522724dab4
go: downloading github.com/grafana/cadvisor v0.0.0-20260204200106-865a22723970
go: downloading github.com/google/dnsmasq_exporter v0.2.1-0.20230620100026-44b14480804a
go: downloading github.com/grafana/catchpoint-prometheus-exporter v0.0.0-20250218151502-6e97feaee761
go: downloading github.com/prometheus-community/yet-another-cloudwatch-exporter v0.64.0
go: downloading github.com/prometheus/consul_exporter v0.8.0
go: downloading github.com/prometheus-community/elasticsearch_exporter v1.5.0
go: downloading github.com/githubexporter/github-exporter v1.3.1
go: downloading github.com/grafana/kafka_exporter v0.0.0-20240409084445-5e3488ad9f9a
go: downloading github.com/PuerkitoBio/rehttp v1.4.0
go: downloading github.com/prometheus-community/stackdriver_exporter v0.18.0
go: downloading github.com/prometheus/memcached_exporter v0.13.0
go: downloading github.com/burningalchemist/sql_exporter v0.0.0-20240103092044-466b38b6abc4
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/percona/mongodb_exporter v0.47.2
go: downloading github.com/go-sql-driver/mysql v1.9.3
go: downloading github.com/grafana/mysqld_exporter v0.0.0-20260319134024-e0461af8db16
go: downloading github.com/alecthomas/kingpin/v2 v2.4.0
go: downloading github.com/grafana/node_exporter v0.18.1-grafana-r01.0.20251024135609-318b01780c89
go: downloading github.com/lib/pq v1.10.9
go: downloading github.com/grafana/postgres_exporter v0.0.0-20260225165717-9c2c77e3702a
go: downloading github.com/prometheus/statsd_exporter v0.28.0
go: downloading github.com/oliver006/redis_exporter v1.81.0
go: downloading github.com/boynux/squid-exporter v1.10.5-0.20230618153315-c1fae094e18e
go: downloading github.com/ncabatoff/process-exporter v0.8.7
go: downloading github.com/grafana/snowflake-prometheus-exporter v0.0.0-20251023151319-9baba332b98a
go: downloading github.com/prometheus/snmp_exporter v0.29.0
go: downloading github.com/grafana/vmware_exporter v0.0.5-beta.0.20250218170317-73398ba08329
go: downloading github.com/prometheus-community/windows_exporter v0.31.3
go: downloading github.com/apapsch/go-jsonmerge/v2 v2.0.0
go: downloading github.com/bahlo/generic-list-go v0.2.0
go: downloading github.com/buger/jsonparser v1.1.2
go: downloading github.com/mailru/easyjson v0.9.1
go: downloading github.com/klauspost/cpuid/v2 v2.3.0
go: downloading go.opentelemetry.io/collector/extension/extensionmiddleware v0.147.0
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.20
go: downloading cloud.google.com/go/longrunning v0.8.0
go: downloading cloud.google.com/go/auth v0.18.1
go: downloading cloud.google.com/go/auth/oauth2adapt v0.2.8
go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
go: downloading github.com/jcmturner/gofork v1.7.6
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/rcrowley/go-metrics v0.0.0-20250401214520-65e299d6c5c9
go: downloading github.com/xdg-go/pbkdf2 v1.0.0
go: downloading github.com/xdg-go/stringprep v1.0.4
go: downloading github.com/tidwall/match v1.2.0
go: downloading github.com/tidwall/pretty v1.2.1
go: downloading sigs.k8s.io/json v0.0.0-20250730193827-2d320260d730
go: downloading github.com/aws/aws-sdk-go-v2/service/ecs v1.70.0
go: downloading github.com/aws/aws-sdk-go-v2/service/lightsail v1.50.10
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.13.1
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/digitalocean/godo v1.171.0
go: downloading github.com/ionos-cloud/sdk-go/v6 v6.3.6
go: downloading github.com/linode/linodego v1.63.0
go: downloading github.com/docker/docker v28.5.2+incompatible
go: downloading github.com/hashicorp/nomad/api v0.0.0-20260106084653-e8f2200c7039
go: downloading github.com/gophercloud/gophercloud/v2 v2.9.0
go: downloading github.com/gophercloud/gophercloud v1.14.1
go: downloading github.com/ovh/go-ovh v1.9.0
go: downloading github.com/stackitcloud/stackit-sdk-go/core v0.20.1
go: downloading github.com/kolo/xmlrpc v0.0.0-20220921171641-a4b6fa1dd06b
go: downloading github.com/vultr/govultr/v2 v2.17.2
go: downloading github.com/envoyproxy/go-control-plane/envoy v1.36.0
go: downloading github.com/envoyproxy/protoc-gen-validate v1.3.0
go: downloading github.com/go-zookeeper/zk v1.0.4
go: downloading golang.org/x/term v0.41.0
go: downloading github.com/expr-lang/expr v1.17.8
go: downloading github.com/elastic/lunes v0.2.0
go: downloading github.com/magefile/mage v1.15.0
go: downloading github.com/opencontainers/go-digest v1.0.0
go: downloading github.com/valyala/fastjson v1.6.10
go: downloading gonum.org/v1/gonum v0.17.0
go: downloading github.com/DataDog/datadog-go/v5 v5.8.3
go: downloading github.com/DataDog/go-sqllexer v0.1.13
go: downloading github.com/outcaste-io/ristretto v0.2.3
go: downloading github.com/DataDog/datadog-agent/pkg/opentelemetry-mapping-go/otlp/attributes v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/util/quantile v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/sketches-go v1.4.8
go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible
go: downloading github.com/DataDog/datadog-agent/pkg/util/log v0.77.2
go: downloading github.com/DataDog/datadog-agent/pkg/trace/log v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/trace/otel v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/go-resty/resty/v2 v2.17.1
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/Showmax/go-fqdn v1.0.0
go: downloading github.com/lufia/plan9stats v0.0.0-20251013123823-9fd1530e3ec3
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading github.com/dennwc/varint v1.0.0
go: downloading github.com/ebitengine/purego v0.9.1
go: downloading github.com/yusufpapurcu/wmi v1.2.4
go: downloading github.com/mdlayher/socket v0.5.1
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/go-openapi/strfmt v0.25.0
go: downloading github.com/prometheus/alertmanager v0.30.1
go: downloading github.com/oklog/ulid/v2 v2.1.1
go: downloading github.com/prometheus/common/assets v0.2.0
go: downloading github.com/shurcooL/httpfs v0.0.0-20230704072500-f1e31cf0ba5c
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading github.com/bboreham/go-loser v0.0.0-20230920113527-fcc2c21820a3
go: downloading github.com/tklauser/numcpus v0.11.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading go.opentelemetry.io/collector/connector/connectortest v0.147.0
go: downloading go.opentelemetry.io/collector/exporter/exportertest v0.147.0
go: downloading go.opentelemetry.io/collector/extension/extensiontest v0.147.0
go: downloading go.opentelemetry.io/collector/processor/processortest v0.147.0
go: downloading go.opentelemetry.io/collector/receiver/receivertest v0.147.0
go: downloading go.opentelemetry.io/collector/service/hostcapabilities v0.147.0
go: downloading github.com/caarlos0/env/v9 v9.0.0
go: downloading github.com/grafana/beyla/v3 v3.6.0
go: downloading github.com/grafana/opentelemetry-ebpf-instrumentation v1.12.2-0.20260318145328-e31c5acda289
go: downloading github.com/Azure/go-autorest/autorest v0.11.30
go: downloading github.com/go-sourcemap/sourcemap v2.1.4+incompatible
go: downloading github.com/Azure/go-autorest v14.2.0+incompatible
go: downloading github.com/vincent-petithory/dataurl v1.0.0
go: downloading github.com/grafana/loki/v3 v3.6.5
go: downloading github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.1
go: downloading github.com/prometheus-operator/prometheus-operator/pkg/client v0.86.1
go: downloading github.com/spf13/viper v1.21.0
go: downloading github.com/zricethezav/gitleaks/v8 v8.30.0
go: downloading github.com/prometheus-operator/prometheus-operator v0.86.1
go: downloading k8s.io/component-base v0.35.1
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/heroku/x v0.5.2
go: downloading github.com/natefinch/atomic v1.0.1
go: downloading github.com/GoogleCloudPlatform/opentelemetry-operations-go/extension/googleclientauthextension v0.55.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/extension/googleclientauthextension v0.147.0
go: downloading github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/exporter/datadogexporter v0.147.0
go: downloading github.com/open-telemetry/opentelemetry-collector-contrib/pkg/translator/loki v0.147.0
go: downloading github.com/grafana/databricks-prometheus-exporter v0.0.0-20251219150331-5730cb38c831
go: downloading github.com/DataDog/zstd v1.5.7
go: downloading github.com/grafana/walqueue v0.0.0-20260122211421-92af63e5c3dd
go: downloading github.com/grafana/pyroscope/api v1.3.2
go: downloading github.com/grafana/jfr-parser/pprof v0.0.4
go: downloading github.com/grafana/pyroscope/ebpf v0.4.11
go: downloading github.com/grafana/pyroscope/lidia v0.0.2
go: downloading github.com/grafana/jfr-parser v0.9.3
go: downloading github.com/oklog/run v1.2.0
go: downloading github.com/sirupsen/logrus v1.9.4
go: downloading github.com/grafana/opentelemetry-ebpf-profiler v0.0.202602-0.20260326091923-bd31a19190b9
go: downloading github.com/hashicorp/vault/api v1.20.0
go: downloading github.com/hashicorp/vault/api/auth/approle v0.2.0
go: downloading github.com/DataDog/vault/api/auth/aws v0.0.0-20250716193101-44fb30472101
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/mattn/go-runewidth v0.0.16
go: downloading github.com/dimchansky/utfbom v1.1.1
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/grafana/smimesign v0.2.1-0.20220408144937-2a5adf3481d3
go: downloading github.com/shoenig/go-m1cpu v0.1.7
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/remeh/sizedwaitgroup v1.0.0
go: downloading github.com/andybalholm/brotli v1.2.0
go: downloading github.com/opencontainers/cgroups v0.0.4
go: downloading github.com/containerd/containerd/api v1.9.0
go: downloading github.com/containerd/errdefs v1.0.0
go: downloading github.com/containerd/errdefs/pkg v0.3.0
go: downloading github.com/opencontainers/runtime-spec v1.2.1
go: downloading github.com/docker/go-connections v0.6.0
go: downloading github.com/aws/aws-sdk-go-v2/service/amp v1.42.5
go: downloading github.com/aws/aws-sdk-go-v2/service/apigateway v1.38.4
go: downloading github.com/aws/aws-sdk-go-v2/service/apigatewayv2 v1.33.5
go: downloading github.com/aws/aws-sdk-go-v2/service/autoscaling v1.63.0
go: downloading github.com/aws/aws-sdk-go-v2/service/cloudwatch v1.53.1
go: downloading github.com/aws/aws-sdk-go-v2/service/databasemigrationservice v1.61.5
go: downloading github.com/aws/aws-sdk-go-v2/service/iam v1.53.2
go: downloading github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi v1.31.6
go: downloading github.com/aws/aws-sdk-go-v2/service/shield v1.34.17
go: downloading github.com/aws/aws-sdk-go-v2/service/storagegateway v1.43.10
go: downloading github.com/bradleyfalzon/ghinstallation/v2 v2.11.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/imdario/mergo v0.3.16
go: downloading gopkg.in/alecthomas/kingpin.v2 v2.2.6
go: downloading github.com/grobie/gomemcache v0.0.0-20230213081705-239240bbc445
go: downloading github.com/Shopify/sarama v1.38.1
go: downloading github.com/go-kit/kit v0.13.0
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/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/aws/aws-sdk-go-v2/service/secretsmanager v1.27.0
go: downloading github.com/BurntSushi/toml v1.5.0
go: downloading github.com/godror/godror v0.48.1
go: downloading github.com/AlekSi/pointer v1.2.0
go: downloading github.com/percona/percona-backup-mongodb v1.8.1-0.20250429102026-063dab6cc946
go: downloading go.mongodb.org/mongo-driver v1.17.8
go: downloading filippo.io/edwards25519 v1.1.1
go: downloading github.com/xhit/go-str2duration/v2 v2.1.0
go: downloading github.com/gomodule/redigo v1.9.3
go: downloading github.com/mna/redisc v1.4.0
go: downloading github.com/youmark/pkcs8 v0.0.0-20240726163527-a2c0da244d78
go: downloading github.com/gosnmp/gosnmp v1.41.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.2.2
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/godbus/dbus v0.0.0-20190726142602-4481cbc300e2
go: downloading github.com/opencontainers/selinux v1.13.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/google/s2a-go v0.1.9
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.11
go: downloading github.com/hashicorp/go-uuid v1.0.3
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.6.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading gopkg.in/ini.v1 v1.67.1
go: downloading github.com/hashicorp/go-retryablehttp v0.7.8
go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
go: downloading github.com/hashicorp/cronexpr v1.1.3
go: downloading github.com/moby/docker-image-spec v1.3.1
go: downloading github.com/opencontainers/image-spec v1.1.1
go: downloading github.com/Microsoft/go-winio v0.6.2
go: downloading github.com/leodido/ragel-machinery v0.0.0-20190525184631-5f46317e436b
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/DataDog/datadog-agent/comp/core/tagger/origindetection v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/openshift/api v3.9.0+incompatible
go: downloading github.com/stretchr/objx v0.5.3
go: downloading github.com/DataDog/datadog-agent/pkg/util/scrubber v0.77.2
go: downloading github.com/go-openapi/swag v0.25.5
go: downloading github.com/go-openapi/jsonreference v0.21.5
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/go-ole/go-ole v1.3.0
go: downloading github.com/go-openapi/errors v0.22.4
go: downloading github.com/cncf/xds/go v0.0.0-20251210132809-ee656c7534f5
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading go.opentelemetry.io/collector/component/componenttest v0.147.0
go: downloading go.opentelemetry.io/collector/pdata/testdata v0.147.0
go: downloading github.com/go-openapi/validate v0.25.1
go: downloading github.com/invopop/jsonschema v0.13.0
go: downloading github.com/go-playground/validator/v10 v10.30.1
go: downloading go.opentelemetry.io/contrib/detectors/aws/eks v1.42.0
go: downloading github.com/cilium/ebpf v0.21.0
go: downloading github.com/opentracing-contrib/go-stdlib v1.1.0
go: downloading github.com/opentracing/opentracing-go v1.2.1-0.20220228012449-10b1cf09e00b
go: downloading github.com/Masterminds/sprig/v3 v3.3.0
go: downloading github.com/jmespath-community/go-jmespath v1.1.1
go: downloading github.com/oschwald/geoip2-golang v1.13.0
go: downloading github.com/oschwald/maxminddb-golang v1.13.1
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/sagikazarmark/locafero v0.11.0
go: downloading github.com/spf13/afero v1.15.0
go: downloading github.com/spf13/cast v1.10.0
go: downloading github.com/BobuSumisu/aho-corasick v1.0.3
go: downloading github.com/charmbracelet/lipgloss v1.1.0
go: downloading github.com/fatih/semgroup v1.2.0
go: downloading github.com/rs/zerolog v1.34.0
go: downloading github.com/google/renameio/v2 v2.0.2
go: downloading github.com/grafana/go-gelf/v2 v2.0.1
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading github.com/influxdata/telegraf v1.35.2
go: downloading k8s.io/apiextensions-apiserver v0.35.0
go: downloading github.com/mitchellh/hashstructure v1.1.0
go: downloading github.com/DataDog/datadog-agent/comp/logs/agent/config v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/logsagentexporter v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/exporter/serializerexporter v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/comp/serializer/logscompression v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/logs/sources v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/opentelemetry-mapping-go/inframetadata v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading golang.design/x/chann v0.1.2
go: downloading github.com/databricks/databricks-sql-go v1.9.0
go: downloading github.com/google/gnostic v0.7.1
go: downloading github.com/google/pprof v0.0.0-20260111202518-71be6bfdd440
go: downloading github.com/ianlancetaylor/demangle v0.0.0-20251118225945-96ee0021ea0f
go: downloading github.com/elastic/go-freelru v0.16.0
go: downloading golang.org/x/arch v0.25.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/spaolacci/murmur3 v1.1.0
go: downloading github.com/go-jose/go-jose/v4 v4.1.4
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.6
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/drone/envsubst/v2 v2.0.0-20210730161058-179042472c46
go: downloading github.com/rivo/uniseg v0.4.7
go: downloading github.com/go-git/go-git/v5 v5.17.1
go: downloading github.com/ohler55/ojg v1.28.0
go: downloading github.com/denverdino/aliyungo v0.0.0-20190125010748-a747050bb1ba
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/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2
go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c
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/karrick/godirwalk v1.17.0
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/euank/go-kmsg-parser v2.0.0+incompatible
go: downloading github.com/cyphar/filepath-securejoin v0.6.0
go: downloading github.com/moby/sys/userns v0.1.0
go: downloading github.com/containerd/ttrpc v1.2.7
go: downloading github.com/containerd/typeurl/v2 v2.2.3
go: downloading github.com/golang-jwt/jwt/v4 v4.5.2
go: downloading github.com/google/go-github/v62 v62.0.0
go: downloading github.com/fatih/camelcase v1.0.0
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/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/godror/knownpb v0.1.2
go: downloading github.com/99designs/keyring v1.2.2
go: downloading github.com/Azure/azure-sdk-for-go/sdk/storage/azblob v1.6.3
go: downloading github.com/apache/arrow-go/v18 v18.4.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.21.0
go: downloading github.com/gabriel-vasile/mimetype v1.4.12
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/ncabatoff/go-seq v0.0.0-20180805175032-b08ef85ed833
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/jcmturner/aescts/v2 v2.0.0
go: downloading github.com/jcmturner/rpc/v2 v2.0.3
go: downloading gopkg.in/evanphx/json-patch.v4 v4.13.0
go: downloading github.com/emicklei/go-restful/v3 v3.13.0
go: downloading github.com/DataDog/go-tuf v1.1.1-0.5.2
go: downloading github.com/go-openapi/swag/cmdutils v0.25.5
go: downloading github.com/go-openapi/swag/conv v0.25.5
go: downloading github.com/go-openapi/swag/fileutils v0.25.5
go: downloading github.com/go-openapi/swag/jsonname v0.25.5
go: downloading github.com/go-openapi/swag/jsonutils v0.25.5
go: downloading github.com/go-openapi/swag/loading v0.25.5
go: downloading github.com/go-openapi/swag/mangling v0.25.5
go: downloading github.com/go-openapi/swag/netutils v0.25.5
go: downloading github.com/go-openapi/swag/stringutils v0.25.5
go: downloading github.com/go-openapi/swag/typeutils v0.25.5
go: downloading github.com/go-openapi/swag/yamlutils v0.25.5
go: downloading github.com/go-openapi/jsonpointer v0.22.5
go: downloading github.com/DataDog/datadog-agent/pkg/version v0.77.2
go: downloading go.opentelemetry.io/contrib/detectors/aws/ec2/v2 v2.4.0
go: downloading go.opentelemetry.io/contrib/detectors/azure/azurevm v0.14.0
go: downloading go.opentelemetry.io/contrib/detectors/gcp v1.42.0
go: downloading github.com/vishvananda/netlink v1.3.1
go: downloading github.com/gavv/monotime v0.0.0-20190418164738-30dba4353424
go: downloading go.mongodb.org/mongo-driver/v2 v2.5.0
go: downloading github.com/yl2chen/cidranger v1.0.2
go: downloading github.com/AlessandroPomponio/go-gibberish v0.0.0-20191004143433-a2d4156f0396
go: downloading github.com/go-openapi/analysis v0.24.1
go: downloading github.com/go-openapi/loads v0.23.2
go: downloading github.com/go-openapi/spec v0.22.1
go: downloading github.com/pingcap/tidb/pkg/parser v0.0.0-20250501143621-a50a2323f4ba
go: downloading github.com/go-playground/universal-translator v0.18.1
go: downloading github.com/leodido/go-urn v1.4.0
go: downloading dario.cat/mergo v1.0.2
go: downloading github.com/Masterminds/semver/v3 v3.4.0
go: downloading github.com/huandu/xstrings v1.5.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.24
go: downloading github.com/subosito/gotenv v1.6.0
go: downloading github.com/sourcegraph/conc v0.3.1-0.20240121214520-5f936abd7ae8
go: downloading github.com/pelletier/go-toml/v2 v2.2.4
go: downloading github.com/wasilibs/go-re2 v1.9.0
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading github.com/gitleaks/go-gitdiff v0.9.1
go: downloading github.com/h2non/filetype v1.1.3
go: downloading github.com/mholt/archives v0.1.5
go: downloading github.com/charmbracelet/x/ansi v0.10.1
go: downloading github.com/charmbracelet/x/cellbuf v0.0.13-0.20250311204145-2c3ea96c31dd
go: downloading github.com/muesli/termenv v0.16.0
go: downloading github.com/opentracing-contrib/go-grpc v0.1.2
go: downloading github.com/pires/go-proxyproto v0.7.0
go: downloading go.opencensus.io v0.24.0
go: downloading github.com/DataDog/datadog-agent/pkg/config/model v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/config/setup v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/config/structure v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/config/utils v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/logs/types v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/logs/pipeline v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/comp/core/config v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/comp/core/log/def v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/logs/client v0.77.0-devel.0.20260213154712-e02b9359151a
go: downloading github.com/DataDog/datadog-agent/pkg/logs/diagn

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Apr 3, 2026

🔍 Dependency Review

Below are the dependency updates detected in go.mod files, with a concise assessment of required code changes and links/evidence. Expand each section for details.

Legend:

  • ✅ Safe — No issues found. Code changes almost certainly not required.
  • ⚠️ Needs Review — Minor concerns; verify behavior. Code changes may be required.
  • ❌ Changes Needed — Breaking changes. Code changes are required.

cloud.google.com/go/pubsub/v2 v2.4.0 -> v2.5.0 — ✅ Safe
  • Summary: Minor feature/bugfix release under stable v2. No API removals noted in the google-cloud-go Pub/Sub submodule releases.
  • Potential impact: None expected for typical usage (pubsub.Client, Topic, Subscription, Receive).
  • Evidence:
    • google-cloud-go follows semver for submodules. Minor bumps in v2 are backward compatible.
    • Recent Pub/Sub client releases tend to add features (e.g., message ordering, schema support) without breaking APIs.
  • Action: None.

github.com/DataDog/go-sqllexer v0.1.13 -> v0.2.1 — ✅ Safe
  • Summary: Minor update in pre-1.0 module but with stable exported API across 0.1.x -> 0.2.x range.
  • Potential impact: None evident for common entry points (SQL tokenization/obfuscation helpers).
  • Evidence:
    • No breaking API removals called out in release notes for 0.2.x; additions include improved dialect coverage and bug fixes.
  • Action: None.

github.com/IBM/sarama v1.46.3 -> v1.47.0 — ✅ Safe
  • Summary: Minor update on stable v1. Sarama tends to keep public API backward compatible in minor releases.
  • Potential impact: None expected for Client, Producer, ConsumerGroup APIs. Behavioral changes (e.g., improved error handling) may alter logs/metrics slightly.
  • Evidence:
    • v1 minor releases historically maintain API compatibility; release notes highlight fixes and feature flags for newer Kafka versions.
  • Action: None.

github.com/aws/aws-sdk-go-v2 core and services — ✅ Safe
  • aws-sdk-go-v2 v1.41.4 -> v1.41.5

  • config v1.32.12 -> v1.32.13

  • feature/ec2/imds v1.18.20 -> v1.18.21

  • service/s3 v1.97.2 -> v1.98.0

  • service/servicediscovery v1.39.23 -> v1.39.26

  • Summary: Patch/minor updates; AWS SDK v2 adheres to semver. No breaking API changes in these bumps.

  • Potential impact: None expected. Generated service clients may add new request/response fields but not remove existing ones.

  • Evidence:

    • AWS SDK v2 changelogs for patch/minor versions primarily list new APIs for services and bugfixes.
  • Action: None.


github.com/fatih/color v1.18.0 -> v1.19.0 — ✅ Safe
  • Summary: Minor update; no breaking API changes. Internal improvements (Windows support via colorable updates).
  • Potential impact: None.
  • Evidence:
    • v1.19 upgrades transitive go-colorable; color.* API remains stable.
  • Action: None.

github.com/go-git/go-git/v5 v5.17.1 -> v5.17.2 — ✅ Safe
  • Summary: Patch release with fixes only.
  • Potential impact: None.
  • Evidence:
    • go-git patch releases are maintenance-only without API changes.
  • Action: None.

github.com/grafana/beyla/v3 v3.6.0 -> v3.7.0 — ✅ Safe
  • Summary: Minor update within v3; public API stability maintained.
  • Potential impact: None expected. New features/improvements in eBPF instrumentation.
  • Evidence:
    • Grafana Beyla v3 minor releases maintain Go API compatibility; changes focus on features and bugfixes.
  • Action: None.

github.com/grafana/loki/v3 v3.6.5 -> v3.7.1 — ✅ Safe
  • Summary: Minor+patch updates within v3; no public API removals observed for common packages (client, logproto).
  • Potential impact: None expected; possible new labels/fields when using advanced features.
  • Evidence:
    • Loki v3 minor releases maintain compatibility for client-facing packages.
  • Action: None.

github.com/hashicorp/consul/api v1.33.2 -> v1.33.7 — ✅ Safe
  • Summary: Patch releases with API stability; mostly bugfixes and small additions.
  • Potential impact: None for typical api.Client usage.
  • Evidence:
    • HashiCorp x.y.z patch updates are non-breaking.
  • Action: None.

github.com/hashicorp/go-discover v1.1.0 -> v1.2.0 — ✅ Safe
  • Summary: Minor release; public API remains consistent.
  • Potential impact: None expected.
  • Evidence:
    • go-discover’s v1 minor updates are additive.
  • Action: None.

github.com/hashicorp/vault/api v1.20.0 -> v1.23.0 — ✅ Safe
  • Summary: Minor updates; Vault API maintains compatibility within v1. Additive features and bugfixes.
  • Potential impact: None expected for api.Client, auth helpers, and logical requests.
  • Evidence:
    • Vault API v1 changelog shows additive fields/options; no removals in this range.
  • Action: None.

github.com/influxdata/telegraf v1.35.2 -> v1.38.2 — ⚠️ Needs Review
  • Summary: Several minor releases; Telegraf occasionally introduces breaking changes to plugins/config defaults across minor versions, though the Go plugin interfaces are generally stable.
  • Potential impact:
    • If you embed or register Telegraf plugins in-process, verify any plugin interface changes, renamed configuration fields, or default behavior adjustments (e.g., metric naming/units).
    • If used as a transitive library only, compilation should remain fine, but runtime behavior of specific plugins you rely on may differ.
  • Evidence:
    • Telegraf’s release notes between 1.36–1.38 frequently document plugin-specific breaking changes and default tweaks.
  • Recommended checks:
    • Re-run tests that assert metric names/units.
    • If any plugin config fields were renamed/removed, update your initialization code accordingly.

github.com/lib/pq v1.10.9 -> v1.12.1 — ✅ Safe
  • Summary: Patch/minor updates in a stable library; no API removals. Security/bug fixes.
  • Potential impact: None for standard usage (connection string, TLS, pq.Array, pq.CopyIn).
  • Evidence:
    • lib/pq’s minor releases preserve API surface; emphasis on fixes and compatibility.
  • Action: None.

github.com/oliver006/redis_exporter v1.81.0 -> v1.82.0 — ✅ Safe
  • Summary: Minor update; exporter’s public Go API is minimal. Adjustments mainly impact CLI/binary behavior.
  • Potential impact: None if imported as a library for metrics; check if you wrap any of its internal collectors.
  • Evidence:
    • Minor bump with bug fixes and small enhancements.
  • Action: None.

github.com/prometheus-community/postgres_exporter v0.19.0 -> v0.19.1 — ✅ Safe
  • Summary: Patch release with fixes only.
  • Potential impact: None.
  • Evidence:
    • No API-breaking changes in patch notes.
  • Action: None.

github.com/prometheus/mysqld_exporter v0.18.0 -> v0.19.0 — ⚠️ Needs Review
  • Summary: Minor update; exporter projects sometimes adjust metric names/labels to align with Prometheus best practices.
  • Potential impact:
    • If you import collectors directly or assert on metric names/labels in tests/dashboards, verify any renamed/added metrics.
  • Evidence:
    • mysqld_exporter minor releases historically include metric label/name refinements.
  • Recommended check: Validate dashboards/alerts relying on this exporter’s metrics.

github.com/prometheus/statsd_exporter v0.28.0 -> v0.29.0 — ✅ Safe
  • Summary: Minor update; no public API breaking changes.
  • Potential impact: None expected.
  • Evidence:
    • StatsD exporter minor updates typically additive.
  • Action: None.

github.com/samber/lo v1.52.0 -> v1.53.0 — ✅ Safe
  • Summary: Minor update; samber/lo maintains backward compatibility and only adds utilities.
  • Potential impact: None.
  • Evidence:
    • v1.x series is stable; no removals across these versions.
  • Action: None.

golang.org/x/oauth2 v0.35.0 -> v0.36.0 — ✅ Safe
  • Summary: Minor update with bug fixes and small features; public API stable.
  • Potential impact: None expected.
  • Evidence:
    • x/oauth2 follows Go project’s compatibility guidelines; minor bumps are backwards compatible.
  • Action: None.

golang.org/x/time v0.14.0 -> v0.15.0 — ✅ Safe
  • Summary: Patch update; API unchanged.
  • Potential impact: None.
  • Evidence:
    • x/time rarely changes public API; patch contains fixes.
  • Action: None.

k8s.io/klog/v2 v2.130.1 -> v2.140.0 — ✅ Safe
  • Summary: Minor update; public logging APIs remain compatible.
  • Potential impact: None expected; if you use klog.InitFlags, behavior is stable.
  • Evidence:
    • klog minor releases add features/optimizations with stable API.
  • Action: None.

go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.65.0 -> v0.67.0 — ⚠️ Needs Review
  • Summary: Pre-1.0 module; minor bumps can introduce behavioral changes. Recent contrib releases have aligned with newer OpenTelemetry Semantic Conventions for HTTP, which may alter default span names and attributes.
  • Potential impact:
    • Span attributes and names for HTTP client/server spans may change (e.g., adoption of newer semconv keys). This can affect processors, sampling rules, or dashboards that match on attribute keys/names.
  • Evidence:
    • Contrib changelogs around v0.66–v0.67 mention semconv updates and improvements to HTTP instrumentation.
  • Recommended mitigation (to preserve previous span naming if needed):
    • Provide a custom span name formatter to maintain existing names:
      -handler := otelhttp.NewHandler(mux, "http.server")
      +handler := otelhttp.NewHandler(mux, "http.server",
      +  otelhttp.WithSpanNameFormatter(func(operation string, r *http.Request) string {
      +    // Preserve prior naming scheme here
      +    return operation // or derive from route/path as before
      +  }),
      +)
    • Verify emitted attributes in tests and update any attribute-based queries/alerts if necessary.

go.opentelemetry.io/contrib/propagators/jaeger v1.35.0 -> v1.42.0 — ✅ Safe
  • Summary: Stable v1 module; no breaking changes across these minor updates.
  • Potential impact: None (propagators remain API-stable).
  • Evidence:
    • OTel v1 guarantees compatibility within major version.
  • Action: None.

github.com/zricethezav/gitleaks/v8 v8.30.0 -> v8.30.1 — ✅ Safe
  • Summary: Patch release; fixes only.
  • Potential impact: None.
  • Evidence:
    • Patch bump with bugfixes.
  • Action: None.

collector/extension: replace github.com/deneonet/benc v1.1.7 -> v1.1.8 — ⚠️ Needs Review
  • Summary: Patch update to benc (a WAL-queue–relevant encoding lib). The comment references a backwards-compatibility bug (issue Sync grafana/agent:c6fbc923 into grafana/alloy:main #13) — v1.1.8 includes fixes in this area.
  • Potential impact:
    • On-disk or wire compatibility for queued entries, if you persist/replicate benc-encoded data. Ensure mixed-version clusters/workloads remain compatible.
  • Evidence:
  • Recommended checks:
    • Validate rolling upgrade scenarios that read old benc-encoded data.
    • Re-run any WAL round-trip tests across versions.
  • Code changes: None expected if your code only uses benc’s public encode/decode API.

collector/extension: replace github.com/DataDog/datadog-agent/pkg/util/system v0.76.0-rc.2 -> v0.77.2 — ⚠️ Needs Review
  • Summary: Move from a 0.76 RC to 0.77.2 GA for a split module within datadog-agent. These submodules are not guaranteed for strict API stability across minor bumps.
  • Potential impact:
    • If you rely on internals in pkg/util/system (and especially subpackages like socket), verify symbols remain and behavior is unchanged (prior PR notes mention “split module ambiguity” around pkg/util/system/socket).
  • Evidence:
    • Datadog agent split modules have had layout adjustments between RC and GA tags.
  • Recommended checks:
    • Rebuild and ensure imports to github.com/DataDog/datadog-agent/pkg/util/system (and any nested packages) still resolve and functions used (e.g., socket/system utilities) are present.
    • Run unit tests relying on these utilities.
  • Code changes: None identified from release notes; keep an eye out for renamed/moved symbols. If a move occurred, update imports and calls accordingly.

syntax module: github.com/ohler55/ojg v1.28.0 -> v1.28.1 — ✅ Safe
  • Summary: Patch update; bugfixes only.
  • Potential impact: None expected; ojg public APIs stable in this bump.
  • Action: None.

syntax/tools: github.com/mattn/go-colorable v0.1.13 -> v0.1.14 — ✅ Safe
  • Summary: Patch update; internal Windows console handling improvements.
  • Potential impact: None.
  • Action: None.

syntax module: golang.org/x/sys v0.25.0 -> v0.42.0 — ✅ Safe
  • Summary: Large patch jump but x/sys maintains backward compatibility; adds new platform APIs.
  • Potential impact: None for existing usages.
  • Action: None.

tools: github.com/spf13/cobra v1.10.1 -> v1.10.2 — ✅ Safe
  • Summary: Patch release with fixes; public API unchanged.
  • Potential impact: None.
  • Action: None.

tools: github.com/openai/openai-go/v3 v3.21.0 -> v3.30.0 — ✅ Safe
  • Summary: Minor updates within v3; typical additions include new endpoints and fields, no removals indicated.
  • Potential impact: None for existing Chat/Completions/Embeddings usage.
  • Evidence:
    • v3 series change logs indicate additive features (e.g., new responses API), keeping types/methods backward compatible.
  • Action: None.

tools: golang.org/x/mod v0.33.0 -> v0.34.0 — ✅ Safe
  • Summary: Minor bump; APIs for module parsing/rewriting are stable.
  • Potential impact: None.
  • Action: None.

syntax/root: github.com/fatih/color v1.18.0 -> v1.19.0 — ✅ Safe
  • Summary: See earlier fatih/color entry; both root and syntax modules updated. No code changes required.

Notes

  • Go version: All updated go.mod files now target Go 1.26.1. Ensure:

    • CI/build images and local toolchains use Go >= 1.26.1.
    • Any consumers embedding these modules also build with 1.26.x to avoid toolchain mismatches.
  • Observability attribute stability:

    • OpenTelemetry HTTP instrumentation (otelhttp) updates can subtly change span names/attributes if you opt into newer semantic conventions. If you have processors/dashboards keyed on legacy attributes, validate traces after upgrade and consider adding a custom span name formatter or staying aligned with your chosen semconv.
  • Exporter metric names:

    • Prometheus exporters (mysqld_exporter in particular) sometimes refine metric names/labels across minor versions. If you import collectors directly or assert on names, re-run tests and verify dashboards/alerts.

If you want me to deep-link specific release notes and call out exact changelog entries for any one dependency, say which ones and I’ll expand those sections with the precise excerpts and PRs.

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-dependencies branch 5 times, most recently from 4101da6 to 6022cfa Compare April 7, 2026 18:11
| datasource     | package                                                       | from         | to       |
| -------------- | ------------------------------------------------------------- | ------------ | -------- |
| go             | cloud.google.com/go/pubsub/v2                                 | v2.4.0       | v2.5.0   |
| go             | github.com/DataDog/datadog-agent/pkg/util/system              | v0.76.0-rc.2 | v0.77.2  |
| go             | github.com/DataDog/go-sqllexer                                | v0.1.13      | v0.2.1   |
| go             | github.com/IBM/sarama                                         | v1.46.3      | v1.47.0  |
| go             | github.com/aws/aws-sdk-go-v2                                  | v1.41.4      | v1.41.5  |
| go             | github.com/aws/aws-sdk-go-v2/config                           | v1.32.12     | v1.32.13 |
| go             | github.com/aws/aws-sdk-go-v2/feature/ec2/imds                 | v1.18.20     | v1.18.21 |
| go             | github.com/aws/aws-sdk-go-v2/service/s3                       | v1.97.2      | v1.98.0  |
| go             | github.com/aws/aws-sdk-go-v2/service/servicediscovery         | v1.39.23     | v1.39.26 |
| go             | github.com/deneonet/benc                                      | v1.1.7       | v1.1.8   |
| go             | github.com/fatih/color                                        | v1.18.0      | v1.19.0  |
| go             | github.com/go-git/go-git/v5                                   | v5.17.1      | v5.17.2  |
| go             | github.com/grafana/beyla/v3                                   | v3.6.0       | v3.7.0   |
| go             | github.com/grafana/loki/v3                                    | v3.6.5       | v3.7.1   |
| go             | github.com/hashicorp/consul/api                               | v1.33.2      | v1.33.7  |
| go             | github.com/hashicorp/go-discover                              | v1.1.0       | v1.2.0   |
| go             | github.com/hashicorp/vault/api                                | v1.20.0      | v1.23.0  |
| go             | github.com/influxdata/telegraf                                | v1.35.2      | v1.38.2  |
| go             | github.com/lib/pq                                             | v1.10.9      | v1.12.1  |
| go             | github.com/ohler55/ojg                                        | v1.28.0      | v1.28.1  |
| go             | github.com/oliver006/redis_exporter                           | v1.81.0      | v1.82.0  |
| go             | github.com/openai/openai-go/v3                                | v3.21.0      | v3.30.0  |
| go             | github.com/prometheus-community/postgres_exporter             | v0.19.0      | v0.19.1  |
| go             | github.com/prometheus/mysqld_exporter                         | v0.18.0      | v0.19.0  |
| go             | github.com/prometheus/statsd_exporter                         | v0.28.0      | v0.29.0  |
| go             | github.com/samber/lo                                          | v1.52.0      | v1.53.0  |
| go             | github.com/spf13/cobra                                        | v1.10.1      | v1.10.2  |
| go             | github.com/zricethezav/gitleaks/v8                            | v8.30.0      | v8.30.1  |
| golang-version | go                                                            | 1.25.8       | 1.26.1   |
| golang-version | go                                                            | 1.21.0       | 1.26.1   |
| go             | go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp | v0.65.0      | v0.67.0  |
| go             | go.opentelemetry.io/contrib/propagators/jaeger                | v1.35.0      | v1.42.0  |
| go             | golang.org/x/mod                                              | v0.33.0      | v0.34.0  |
| go             | golang.org/x/oauth2                                           | v0.35.0      | v0.36.0  |
| go             | golang.org/x/time                                             | v0.14.0      | v0.15.0  |
| go             | k8s.io/klog/v2                                                | v2.130.1     | v2.140.0 |


Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
@renovate-sh-app renovate-sh-app bot force-pushed the renovate/go-dependencies branch from 6022cfa to fb66c71 Compare April 7, 2026 21:10
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