Skip to content

Commit

Permalink
chore: reorder deps
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed Nov 10, 2021
1 parent 2285708 commit 3a9e75a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/node/groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import (
"context"
"errors"
"fmt"
"github.com/dustin/go-humanize"
"time"

blockstore "github.com/ipfs/go-ipfs-blockstore"
Expand All @@ -20,6 +19,8 @@ import (
offline "github.com/ipfs/go-ipfs-exchange-offline"
offroute "github.com/ipfs/go-ipfs-routing/offline"
uio "github.com/ipfs/go-unixfs/io"

"github.com/dustin/go-humanize"
"go.uber.org/fx"
)

Expand Down

0 comments on commit 3a9e75a

Please sign in to comment.