Skip to content

chore(eventbus): update module path for v2#183

Merged
kristopherchun merged 1 commit intomainfrom
chore/eventbus-update-module-path-v2
Feb 20, 2026
Merged

chore(eventbus): update module path for v2#183
kristopherchun merged 1 commit intomainfrom
chore/eventbus-update-module-path-v2

Conversation

@github-actions
Copy link

Module Path Update for eventbus v2.0.0

This PR updates the module path in `modules/eventbus/go.mod` to include the `/v2` suffix as required by Go module versioning for major versions 2 and above.

Changes:

  • Module: eventbus
  • Old module path: `github.com/CrisisTextLine/modular/modules/eventbus`
  • New module path: `github.com/CrisisTextLine/modular/modules/eventbus/v2`

Why This Change Is Needed:

According to Go module versioning requirements, when releasing a major version v2 or higher, the module path must include a version suffix. This ensures proper dependency resolution and prevents conflicts with v0/v1 versions.

Reference: https://go.dev/blog/v2-go-modules

Next Steps:

  1. Review and merge this PR
  2. After merging, re-run the module release workflow for eventbus to complete the v2.0.0 release

This PR was automatically created by the module release workflow.

This updates the eventbus module path from:
  github.com/CrisisTextLine/modular/modules/eventbus
to:
  github.com/CrisisTextLine/modular/modules/eventbus/v2

This is required for releasing version v2.0.0 according to Go module versioning requirements.
See https://go.dev/blog/v2-go-modules for more information.
@kristopherchun kristopherchun merged commit 3bf5979 into main Feb 20, 2026
3 checks passed
@kristopherchun kristopherchun deleted the chore/eventbus-update-module-path-v2 branch February 20, 2026 18: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