Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 29, 2025

Bumps the all-dependencies group with 15 updates in the / directory:

Package From To
github.com/DataDog/datadog-go/v5 5.6.0 5.8.2
github.com/ProtonMail/go-crypto 1.1.6 1.3.0
github.com/agiledragon/gomonkey/v2 2.13.0 2.14.0
github.com/ethereum/go-ethereum 1.15.5 1.16.7
github.com/grpc-ecosystem/grpc-gateway/v2 2.27.1 2.27.4
github.com/jackc/pgx/v5 5.6.0 5.8.0
github.com/jarcoal/httpmock 1.3.1 1.4.1
github.com/prometheus/client_golang 1.21.1 1.23.2
github.com/schollz/progressbar/v3 3.18.0 3.19.0
github.com/spf13/cobra 1.9.1 1.10.2
github.com/spf13/viper 1.20.0 1.21.0
go.uber.org/zap 1.27.0 1.27.1
gopkg.in/DataDog/dd-trace-go.v1 1.65.0 1.74.8
gorm.io/driver/postgres 1.5.11 1.6.0
gorm.io/gorm 1.25.12 1.31.1

Updates github.com/DataDog/datadog-go/v5 from 5.6.0 to 5.8.2

Release notes

Sourced from github.com/DataDog/datadog-go/v5's releases.

v5.8.2

See the CHANGELOG for the details on previous releases.

v5.8.1

See the Changelog for the details.

v5.8.0

See the Changelog for the details.

v5.7.1

Retracting v5.7.0 as it included a breaking change.

v5.7.0

See the Changelog for the details.

Changelog

Sourced from github.com/DataDog/datadog-go/v5's changelog.

5.8.2 / 2025-12-03

  • [IMPROVEMENT] Optimistic allocation for Count and Set metrics. See #308[], thanks [@​opsengine][].

5.8.1 / 2025-10-10

  • [BUGFIX] Release new version to fix issue with tags.

5.8.0 / 2025-09-24

  • [FEATURE] Create ClientInterfaceEx adding Cardinality parameter to the metric functions. See #334[].
  • [IMPROVEMENT] Add support for DD_EXTERNAL_ENV for origin detection. See #326[].
  • [IMPROVEMENT] Add parameter for tag cardinality. See #327[].
  • [BUGFIX] Gracefully reconnect when UDS connection is severed. See #323[].

5.7.1 / 2025-08-21

  • [IMPROVEMENT] Revert 5.7.0 as it included a breaking change.

5.7.0 / 2025-08-19

  • [IMPROVEMENT] Add support for DD_EXTERNAL_ENV for origin detection. See #326[].
  • [IMPROVEMENT] Add parameter for tag cardinality. See #327[].
  • [BUGFIX] Gracefully reconnect when UDS connection is severed. See #323[].
