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

Remove replace directives from go.mod #1906

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

0pcom
Copy link
Collaborator

@0pcom 0pcom commented Nov 12, 2024

it's possible to go run ... skywire services without cloning the repo ; however this does not work for skywire with the replace directives in go.mod of this repo.

go run github.com/skycoin/skywire/cmd/skycoin-skywire@develop
go: github.com/skycoin/skywire/cmd/skycoin-skywire@develop (in github.com/skycoin/[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 PR removes those replace directives

@0pcom 0pcom merged commit c022441 into skycoin:develop Nov 12, 2024
2 of 3 checks passed
@0pcom 0pcom deleted the fix-gomod branch November 12, 2024 23:50
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.

1 participant