Browse Source

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

Matt Bolt 6 years ago
parent
commit
788bc7db87
1 changed files with 0 additions and 2 deletions
  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 (