Fix golint dependency

This commit is contained in:
Jakub Al-Khalili 2019-09-10 08:58:00 +02:00
parent bc98311028
commit 65ca412340
1 changed files with 1 additions and 4 deletions

5
go.mod
View File

@ -48,7 +48,4 @@ replace (
sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.1.11-0.20190411181648-9d55346c2bde
)
replace (
git.apache.org/thrift.git => github.com/apache/thrift v0.12.0
github.com/golang/lint v0.0.0-20190409202823-959b441ac422 => golang.org/x/lint v0.0.0-20190409202823-959b441ac422
)
replace git.apache.org/thrift.git => github.com/apache/thrift v0.12.0