Skip to content
Tag to retract lib/go/thrift/go.mod file

The purpose of this tag is to retract the version(s) generated by
wrongly added lib/go/thrift/go.mod file. This tag shall not be used in
any other way.

To use the latest version of thrift go library, run

    go get github.com/apache/thrift@latest

And remove lines containing "github.com/apache/thrift/lib/go/thrift" in
your project's go.mod file, if any.

See the following links for more details:

* https://issues.apache.org/jira/browse/THRIFT-5472
* https://github.com/golang/go/issues/49015