From 5ae06f4373ff0976bf2899be40ae00a382ab6f4d Mon Sep 17 00:00:00 2001 From: Vladislav Rassokhin Date: Wed, 11 Sep 2019 16:42:25 +0300 Subject: [PATCH] Fix build --- go.mod | 3 +++ go.sum | 1 + 2 files changed, 4 insertions(+) diff --git a/go.mod b/go.mod index da07a0d70..8536831d4 100644 --- a/go.mod +++ b/go.mod @@ -6,3 +6,6 @@ require ( go.uber.org/goleak v0.10.1-0.20190517053103-3b0196519f16 golang.org/x/mobile v0.0.0-20190607214518-6fa95d984e88 ) + +replace git.apache.org/thrift.git => github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999 + diff --git a/go.sum b/go.sum index 270287edf..493f13d5a 100644 --- a/go.sum +++ b/go.sum @@ -32,6 +32,7 @@ github.com/antchfx/xpath v0.0.0-20170728053731-b5c552e1acbd/go.mod h1:Yee4kTMuNi github.com/antchfx/xquery v0.0.0-20170730121040-eb8c3c172607 h1:BFFG6KP8ASFBg2ptWsJn8p8RDufBjBDKIxLU7BTYGOM= github.com/antchfx/xquery v0.0.0-20170730121040-eb8c3c172607/go.mod h1:LzD22aAzDP8/dyiCKFp31He4m2GPjl0AFyzDtZzUu9M= github.com/antihax/optional v0.0.0-20180407024304-ca021399b1a6/go.mod h1:V8iCPQYkqmusNa815XgQio277wI47sdRh1dUOLdyC6Q= +github.com/apache/thrift v0.0.0-20180902110319-2566ecd5d999/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/apache/thrift v0.12.0/go.mod h1:cp2SuWMxlEZw2r+iP2GNCdIi4C1qmUzdZFSVb+bacwQ= github.com/approvals/go-approval-tests v0.0.0-20160714161514-ad96e53bea43/go.mod h1:S6puKjZ9ZeqUPBv2hEBnMZGcM2J6mOsDRQcmxkMAND0= github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e/go.mod h1:3U/XgcO3hCbHZ8TKRvWD2dDTCfh9M9ya+I9JpbB7O8o=