Skip to content

Fix v2 Go module path - #179

Merged
Areson merged 1 commit into
mainfrom
Areson/v2-module-path
Aug 10, 2026
Merged

Fix v2 Go module path#179
Areson merged 1 commit into
mainfrom
Areson/v2-module-path

Conversation

@Areson

@Areson Areson commented Aug 7, 2026

Copy link
Copy Markdown
Collaborator

Why

The withdrawn v2.0.0 tag could not be resolved as a Go module because the module path did not include the /v2 suffix required for major versions two and later. This correction makes the first usable v2 release v2.0.1.

What

  • Change the root module and all internal imports to github.com/cashapp/blip/v2.
  • Update nested example modules, documentation imports, and pkg.go.dev links for the v2 path.
  • Set the release candidate version to 2.0.1 and document the withdrawn v2.0.0 release.

Risk

High compile-time migration impact by design: v2 consumers must update their import paths. No runtime behavior changes are included. Local builds, vetting, non-database tests, nested example tests, the Hugo build, and an isolated consumer-module import test pass. The full local test suite remains gated by the unavailable MySQL test container; GitHub CI is the clean-environment gate.

References

Generated with Codex

Co-authored-by: Codex <noreply@openai.com>
Ai-assisted: true
@Areson
Areson marked this pull request as ready for review August 7, 2026 22:55
@Areson
Areson merged commit d0ba721 into main Aug 10, 2026
4 checks passed
@Areson
Areson deleted the Areson/v2-module-path branch August 10, 2026 13:24
@Areson Areson mentioned this pull request Aug 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants