Skip to content

fix(module): align imports with declared module path#20

Merged
aanogueira merged 2 commits into
techquestsdev:mainfrom
BinaryHusk:main
May 21, 2026
Merged

fix(module): align imports with declared module path#20
aanogueira merged 2 commits into
techquestsdev:mainfrom
BinaryHusk:main

Conversation

@BinaryHusk
Copy link
Copy Markdown
Contributor

Summary

This PR updates the module path and internal imports from
github.com/aanogueira/git-context to github.com/techquestsdev/git-context.

The depguard allowlist in .golangci.yml was updated as well so linting
continues to allow this module's internal imports.

This appears to be a leftover path from the previous repository location.

Reproduction

go install github.com/techquestsdev/git-context@latest

Observed:

go: github.com/techquestsdev/git-context@v1.4.2 requires go >= 1.25.0; switching to go1.25.10
go: github.com/techquestsdev/git-context@latest: version constraints conflict:
        github.com/techquestsdev/git-context@v1.4.2: parsing go.mod:
        module declares its path as: github.com/aanogueira/git-context
                but was required as: github.com/techquestsdev/git-context

@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@aanogueira
Copy link
Copy Markdown
Contributor

Yes, this was some port leftover.

Thank you for taking the time to submit the fix!

There's some lint issues, could you please fix them before merging it in?

@BinaryHusk
Copy link
Copy Markdown
Contributor Author

Thanks for the feedback! The lint issues have been fixed and the PR is updated.

@aanogueira aanogueira added the bug Something isn't working label May 21, 2026
@aanogueira aanogueira self-assigned this May 21, 2026
@aanogueira aanogueira merged commit 747cfe8 into techquestsdev:main May 21, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants