-
Notifications
You must be signed in to change notification settings - Fork 527
Open
Description
The README tells to install httprobe using the command:
go get -u github.com/tomnomnom/httprobe
However, giving that command on mac terminal with the latest Go version (go version go1.17 as of Aug 2021) gives an error saying:
go get: installing executables with 'go get' in module mode is deprecated.
Use 'go install pkg@version' instead.
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
Using the install command like go install github.com/tomnomnom/httprobe@master works. The README needs to be updated with this command.
05t3, TwistedSim, GreenPoint-InfoSec, ibk96, Skippy19 and 4 more
Metadata
Metadata
Assignees
Labels
No labels