@cryptotaxi247 / kubo / commits / 4feff27a8

Group imports correctly

Michael Avila committed May 20, 2019 at 14:33 UTC 4feff27a89de2f42b578d4b5e64ff65090076029
1 file changed +1 -1
core/node/groups.go
+1 -1
@@ -14,10 +14,10 @@ import (
14 pubsub "github.com/libp2p/go-libp2p-pubsub"
15
16 "github.com/ipfs/go-ipfs/core/node/libp2p"
17 + "github.com/ipfs/go-ipfs/p2p"
18
19 offline "github.com/ipfs/go-ipfs-exchange-offline"
20 offroute "github.com/ipfs/go-ipfs-routing/offline"
20 - "github.com/ipfs/go-ipfs/p2p"
21 "github.com/ipfs/go-path/resolver"
22 uio "github.com/ipfs/go-unixfs/io"
23 "go.uber.org/fx"