Skip to content

Switch module path to github.com/kemsta/go-easyrsa/v2#21

Merged
kemsta merged 1 commit into
masterfrom
v2-module-path
Mar 26, 2026
Merged

Switch module path to github.com/kemsta/go-easyrsa/v2#21
kemsta merged 1 commit into
masterfrom
v2-module-path

Conversation

@kemsta

@kemsta kemsta commented Mar 26, 2026

Copy link
Copy Markdown
Owner

Summary

  • switch the root module path to github.com/kemsta/go-easyrsa/v2
  • update internal imports, README examples, and pkg.go.dev links to /v2
  • update CLI submodules to the /v2 module path as well

Why

The repository already uses v2 releases, but the root module path still lacked the required /v2 suffix for Go modules. Because of that, module tooling and pkg.go.dev kept treating v1.0.2 as the latest valid version.

Validation

  • go test ./...
  • cd cmd/go-easyrsa-migrate && go test ./...
  • cd cmd/go-easyrsa-legacy-cli && go test ./...

@kemsta kemsta merged commit d685491 into master Mar 26, 2026
20 checks passed
@kemsta kemsta deleted the v2-module-path branch March 26, 2026 14:10
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