Bump the all group across 1 directory with 6 updates - #8
Open
dependabot[bot] wants to merge 1 commit into
Open
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/all-b43ea2f732
branch
from
May 28, 2026 17:58
ecd4fb9 to
0df9190
Compare
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
Bot
force-pushed
the
dependabot/go_modules/all-b43ea2f732
branch
from
July 16, 2026 15:54
0df9190 to
6ae184d
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the all group with 5 updates in the / directory:
2.3.52.5.01.2.11.2.21.14.11.19.01.21.01.28.00.44.00.54.0Updates
github.com/btcsuite/btcd/btcec/v2from 2.3.5 to 2.5.0Commits
258049cMerge pull request #1825 from guggero/btcec-v2-no-circular-depb29ce97rpcwebsocket: fi linter complaint about unused functions9dfa926server: fix linter issuec0cfa06multi: update make and CI goals with new packagesdccea8fmulti: use new v2 modules everywherec0db6dfpsbt: move to top-level module, use v2, remove btcutil depe9ec6ecbtcutil: remove circular dependency, use v255a463atxscript: turn into own module, use v23000c45address: move to top-level module, use v2bd65d6dchaincfg: add own module, use v2Updates
github.com/decred/dcrd/dcrec/secp256k1/v4from 4.0.1 to 4.4.0Commits
f98d08esecp256k1: Prepare v4.4.0.cb51153mixing: Prepare v0.5.0.35c5572crypto/rand: Prepare v1.0.1.1ddfc95mixclient: Wait for runs to finish before closing clientb77edc3mixclient: Wait for KEs from all attempted sessions921b7c3docs: Update README.md to required Go 1.23/1.24.bcb663bbuild: Test against Go 1.24.53648fbbuild: Update golangci-lint to v1.64.5.ecc32f7certgen: Use t.TempDir in tests.a746655build: Update to latest action versions.Updates
github.com/streamingfast/loggingfrom 1.2.1 to 1.2.2Release notes
Sourced from github.com/streamingfast/logging's releases.
Changelog
Sourced from github.com/streamingfast/logging's changelog.
Commits
a33f233Update CHANGELOG for v1.2.2 releaseb818eb3Update CHANGELOG and refactor logger context handlingUpdates
github.com/tidwall/gjsonfrom 1.14.1 to 1.19.0Commits
0fac2c9Add iterator functions All, Keys, and Values4d23028Add repo url10d2662Add copyright comment4a91ee1Update README.md133f42cGenerally faster parsing92dff34Update README.md5ab551fAdd flag for disabling HTML escaping28d458bDisable html escapingc2bc5a4dark mode logo2ba56ccMerge pull request #354 from rustfix/masterUpdates
go.uber.org/zapfrom 1.21.0 to 1.28.0Release notes
Sourced from go.uber.org/zap's releases.
... (truncated)
Changelog
Sourced from go.uber.org/zap's changelog.
... (truncated)
Commits
5b81b37release v1.28.0 (#1547)0ab0d5azapcore: Add PreWriteHook for transforming entries before write (#1534)d278c59[chore] CI: test on Go 1.26 (#1535)16fb16bchore(dep): replace archived gopkg.in/yaml.v3 with officially maintained go.y...7b755a3release 1.27.1 (#1521)d6b395bUpdate lazy logger not to materialize unless it's being written to (#1519)4b9cea0ci: Test with Go 1.24, Go 1.25 (#1508)7c80d7bFix race condition in WithLazy implementation (#1426) (#1511)07077a6Prevent zap.Object from panicing on nils (#1501)a6afd05Fix lint check name (#1502)Updates
golang.org/x/cryptofrom 0.44.0 to 0.54.0Commits
cdce021go.mod: update golang.org/x dependenciesd9474ccopenpgp: make the deprecation message more explicit7626c50ssh: verify declared key type matches decoded key in authorized_keys0471e79ssh/agent: enforce strict limits on DSA key parameters6435c37ssh: sanitize client disconnect messages7d695dassh/agent: drain channel stderr in agent forwarders5b7f841acme/autocert: fix data race in Manager.createCert0b316e7argon2: update RFC 9106 parameter recommendations55aec0ax509roots/fallback: update bundle5f2de1ainternal: remove wycheproof tests