Skip to content

fix(deps): bump the deps group across 1 directory with 11 updates#1858

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/deps-c7c4e1536a
Closed

fix(deps): bump the deps group across 1 directory with 11 updates#1858
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/deps-c7c4e1536a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 3, 2026

Bumps the deps group with 6 updates in the / directory:

Package From To
cloud.google.com/go/compute/metadata 0.8.0 0.9.0
cloud.google.com/go/monitoring 1.24.2 1.24.3
github.com/prometheus/alertmanager 0.28.1 0.31.0
github.com/thanos-io/thanos 0.36.1 0.40.1
go.uber.org/zap 1.27.0 1.27.1
google.golang.org/api 0.248.0 0.264.0

Updates cloud.google.com/go/compute/metadata from 0.8.0 to 0.9.0

Changelog

Sourced from cloud.google.com/go/compute/metadata's changelog.

Code changes required from v0.9.0

  • pubsub: Replace

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

    with

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

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

    write

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

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

    write

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

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

... (truncated)

Commits
  • d4f8670 BREAKING: all: regenerate toolkit client
  • 23179f2 readme: document Trace and Error Reporting clients
  • c2e00bb trace: switch to grpc-trace-bin for gRPC calls
  • 1de0ed4 rpcreplay: Fprintf functions
  • 8878988 bigtable/bttest: Return proper error code when entity already exists
  • e432073 bigtable: Don't retry on INTERNAL errors.
  • 84bf648 rpcreplay: responses to code review comments from previous CL
  • e687f27 rpcreplay: replay of unary RPCs
  • 9da216d spanner: more integration tests
  • a089e75 logging: document that Close flushes the loggers
  • Additional commits viewable in compare view

Updates cloud.google.com/go/monitoring from 1.24.2 to 1.24.3

Commits

Updates github.com/prometheus/alertmanager from 0.28.1 to 0.31.0

Release notes

Sourced from github.com/prometheus/alertmanager's releases.

