From d0ab39a074e772fa87ff68a2dfbe8d2a50f41bb8 Mon Sep 17 00:00:00 2001 From: Renan DelValle Date: Tue, 18 Feb 2020 12:23:21 -0800 Subject: [PATCH] Pointing to a forked patch version of thrift using mod while we wait for the fix that will land in 0.14.0. --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index cbf5aaf..a2b41f5 100644 --- a/go.mod +++ b/go.mod @@ -8,3 +8,5 @@ require ( github.com/samuel/go-zookeeper v0.0.0-20171117190445-471cd4e61d7a github.com/stretchr/testify v1.2.0 ) + +replace github.com/apache/thrift v0.12.0 => github.com/ridv/thrift v0.12.2