Update rosmar dependency for sqlite - #8604
Merged
Merged
Conversation
|
Droid finished @torcolvin's task —— View job Review summary: No actionable issues found, this PR only updates Go module dependencies. Inline comments: none. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the module dependencies used by Sync Gateway’s Rosmar (in-memory/SQLite-backed) storage path, primarily by bumping the rosmar module revision (and associated transitive deps) to pick up updated SQLite-related behavior.
Changes:
- Bump
github.com/couchbaselabs/rosmarto a newer pseudo-version. - Update
github.com/mattn/go-sqlite3andgolang.org/x/text(indirect dependency updates). - Update
github.com/couchbase/sg-bucketand refreshgo.sumchecksums accordingly.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| go.mod | Updates required module versions for rosmar (plus sg-bucket) and related indirect dependencies. |
| go.sum | Refreshes module checksums to match the updated versions. |
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
+16
to
+19
| github.com/couchbase/sg-bucket v0.0.0-20260714130240-329df715dd61 | ||
| github.com/couchbasedeps/fast-skiplist v0.0.0-20250722125747-e0dd031fe2ac | ||
| github.com/couchbaselabs/go-fleecedelta v0.0.0-20220909152808-6d09efa7a338 | ||
| github.com/couchbaselabs/rosmar v0.0.0-20260706134933-2f0dabde975c | ||
| github.com/couchbaselabs/rosmar v0.0.0-20260814160154-fdadaf72889b |
bbrks
approved these changes
Aug 14, 2026
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.
Update rosmar dependency for sqlite