fix(deps): use updated import path for github.com/speakeasy-api/openapi/overlay#2231
Merged
Conversation
github.com/speakeasy-api/openapi/overlay
jamietanna
reviewed
Feb 19, 2026
Member
|
OK, so this looks like this may also involve bumping #2139 (and our |
Contributor
Author
|
in the meantime, to you have a solution to fix the broken dependency chain ? |
Member
|
I think we need to talk about the required Go version. I originally tried to keep the oldest version possible, but the most important part to me is that the generated code isn't too version specific. I think that jumping to 1.24 would allow us to move to the new usage of |
Member
|
We'll bump to 1.24 as part of the 2.7.0 release |
# Conflicts: # examples/authenticated-api/stdhttp/go.mod # examples/authenticated-api/stdhttp/go.sum # examples/extensions/xomitzero/go.mod # examples/extensions/xomitzero/go.sum # examples/go.mod # examples/go.sum # examples/minimal-server/fiber/go.mod # examples/minimal-server/fiber/go.sum # examples/minimal-server/stdhttp-go-tool/go.mod # examples/minimal-server/stdhttp/go.mod # examples/minimal-server/stdhttp/go.sum # examples/output-options/preferskipoptionalpointerwithomitzero/go.mod # examples/output-options/preferskipoptionalpointerwithomitzero/go.sum # examples/petstore-expanded/echo-v5/go.sum # examples/petstore-expanded/fiber/go.mod # examples/petstore-expanded/fiber/go.sum # examples/petstore-expanded/stdhttp/go.mod # examples/petstore-expanded/stdhttp/go.sum # go.mod # go.sum # internal/test/go.mod # internal/test/go.sum # internal/test/issues/issue-1529/strict-fiber/go.mod # internal/test/issues/issue-1529/strict-fiber/go.sum # internal/test/issues/issue1469/go.mod # internal/test/issues/issue1469/go.sum # internal/test/strict-server/fiber/go.mod # internal/test/strict-server/fiber/go.sum # internal/test/strict-server/stdhttp/go.mod # internal/test/strict-server/stdhttp/go.sum
The new overlay package has a small API change and we need to re-run go mod tidy on everything after rebasing.
mromaszewicz
approved these changes
Apr 9, 2026
Member
|
Thank you, @netixx |
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.
Fixes: #2230