johanbrandhorst / grpc-gateway-boilerplate

All the boilerplate you need to get started with writing grpc-gateway powered REST services in Go
MIT License
479 stars 83 forks source link

record versions of third_party vendored code, update to current #17

Closed dmitris closed 4 years ago

dmitris commented 4 years ago

PR does two things: 1) updates the code vendored in the third_party directory to the current versions 2) adds the "manifest" - records the versions of copied code together with the indication with parts of the repos were copied - in third_party/README.md: https://github.com/johanbrandhorst/grpc-gateway-boilerplate/compare/master...dmitris:third-party-upd?expand=1#diff-b6cd85961a9400da4aaf7b171890389189819ed30fcfac0860f61450af7da26a

johanbrandhorst commented 4 years ago

Thanks for your contribution!