This question already has an answer here:
I am getting an error when trying to install buffalo.
I tested with a clean GOPATH with nothing in it on go version go1.12.7 linux/amd64
. GO111MODULE
ist set to on
.
I try to install buffalo with the command given on the website:
go get -u -v github.com/gobuffalo/buffalo/buffalo
Executing the command results in return code 1
and the error message on the end of the verbose output seems to be go get: error loading module requirements
.
</div>