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

go install command fails #3

Open
danesparza opened this issue Aug 5, 2023 · 0 comments
Open

go install command fails #3

danesparza opened this issue Aug 5, 2023 · 0 comments

Comments

@danesparza
Copy link

Running go install github.com/atotto/packagecloud@latest results in the following error:

go: downloading github.com/atotto/packagecloud v0.2.0
go: github.com/atotto/packagecloud@latest (in github.com/atotto/packagecloud@v0.2.0):
	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.

It appears to be related to this line:

replace github.com/atotto/packagecloud => ./

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

No branches or pull requests

1 participant