sensepost / gowitness

🔍 gowitness - a golang, web screenshot utility using Chrome Headless
GNU General Public License v3.0
2.87k stars 329 forks source link

module declares its path as: github.com/chromedp/sysutil #82

Closed StillNoob closed 3 years ago

StillNoob commented 3 years ago

I was trying to install gowitness using the following command:

go get -u github.com/sensepost/gowitness

I got the following output.

Screenshot_2020-11-15_19-04-09

Please reply, how can I fix this?

leonjza commented 3 years ago

I suspect you may have something else in your gopath that wants a different version of that dependency. I just did a fresh go get in a Kali VM, as well as rebuilt the docker container and both seem fine. The only thing I can suggest is to wipe out your go modules and try from fresh.