src-d / proteus

Generate .proto files from Go source code.
https://blog.sourced.tech/post/proteus/
MIT License
735 stars 70 forks source link

error: github.com/gogo/protobuf is not installed #115

Closed azhang closed 4 years ago

azhang commented 4 years ago
go get -v gopkg.in/src-d/proteus.v1/...
go get -u github.com/gogo/protobuf/...
proteus -f protoes -p github.com/whatever/common  

responds with

github.com/gogo/protobuf is not installed
azhang commented 4 years ago

had to get out of my project directory so it could actually clone src into into $GOPATH

wimmerX commented 2 years ago

had to get out of my project directory so it could actually clone src into into $GOPATH

I have encounter the same question,what can I do for it ?