chore(deps): bump the go-deps group across 1 directory with 5 updates - #21
Open
dependabot[bot] wants to merge 1 commit into
Open
dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-deps-b37d5fb455
branch
5 times, most recently
from
August 31, 2026 16:56
5ce71a5 to
4637a47
Compare
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-deps-b37d5fb455
branch
21 times, most recently
from
September 9, 2026 05:58
04754cd to
b109f99
Compare
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-deps-b37d5fb455
branch
15 times, most recently
from
September 15, 2026 14:03
3865e57 to
425dc83
Compare
Bumps the go-deps group with 4 updates in the / directory: [github.com/sirupsen/logrus](https://github.com/sirupsen/logrus), [github.com/smartwalle/alipay/v3](https://github.com/smartwalle/alipay), [golang.org/x/crypto](https://github.com/golang/crypto) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite). Updates `github.com/sirupsen/logrus` from 1.9.4 to 1.10.2 - [Release notes](https://github.com/sirupsen/logrus/releases) - [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md) - [Commits](sirupsen/logrus@v1.9.4...v1.10.2) Updates `github.com/smartwalle/alipay/v3` from 3.2.29 to 3.2.31 - [Commits](smartwalle/alipay@v3.2.29...v3.2.31) Updates `golang.org/x/crypto` from 0.53.0 to 0.57.0 - [Commits](golang/crypto@v0.53.0...v0.57.0) Updates `golang.org/x/sync` from 0.21.0 to 0.23.0 - [Commits](golang/sync@v0.21.0...v0.23.0) Updates `modernc.org/sqlite` from 1.56.0 to 1.58.0 - [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/cznic/sqlite/compare/v1.56.0...v1.58.0) --- updated-dependencies: - dependency-name: github.com/sirupsen/logrus dependency-version: 1.10.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: github.com/smartwalle/alipay/v3 dependency-version: 3.2.31 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: go-deps - dependency-name: golang.org/x/crypto dependency-version: 0.55.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: golang.org/x/sync dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps - dependency-name: modernc.org/sqlite dependency-version: 1.57.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: go-deps ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot
Bot
force-pushed
the
dependabot/go_modules/go-deps-b37d5fb455
branch
from
September 15, 2026 14:06
425dc83 to
e865a66
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 go-deps group with 4 updates in the / directory: github.com/sirupsen/logrus, github.com/smartwalle/alipay/v3, golang.org/x/crypto and modernc.org/sqlite.
Updates
github.com/sirupsen/logrusfrom 1.9.4 to 1.10.2Release notes
Sourced from github.com/sirupsen/logrus's releases.
... (truncated)
Changelog
Sourced from github.com/sirupsen/logrus's changelog.
... (truncated)
Commits
6d6a132Merge pull request #1586 from thaJeztah/prepare_v1.10.24f94653update changelog for v1.10.287434bbMerge pull request #1585 from thaJeztah/bump_testifye7d2120chore(deps): bump github.com/stretchr/testify v1.12.18b673a9Merge pull request #1583 from thaJeztah/release_1.10.10b920adMerge pull request #1584 from thaJeztah/more_coverage5e20694TextFormatter: cover nil pointer method receivers8312732update changelog for v1.10.1e987a40Merge pull request #1582 from thaJeztah/panic_handler17d574bTextFormatter: recover panics from Error and String methodsUpdates
github.com/smartwalle/alipay/v3from 3.2.29 to 3.2.31Commits
3da9c87build(deps): 更新 ngx 依赖至 v1.1.26ff099bMerge branch 'master' of github.com:smartwalle/alipay337441ebuild(deps): 更新 ngx 依赖及文件上传方法aaf39c5Merge pull request #252 from michaelfyc/fix-missing-buyer-open-id89aa57afix: 支付回调返回 BuyerOpenIdUpdates
golang.org/x/cryptofrom 0.53.0 to 0.57.0Commits
3f62bf1go.mod: update golang.org/x dependencies86efde5ssh: reject unexpected message types on established channelsa6cdac6ssh: drop traffic on undecided channels39dc44essh: don't skip the source-address critical option in CheckCertafebf4cx509roots/fallback/bundle: make subjectsEqual stricter on Go 1.27+89f4e9bx509roots/fallback: update bundle71488c4ssh/knownhosts: compare only public key portions for revocation82adefassh: synchronize unexpected response testc757c98all: upgrade go directive to at least 1.26.0 [generated]593c81assh: correctly ignore pre-banner linesUpdates
golang.org/x/syncfrom 0.21.0 to 0.23.0Commits
f75267dsemaphore: panic on negative capacity3ffd83call: upgrade go directive to at least 1.26.0 [generated]1eb64d4semaphore: panic on negative weightsUpdates
modernc.org/sqlitefrom 1.56.0 to 1.58.0Changelog
Sourced from modernc.org/sqlite's changelog.
... (truncated)
Commits
722282fCHANGELOG.md: document the OFD locking opt-in and the SQLite 3.53.4 upgrade5dcac5fsqlite: add the opt-in OFDLocking switch to Linux OFD locks51d2677Merge branch 'ofd-lock-test'3f99e26update dependencies, make vendor9159fa5test: add Linux OFD lock regression tests2acd716test: add Linux OFD lock persistence test across os.Closebd9dcb6add Readme Headline...93f0742add Readme Headline6e86ac4doc.go, CHANGELOG.md: promote freebsd/386, freebsd/arm and netbsd/amd6447d0960Merge branch 'driver-registration' into 'master'