Skip to content

Bump the all group across 1 directory with 6 updates - #8

Open
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/all-b43ea2f732
Open

Bump the all group across 1 directory with 6 updates#8
dependabot[bot] wants to merge 1 commit into
developfrom
dependabot/go_modules/all-b43ea2f732

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github May 7, 2026

Copy link
Copy Markdown

Bumps the all group with 5 updates in the / directory:

Package From To
github.com/btcsuite/btcd/btcec/v2 2.3.5 2.5.0
github.com/streamingfast/logging 1.2.1 1.2.2
github.com/tidwall/gjson 1.14.1 1.19.0
go.uber.org/zap 1.21.0 1.28.0
golang.org/x/crypto 0.44.0 0.54.0

Updates github.com/btcsuite/btcd/btcec/v2 from 2.3.5 to 2.5.0

Commits
  • 258049c Merge pull request #1825 from guggero/btcec-v2-no-circular-dep
  • b29ce97 rpcwebsocket: fi linter complaint about unused functions
  • 9dfa926 server: fix linter issue
  • c0cfa06 multi: update make and CI goals with new packages
  • dccea8f multi: use new v2 modules everywhere
  • c0db6df psbt: move to top-level module, use v2, remove btcutil dep
  • e9ec6ec btcutil: remove circular dependency, use v2
  • 55a463a txscript: turn into own module, use v2
  • 3000c45 address: move to top-level module, use v2
  • bd65d6d chaincfg: add own module, use v2
  • Additional commits viewable in compare view

Updates github.com/decred/dcrd/dcrec/secp256k1/v4 from 4.0.1 to 4.4.0

Commits
  • f98d08e secp256k1: Prepare v4.4.0.
  • cb51153 mixing: Prepare v0.5.0.
  • 35c5572 crypto/rand: Prepare v1.0.1.
  • 1ddfc95 mixclient: Wait for runs to finish before closing client
  • b77edc3 mixclient: Wait for KEs from all attempted sessions
  • 921b7c3 docs: Update README.md to required Go 1.23/1.24.
  • bcb663b build: Test against Go 1.24.
  • 53648fb build: Update golangci-lint to v1.64.5.
  • ecc32f7 certgen: Use t.TempDir in tests.
  • a746655 build: Update to latest action versions.
  • Additional commits viewable in compare view

Updates github.com/streamingfast/logging from 1.2.1 to 1.2.2

Release notes

Sourced from github.com/streamingfast/logging's releases.

v1.2.2

Added

  • Registry.GetTracerByPackageID(packageID string) (*bool, bool) exposes the raw trace-enabled pointer for a registered logger, allowing external bridges (e.g. a v2 compatibility layer) to mirror trace state into v1 tracers.
  • logging.LoggerFromContext(ctx, fallback) as the canonical replacement for logging.Logger(ctx, fallback).

Deprecated

  • logging.Logger(ctx, fallback) — use logging.LoggerFromContext instead, or the one-liner level helpers logging.Info, logging.Debug, etc.
Changelog

Sourced from github.com/streamingfast/logging's changelog.

v1.2.2

Added

  • Registry.GetTracerByPackageID(packageID string) (*bool, bool) exposes the raw trace-enabled pointer for a registered logger, allowing external bridges (e.g. a v2 compatibility layer) to mirror trace state into v1 tracers.
  • logging.LoggerFromContext(ctx, fallback) as the canonical replacement for logging.Logger(ctx, fallback).

Deprecated

  • logging.Logger(ctx, fallback) — use logging.LoggerFromContext instead, or the one-liner level helpers logging.Info, logging.Debug, etc.
Commits
  • a33f233 Update CHANGELOG for v1.2.2 release
  • b818eb3 Update CHANGELOG and refactor logger context handling
  • See full diff in compare view

Updates github.com/tidwall/gjson from 1.14.1 to 1.19.0

Commits

Updates go.uber.org/zap from 1.21.0 to 1.28.0

Release notes

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

v1.28.0

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.

#1534: uber-go/zap#1534

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

v1.27.0

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

v1.26.0

Enhancements:

  • #1297[]: Add Dict as a Field.
  • #1319[]: Add WithLazy method to Logger which lazily evaluates the structured context.
  • #1350[]: String encoding is much (~50%) faster now.

Thanks to @​hhk7734, @​jquirke, @​cdvr1993 for their contributions to this release.

#1297: uber-go/zap#1297 #1319: uber-go/zap#1319 #1350: uber-go/zap#1350

v1.25.0

This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.

Enhancements:

... (truncated)

Changelog

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

1.28.0 (27 Apr 2026)

Enhancements:

  • #1534[]: Add zapcore.CheckPreWriteHook and CheckedEntry.Before method for transforming entries before they are written to any Cores.

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

