Skip to content

Fix go install installation#609

Merged
anishnaik merged 2 commits intomasterfrom
dev-fix-install
Mar 28, 2025
Merged

Fix go install installation#609
anishnaik merged 2 commits intomasterfrom
dev-fix-install

Conversation

@elopez
Copy link
Copy Markdown
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
Copy Markdown
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