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

unexpected module path "urlgrab" #23

Open
jakuta-tech opened this issue Jul 19, 2020 · 0 comments
Open

unexpected module path "urlgrab" #23

jakuta-tech opened this issue Jul 19, 2020 · 0 comments

Comments

@jakuta-tech
Copy link

jakuta-tech commented Jul 19, 2020

Hi,

Great implementation of the URL crawler, thanks !!

I ran into a problem during the install that gave me the error
unexpected module path "urlgrab"

I had to fork the repo and change

module urlgrab

to

module github.com/IAmStoxe/urlgrab
in go.mod

based on this it worked great.
https://stackoverflow.com/questions/56091744/unexpected-module-path-go-modules

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