Open xmlking opened 5 years ago
try also
go get -d github.com/infobloxopen/protoc-gen-gorm
cd ~/go/src/github.com/infobloxopen/protoc-gen-gorm
make install
error
I think this is a symptom of the same issue as #98, I think. The Protobuf libraries (golang and gogo) make a big jump from v1.0.0 to v1.1.1 last year which deprecated a lot of functions used in this project. According to https://github.com/infobloxopen/protoc-gen-gorm/issues/98#issuecomment-449442406 doing a make vendor
in the project repo can resolve some of the issues, but may also introduce other ones.
I'd love to fix this, but it looked like it would require some pretty significant refactoring when I probed into it last year. There may also be a simple solution to make it install with the proper dependencies, but I've always found dependency resolution confusing, so my hopes aren't high that I would figure it out.
go get github.com/infobloxopen/protoc-gen-gorm