Merge pull request #86 from jakalkhalili/fix-dependencies

Fix dependencies
This commit is contained in:
Tomasz Sęk 2019-09-02 13:46:47 +02:00 committed by GitHub
commit 878aac1725
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
)