Skip to content

chore(deps): bump the dependencies group with 6 updates#1378

Merged
k1LoW merged 1 commit intomainfrom
dependabot/go_modules/dependencies-3bfb057dfb
Jan 23, 2026
Merged

chore(deps): bump the dependencies group with 6 updates#1378
k1LoW merged 1 commit intomainfrom
dependabot/go_modules/dependencies-3bfb057dfb

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 18, 2026

Bumps the dependencies group with 6 updates:

Package From To
github.com/k1LoW/expand 0.16.6 0.16.7
github.com/k1LoW/grpcstub 0.26.1 0.26.2
github.com/lestrrat-go/jwx/v3 3.0.12 3.0.13
github.com/olekukonko/tablewriter 1.1.2 1.1.3
golang.org/x/crypto 0.46.0 0.47.0
modernc.org/sqlite 1.43.0 1.44.2

Updates github.com/k1LoW/expand from 0.16.6 to 0.16.7

Release notes

Sourced from github.com/k1LoW/expand's releases.

v0.16.7

What's Changed

Other Changes

Full Changelog: k1LoW/expand@v0.16.6...v0.16.7

Changelog

Sourced from github.com/k1LoW/expand's changelog.

v0.16.7 - 2026-01-12

Other Changes

Commits
  • d52c04b Merge pull request #95 from k1LoW/tagpr-from-v0.16.6
  • 0f7242b [tagpr] update CHANGELOG.md
  • bb956f9 [tagpr] prepare for the next release
  • 72990d0 Merge pull request #94 from k1LoW/dependabot/go_modules/dependencies-97a1b0f208
  • 3063fed chore(deps): bump github.com/goccy/go-yaml in the dependencies group
  • See full diff in compare view

Updates github.com/k1LoW/grpcstub from 0.26.1 to 0.26.2

Release notes

Sourced from github.com/k1LoW/grpcstub's releases.

v0.26.2

What's Changed

Other Changes

Full Changelog: k1LoW/grpcstub@v0.26.1...v0.26.2

Changelog

Sourced from github.com/k1LoW/grpcstub's changelog.

v0.26.2 - 2026-01-12

Other Changes

Commits
  • 9bdfd4c Merge pull request #187 from k1LoW/tagpr-from-v0.26.1
  • 4a732ed [tagpr] update CHANGELOG.md
  • deca16e [tagpr] prepare for the next release
  • b11b4a5 Merge pull request #195 from k1LoW/dependabot/go_modules/dependencies-f1516d90de
  • ea3fb66 chore(deps): bump github.com/bmatcuk/doublestar/v4
  • c03411f Merge pull request #194 from k1LoW/dependabot/go_modules/dependencies-e6ccc7267e
  • fde7d3a chore(deps): bump the dependencies group across 1 directory with 2 updates
  • 1af216d docs: remove outdated licensing notice from README
  • cef9052 Merge pull request #192 from k1LoW/dependabot/go_modules/dependencies-dc2baaea27
  • da32c1c chore(deps): bump the dependencies group with 3 updates
  • Additional commits viewable in compare view

Updates github.com/lestrrat-go/jwx/v3 from 3.0.12 to 3.0.13

Release notes

Sourced from github.com/lestrrat-go/jwx/v3's releases.

v3.0.13

What's Changed

Full Changelog: lestrrat-go/jwx@v3.0.12...v3.0.13

Changelog

Sourced from github.com/lestrrat-go/jwx/v3's changelog.

v3.0.13 12 Jan 2026

  • [jwt] The jwt.WithContext() option is now properly being passed to jws.Verify() from jwt.Parse().
  • [jwx] github.com/lestrrat-go/httprc/v3 has been upgraded to remove dependency on github.com/lestrrat-go/option (v1)
  • [jwk] jwk.Clone() has been fixed to properly work with private fields.
Commits

Updates github.com/olekukonko/tablewriter from 1.1.2 to 1.1.3

Commits
  • ce018e6 fix read me update version
  • e3130fb Merge pull request #309 from olekukonko/narrow
  • 975f050 update ll
  • d4923d8 add more emoji & unicode test #308
  • c8c2b21 separate tint
  • 7097b13 Fix ForceNarrowBorders for generates long strings of border characters - Upda...
  • d02c460 revert go mod to go 1.21 and update dependencies to avoid breaking changes
  • dd95aca add clarity
  • ca4e3ac clearer environment debugging information
  • b31b038 use auto detection as default
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.46.0 to 0.47.0

Commits
  • 506e022 go.mod: update golang.org/x dependencies
  • 7dacc38 chacha20poly1305: error out in fips140=only mode
  • See full diff in compare view

Updates modernc.org/sqlite from 1.43.0 to 1.44.2

Changelog

Sourced from modernc.org/sqlite's changelog.

