From 41c28e93856d0a47a6c924d32d61317df09342cd Mon Sep 17 00:00:00 2001 From: Jannis Mattheis Date: Fri, 8 May 2020 11:16:41 +0200 Subject: [PATCH] Remove apache thrift replace directive --- go.mod | 2 -- 1 file changed, 2 deletions(-) diff --git a/go.mod b/go.mod index 0792a9b..817da89 100644 --- a/go.mod +++ b/go.mod @@ -28,6 +28,4 @@ require ( golang.org/x/sys v0.0.0-20200501145240-bc7a7d42d5c3 // indirect ) -replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0 - go 1.13