Skip to content

Commit 96b0007

Browse files
workaround for thrift
1 parent 0decae0 commit 96b0007

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

go.mod

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ require (
99
github.com/stretchr/testify v1.4.0
1010
github.com/twmb/murmur3 v1.0.0
1111
)
12+
13+
14+
// Work around issue wtih git.apache.org/thrift.git
15+
replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0

0 commit comments

Comments
 (0)