I'm using the Thrift v0.14.1 compiler. When I set my go.mod file to use require github.com/apache/thrift/lib/go/thrift v0.14.1
I get the error message go: github.com/apache/thrift/lib/go/thrift@v0.14.1: reading github.com/apache/thrift/lib/go/thrift/lib/go/thrift/go.mod at revision lib/go/thrift/v0.14.1: unknown revision lib/go/thrift/v0.14.1 The v0.14 Thrift compiler introduces thrift.ResponseMeta which is not in the "default" version of the Thrift Go library. Regards, Alan