Changelog

  • 2026-01-18 v1.44.2: Upgrade to SQLite 3.51.2.

  • 2026-01-13 v1.44.0: Upgrade to SQLite 3.51.1.

  • 2025-10-10 v1.39.1: Upgrade to SQLite 3.50.4.

  • 2025-06-09 v1.38.0: Upgrade to SQLite 3.50.1.

  • 2025-02-26 v1.36.0: Upgrade to SQLite 3.49.0.

  • 2024-11-16 v1.34.0: Implement ResetSession and IsValid methods in connection

  • 2024-07-22 v1.31.0: Support windows/386.

  • 2024-06-04 v1.30.0: Upgrade to SQLite 3.46.0, release notes at https://sqlite.org/releaselog/3_46_0.html.

  • 2024-02-13 v1.29.0: Upgrade to SQLite 3.45.1, release notes at https://sqlite.org/releaselog/3_45_1.html.

  • 2023-12-14: v1.28.0: Add (*Driver).RegisterConnectionHook, ConnectionHookFn, ExecQuerierContext, RegisterConnectionHook.

  • 2023-08-03 v1.25.0: enable SQLITE_ENABLE_DBSTAT_VTAB.

  • 2023-07-11 v1.24.0: Add (*conn).{Serialize,Deserialize,NewBackup,NewRestore} methods, add Backup type.

  • 2023-06-01 v1.23.0: Allow registering aggregate functions.

  • 2023-04-22 v1.22.0: Support linux/s390x.

  • 2023-02-23 v1.21.0: Upgrade to SQLite 3.41.0, release notes at https://sqlite.org/releaselog/3_41_0.html.

  • 2022-11-28 v1.20.0: Support linux/ppc64le.

  • 2022-09-16 v1.19.0: Support frebsd/arm64.

  • 2022-07-26 v1.18.0: Add support for Go fs.FS based SQLite virtual filesystems, see function New in modernc.org/sqlite/vfs and/or TestVFS in all_test.go

  • 2022-04-24 v1.17.0: Support windows/arm64.

  • 2022-04-04 v1.16.0: Support scalar application defined functions written in Go. See https://www.sqlite.org/appfunc.html

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/k1LoW/expand](https://github.com/k1LoW/expand) | `0.16.6` | `0.16.7` |
| [github.com/k1LoW/grpcstub](https://github.com/k1LoW/grpcstub) | `0.26.1` | `0.26.2` |
| [github.com/lestrrat-go/jwx/v3](https://github.com/lestrrat-go/jwx) | `3.0.12` | `3.0.13` |
| [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter) | `1.1.2` | `1.1.3` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.46.0` | `0.47.0` |
| [modernc.org/sqlite](https://gitlab.com/cznic/sqlite) | `1.43.0` | `1.44.2` |


Updates `github.com/k1LoW/expand` from 0.16.6 to 0.16.7
- [Release notes](https://github.com/k1LoW/expand/releases)
- [Changelog](https://github.com/k1LoW/expand/blob/main/CHANGELOG.md)
- [Commits](k1LoW/expand@v0.16.6...v0.16.7)

Updates `github.com/k1LoW/grpcstub` from 0.26.1 to 0.26.2
- [Release notes](https://github.com/k1LoW/grpcstub/releases)
- [Changelog](https://github.com/k1LoW/grpcstub/blob/main/CHANGELOG.md)
- [Commits](k1LoW/grpcstub@v0.26.1...v0.26.2)

Updates `github.com/lestrrat-go/jwx/v3` from 3.0.12 to 3.0.13
- [Release notes](https://github.com/lestrrat-go/jwx/releases)
- [Changelog](https://github.com/lestrrat-go/jwx/blob/develop/v3/Changes)
- [Commits](lestrrat-go/jwx@v3.0.12...v3.0.13)

Updates `github.com/olekukonko/tablewriter` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/olekukonko/tablewriter/releases)
- [Commits](olekukonko/tablewriter@v1.1.2...v1.1.3)

Updates `golang.org/x/crypto` from 0.46.0 to 0.47.0
- [Commits](golang/crypto@v0.46.0...v0.47.0)

Updates `modernc.org/sqlite` from 1.43.0 to 1.44.2
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md)
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.43.0...v1.44.2)

---
updated-dependencies:
- dependency-name: github.com/k1LoW/expand
  dependency-version: 0.16.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/k1LoW/grpcstub
  dependency-version: 0.26.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/lestrrat-go/jwx/v3
  dependency-version: 3.0.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: github.com/olekukonko/tablewriter
  dependency-version: 1.1.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: golang.org/x/crypto
  dependency-version: 0.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: modernc.org/sqlite
  dependency-version: 1.44.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: 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 minor labels Jan 18, 2026
@k1LoW k1LoW merged commit 5a69d54 into main Jan 23, 2026
7 checks passed
@k1LoW k1LoW deleted the dependabot/go_modules/dependencies-3bfb057dfb branch January 23, 2026 13:23
@github-actions github-actions bot mentioned this pull request Jan 23, 2026
@k1LoW
Copy link
Owner

k1LoW commented Feb 10, 2026

@dependabot unignore github.com/pb33f/libopenapi

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2026

OK, I will stop ignoring the github.com/pb33f/libopenapi dependency.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2026

Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.

@k1LoW
Copy link
Owner

k1LoW commented Feb 10, 2026

@dependabot unignore all

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2026

No dependency name (all) or ignore conditions found to unignore.

@k1LoW
Copy link
Owner

k1LoW commented Feb 10, 2026

@dependabot unignore github.com/pb33f/libopenapi-validator

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2026

OK, I will stop ignoring the github.com/pb33f/libopenapi-validator dependency.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 10, 2026

Looks like this PR has already been merged. If you've moved back to an older version of these dependencies a new PR will be created next time Dependabot checks your dependencies.

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 minor

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant