Skip to content

Fix v2 Go module path - #179

Open
Areson wants to merge 1 commit into
mainfrom
Areson/v2-module-path
Open

Fix v2 Go module path#179
Areson wants to merge 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
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.

1 participant