Skip to content

Fix go install installation #609

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

Merged
merged 2 commits into from
Mar 28, 2025
Merged

Fix go install installation #609

merged 2 commits into from
Mar 28, 2025

Conversation

elopez
Copy link
Member

@elopez elopez commented Mar 28, 2025

$ go install github.com/crytic/medusa@latest
go: github.com/crytic/medusa@latest (in github.com/crytic/[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.

This is caused by a leftover replace in go.mod. Medusa no longer references github.com/ethereum/go-ethereum so it should be ok to remove.

@anishnaik
Copy link
Collaborator

FFFFFFFFFFFF how did I miss this

@anishnaik anishnaik merged commit ef1f31d into master Mar 28, 2025
12 checks passed
@anishnaik anishnaik deleted the dev-fix-install branch March 28, 2025 14:23
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.

2 participants