Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 19, 2026

Bumps the go-deps group with 19 updates in the / directory:

Package From To
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.20.0 1.21.0
github.com/DataDog/datadog-api-client-go/v2 2.43.0 2.54.0
github.com/elazarl/goproxy 1.7.2 1.8.0
github.com/fluxcd/cli-utils 0.36.0-flux.15 0.37.0-flux.1
github.com/fluxcd/pkg/apis/meta 1.23.0 1.24.0
github.com/fluxcd/pkg/auth 0.33.0 0.35.0
github.com/fluxcd/pkg/runtime 0.91.0 0.95.0
github.com/fluxcd/pkg/ssa 0.61.0 0.62.0
github.com/getsentry/sentry-go 0.35.3 0.41.0
github.com/ktrysmt/go-bitbucket 0.9.87 0.9.88
github.com/nats-io/nats.go 1.46.1 1.48.0
github.com/onsi/gomega 1.38.3 1.39.0
github.com/sethvargo/go-limiter 1.0.0 1.1.0
gitlab.com/gitlab-org/api/client-go 0.147.0 1.14.0
go.opentelemetry.io/otel 1.38.0 1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.38.0 1.39.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.38.0 1.39.0
golang.org/x/oauth2 0.33.0 0.34.0
google.golang.org/api 0.256.0 0.260.0

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.20.0 to 1.21.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.21.0

1.21.0 (2026-01-12)

Features Added

  • Added runtime/datetime package which provides specialized time type wrappers for serializing and deserializing time values in various formats used by Azure services.

Other Changes

  • Aligned cloud.AzureGovernment and cloud.AzureChina audience values with Azure CLI
Commits

Updates github.com/DataDog/datadog-api-client-go/v2 from 2.43.0 to 2.54.0

Release notes

Sourced from github.com/DataDog/datadog-api-client-go/v2's releases.

v2.54.0

See ./CHANGELOG.md for details

v2.53.0

See ./CHANGELOG.md for details

v2.52.0

See ./CHANGELOG.md for details

v2.51.0

See ./CHANGELOG.md for details

v2.50.0

See ./CHANGELOG.md for details

v2.49.0

See ./CHANGELOG.md for details

v2.48.0

See ./CHANGELOG.md for details

v2.47.0

See ./CHANGELOG.md for details

v2.46.0

See ./CHANGELOG.md for details

v2.45.0

See ./CHANGELOG.md for details

v2.44.0

See ./CHANGELOG.md for details

Changelog

Sourced from github.com/DataDog/datadog-api-client-go/v2's changelog.

2.54.0/2026-01-15

Added

  • Add subtest for synthetics multistep tests #3596
  • feat - Add data-quality alert monitor type support #3594
  • Add a new end point that allows the SPA recommendation to be called without the shard parameter #3585
  • Add Critical Assets specs to security_monitoring feature #3581
  • Add new Observability Pipelines components #3576
  • Specify accepted types for UpsertRows values #3567
  • Add subtest for synthetics multistep tests #3555
  • Add query param in rules list endpoint #3547
  • Add Security Findings Public API beta endpoints #3532
  • Add bar chart widget to Dashboards API #3505
  • Update distribution and heatmap's markers ,num_buckets properties and allowed request/query #3504
  • Add region_filter_configs and is_global_location_enabled to v2 GCP API #3497

Deprecated

  • Update docs for Security Finding API endpoints #3592

Fixed

  • Use nullable list for non-primitives types as well #3589
  • remove duplicate sync_enabled field for PATCH Reference Tables request schema #3478

Removed

  • Revert - Update specs for AWS account updates and creation for CCM configs #3579

2.53.0/2026-01-08

Added

  • Add new bits_ai usage attribution type to Usage Attribution Public API Documentation #3566
  • Add Product Analytics Server-Side Events API endpoint #3561
  • Update /api/v2/cases endpoint to add custom attributes support #3558
  • Documentation for team notifications API #3554
  • [RQ-7160] Add llm_spans and deprecate llm_observability #3540
  • Add display_name to Observability Pipeline processors #3538
  • Add a new includeDiscovered query parameter to Software Catalog APIs #3535
  • Add routes for managing On-Call user notification rules #3534
  • Add anomaly detection options to security monitoring rules #3531
  • Remove preview/unstable tags from GitHub team sync and connections endpoints #3529
  • Added spec for flex_stored_logs #3523
  • Add documentation for synthetics global variable jsonpatch endpoint #3484