Commits
  • c0918c7 Merge pull request #344 from DataDog/remeh/5.8.2
  • aa2260b Merge remote-tracking branch 'origin/master' into remeh/5.8.2
  • d8cc06e Merge pull request #345 from DataDog/remeh/upgrade-setup-go
  • 42590db github: naive try at upgrading setup-go
  • 3f8236d Release 5.8.2
  • 5d6607c Merge pull request #308 from opsengine/optimistic-allocation
  • 993d798 Optimistic allocation
  • 00fb40e Merge pull request #342 from DataDog/pin-github-actions-1760339651
  • ed54f72 Pin GitHub Actions
  • d4c937e [AGTMETRICS-309]Release 5.8.1 (#341)
  • Additional commits viewable in compare view

Updates github.com/ProtonMail/go-crypto from 1.1.6 to 1.3.0

Release notes

Sourced from github.com/ProtonMail/go-crypto's releases.

Release v1.3.0

What's Changed

Full Changelog: ProtonMail/go-crypto@v1.2.0...v1.3.0

Release v1.3.0-proton

This release is v1.3.0 with support for the following non-standardized features:

v1.2.0

What's Changed

Full Changelog: ProtonMail/go-crypto@v1.1.6...v1.2.0

Release v1.2.0-proton

What's Changed

This release is v1.2.0 with support for the following non-standardized features:

Commits
  • 3b22d85 Merge pull request #286 from ProtonMail/feat/v1-api-enforce-signature-hashes
  • a9af95c feat(v1): Only allow acceptable hashes when writing signatures
  • 3c60603 Merge pull request #285 from ProtonMail/feat/decompression-size-limit
  • d664700 feat: Allow to set a decompressed size limit
  • e1ea40e Merge pull request #281 from ProtonMail/fix/clearsign-check-hash
  • 9cd4c3a feat(clearsign): Write complete legacy hash header
  • 244eb1c fix(clearsign): Enforce acceptable hash functions in clearsign
  • a994e32 Merge pull request #284 from ProtonMail/feat/less-restrictive-key-signature
  • 8fe0e95 feat(v2): Tolerate invalid key signatures if one passes
  • 70930d7 Merge pull request #280 from ProtonMail/fix/aead-max-chunk-size
  • Additional commits viewable in compare view

Updates github.com/agiledragon/gomonkey/v2 from 2.13.0 to 2.14.0

Release notes

Sourced from github.com/agiledragon/gomonkey/v2's releases.

fix instruction cache issue on Darwin ARM64

On Darwin ARM64, the instruction cache was not flushed after modifying machine code, which could cause monkey patches to fail.

Reference: agiledragon/gomonkey#184

Commits
  • e846f93 Merge pull request #184 from sunmi-OS/master
  • 5c57be2 Fix the bug on the Darwin ARM64 architecture where the step of flushing the i...
  • See full diff in compare view

Updates github.com/ethereum/go-ethereum from 1.15.5 to 1.16.7

Release notes

Sourced from github.com/ethereum/go-ethereum's releases.

Ballistic Drift Stabilizer (v1.16.7)

This is a re-roll of v1.16.6, including an important fix in the KZG cryptography library.

This release enables the Fusaka hardfork on Ethereum mainnet.

The Fusaka fork is scheduled to occur at 2025-12-03 21:49:11 UTC. Please upgrade your node to v1.16.7 in time for the fork.

This release also enables two blob-parameter-only (BPO) upgrades. These upgrades change protocol parameters to increase the available blob capacity.

  • BPO1 on2025-12-09
  • BPO2 on 2026-01-07

Fusaka

  • Set mainnet timestamps for Osaka (#33063)
  • Enable Fusaka for geth --dev mode (#32917)

RPC

  • Add eth_sendRawTransactionSync which waits until either a timeout or the transaction is mined. This feature is mostly useful on L2s with lower blocktimes. (#32830, #32930, #32929)
  • Add support for eth_simulateV1 in ethclient (#32856)
  • Fix for an issue that might crash debug_traceCall (#33015)
  • Fix for an issuer where local transactions were not persisted to the journal (#32921)

Core

  • Fix for a cryptographic vulnerability in c-kzg-4844. This is only exploitable post-Fusaka. (#33093)
  • Add geth --genesis flag as an alternative to running geth init genesis.json (#32844)
  • Fix for receipt insertion during ERA file import. (#32934)
  • Work on getting the trie node history in order to serve historical eth_getProof request with the new path-based archive node. (#32907, #32914, #32937)
  • Further work on cmd/keeper, our guest program for zkVMs (#32816)
  • Various optimizations (#32971, #32916, #32965, #32946)

Networking

  • New metrics for tracking slow peers (#32964)
  • Fix for an issue where disconnected peers were not removed in txFetcher (#32947)

For a full rundown of the changes please consult the Geth 1.16.6 and 1.16.7 release milestones.

As with all our previous releases, you can find the:

... (truncated)

Commits
  • b9f3a3d Merge branch 'master' into release/1.16
  • 07129d2 version: release go-ethereum v1.16.7 stable
  • 653f8d4 go.mod: update to c-kzg v2.1.5 (#33093)
  • 5b77af3 version: begin v1.16.7 release cycle
  • 386c3de Merge branch 'master' into release/1.16
  • 044828e version: release go-ethereum v1.16.6
  • 0250724 params: set osaka and BPO1 & BPO2 mainnet dates (#33063)
  • 28c59b7 core/rawdb: fix db inspector by supporting trienode history (#33087)
  • 18a9027 common: fix duration comparison in PrettyAge (#33064)
  • e6d34c1 eth/tracers: fix prestateTracer for EIP-6780 SELFDESTRUCT (#33050)
  • Additional commits viewable in compare view

Updates github.com/grpc-ecosystem/grpc-gateway/v2 from 2.27.1 to 2.27.4

Release notes

Sourced from github.com/grpc-ecosystem/grpc-gateway/v2's releases.

v2.27.4

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.3...v2.27.4

v2.27.3

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.2...v2.27.3

v2.27.2

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.2

Commits
  • 11fc3b8 fix(gengateway): correct body field decoding in opaque API mode (#6197)
  • 2cca0ef chore(deps): update googleapis digest to 60f1e6a (#6196)
  • c32ae8d fix(deps): update module google.golang.org/grpc to v1.78.0 (#6195)
  • 5cd2c52 chore(deps): update googleapis digest to ef6a532 (#6194)
  • 7506f3b fix(deps): update google.golang.org/genproto/googleapis/rpc digest to 0a764e5...
  • a895f47 fix(deps): update google.golang.org/genproto/googleapis/api digest to 0a764e5...
  • 4abd9dc chore(deps): update googleapis digest to 347b0e4 (#6190)
  • 01881e6 Add note about Authorization header forwarding (#6185)
  • e88e585 chore(deps): update googleapis digest to affadb6 (#6188)
  • 63ea9aa chore(deps): update googleapis digest to bc7e3ba (#6187)
  • Additional commits viewable in compare view

Updates github.com/jackc/pgx/v5 from 5.6.0 to 5.8.0

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.8.0 (December 26, 2025)

  • Require Go 1.24+
  • Remove golang.org/x/crypto dependency
  • Add OptionShouldPing to control ResetSession ping behavior (ilyam8)
  • Fix: Avoid overflow when MaxConns is set to MaxInt32
  • Fix: Close batch pipeline after a query error (Anthonin Bonnefoy)
  • Faster shutdown of pgxpool.Pool background goroutines (Blake Gentry)
  • Add pgxpool ping timeout (Amirsalar Safaei)
  • Fix: Rows.FieldDescriptions for empty query
  • Scan unknown types into *any as string or []byte based on format code
  • Optimize pgtype.Numeric (Philip Dubé)
  • Add AfterNetConnect hook to pgconn.Config
  • Fix: Handle for preparing statements that fail during the Describe phase
  • Fix overflow in numeric scanning (Ilia Demianenko)
  • Fix: json/jsonb sql.Scanner source type is []byte
  • Migrate from math/rand to math/rand/v2 (Mathias Bogaert)
  • Optimize internal iobufpool (Mathias Bogaert)
  • Optimize stmtcache invalidation (Mathias Bogaert)
  • Fix: missing error case in interval parsing (Maxime Soulé)
  • Fix: invalidate statement/description cache in Exec (James Hartig)
  • ColumnTypeLength method return the type length for varbit type (DengChan)
  • Array and Composite codecs handle typed nils

5.7.6 (September 8, 2025)

  • Use ParseConfigError in pgx.ParseConfig and pgxpool.ParseConfig (Yurasov Ilia)
  • Add PrepareConn hook to pgxpool (Jonathan Hall)
  • Reduce allocations in QueryContext (Dominique Lefevre)
  • Add MarshalJSON and UnmarshalJSON for pgtype.Uint32 (Panos Koutsovasilis)
  • Configure ping behavior on pgxpool with ShouldPing (Christian Kiely)
  • zeronull int types implement Int64Valuer and Int64Scanner (Li Zeghong)
  • Fix panic when receiving terminate connection message during CopyFrom (Michal Drausowski)
  • Fix statement cache not being invalidated on error during batch (Muhammadali Nazarov)

5.7.5 (May 17, 2025)

  • Support sslnegotiation connection option (divyam234)
  • Update golang.org/x/crypto to v0.37.0. This placates security scanners that were unable to see that pgx did not use the behavior affected by https://pkg.go.dev/vuln/GO-2025-3487.
  • TraceLog now logs Acquire and Release at the debug level (dave sinclair)
  • Add support for PGTZ environment variable
  • Add support for PGOPTIONS environment variable
  • Unpin memory used by Rows quicker
  • Remove PlanScan memoization. This resolves a rare issue where scanning could be broken for one type by first scanning another. The problem was in the memoization system and benchmarking revealed that memoization was not providing any meaningful benefit.

5.7.4 (March 24, 2025)

  • Fix / revert change to scanning JSON null (Felix Röhrich)

5.7.3 (March 21, 2025)

... (truncated)

Commits
  • fe8740a Release v5.8.0
  • e5dde5a Skip test on CockroachDB
  • 06f2d82 Remove trailing space
  • 2cf78dd Merge pull request #2448 from DengChan/column_type_lenth_varbit
  • 2d1c4ef Skip tests on CockroachDB
  • 1a5fa7f Array and Composite codecs handle typed nils
  • 5736d09 ColumnTypeLength method return the type length for varbit type.
  • 4c1308c Revert "stdlib matches native pgx scanning support"
  • 14ce2b7 Skip test on CockroachDB
  • 65b2724 Merge pull request #2443 from jameshartig/x-invalidate-cache-in-exec
  • Additional commits viewable in compare view

Updates github.com/jarcoal/httpmock from 1.3.1 to 1.4.1

Release notes

Sourced from github.com/jarcoal/httpmock's releases.

v1.4.1

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.4.0...v1.4.1

v1.4.0

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.3.1...v1.4.0

Commits
  • 314d58a fix: protect all body-related methods with mutext
  • e482896 fix: avoid data race when closing body
  • c977145 test: also test with go v1.25 and use golangci-lint v2.4.0
  • 7d2a02f docs: clarify ConnectionFailure doc
  • fad35ec docs: README typo
  • dc21346 test: use golangci-lint v2.0.2
  • 8cdfbf1 docs: fix README build status badge
  • 2225990 feat: enhance Activate and add DeactivateNonDefault functions (#161)
  • ee13561 docs: update resty example (#160)
  • 1ebd59a Make http.Response.Status respect RFC 2616, like in Go stdlib.
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.21.1 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

v1.23.0 - 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

... (truncated)

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.

1.23.0 / 2025-07-30

  • [CHANGE] Minimum required Go version is now 1.23, only the two latest Go versions are supported from now on. #1812
  • [FEATURE] Add WrapCollectorWith and WrapCollectorWithPrefix #1766
  • [FEATURE] Add exemplars for native histograms #1686
  • [ENHANCEMENT] exp/api: Bubble up status code from writeResponse #1823
  • [ENHANCEMENT] collector/go: Update runtime metrics for Go v1.23 and v1.24 #1833
  • [BUGFIX] exp/api: client prompt return on context cancellation #1729

1.22.0 / 2025-04-07

⚠️ This release contains potential breaking change if you use experimental zstd support introduce in #1496 ⚠️

Experimental support for zstd on scrape was added, controlled by the request Accept-Encoding header. It was enabled by default since version 1.20, but now you need to add a blank import to enable it. The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon, golang/go#62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.

e.g.:

import (
  _ "github.com/prometheus/client_golang/prometheus/promhttp/zstd"
)
  • [FEATURE] prometheus: Add new CollectorFunc utility #1724
  • [CHANGE] Minimum required Go version is now 1.22 (we also test client_golang against latest go version - 1.24) #1738
  • [FEATURE] api: WithLookbackDelta and WithStats options have been added to API client. #1743
  • [CHANGE] ⚠️ promhttp: Isolate zstd support and klauspost/compress library use to promhttp/zstd package. #1765
Commits

Updates github.com/schollz/progressbar/v3 from 3.18.0 to 3.19.0

Release notes

Sourced from github.com/schollz/progressbar/v3's releases.

v3.19.0

What's Changed

New Contributors

Full Changelog: schollz/progressbar@v3.18.0...v3.19.0

Commits
  • 56ad4a7 Merge pull request #216 from goncalogdomingo/main
  • dae95ef Merge pull request #226 from polymorcodeus/mart1082/optsetcustomcolor
  • 0ec6061 Merge pull request #223 from bitlux/bitlux/unused
  • f13fb15 Merge pull request #218 from mrkbac/fix-reader-close
  • 472b188 Merge pull request #221 from yevk/main
  • 57f6968 Added OptionSetCustomColorCodes to pass in custom color codes.
  • 655d41e Merge pull request #220 from mengshengwu/fix-windows-progressbar-flickering
  • 533e284 Merge pull request #225 from schollz/fix/describe
  • 914e511 fix: add describe solution
  • 5692e00 fix: allow progressbar to be updated afterwards
  • Additional commits viewable in compare view

Updates github.com/spf13/cobra from 1.9.1 to 1.10.2

Release notes

Sourced from github.com/spf13/cobra's releases.

v1.10.2

🔧 Dependencies

  • chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 by @​dims in spf13/cobra#2336 - the gopkg.in/yaml.v3 package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers of spf13/cobra

📈 CI/CD

🔥✍🏼 Docs

🍂 Refactors

🤗 New Contributors

Full Changelog: spf13/cobra@v1.10.1...v1.10.2

Thank you to our amazing contributors!!!!! 🐍 🚀

v1.10.1

🐛 Fix

v1.0.9 of pflags brought back ParseErrorsWhitelist and marked it as deprecated

Full Changelog: spf13/cobra@v1.10.0...v1.10.1

v1.10.0

What's Changed

🚨 Attention!

This version of pflag carried a breaking change: it renamed ParseErrorsWhitelist to ParseErrorsAllowlist which can break builds if both pflag and cobra are dependencies in your project.

  • If you use both pflag and cobra, upgrade pflagto 1.0.8 andcobrato1.10.0`
  • or use the newer, fixed version of pflag v1.0.9 which keeps the deprecated ParseErrorsWhitelist

... (truncated)

Commits
  • 88b30ab chore: Migrate from gopkg.in/yaml.v3 to go.yaml.in/yaml/v3 (#2336)
  • 346d408 fix: actions/setup-go v6 (#2337)
  • fc81d20 refactor: change minUsagePadding from var to const (#2325)
  • 117698a refactor: replace several vars with consts (#2328)
  • e2dd29d Add documentation for repeated flags functionality (#2316)
  • 0629892 Fix linter (#2327)
  • 7da941c chore: Bump pflag to v1....

    Description has been truncated

…ates

Bumps the all-dependencies group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/DataDog/datadog-go/v5](https://github.com/DataDog/datadog-go) | `5.6.0` | `5.8.2` |
| [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) | `1.1.6` | `1.3.0` |
| [github.com/agiledragon/gomonkey/v2](https://github.com/agiledragon/gomonkey) | `2.13.0` | `2.14.0` |
| [github.com/ethereum/go-ethereum](https://github.com/ethereum/go-ethereum) | `1.15.5` | `1.16.7` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.27.1` | `2.27.4` |
| [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) | `5.6.0` | `5.8.0` |
| [github.com/jarcoal/httpmock](https://github.com/jarcoal/httpmock) | `1.3.1` | `1.4.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.21.1` | `1.23.2` |
| [github.com/schollz/progressbar/v3](https://github.com/schollz/progressbar) | `3.18.0` | `3.19.0` |
| [github.com/spf13/cobra](https://github.com/spf13/cobra) | `1.9.1` | `1.10.2` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.20.0` | `1.21.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.27.0` | `1.27.1` |
| gopkg.in/DataDog/dd-trace-go.v1 | `1.65.0` | `1.74.8` |
| [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) | `1.5.11` | `1.6.0` |
| [gorm.io/gorm](https://github.com/go-gorm/gorm) | `1.25.12` | `1.31.1` |



Updates `github.com/DataDog/datadog-go/v5` from 5.6.0 to 5.8.2
- [Release notes](https://github.com/DataDog/datadog-go/releases)
- [Changelog](https://github.com/DataDog/datadog-go/blob/master/CHANGELOG.md)
- [Commits](DataDog/datadog-go@v5.6.0...v5.8.2)

Updates `github.com/ProtonMail/go-crypto` from 1.1.6 to 1.3.0
- [Release notes](https://github.com/ProtonMail/go-crypto/releases)
- [Commits](ProtonMail/go-crypto@v1.1.6...v1.3.0)

Updates `github.com/agiledragon/gomonkey/v2` from 2.13.0 to 2.14.0
- [Release notes](https://github.com/agiledragon/gomonkey/releases)
- [Commits](agiledragon/gomonkey@v2.13.0...v2.14.0)

Updates `github.com/ethereum/go-ethereum` from 1.15.5 to 1.16.7
- [Release notes](https://github.com/ethereum/go-ethereum/releases)
- [Commits](ethereum/go-ethereum@v1.15.5...v1.16.7)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.27.1 to 2.27.4
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Commits](grpc-ecosystem/grpc-gateway@v2.27.1...v2.27.4)

Updates `github.com/jackc/pgx/v5` from 5.6.0 to 5.8.0
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.6.0...v5.8.0)

Updates `github.com/jarcoal/httpmock` from 1.3.1 to 1.4.1
- [Release notes](https://github.com/jarcoal/httpmock/releases)
- [Commits](jarcoal/httpmock@v1.3.1...v1.4.1)

Updates `github.com/prometheus/client_golang` from 1.21.1 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.21.1...v1.23.2)

Updates `github.com/schollz/progressbar/v3` from 3.18.0 to 3.19.0
- [Release notes](https://github.com/schollz/progressbar/releases)
- [Commits](schollz/progressbar@v3.18.0...v3.19.0)

Updates `github.com/spf13/cobra` from 1.9.1 to 1.10.2
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](spf13/cobra@v1.9.1...v1.10.2)

Updates `github.com/spf13/pflag` from 1.0.6 to 1.0.9
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.6...v1.0.9)

Updates `github.com/spf13/viper` from 1.20.0 to 1.21.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.20.0...v1.21.0)

Updates `github.com/stretchr/testify` from 1.10.0 to 1.11.1
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.10.0...v1.11.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.25.0 to 0.30.0
- [Commits](golang/mod@v0.25.0...v0.30.0)

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

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

Updates `gopkg.in/DataDog/dd-trace-go.v1` from 1.65.0 to 1.74.8

Updates `gorm.io/driver/postgres` from 1.5.11 to 1.6.0
- [Commits](go-gorm/postgres@v1.5.11...v1.6.0)

Updates `gorm.io/gorm` from 1.25.12 to 1.31.1
- [Release notes](https://github.com/go-gorm/gorm/releases)
- [Commits](go-gorm/gorm@v1.25.12...v1.31.1)

---
updated-dependencies:
- dependency-name: github.com/DataDog/datadog-go/v5
  dependency-version: 5.8.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/ProtonMail/go-crypto
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/agiledragon/gomonkey/v2
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/ethereum/go-ethereum
  dependency-version: 1.16.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-version: 2.27.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/jarcoal/httpmock
  dependency-version: 1.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/schollz/progressbar/v3
  dependency-version: 3.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/spf13/cobra
  dependency-version: 1.10.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/spf13/pflag
  dependency-version: 1.0.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: github.com/spf13/viper
  dependency-version: 1.21.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: go.uber.org/zap
  dependency-version: 1.27.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: golang.org/x/mod
  dependency-version: 0.30.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.78.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: gopkg.in/DataDog/dd-trace-go.v1
  dependency-version: 1.74.8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: gorm.io/driver/postgres
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: gorm.io/gorm
  dependency-version: 1.31.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 29, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 29, 2025 10:17
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 29, 2025
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.

1 participant