sensepost / gowitness

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

Error during installation using go installer #113

Closed Karmaz95 closed 3 years ago

Karmaz95 commented 3 years ago

Describe the bug Cannot install gowitness using go installer.

To Reproduce Steps to reproduce the behavior:

  1. Issue below request in terminal: ❯ go get -u github.com/sensepost/gowitness

Expected behavior

package embed: unrecognized import path "embed" (import path does not begin with hostname)
package io/fs: unrecognized import path "io/fs" (import path does not begin with hostname)

Version Information:

leonjza commented 3 years ago

Double check you have go version 1.16+

Karmaz95 commented 3 years ago

Thank you so much for your help, update to 1.16+ worked!