Changed

  • Remove steps from certain expected synthetics api response #3565
  • Add documentation for GET, POST, PATCH, and DELETE api/v2/incidents/incident_id/attachments endpoints #3508

2.52.0/2025-12-17

Changed

  • Mark Incident Impact Endpoints stable #3530

... (truncated)

Commits
  • 80b8826 Bump versions and add changelog entries. (#3602)
  • 53c1f3c Add bar chart widget to Dashboards API (#3505)
  • 7d316b4 Add Critical Assets specs to security_monitoring feature (#3581)
  • 6111c76 Add query param in rules list endpoint (#3547)
  • e4fae70 Regenerate client from commit aa13f77 of spec repo (#3593)
  • f60ce99 Add new Observability Pipelines components (#3576)
  • e25cc33 Use nullable list for non-primitives types as well (#3589)
  • 58f69c7 [REDHOSTS-612] Update Tags API Documentation (#3511)
  • c27207d Add subtest for synthetics multistep tests (#3596)
  • 4f97847 Add region_filter_configs and is_global_location_enabled to v2 GCP API (#3497)
  • Additional commits viewable in compare view

Updates github.com/elazarl/goproxy from 1.7.2 to 1.8.0

Release notes

Sourced from github.com/elazarl/goproxy's releases.

v1.8.0

What's Changed

New Contributors

Full Changelog: elazarl/goproxy@v1.7.2...v1.8.0

Commits
  • 26d3e75 Fix linter configuration & issues (#735)
  • 5f52967 fix auth remote proxy in cascadeproxy (#664)
  • b81733c Bump actions/setup-go from 5 to 6 (#709)
  • 2df6d8b Bump github.com/coder/websocket from 1.8.12 to 1.8.14 in /examples (#711)
  • 1854770 Bump github.com/stretchr/testify from 1.10.0 to 1.11.1 in /ext (#708)
  • 78c76be Fix keep alive logic and replace legacy response write logic (#734)
  • 8766328 Bump golangci/golangci-lint-action from 6 to 9 (#725)
  • fad3713 Merge pull request #728 from elazarl/dependabot/github_actions/actions/checko...
  • 3cfbd83 Bump actions/checkout from 4 to 6
  • 29d1550 Merge pull request #720 from Skn0tt/reproduce-mitm-content-length-bug
  • Additional commits viewable in compare view

Updates github.com/fluxcd/cli-utils from 0.36.0-flux.15 to 0.37.0-flux.1

Commits

Updates github.com/fluxcd/pkg/apis/meta from 1.23.0 to 1.24.0

Commits
  • f3c7b60 Merge pull request #1042 from fluxcd/add-queue
  • 9b058c8 Prepare for release
  • 4f7f34b runtime/controller: add support for detecting enqueue events while reconciling
  • 22fc427 Merge pull request #1060 from arvatoaws-labs/main
  • aa1f17c feat: add support for aws eusc domain
  • a65ff96 Merge pull request #1059 from fluxcd/improve-job-kstatus
  • 077fa74 runtime/statusreaders: improve Job status reader
  • cac5502 Merge pull request #1054 from cappyzawa/proxy-url-validation
  • e4755ca Prepare for release
  • 8a1b950 runtime/secrets: validate proxy URL scheme and length
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/auth from 0.33.0 to 0.35.0

Commits
  • f01e8d6 Merge pull request #999 from abhijith-darshan/feat/gh_app_ca
  • e77a11b Prepare for release
  • 9fd9628 git/github: Add support for mTLS to GitHub App transport
  • 04d916d Merge pull request #997 from cappyzawa/feat/tls-config-from-secret-ref-options
  • 4642dab Prepare for release
  • 27b414e runtime/secrets: add TLSConfigOption support to TLSConfigFromSecretRef
  • dbf1d22 Merge pull request #995 from cappyzawa/feat/tls-config-options
  • cb022f7 Prepare for release
  • 488ca09 runtime/secrets: add WithSystemCertPool for CA handling
  • 1c8c7bb Merge pull request #993 from cappyzawa/feat/remove-insecure-parameter
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/runtime from 0.91.0 to 0.95.0

Commits
  • 2818265 Merge pull request #1076 from fluxcd/gh-app-owner-helpers
  • b5e6bdd Prepare for release
  • 33c862d runtime/secrets: introduce gh app owner in secret helpers
  • 558cc75 Merge pull request #1074 from fluxcd/gh-app-owner
  • 3ca633a git/github: introduce support for looking up app installation ID
  • d6af17e Merge pull request #1071 from fluxcd/fix-flux2-5677
  • 1e27082 auth: remove cluster host matching requirement
  • 2f71d01 Merge pull request #1068 from fluxcd/cel-improvements
  • 9307c2c Prepare for release
  • f5abb7c runtime/cel: simplify status reader
  • Additional commits viewable in compare view

Updates github.com/fluxcd/pkg/ssa from 0.61.0 to 0.62.0

Commits
  • 572c0fc Merge pull request #1058 from fluxcd/dependabot/github_actions/ci-30d17f4058
  • ac6c615 build(deps): bump the ci group across 1 directory with 4 updates
  • 7dedb99 Merge pull request #1067 from fluxcd/git-unify
  • 0e641e6 git: merge gogit module into git module
  • fd7874f Merge pull request #1055 from yozel/yozel/bug-fix
  • 2cd3485 Fix incorrect metadata patch generation
  • f92d4c6 Merge pull request #1064 from fluxcd/gh-refactor
  • 6b57946 git: refactor GitHub App auth to use go-github direclty
  • 3f44dbd Merge pull request #1063 from fluxcd/test-chunks
  • 387d652 Revert "Use large runners for tests"
  • Additional commits viewable in compare view

Updates github.com/getsentry/sentry-go from 0.35.3 to 0.41.0

Release notes

Sourced from github.com/getsentry/sentry-go's releases.

0.41.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.41.0.

Features

  • Add HTTP client integration for distributed tracing via sentryhttpclient package (#876)
    • Provides an http.RoundTripper implementation that automatically creates spans for outgoing HTTP requests
    • Supports trace propagation targets configuration via WithTracePropagationTargets option
    • Example usage:
      import sentryhttpclient "github.com/getsentry/sentry-go/httpclient"
      roundTripper := sentryhttpclient.NewSentryRoundTripper(nil)
      client := &http.Client{
      Transport: roundTripper,
      }

  • Add ClientOptions.PropagateTraceparent option to control W3C traceparent header propagation in outgoing HTTP requests (#1161)
  • Add SpanID field to structured logs (#1169)

0.40.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.40.0.

Bug Fixes

  • Disable DisableTelemetryBuffer flag and noop Telemetry Buffer, to prevent a panic at runtime (#1149).

0.39.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.39.0.

Features

  • Drop events from the telemetry buffer when rate-limited or transport is full, allowing the buffer queue to empty itself under load (#1138).

Bug Fixes

  • Fix scheduler's hasWork() method to check if buffers are ready to flush. The previous implementation was causing CPU spikes (#1143).

0.38.0

Breaking Changes

Features

  • Introduce a new async envelope transport and telemetry buffer to prioritize and batch events (#1094, #1093, #1107).
    • Advantages:
      • Prioritized, per-category buffers (errors, transactions, logs, check-ins) reduce starvation and improve resilience under load
      • Batching for high-volume logs (up to 100 items or 5s) cuts network overhead
      • Bounded memory with eviction policies
      • Improved flush behavior with context-aware flushing
  • Add ClientOptions.DisableTelemetryBuffer to opt out and fall back to the legacy transport layer (HTTPTransport / HTTPSyncTransport).

... (truncated)

Changelog

Sourced from github.com/getsentry/sentry-go's changelog.

0.41.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.41.0.

Features

  • Add HTTP client integration for distributed tracing via sentryhttpclient package (#876)
    • Provides an http.RoundTripper implementation that automatically creates spans for outgoing HTTP requests
    • Supports trace propagation targets configuration via WithTracePropagationTargets option
    • Example usage:
      import sentryhttpclient "github.com/getsentry/sentry-go/httpclient"
      roundTripper := sentryhttpclient.NewSentryRoundTripper(nil)
      client := &http.Client{
      Transport: roundTripper,
      }

  • Add ClientOptions.PropagateTraceparent option to control W3C traceparent header propagation in outgoing HTTP requests (#1161)
  • Add SpanID field to structured logs (#1169)

0.40.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.40.0.

Bug Fixes

  • Disable DisableTelemetryBuffer flag and noop Telemetry Buffer, to prevent a panic at runtime (#1149).

0.39.0

The Sentry SDK team is happy to announce the immediate availability of Sentry Go SDK v0.39.0.

Features

  • Drop events from the telemetry buffer when rate-limited or transport is full, allowing the buffer queue to empty itself under load (#1138).

Bug Fixes

  • Fix scheduler's hasWork() method to check if buffers are ready to flush. The previous implementation was causing CPU spikes (#1143).

0.38.0

Breaking Changes

Features

  • Introduce a new async envelope transport and telemetry buffer to prioritize and batch events (#1094, #1093, #1107).
    • Advantages:
      • Prioritized, per-category buffers (errors, transactions, logs, check-ins) reduce starvation and improve resilience under load

... (truncated)

Commits
  • 87e197c release: 0.41.0
  • a130ff1 chore: prepare 0.41.0 (#1172)
  • f3a5a3f feat: refactor log serialization to match docs (#1169)
  • 736c662 build(deps): bump actions/create-github-app-token from 2.1.4 to 2.2.1 (#1164)
  • 30c8b2e build(deps): bump golangci/golangci-lint-action from 8.0.0 to 9.2.0 (#1165)
  • 335c5f1 build(deps): bump codecov/codecov-action from 5.5.1 to 5.5.2 (#1163)
  • 77f5f7d build(deps): bump actions/checkout from 5 to 6 (#1162)
  • f5cdcd9 build(deps): bump actions/cache from 4 to 5 (#1166)
  • 8cb62cf feat: add propagateTraceparent option (#1161)
  • d7582e8 feat: add http client integration (#876)
  • Additional commits viewable in compare view

Updates github.com/ktrysmt/go-bitbucket from 0.9.87 to 0.9.88

Release notes

Sourced from github.com/ktrysmt/go-bitbucket's releases.

v0.9.88

Commits
  • c7bddf1 fix: replace log.Fatal with proper error returns in client constructors (#327)
  • 978aad8 Bump golang.org/x/oauth2 from 0.30.0 to 0.33.0 (#324)
  • 46cb7d2 Bump golang.org/x/net from 0.41.0 to 0.43.0 (#315)
  • See full diff in compare view

Updates github.com/nats-io/nats.go from 1.46.1 to 1.48.0

Release notes

Sourced from github.com/nats-io/nats.go's releases.

Release v1.48.0

Changelog

ADDED

  • Core NATS:
    • Add publish subject validation and a connection option to skip it (#1974, #1979)
  • KeyValue:
    • Enable custom subject transforms on KV sourcing (#1960)

FIXED

  • JetStream:
    • Fix function pointer check in js.apiRequestWithContext. Thanks @​svenfoo for the contribution (#1957)
    • Use QueueSubscribe if DeliverGroup is configured on PushConsumer (#1966)
  • KeyValue:
    • Fix data race when closing watcher updates channel in kv.go (#1965)

IMPROVED

  • Remove extraneous PullThresholdMessages type definition from README. Thanks @​PeterBParker for the contribution (#1959)
  • Fix typo in README for service creation method (#1962)
  • Mention performance implications of using Consumer.Fetch in docs (#1983)

Complete Changes

nats-io/nats.go@v1.47.0...v1.48.0

Release v1.47.0

Changelog

ADDED

  • Core NATS:
    • Support sending custom WebSocket headers on connect. Thanks @​saurabhojha for the contribution (#1919)

FIXED

  • Core NATS:
    • Capture async callbacks before pushing on dispatch queue (#1955)
  • Object Store:
    • Fixed data race when cancelling context while getting object (#1949)
  • JetStream:
    • Fixed double channel close on simultaneous Stop and Drain (#1953)

IMPROVED

  • Clarify MessagesContext.Next() doc (#1951)

Complete Changes

nats-io/nats.go@v1.46.1...v1.47.0

Commits
  • a0e7b70 Release v1.48.0 (#1984)
  • 3ad4204 [IMPROVED] Mention performance in Fetch docs (#1983)
  • 34d93ec [ADDED] Enable using non-kv streams as KV sources (#1960)
  • 7bb976d [IMPROVED] Re-add subject validation (#1979)
  • a2b6c93 [IMPROVED] Fix typo in README for service creation method (#1962)
  • 97bfc32 [IMPROVED] Add publish subject validation (#1974)
  • 1949406 [FIXED] Fix data race when closing watcher updates channel in kv.go (#1965)
  • bc57480 [FIXED] Use QueueSubscribe if DeliverGroup is configured on PushConsumer (#1966)
  • 4ec2f44 [FIXED] Fix function pointer check in js.apiRequestWithContext() (#1957)
  • 93fcbd0 Remove extraneous PullThresholdMessages type definition (#1959)
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.3 to 1.39.0

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.39.0

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

Changelog

Sourced from github.com/onsi/gomega's changelog.

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

Commits

Updates github.com/sethvargo/go-limiter from 1.0.0 to 1.1.0

Release notes

Sourced from github.com/sethvargo/go-limiter's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: sethvargo/go-limiter@v1.0.0...v1.1.0

Commits

Updates gitlab.com/gitlab-org/api/client-go from 0.147.0 to 1.14.0

Release notes

Sourced from gitlab.com/gitlab-org/api/client-go's releases.

v1.14.0

1.14.0

🚀 Features

  • feat(hooks): Add project hook support for vulnerability events and branch filter strategy (!2658) by Heidi Berry
  • Add max_artifacts_size parameter to groups and projects (!2652) by Betty Godier

1.14.0 (2026-01-13)

Features

  • hooks: Add project hook support for vulnerability events and branch filter strategy (4f6d252)

v1.13.0

1.13.0

🚀 Features

🔄 Other Changes

1.13.0 (2026-01-12)

Features

  • groups: add Active parameter to ListGroupProjects (dec511a)

v1.12.0

1.12.0

🚀 Features

  • feat: add EmojiEvents field support to Project Webhooks (!2653) by Yugan

🔄 Other Changes

... (truncated)

Changelog

Sourced from gitlab.com/gitlab-org/api/client-go's changelog.

1.14.0

🚀 Features

  • feat(hooks): Add project hook support for vulnerability events and branch filter strategy (!2658) by Heidi Berry
  • Add max_artifacts_size parameter to groups and projects (!2652) by Betty Godier

1.14.0 (2026-01-13)

Features

  • hooks: Add project hook support for vulnerability events and branch filter strategy (4f6d252)

1.13.0

🚀 Features

🔄 Other Changes

1.13.0 (2026-01-12)

Features

  • groups: add Active parameter to ListGroupProjects (dec511a)

1.12.0

🚀 Features

  • feat: add EmojiEvents field support to Project Webhooks (!2653) by Yugan

🔄 Other Changes

1.12.0 (2026-01-11)

... (truncated)

Commits
  • 2125208 chore(release): 1.14.0 [skip ci]
  • eee4c83 Merge branch 'enhance-project-hooks' into 'main'
  • 4f6d252 feat(hooks): Add project hook support for vulnerability events and branch fil...
  • c9808f8 Merge branch 'betty-godier/add-max-artifacts-size' into 'main'
  • 58b293a Add max_artifacts_size parameter to groups and projects
  • 5845f24 chore(release): 1.13.0 [skip ci]
  • 54cdb83 Merge branch 'feat/add-active-parameter-groups-projects' into 'main'
  • dec511a feat(groups): add Active parameter to ListGroupProjects
  • 92e52c0 Merge branch 'renovate/docker-29.x' into 'main'
  • 99138da chore(deps): update docker docker tag to v29.1.4
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel from 1.38.0 to 1.39.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.39.0/0.61.0/0.15.0/0.0.14] 2025-12-05

Added

  • Greatly reduce the cost of recording metrics in go.opentelemetry.io/otel/sdk/metric using hashing for map keys. (#7175)
  • Add WithInstrumentationAttributeSet option to go.opentelemetry.io/otel/log, go.opentelemetry.io/otel/metric, and go.opentelemetry.io/otel/trace packages. This provides a concurrent-safe and performant alternative to WithInstrumentationAttributes by accepting a pre-constructed attribute.Set. (#7287)
  • Add experimental observability for the Prometheus exporter in go.opentelemetry.io/otel/exporters/prometheus. Check the go.opentelemetry.io/otel/exporters/prometheus/internal/x package documentation for more information. (#7345)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#7353)
  • Add temporality selector functions DeltaTemporalitySelector, CumulativeTemporalitySelector, LowMemoryTemporalitySelector to go.opentelemetry.io/otel/sdk/metric. (#7434)
  • Add experimental observability metrics for simple log processor in go.opentelemetry.io/otel/sdk/log. (#7548)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#7459)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#7486)
  • Add experimental observability metrics for simple span processor in go.opentelemetry.io/otel/sdk/trace. (#7374)
  • Add experimental observability metrics in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7512)
  • Add experimental observability metrics for manual reader in go.opentelemetry.io/otel/sdk/metric. (#7524)
  • Add experimental observability metrics for periodic reader in go.opentelemetry.io/otel/sdk/metric. (#7571)
  • Support OTEL_EXPORTER_OTLP_LOGS_INSECURE and OTEL_EXPORTER_OTLP_INSECURE environmental variables in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#7608)
  • Add Enabled method to the Processor interface in go.opentelemetry.io/otel/sdk/log. All Processor implementations now include an Enabled method. (#7639)
  • The go.opentelemetry.io/otel/semconv/v1.38.0 package. The package contains semantic conventions from the v1.38.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.37.0.(#7648)

Changed

  • Distinct in go.opentelemetry.io/otel/attribute is no longer guaranteed to uniquely identify an attribute set. Collisions between Distinct values for different Sets are possible with extremely high cardinality (billions of series per instrument), but are highly unlikely. (#7175)
  • WithInstrumentationAttributes in go.opentelemetry.io/otel/trace synchronously de-duplicates the passed attributes instead of delegating it to the returned TracerOption. (#7266)
  • WithInstrumentationAttributes in go.opentelemetry.io/otel/meter synchronously de-duplicates the pas...

    Description has been truncated

Bumps the go-deps group with 19 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.20.0` | `1.21.0` |
| [github.com/DataDog/datadog-api-client-go/v2](https://github.com/DataDog/datadog-api-client-go) | `2.43.0` | `2.54.0` |
| [github.com/elazarl/goproxy](https://github.com/elazarl/goproxy) | `1.7.2` | `1.8.0` |
| [github.com/fluxcd/cli-utils](https://github.com/fluxcd/cli-utils) | `0.36.0-flux.15` | `0.37.0-flux.1` |
| [github.com/fluxcd/pkg/apis/meta](https://github.com/fluxcd/pkg) | `1.23.0` | `1.24.0` |
| [github.com/fluxcd/pkg/auth](https://github.com/fluxcd/pkg) | `0.33.0` | `0.35.0` |
| [github.com/fluxcd/pkg/runtime](https://github.com/fluxcd/pkg) | `0.91.0` | `0.95.0` |
| [github.com/fluxcd/pkg/ssa](https://github.com/fluxcd/pkg) | `0.61.0` | `0.62.0` |
| [github.com/getsentry/sentry-go](https://github.com/getsentry/sentry-go) | `0.35.3` | `0.41.0` |
| [github.com/ktrysmt/go-bitbucket](https://github.com/ktrysmt/go-bitbucket) | `0.9.87` | `0.9.88` |
| [github.com/nats-io/nats.go](https://github.com/nats-io/nats.go) | `1.46.1` | `1.48.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.3` | `1.39.0` |
| [github.com/sethvargo/go-limiter](https://github.com/sethvargo/go-limiter) | `1.0.0` | `1.1.0` |
| [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go) | `0.147.0` | `1.14.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.38.0` | `1.39.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.33.0` | `0.34.0` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.256.0` | `0.260.0` |



Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.20.0...sdk/azcore/v1.21.0)

Updates `github.com/DataDog/datadog-api-client-go/v2` from 2.43.0 to 2.54.0
- [Release notes](https://github.com/DataDog/datadog-api-client-go/releases)
- [Changelog](https://github.com/DataDog/datadog-api-client-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-api-client-go@v2.43.0...v2.54.0)

Updates `github.com/elazarl/goproxy` from 1.7.2 to 1.8.0
- [Release notes](https://github.com/elazarl/goproxy/releases)
- [Commits](elazarl/goproxy@v1.7.2...v1.8.0)

Updates `github.com/fluxcd/cli-utils` from 0.36.0-flux.15 to 0.37.0-flux.1
- [Commits](fluxcd/cli-utils@v0.36.0-flux.15...v0.37.0-flux.1)

Updates `github.com/fluxcd/pkg/apis/meta` from 1.23.0 to 1.24.0
- [Commits](fluxcd/pkg@apis/meta/v1.23.0...apis/meta/v1.24.0)

Updates `github.com/fluxcd/pkg/auth` from 0.33.0 to 0.35.0
- [Commits](fluxcd/pkg@git/v0.33.0...git/v0.35.0)

Updates `github.com/fluxcd/pkg/runtime` from 0.91.0 to 0.95.0
- [Commits](fluxcd/pkg@runtime/v0.91.0...runtime/v0.95.0)

Updates `github.com/fluxcd/pkg/ssa` from 0.61.0 to 0.62.0
- [Commits](fluxcd/pkg@ssa/v0.61.0...ssa/v0.62.0)

Updates `github.com/getsentry/sentry-go` from 0.35.3 to 0.41.0
- [Release notes](https://github.com/getsentry/sentry-go/releases)
- [Changelog](https://github.com/getsentry/sentry-go/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-go@v0.35.3...v0.41.0)

Updates `github.com/ktrysmt/go-bitbucket` from 0.9.87 to 0.9.88
- [Release notes](https://github.com/ktrysmt/go-bitbucket/releases)
- [Commits](ktrysmt/go-bitbucket@v0.9.87...v0.9.88)

Updates `github.com/nats-io/nats.go` from 1.46.1 to 1.48.0
- [Release notes](https://github.com/nats-io/nats.go/releases)
- [Commits](nats-io/nats.go@v1.46.1...v1.48.0)

Updates `github.com/onsi/gomega` from 1.38.3 to 1.39.0
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.38.3...v1.39.0)

Updates `github.com/sethvargo/go-limiter` from 1.0.0 to 1.1.0
- [Release notes](https://github.com/sethvargo/go-limiter/releases)
- [Commits](sethvargo/go-limiter@v1.0.0...v1.1.0)

Updates `gitlab.com/gitlab-org/api/client-go` from 0.147.0 to 1.14.0
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags)
- [Changelog](https://gitlab.com/gitlab-org/api/client-go/blob/main/CHANGELOG.md)
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v0.147.0...v1.14.0)

Updates `go.opentelemetry.io/otel` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `go.opentelemetry.io/otel/trace` from 1.38.0 to 1.39.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.38.0...v1.39.0)

Updates `golang.org/x/oauth2` from 0.33.0 to 0.34.0
- [Commits](golang/oauth2@v0.33.0...v0.34.0)

Updates `golang.org/x/text` from 0.32.0 to 0.33.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.32.0...v0.33.0)

Updates `google.golang.org/api` from 0.256.0 to 0.260.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.256.0...v0.260.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/DataDog/datadog-api-client-go/v2
  dependency-version: 2.54.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/elazarl/goproxy
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/cli-utils
  dependency-version: 0.37.0-flux.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/apis/meta
  dependency-version: 1.24.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/auth
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/runtime
  dependency-version: 0.95.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/fluxcd/pkg/ssa
  dependency-version: 0.62.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/getsentry/sentry-go
  dependency-version: 0.41.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/ktrysmt/go-bitbucket
  dependency-version: 0.9.88
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/nats-io/nats.go
  dependency-version: 1.48.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/sethvargo/go-limiter
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: gitlab.com/gitlab-org/api/client-go
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: go-deps
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/text
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-version: 0.260.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency label Jan 19, 2026
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 22, 2026

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jan 22, 2026
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-4204d94b4f branch January 22, 2026 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants