hakluke / hakrawler

Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application
https://hakluke.com
GNU General Public License v3.0
4.49k stars 497 forks source link

Error in gocolly #70

Closed shubhaparakh closed 4 years ago

shubhaparakh commented 4 years ago

While installing hakrawler with command:- go get github.com/hakluke/hakrawler

it's giving me the error:- go/src/github.com/hakluke/hakrawler/pkg/collector/collector.go:15:9: no Go files in /root/go/src/github.com/gocolly/colly

JDRanpariya commented 4 years ago

Same here any clue on how to fix that :)

geeknik commented 4 years ago

Unable to replicate the issue with Ubuntu 20.04 LTS and go1.15:

$ go get github.com/hakluke/hakrawler
go: downloading github.com/hakluke/hakrawler v0.0.0-20200803002250-e39a514d0e17
go: github.com/hakluke/hakrawler upgrade => v0.0.0-20200803002250-e39a514d0e17
$ cat /etc/issue
Ubuntu 20.04.1 LTS \n \l
$ uname -a
Linux sfo2-01 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ go version
go version go1.15 linux/amd64
JDRanpariya commented 4 years ago

Unable to replicate the issue with Ubuntu 20.04 LTS and go1.15:

$ go get github.com/hakluke/hakrawler
go: downloading github.com/hakluke/hakrawler v0.0.0-20200803002250-e39a514d0e17
go: github.com/hakluke/hakrawler upgrade => v0.0.0-20200803002250-e39a514d0e17
$ cat /etc/issue
Ubuntu 20.04.1 LTS \n \l
$ uname -a
Linux sfo2-01 5.4.0-40-generic #44-Ubuntu SMP Tue Jun 23 00:01:04 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
$ go version
go version go1.15 linux/amd64

Ya, Now I think it got fixed somehow for me I think you can close this issue.