0.31.0 / 2026-02-02

  • [ENHANCEMENT] docs(opsgenie): Fix description of api_url field. #4908
  • [ENHANCEMENT] docs(slack): Document missing app configs. #4871
  • [ENHANCEMENT] docs: Fix max-silence-size-bytes. #4805
  • [ENHANCEMENT] docs: Update expr for AlertmanagerClusterFailedToSendAlerts to exclude value 0. #4872
  • [ENHANCEMENT] docs: Use matchers for inhibit rules examples. #4131
  • [ENHANCEMENT] docs: add notification integrations. #4901
  • [ENHANCEMENT] docs: update slack_config attachments documentation links. #4802
  • [ENHANCEMENT] docs: update description of filter query params in openapi doc. #4810
  • [ENHANCEMENT] provider: Reduce lock contention. #4809
  • [FEATURE] slack: Add support for top-level text field in slack notification. #4867
  • [FEATURE] smtp: Add support for authsecret from file. #3087
  • [FEATURE] smtp: Customize the ssl/tls port support (#4757). #4818
  • [FEATURE] smtp: Enhance email notifier configuration validation. #4826
  • [FEATURE] telegram: Add chat_id_file configuration parameter. #4909
  • [FEATURE] telegram: Support global bot token. #4823
  • [FEATURE] webhook: Support templating in url fields. #4798
  • [FEATURE] wechat: Add config directive to pass api secret via file. #4734
  • [FEATURE] provider: Implement per alert limits. #4819
  • [BUGFIX] Allow empty group_by to override parent route. #4825
  • [BUGFIX] Set spellcheck=false attribute on silence filter input. #4811
  • [BUGFIX] jira: Fix for handling api v3 with ADF. #4756
  • [BUGFIX] jira: Prevent hostname corruption in cloud api url replacement. #4892

0.30.1 / 2026-01-12

  • [BUGFIX] Fix memory leak in tracing client. #4828

0.30.0 / 2025-12-15

  • [CHANGE] Don't allow calling qids with an empty ids list. #4707
  • [FEATURE] Add mattermost integration. #4090
  • [FEATURE] Add saturday to the first day of the week options. #4473
  • [FEATURE] Add templating functions for working with urls. #4625
  • [FEATURE] cluster: Allow persistent peer names. #4636
  • [FEATURE] dispatch: Add start delay. #4704
  • [FEATURE] provider: Add subscriber channel metrics. #4630
  • [FEATURE] template: Add tojson function. #4773
  • [FEATURE] Add api http metrics. #4162
  • [FEATURE] Add distributed tracing support. #4745
  • [FEATURE] Add names to inhibit rules. #4628
  • [FEATURE] Add timeout option for pagerduty notifier. #4354
  • [FEATURE] Add timeout option for slack notifier. #4355
  • [FEATURE] Allow nested details fields in pagerduty. #3944
  • [FEATURE] Implement phantom_threading to group email alerts into threads. #4623
  • [FEATURE] gc: Report errors, but remove erroneous silences and continue. #4724
  • [FEATURE] jira: Template customfields. #4029
  • [FEATURE] jira: Allow configuring issue update via parameter. #4621
  • [FEATURE] Slack app support. #4211
  • [ENHANCEMENT] Add comment about smtp plain authentication. #4741
  • [ENHANCEMENT] Add documentation about high availability. #4708
  • [ENHANCEMENT] Add documentation for client_allowed_sans. #4706

... (truncated)

Changelog

Sourced from github.com/prometheus/alertmanager's changelog.

0.31.0 / 2026-02-02

  • [ENHANCEMENT] docs(opsgenie): Fix description of api_url field. #4908
  • [ENHANCEMENT] docs(slack): Document missing app configs. #4871
  • [ENHANCEMENT] docs: Fix max-silence-size-bytes. #4805
  • [ENHANCEMENT] docs: Update expr for AlertmanagerClusterFailedToSendAlerts to exclude value 0. #4872
  • [ENHANCEMENT] docs: Use matchers for inhibit rules examples. #4131
  • [ENHANCEMENT] docs: add notification integrations. #4901
  • [ENHANCEMENT] docs: update slack_config attachments documentation links. #4802
  • [ENHANCEMENT] docs: update description of filter query params in openapi doc. #4810
  • [ENHANCEMENT] provider: Reduce lock contention. #4809
  • [FEATURE] slack: Add support for top-level text field in slack notification. #4867
  • [FEATURE] smtp: Add support for authsecret from file. #3087
  • [FEATURE] smtp: Customize the ssl/tls port support (#4757). #4818
  • [FEATURE] smtp: Enhance email notifier configuration validation. #4826
  • [FEATURE] telegram: Add chat_id_file configuration parameter. #4909
  • [FEATURE] telegram: Support global bot token. #4823
  • [FEATURE] webhook: Support templating in url fields. #4798
  • [FEATURE] wechat: Add config directive to pass api secret via file. #4734
  • [FEATURE] provider: Implement per alert limits. #4819
  • [BUGFIX] Allow empty group_by to override parent route. #4825
  • [BUGFIX] Set spellcheck=false attribute on silence filter input. #4811
  • [BUGFIX] jira: Fix for handling api v3 with ADF. #4756
  • [BUGFIX] jira: Prevent hostname corruption in cloud api url replacement. #4892

0.30.1 / 2026-01-12

  • [BUGFIX] Fix memory leak in tracing client. #4828

0.30.0 / 2025-12-15

  • [CHANGE] Don't allow calling qids with an empty ids list. #4707
  • [FEATURE] Add mattermost integration. #4090
  • [FEATURE] Add saturday to the first day of the week options. #4473
  • [FEATURE] Add templating functions for working with urls. #4625
  • [FEATURE] cluster: Allow persistent peer names. #4636
  • [FEATURE] dispatch: Add start delay. #4704
  • [FEATURE] provider: Add subscriber channel metrics. #4630
  • [FEATURE] template: Add tojson function. #4773
  • [FEATURE] Add api http metrics. #4162
  • [FEATURE] Add distributed tracing support. #4745
  • [FEATURE] Add names to inhibit rules. #4628
  • [FEATURE] Add timeout option for pagerduty notifier. #4354
  • [FEATURE] Add timeout option for slack notifier. #4355
  • [FEATURE] Allow nested details fields in pagerduty. #3944
  • [FEATURE] Implement phantom_threading to group email alerts into threads. #4623
  • [FEATURE] gc: Report errors, but remove erroneous silences and continue. #4724
  • [FEATURE] jira: Template customfields. #4029
  • [FEATURE] jira: Allow configuring issue update via parameter. #4621
  • [FEATURE] Slack app support. #4211

... (truncated)

Commits
  • 0ae07a0 Release v0.31.0 (#4916)
  • b6c86c6 build(deps): bump actions/checkout from 6.0.1 to 6.0.2 (#4926)
  • ec5576a build(deps): bump react-dom from 19.2.3 to 19.2.4 in /ui/mantine-ui (#4936)
  • 1e97b58 build(deps-dev): bump prettier from 3.7.4 to 3.8.1 in /ui/mantine-ui (#4935)
  • f5a141c build(deps-dev): bump vitest from 4.0.17 to 4.0.18 in /ui/mantine-ui (#4933)
  • c279335 build(deps): bump react-router-dom in /ui/mantine-ui (#4937)
  • 07fee4a build(deps-dev): bump typescript-eslint in /ui/mantine-ui (#4934)
  • d72ac68 build(deps-dev): bump vite-tsconfig-paths in /ui/mantine-ui (#4939)
  • 550b9bf build(deps): bump @​tanstack/react-query in /ui/mantine-ui (#4931)
  • a4a02d5 build(deps): bump the mantine group in /ui/mantine-ui with 3 updates (#4928)
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.23.0 to 1.23.2

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.23.2 - 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.1...v1.23.2

v1.23.1 - 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Full Changelog: prometheus/client_golang@v1.23.0...v1.23.1

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.23.2 / 2025-09-05

This release is made to upgrade to prometheus/common v0.66.1, which drops the dependencies github.com/grafana/regexp and go.uber.org/atomic and replaces gopkg.in/yaml.v2 with go.yaml.in/yaml/v2 (a drop-in replacement). There are no functional changes.

1.23.1 / 2025-09-04

This release is made to be compatible with a backwards incompatible API change in prometheus/common v0.66.0. There are no functional changes.

Commits

Updates github.com/thanos-io/thanos from 0.36.1 to 0.40.1

Release notes

Sourced from github.com/thanos-io/thanos's releases.

v0.40.1

-- There is still a performance regression in this release thanos-io/thanos#8549 that we are working on fixing --

This fix fixes a performance regression in the gRPC layer.

What's Changed

Full Changelog: thanos-io/thanos@v0.40.0...v0.40.1

v0.40.0

v0.40.0 - 2025 10 27

Fixed

  • #8334 Query: wait for initial endpoint discovery before becoming ready
  • #8486 Receive: fix exemplar label corruption from Cap'n Proto memory references
  • #8499 Query: support UTF-8 label names for the /api/v1/label/:name/values API.
  • #8336 store: fix race between lazy index header creation

Added

  • #8366 Store: optionally ignore Parquet migrated blocks
  • #8359 Tools: add --shipper.upload-compacted flag for uploading compacted blocks to bucket upload-blocks
  • #8484 Query: add /api/v1/status/tsdb API endpoint.
  • #8454 Compact: ensure we don't mark blocks for deletion again after just deleting them
  • #8410 Compact: ignore blocks with deletion mark in partial deletes

Changed

  • #8370 Query: announced labelset now reflects relabel-config
  • #8464 Query: assume that we do not unmark a block for deletion. This solves a race between Thanos Store and Compactor.
  • #8402 Query/Receive: trim labelsets in String()
  • #8334 Query: wait for initial endpoint discovery before becoming ready
  • #8401 block/compact: rework consistency check, make writers only write
  • #8389 block: bust cache if modified timestamp differs

New Contributors

Full Changelog: thanos-io/thanos@v0.39.2...v0.40.0

v0.40.0-rc.0

v0.40.0-rc.0 - 2025 10 20

... (truncated)

Changelog

Sourced from github.com/thanos-io/thanos's changelog.

v0.40.1 - 2025 10 28

Fixed

  • #8545 extgrpc: call gogo methods from the codec

Added

Changed

v0.40.0 - 2025 10 27

Fixed

  • #8334 Query: wait for initial endpoint discovery before becoming ready
  • #8486 Receive: fix exemplar label corruption from Cap'n Proto memory references
  • #8499 Query: support UTF-8 label names for the /api/v1/label/:name/values API.
  • #8374 query: fix panic when accessing annotations concurrently
  • #8336 store: fix race between lazy index header creation

Added

  • #8366 Store: optionally ignore Parquet migrated blocks
  • #8359 Tools: add --shipper.upload-compacted flag for uploading compacted blocks to bucket upload-blocks
  • #8484 Query: add /api/v1/status/tsdb API endpoint.
  • #8454 Compact: ensure we don't mark blocks for deletion again after just deleting them
  • #8410 Compact: ignore blocks with deletion mark in partial deletes

Changed

  • #8370 Query: announced labelset now reflects relabel-config
  • #8464 Query: assume that we do not unmark a block for deletion. This solves a race between Thanos Store and Compactor.
  • #8402 Query/Receive: trim labelsets in String()
  • #8334 Query: wait for initial endpoint discovery before becoming ready
  • #8401 block/compact: rework consistency check, make writers only write
  • #8389 block: bust cache if modified timestamp differs
  • #8366 store: ignore parquet migrated blocks

Removed

v0.39.2 - 2025 07 17

Fixed

  • #8374 Query: fix panic when concurrently accessing annotations map
  • #8375 Query: fix native histogram buckets in distributed queries

v0.39.1 - 2025 07 01

Fixes a memory leak issue on query-frontend. The bug only affects v0.39.0.

... (truncated)

Commits

Updates go.uber.org/zap from 1.27.0 to 1.27.1

Release notes

Sourced from go.uber.org/zap's releases.

v1.27.1

Enhancements:

  • #1501[]: prevent Object from panicking on nils
  • #1511[]: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

#1501: uber-go/zap#1501 #1511: uber-go/zap#1511

Changelog

Sourced from go.uber.org/zap's changelog.

1.27.1 (19 Nov 2025)

Enhancements:

  • #1501[]: prevent Object from panicking on nils
  • #1511[]: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

#1501: uber-go/zap#1501 #1511: uber-go/zap#1511

Commits

Updates golang.org/x/mod from 0.29.0 to 0.32.0

Commits
  • 4c04067 go.mod: update golang.org/x dependencies
  • d271cf3 go.mod: update golang.org/x dependencies
  • 269c237 sumdb/note: delete chop
  • 3f03020 x/mod: apply go fix and go vet
  • 7416265 go.mod: update golang.org/x dependencies
  • 5517a71 all: fix some comments
  • b6cdd1a modfile: use reflect.TypeFor instead of reflect.TypeOf
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.30.0 to 0.34.0

Commits
  • acc3815 endpoints: fix %q verb use with wrong type
  • f28b0b5 all: fix some comments
  • fd15e0f x/oauth2: populate RetrieveError from DeviceAuth
  • 792c877 oauth2: use strings.Builder instead of bytes.Buffer
  • 014cf77 all: upgrade go directive to at least 1.24.0 [generated]
  • 3c76ce5 endpoints: correct Naver OAuth2 endpoint URLs
  • See full diff in compare view

Updates google.golang.org/api from 0.248.0 to 0.264.0

Release notes

Sourced from google.golang.org/api's releases.

v0.264.0

0.264.0 (2026-01-29)

Features

v0.263.0

0.263.0 (2026-01-27)

Features

v0.262.0

0.262.0 (2026-01-22)

Features

Bug Fixes

  • internaloption: Add WithTelemetryAttributes (#3442) (2a5c807)

v0.261.0

0.261.0 (2026-01-20)

Features

v0.260.0

0.260.0 (2026-01-14)

... (truncated)

Changelog

Sourced from google.golang.org/api's changelog.

0.264.0 (2026-01-29)

Features

0.263.0 (2026-01-27)

Features

0.262.0 (2026-01-22)

Features

Bug Fixes

  • internaloption: Add WithTelemetryAttributes (#3442) (2a5c807)

0.261.0 (2026-01-20)

Features

0.260.0 (2026-01-14)

Features

... (truncated)

Commits

Updates google.golang.org/grpc from 1.75.0 to 1.78.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.78.0

Behavior Changes

  • client: Align URL validation with Go 1.26+ to now reject target URLs with unbracketed colons in the hostname. (#8716)
  • transport/client : Return status code Unknown on malformed grpc-status. (#8735)
    • xds/resolver:
  • Drop previous route resources and report an error when no matching virtual host is found.
  • Only log LDS/RDS configuration errors following a successful update and retain the last valid resource to prevent transient failures. (#8711)

New Features

  • stats/otel: Add backend service label to weighted round robin metrics as part of A89. (#8737)
  • stats/otel: Add subchannel metrics (without the disconnection reason) to eventually replace the pickfirst metrics. (#8738)
  • client: Wait for all pending goroutines to complete when closing a graceful switch balancer. (#8746)
  • client: Add experimental.AcceptCompressors so callers can restrict the grpc-accept-encoding header advertised for a call. (#8718)

Bug Fixes

  • xds: Fix a bug in StringMatcher where regexes would match incorrectly when ignore_case is set to true. (#8723)
  • client:
    • Change connectivity state to CONNECTING when creating the name resolver (as part of exiting IDLE).
    • Change connectivity state to TRANSIENT_FAILURE if name resolver creation fails (as part of exiting IDLE).
    • Change connectivity state to IDLE after idle timeout expires even when current state is TRANSIENT_FAILURE.
    • Fix a bug that resulted in OnFinish call option not being invoked for RPCs where stream creation failed. (#8710)
  • xdsclient: Fix a race in the xdsClient that could lead to resource-not-found errors. (#8627)

Performance Improvements

  • mem: Round up to nearest 4KiB for pool allocations larger than 1MiB. (#8705)

Release 1.77.0

API Changes

  • mem: Replace the Reader interface with a struct for better performance and maintainability. (#8669)

Behavior Changes

  • balancer/pickfirst: Remove support for the old pick_first LB policy via the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST=false. The new pick_first has been the default since v1.71.0. (

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 3, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/deps-c7c4e1536a branch 2 times, most recently from bea3050 to c9ae64d Compare February 9, 2026 14:32
Bumps the deps group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute/metadata](https://github.com/googleapis/google-cloud-go) | `0.8.0` | `0.9.0` |
| [cloud.google.com/go/monitoring](https://github.com/googleapis/google-cloud-go) | `1.24.2` | `1.24.3` |
| [github.com/prometheus/alertmanager](https://github.com/prometheus/alertmanager) | `0.28.1` | `0.31.0` |
| [github.com/thanos-io/thanos](https://github.com/thanos-io/thanos) | `0.36.1` | `0.40.1` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.0` | `1.27.1` |
| [google.golang.org/api](https://github.com/googleapis/google-api-go-client) | `0.248.0` | `0.264.0` |



Updates `cloud.google.com/go/compute/metadata` from 0.8.0 to 0.9.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.8.0...v0.9.0)

Updates `cloud.google.com/go/monitoring` from 1.24.2 to 1.24.3
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@monitoring/v1.24.2...monitoring/v1.24.3)

Updates `github.com/prometheus/alertmanager` from 0.28.1 to 0.31.0
- [Release notes](https://github.com/prometheus/alertmanager/releases)
- [Changelog](https://github.com/prometheus/alertmanager/blob/main/CHANGELOG.md)
- [Commits](prometheus/alertmanager@v0.28.1...v0.31.0)

Updates `github.com/prometheus/client_golang` from 1.23.0 to 1.23.2
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.23.0...v1.23.2)

Updates `github.com/thanos-io/thanos` from 0.36.1 to 0.40.1
- [Release notes](https://github.com/thanos-io/thanos/releases)
- [Changelog](https://github.com/thanos-io/thanos/blob/v0.40.1/CHANGELOG.md)
- [Commits](thanos-io/thanos@v0.36.1...v0.40.1)

Updates `go.uber.org/zap` from 1.27.0 to 1.27.1
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.27.0...v1.27.1)

Updates `golang.org/x/mod` from 0.29.0 to 0.32.0
- [Commits](golang/mod@v0.29.0...v0.32.0)

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

Updates `google.golang.org/api` from 0.248.0 to 0.264.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.248.0...v0.264.0)

Updates `google.golang.org/grpc` from 1.75.0 to 1.78.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.75.0...v1.78.0)

Updates `google.golang.org/protobuf` from 1.36.8 to 1.36.11

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute/metadata
  dependency-version: 0.9.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: cloud.google.com/go/monitoring
  dependency-version: 1.24.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/prometheus/alertmanager
  dependency-version: 0.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: github.com/thanos-io/thanos
  dependency-version: 0.40.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
- dependency-name: golang.org/x/mod
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: google.golang.org/api
  dependency-version: 0.264.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: google.golang.org/grpc
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: deps
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/deps-c7c4e1536a branch from c9ae64d to e25df19 Compare February 10, 2026 21:15
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 17, 2026

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

@dependabot dependabot Bot closed this Feb 17, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/deps-c7c4e1536a branch February 17, 2026 21:14
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 file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants