Skip to content

Conversation

@arimxyer
Copy link
Owner

@arimxyer arimxyer commented Feb 7, 2026

Summary

  • Renames Go module from pass-cli to github.com/arimxyer/pass-cli so that go install github.com/arimxyer/pass-cli@latest works
  • Updates all Go imports (94 files, 176 occurrences), goreleaser ldflags, and documentation references
  • Purely mechanical rename — no logic changes

Test plan

  • go mod tidy succeeds (all imports resolve)
  • mise run vet passes
  • mise run build produces working binary
  • mise run test — all unit tests pass
  • mise run lint — clean
  • After merge + new tag: go install github.com/arimxyer/pass-cli@latest works

Closes #73

🤖 Generated with Claude Code

The module was declared as `pass-cli` which prevented
`go install github.com/arimxyer/pass-cli@latest` from working.
Renames the module path in go.mod, all Go imports, goreleaser
ldflags, and documentation references.

Closes #73

Co-Authored-By: Claude Opus 4.6 <[email protected]>
@arimxyer arimxyer merged commit ef4affa into main Feb 7, 2026
18 checks passed
@arimxyer arimxyer deleted the chore/rename-module-73 branch February 7, 2026 19:33
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.

Declare module as github.com/arimxyer/pass-cli

1 participant