From 75e0387be2fa62650574fae2851ddb48ce1397f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Kripalani?= Date: Wed, 26 Aug 2020 21:39:44 +0100 Subject: [PATCH] fix ffiwrapper import. --- conformance/driver.go | 15 +++++++-------- go.mod | 1 - 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/conformance/driver.go b/conformance/driver.go index 89e2ec6c5..cfaacb3b1 100644 --- a/conformance/driver.go +++ b/conformance/driver.go @@ -3,19 +3,18 @@ package conformance import ( "context" + "github.com/filecoin-project/lotus/chain/types" + "github.com/filecoin-project/lotus/chain/vm" + "github.com/filecoin-project/lotus/extern/sector-storage/ffiwrapper" + "github.com/filecoin-project/lotus/lib/blockstore" + "github.com/filecoin-project/specs-actors/actors/abi" "github.com/filecoin-project/specs-actors/actors/puppet" + + "github.com/filecoin-project/test-vectors/chaos" "github.com/filecoin-project/test-vectors/schema" "github.com/ipfs/go-cid" - - "github.com/filecoin-project/sector-storage/ffiwrapper" - - "github.com/filecoin-project/test-vectors/chaos" - - "github.com/filecoin-project/lotus/chain/types" - "github.com/filecoin-project/lotus/chain/vm" - "github.com/filecoin-project/lotus/lib/blockstore" ) var ( diff --git a/go.mod b/go.mod index f1afe853b..e42adc64f 100644 --- a/go.mod +++ b/go.mod @@ -38,7 +38,6 @@ require ( github.com/filecoin-project/go-statemachine v0.0.0-20200813232949-df9b130df370 github.com/filecoin-project/go-statestore v0.1.0 github.com/filecoin-project/go-storedcounter v0.0.0-20200421200003-1c99c62e8a5b - github.com/filecoin-project/sector-storage v0.0.0-20200810171746-eac70842d8e0 github.com/filecoin-project/specs-actors v0.9.3 github.com/filecoin-project/specs-storage v0.1.1-0.20200730063404-f7db367e9401 github.com/filecoin-project/statediff v0.0.1