chore: Bump intra-repo deps to v0.11.0 and drop v0.9.0 retract#119
Merged
Conversation
cmd/s2-server bump deferred to a follow-up PR: server is a new module without prior tags, so workspace cannot resolve its require before the tag is published.
v0.9.0 was 17 days ago and persisted across two minor cycles; any remaining consumers have had ample warning. Closes #96.
2 tasks
This was referenced May 31, 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.
Summary
requirelines tov0.11.0ins3,gcs,azblob,s2env, andserver(the new module from Split server/ into its own Go module #91).retract v0.9.0directive from those four modules'go.modfiles; v0.9.0 was 17 days ago and persisted across two minor cycles, so any consumers still pinned to it have had ample warning. Closes Remove retract v0.9.0 from submodule go.mod files once aged out #96.cmd/s2-serveris intentionally not bumped here. It needs to requiregithub.com/mojatter/s2/server v0.11.0, butserveris a new module without prior tags, and Go's workspace cannot resolve a not-yet-tagged require during local build (an MVS metadata fetch hits the proxy regardless ofusedirectives). After this PR is merged and the v0.11.0 tags are pushed, a follow-up PR will bumpcmd/s2-server/go.mod. Future releases (v0.12.0+) will not need this split sinceserverwill already be on the proxy.Test plan