1.27.0 (20 Feb 2024)

Enhancements:

  • #1378[]: Add WithLazy method for SugaredLogger.
  • #1399[]: zaptest: Add NewTestingWriter for customizing TestingWriter with more flexibility than NewLogger.
  • #1406[]: Add Log, Logw, Logln methods for SugaredLogger.
  • #1416[]: Add WithPanicHook option for testing panic logs.

Thanks to @​defval, @​dimmo, @​arxeiss, and @​MKrupauskas for their contributions to this release.

#1378: uber-go/zap#1378 #1399: uber-go/zap#1399 #1406: uber-go/zap#1406 #1416: uber-go/zap#1416

1.26.0 (14 Sep 2023)

Enhancements:

  • #1297[]: Add Dict as a Field.
  • #1319[]: Add WithLazy method to Logger which lazily evaluates the structured context.
  • #1350[]: String encoding is much (~50%) faster now.

Thanks to @​hhk7734, @​jquirke, and @​cdvr1993 for their contributions to this release.

#1297: uber-go/zap#1297 #1319: uber-go/zap#1319 #1350: uber-go/zap#1350

1.25.0 (1 Aug 2023)

This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.

Enhancements:

  • #1246[]: Add zap/exp/zapslog package for integration with slog.
  • #1273[]: Add Name to Logger which returns the Logger's name if one is set.

... (truncated)

Commits

Updates golang.org/x/crypto from 0.44.0 to 0.54.0

Commits
  • cdce021 go.mod: update golang.org/x dependencies
  • d9474cc openpgp: make the deprecation message more explicit
  • 7626c50 ssh: verify declared key type matches decoded key in authorized_keys
  • 0471e79 ssh/agent: enforce strict limits on DSA key parameters
  • 6435c37 ssh: sanitize client disconnect messages
  • 7d695da ssh/agent: drain channel stderr in agent forwarders
  • 5b7f841 acme/autocert: fix data race in Manager.createCert
  • 0b316e7 argon2: update RFC 9106 parameter recommendations
  • 55aec0a x509roots/fallback: update bundle
  • 5f2de1a internal: remove wycheproof tests
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels May 7, 2026
@dependabot dependabot Bot changed the title Bump the all group with 6 updates Bump the all group across 1 directory with 6 updates May 28, 2026
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/all-b43ea2f732 branch from ecd4fb9 to 0df9190 Compare May 28, 2026 17:58
Bumps the all group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/btcsuite/btcd/btcec/v2](https://github.com/btcsuite/btcd) | `2.3.5` | `2.5.0` |
| [github.com/streamingfast/logging](https://github.com/streamingfast/logging) | `1.2.1` | `1.2.2` |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.14.1` | `1.19.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.21.0` | `1.28.0` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.44.0` | `0.54.0` |



Updates `github.com/btcsuite/btcd/btcec/v2` from 2.3.5 to 2.5.0
- [Release notes](https://github.com/btcsuite/btcd/releases)
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES)
- [Commits](btcsuite/btcd@btcec/v2.3.5...btcec/v2.5.0)

Updates `github.com/decred/dcrd/dcrec/secp256k1/v4` from 4.0.1 to 4.4.0
- [Release notes](https://github.com/decred/dcrd/releases)
- [Changelog](https://github.com/decred/dcrd/blob/master/CHANGES)
- [Commits](decred/dcrd@dcrjson/v4.0.1...dcrec/secp256k1/v4.4.0)

Updates `github.com/streamingfast/logging` from 1.2.1 to 1.2.2
- [Release notes](https://github.com/streamingfast/logging/releases)
- [Changelog](https://github.com/streamingfast/logging/blob/develop/CHANGELOG.md)
- [Commits](streamingfast/logging@v1.2.1...v1.2.2)

Updates `github.com/tidwall/gjson` from 1.14.1 to 1.19.0
- [Commits](tidwall/gjson@v1.14.1...v1.19.0)

Updates `go.uber.org/zap` from 1.21.0 to 1.28.0
- [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.21.0...v1.28.0)

Updates `golang.org/x/crypto` from 0.44.0 to 0.54.0
- [Commits](golang/crypto@v0.44.0...v0.54.0)

---
updated-dependencies:
- dependency-name: github.com/btcsuite/btcd/btcec/v2
  dependency-version: 2.3.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
- dependency-name: github.com/decred/dcrd/dcrec/secp256k1/v4
  dependency-version: 4.4.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/streamingfast/logging
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all
- dependency-name: github.com/tidwall/gjson
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: go.uber.org/zap
  dependency-version: 1.28.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: golang.org/x/crypto
  dependency-version: 0.50.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/go_modules/all-b43ea2f732 branch from 0df9190 to 6ae184d Compare July 16, 2026 15:54
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