Fix gomods

This commit is contained in:
Łukasz Magiera 2020-08-10 17:31:14 +02:00
parent 0eaf44eb31
commit 85d8133f4a
3 changed files with 2 additions and 3 deletions

@ -1 +0,0 @@
Subproject commit cddc56607e1d851ea6d09d49404bd7db70cb3c2e

View File

@ -30,5 +30,3 @@ require (
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
honnef.co/go/tools v0.0.1-2020.1.3 // indirect
)
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi

2
go.mod
View File

@ -136,4 +136,6 @@ replace github.com/golangci/golangci-lint => github.com/golangci/golangci-lint v
replace github.com/filecoin-project/filecoin-ffi => ./extern/filecoin-ffi
replace github.com/filecoin-project/sector-storage => ./extern/sector-storage
replace github.com/dgraph-io/badger/v2 => github.com/dgraph-io/badger/v2 v2.0.1-rc1.0.20200716180832-3ab515320794