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

Installing via go get broken #71

Closed
mborejdo opened this issue Mar 10, 2021 · 2 comments
Closed

Installing via go get broken #71

mborejdo opened this issue Mar 10, 2021 · 2 comments

Comments

@mborejdo
Copy link

I am a complete go noob, but it seems, I cannot install mark via the mentioned go get method.

I see

go: downloading github.com/kovetskiy/mark v0.0.0-20210225050715-398cc7375e40
go get: github.com/kovetskiy/mark@none updating to
        github.com/kovetskiy/mark@v0.0.0-20210225050715-398cc7375e40 requires
        github.com/russross/blackfriday/v2@v2.0.0-00010101000000-000000000000: invalid version: unknown revision 000000000000

This seems to be related to golang/go#30354

kovetskiy added a commit that referenced this issue Mar 11, 2021
Turns out the PR to the upstream is not merged and looks like the
maintainers didn't have a chance to merge it. The `replace` directive
causes some problems: #71
@kovetskiy
Copy link
Owner

Should be fixed now, I removed the replace directive. Try with go get -v -u github.com/kovetskiy/mark

@mborejdo
Copy link
Author

great that works! Thanks a lot.

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

2 participants