Fix golint dependencies

This commit is contained in:
Jakub Al-Khalili 2019-09-02 13:28:01 +02:00
parent c25d0ce3e8
commit b6df178b45
1 changed files with 4 additions and 1 deletions

5
go.mod
View File

@ -72,4 +72,7 @@ replace (
sigs.k8s.io/controller-tools => sigs.k8s.io/controller-tools v0.1.11-0.20190411181648-9d55346c2bde
)
replace 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
github.com/golang/lint v0.0.0-20190409202823-959b441ac422 => golang.org/x/lint v0.0.0-20190409202823-959b441ac422
)