uber / tchannel

network multiplexing and framing protocol for RPC
MIT License
1.15k stars 129 forks source link

go: Update dependencies for Thrift union support #1321

Closed prashantv closed 9 years ago

prashantv commented 9 years ago

I added union support to the underlying go parsing library we use: https://github.com/samuel/go-thrift/pull/50

Update to the latest version so thrift-gen supports .thrift files with unions.