Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates Go dependencies across the broker and illmock modules, including a cql-go bump that requires a small compatibility adjustment in the broker’s CQL filtering integration.
Changes:
- Bump
github.com/indexdata/cql-goin bothbrokerandillmock. - Refresh
brokerdependency set (notablytestcontainers-go, OpenTelemetry, gRPC/protobuf-related transitive deps). - Add
Sort()toFieldAllRecordsto satisfy updatedcql-go/pgcqlfield behavior/contracts.
Reviewed changes
Copilot reviewed 3 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| illmock/go.mod | Bumps github.com/indexdata/cql-go version used by the illmock module. |
| illmock/go.sum | Updates checksums for the bumped cql-go pseudo-version. |
| broker/patron_request/db/prcql.go | Adds Sort() to the custom CQL field type to remain compatible with updated cql-go/pgcql usage. |
| broker/go.mod | Bumps cql-go + testcontainers-go, and refreshes several indirect dependency versions. |
| broker/go.sum | Updates dependency checksums consistent with the module graph after the upgrades. |
You can also share your feedback on Copilot code review. Take the survey.
adamdickmeiss
approved these changes
Mar 12, 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.
No description provided.