瀏覽代碼

Merge pull request #160 from kubecost/thrift-import-fix

Fix for "thrift used for two different module paths" issue.
Matt Bolt 7 年之前
父節點
當前提交
9e5c632fdf
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      go.mod

+ 0 - 2
go.mod

@@ -4,8 +4,6 @@ require github.com/kubecost/test/mocks v0.0.0
 
 replace github.com/kubecost/test/mocks v0.0.0 => ./test/mocks
 
-replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
-
 replace github.com/golang/lint => golang.org/x/lint v0.0.0-20180702182130-06c8688daad7
 
 require (