Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the gomod group in /packages/server/duckdb-server-go with 4 updates: github.com/apache/arrow-go/v18, github.com/duckdb/duckdb-go/v2, github.com/maypok86/otter/v2 and golang.org/x/sync.

Updates github.com/apache/arrow-go/v18 from 18.4.1 to 18.5.0

Release notes

Sourced from github.com/apache/arrow-go/v18's releases.

v18.5.0

What's Changed

... (truncated)

Commits
  • 622a802 chore: Bump golang.org/x/sync from 0.18.0 to 0.19.0 (#599)
  • a4bf919 chore: Bump actions/checkout from 6.0.0 to 6.0.1 (#598)
  • 9a089b1 chore: Bump golang.org/x/sys from 0.38.0 to 0.39.0 (#600)
  • 64e07d9 fix(arrow/cdata): fix leaks identified by leak-sanitizer (#603)
  • 77348c9 perf(parquet): minor tweaks for iceberg write improvement (#595)
  • b2cd6a7 chore(arrow): Bump package version to 18.5.0 (#594)
  • 2931bad new(arrow/compute): temporal rounding methods (#572)
  • 7e53c0a fix(arrow/array): fix concat for out of order REE slices (#587)
  • f0761d0 chore: Bump github.com/klauspost/compress from 1.18.1 to 1.18.2 (#588)
  • 6d2d215 chore: Bump actions/setup-python from 6.0.0 to 6.1.0 (#589)
  • Additional commits viewable in compare view

Updates github.com/duckdb/duckdb-go/v2 from 2.5.3 to 2.5.4

Release notes

Sourced from github.com/duckdb/duckdb-go/v2's releases.

v2.5.4

What's Changed

New Contributors

Full Changelog: duckdb/duckdb-go@v2.5.3...v2.5.4

Commits
  • 4995d31 Merge pull request #84 from mlafeldt/v1.4.3-branch
  • fcce253 update to latest mappings versions
  • 3a019fd Merge branch 'main' into v1.4.3-branch
  • abd28c8 Merge pull request #85 from duckdb/update-mappings
  • 3ec5d00 update mappings
  • 45a70b6 Update DuckDB version
  • 4729d81 go get -u ./...
  • be077f2 Set DUCKDB_VERSION in Makefile like duckdb-go-bindings does
  • cd10f47 Merge pull request #51 from hrl20/prepare-stmt-metadata
  • 249ff55 merge main formatting
  • Additional commits viewable in compare view

Updates github.com/maypok86/otter/v2 from 2.2.1 to 2.3.0

Release notes

Sourced from github.com/maypok86/otter/v2's releases.

v2.3.0

2.3.0 - 2025-12-22

✨Features

  • A plugin for the slog logger has been added.
  • The StopAllGoroutines method has been added.

🚀 Improvements

  • docs: add Nuclei to projects list (#169)

🐞 Bug Fixes

  • fix: the return value check in the err-not-found example (#156)
  • Panics when running under synctest (#158)
  • Does not build with GOARCH=wasm (#161)
  • fix: treat expired item refresh as create operation in ExpiryCreating (#154)

Contributors

We'd like to thank all the contributors who worked on this release!

@​maxtwardowski @​dwisiswant0

Changelog

Sourced from github.com/maypok86/otter/v2's changelog.

2.3.0 - 2025-12-22

✨Features

  • A plugin for the slog logger has been added.
  • The StopAllGoroutines method has been added.

🚀 Improvements

  • docs: add Nuclei to projects list (#169)

🐞 Bug Fixes

  • fix: the return value check in the err-not-found example (#156)
  • Panics when running under synctest (#158)
  • Does not build with GOARCH=wasm (#161)
  • fix: treat expired item refresh as create operation in ExpiryCreating (#154)
Commits

Updates golang.org/x/sync from 0.18.0 to 0.19.0

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 gomod group in /packages/server/duckdb-server-go with 4 updates: [github.com/apache/arrow-go/v18](https://github.com/apache/arrow-go), [github.com/duckdb/duckdb-go/v2](https://github.com/duckdb/duckdb-go), [github.com/maypok86/otter/v2](https://github.com/maypok86/otter) and [golang.org/x/sync](https://github.com/golang/sync).


Updates `github.com/apache/arrow-go/v18` from 18.4.1 to 18.5.0
- [Release notes](https://github.com/apache/arrow-go/releases)
- [Commits](apache/arrow-go@v18.4.1...v18.5.0)

Updates `github.com/duckdb/duckdb-go/v2` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/duckdb/duckdb-go/releases)
- [Commits](duckdb/duckdb-go@v2.5.3...v2.5.4)

Updates `github.com/maypok86/otter/v2` from 2.2.1 to 2.3.0
- [Release notes](https://github.com/maypok86/otter/releases)
- [Changelog](https://github.com/maypok86/otter/blob/main/CHANGELOG.md)
- [Commits](maypok86/otter@v2.2.1...v2.3.0)

Updates `golang.org/x/sync` from 0.18.0 to 0.19.0
- [Commits](golang/sync@v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: github.com/apache/arrow-go/v18
  dependency-version: 18.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/duckdb/duckdb-go/v2
  dependency-version: 2.5.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/maypok86/otter/v2
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sync
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

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 Jan 1, 2026
@dependabot dependabot bot requested a review from derekperkins as a code owner January 1, 2026 12:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Jan 1, 2026
@derekperkins derekperkins merged commit 7f48a54 into main Jan 1, 2026
4 checks passed
@derekperkins derekperkins deleted the dependabot/go_modules/packages/server/duckdb-server-go/gomod-69ceb2a497 branch January 1, 2026 15:19
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.

2 participants