Unable to run 'make requirments;

When i make requirements, i get the following error.
My guess is there is a version mismatch somewhere and am missing it.

$ make requirements
echo “Installing development tools”
Installing development tools
go get -u github-com/golang/lint/golint
go get -u github-com/brocaar/grpc-gateway/protoc-gen-grpc-gateway
github-com/brocaar/grpc-gateway/protoc-gen-grpc-gateway
…/…/…/github-com/brocaar/grpc-gateway/protoc-gen-grpc-gateway/main.go:65:21: not enough arguments in call to gengateway.New
have (“github-com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor”.Registry, bool, string)
want (
“github-com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor”.Registry, bool, string, string)

Any idea what might be wrong?

Thanks!

A post was merged into an existing topic: Compiling the LoRa App Server source-code