mzfr / takeover

A tool for testing subdomain takeover possibilities at a mass scale.
BSD 2-Clause "Simplified" License
45 stars 10 forks source link

when i run go run main.go #9

Closed balook closed 3 years ago

balook commented 3 years ago

main.go:17:2: cannot find package "github.com/parnurzeal/gorequest" in any of: /usr/local/bin/go/src/github.com/parnurzeal/gorequest (from $GOROOT) /home/balu/go/src/github.com/parnurzeal/gorequest (from $GOPATH)

when i run go run main.go

mzfr commented 3 years ago

You haven't installed the required go package that is why it gave that error.

Make sure to install all the required packages

balook commented 3 years ago

then give go.mod and go.sum to auto download package when running