Switch capi to upstream v3.222.1, retire fork replace - #5451
Merged
norman-abramovitz merged 1 commit intoJun 15, 2026
Merged
Conversation
The typed query-options work (capi PR #11) merged upstream and was tagged v3.222.1, so the norman-abramovitz/fw-capi fork is no longer needed for the build. Bump the require to upstream v3.222.1 and drop the replace directive. go build ./... clean; go.sum now carries only the upstream module hash.
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.
What
The typed query-options work (capi PR #11) merged upstream and was tagged
v3.222.1, so thenorman-abramovitz/fw-capifork is no longer needed for the build.github.com/fivetwenty-io/capi/v3requirev3.216.6→ upstreamv3.222.1replace … => norman-abramovitz/fw-capi/v3 v3.222.1-typed-includes.1directiveThis completes the fork-retirement: #5449 pinned the fork tag temporarily while the upstream tag was pending; with
v3.222.1now published upstream, we collapse to a plain dependency.Verification
go mod tidyresolves upstreamv3.222.1;go.sumcarries only the upstream module hash (no fork reference)go build ./...cleanTwo-file change (
go.mod/go.sum); letting the PR gate validate.