Skip to content

Commit

Permalink
style(imports): fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hannahhoward committed Apr 9, 2022
1 parent 8e48717 commit a6e0c0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions impl/receiving_requests.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,14 @@ package impl
import (
"context"

datatransfer "github.com/filecoin-project/go-data-transfer"
"github.com/filecoin-project/go-data-transfer/message"
"github.com/filecoin-project/go-data-transfer/message/types"
"github.com/ipfs/go-cid"
"github.com/ipld/go-ipld-prime"
"github.com/libp2p/go-libp2p-core/peer"
"golang.org/x/xerrors"

datatransfer "github.com/filecoin-project/go-data-transfer"
"github.com/filecoin-project/go-data-transfer/message"
"github.com/filecoin-project/go-data-transfer/message/types"
)

// this file contains methods for processing incoming request messages
Expand Down
3 changes: 2 additions & 1 deletion testutil/mockchannelstate.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package testutil

import (
datatransfer "github.com/filecoin-project/go-data-transfer"
cid "github.com/ipfs/go-cid"
"github.com/ipld/go-ipld-prime"
"github.com/libp2p/go-libp2p-core/peer"

datatransfer "github.com/filecoin-project/go-data-transfer"
)

type MockChannelStateParams struct {
Expand Down

0 comments on commit a6e0c0e

Please sign in to comment.