Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't go install due to replace directive #219

Open
znd4 opened this issue May 15, 2024 · 1 comment
Open

Can't go install due to replace directive #219

znd4 opened this issue May 15, 2024 · 1 comment
Labels
bug Something isn't working needs testing

Comments

@znd4
Copy link

znd4 commented May 15, 2024

Hi, sorry I don't know of a workaround for this, but I'm getting the following error with go install ...@latest:

go: github.com/quexten/goldwarden@latest (in github.com/quexten/[email protected]):
	The go.mod file for the module providing named packages contains one or
	more replace directives. It must not contain directives that would cause
	it to be interpreted differently than if it were the main module.

see this go issue

FWIW, the latest installable semver tag seems to be v0.2.15

@quexten
Copy link
Owner

quexten commented May 15, 2024

Had the rename because I submitted a bugfix PR to an upstream dependency, and the replace changed it to my fork. Since upstream merged my PR and released a new version, #220 should fix this.

@quexten quexten added bug Something isn't working needs testing labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs testing
Projects
None yet
Development

No branches or pull requests

2 participants