From 57a4d4671e9120f087caf83d75a7814c09adfaa8 Mon Sep 17 00:00:00 2001 From: Abdullah Saleem Date: Sun, 1 Sep 2019 20:32:49 +0500 Subject: [PATCH] Fixes #190 thrift dependency issue --- go.mod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/go.mod b/go.mod index 17fb136..6a1a7ef 100644 --- a/go.mod +++ b/go.mod @@ -40,3 +40,5 @@ replace github.com/golang/lint => github.com/golang/lint v0.0.0-20190227174305-8 // local copy of envy package without cobra support replace github.com/jamiealquiza/envy => ./third_party/envy + +replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0