Description
Running the command included in the installation instructions fails due to golang deprecating go get for executables.
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'.
Subfinder version
v2.4.8
Command used
GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder