You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use zgrab2 to do some secondary development ,so I follow the installation guide to install the zgrab2.
when I try to make file , it outputs the error
cd cmd/zgrab2 && go build && cd ../..
go: downloading gopkg.in/yaml.v2 v2.2.2
go: downloading gopkg.in/mgo.v2 v2.0.0-20190816093944-a6b53ec6cb22
go: updates to go.sum needed, disabled by -mod=readonly
Makefile:24: recipe for target 'zgrab2' failed
make: *** [zgrab2] Error 1
I don't know how to solve this problem. I use go mod, so I run
I want to use zgrab2 to do some secondary development ,so I follow the installation guide to install the zgrab2.
when I try to make file , it outputs the error
I don't know how to solve this problem. I use go mod, so I run
go version is 1.15.5
please provide me some advice, thank u
The text was updated successfully, but these errors were encountered: