فهرست منبع

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

Fix for "thrift used for two different module paths" issue.
Matt Bolt 6 سال پیش
والد
کامیت
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 (