0xsha / GoLinkFinder

A fast and minimal JS endpoint extractor
MIT License
274 stars 44 forks source link

Error in "go build" command #4

Closed alamlearnN closed 3 years ago

alamlearnN commented 3 years ago

hey... when i run "go build GoLinkFinder, i got below error...

GoLinkFinder.go:18:2: cannot find package "github.com/PuerkitoBio/goquery" in any of: /usr/lib/go-1.10/src/github.com/PuerkitoBio/goquery (from $GOROOT) /home/alam/go/src/github.com/PuerkitoBio/goquery (from $GOPATH) GoLinkFinder.go:19:2: cannot find package "github.com/akamensky/argparse" in any of: /usr/lib/go-1.10/src/github.com/akamensky/argparse (from $GOROOT) /home/alam/go/src/github.com/akamensky/argparse (from $GOPATH) GoLinkFinder.go:20:2: cannot find package "github.com/tomnomnom/gahttp" in any of: /usr/lib/go-1.10/src/github.com/tomnomnom/gahttp (from $GOROOT) /home/alam/go/src/github.com/tomnomnom/gahttp (from $GOPATH)

0xsha commented 3 years ago

Hi you have to go get it's decencies argparse , goquery , gahttp .