Переглянути джерело

Fix for "thrift used for two different module paths" issue.

Matt Bolt 7 роки тому
батько
коміт
788bc7db87
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 (