how am I supposed to use golang protobufs with dep. If I create a project $GOPATH/src/my_test . My main problems:
It seems that if I configure the dep GOPKG.toml to require my protobuf folders and the compiler I can call
dep ensure -add github.com/golang/protobuf/protoc-gen-go
I can build the compiler and the code won't be pruned. And set --go_out to the vendor folder. Seems to be working