Skip to content
Snippets Groups Projects
Commit 9a84fe4a authored by Luca Moser's avatar Luca Moser
Browse files

reformat imports

parent 7cb48649
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,6 @@ import (
"net"
"time"
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/parameter"
"github.com/iotaledger/goshimmer/packages/accountability"
"github.com/iotaledger/goshimmer/packages/network"
"github.com/iotaledger/goshimmer/packages/timeutil"
......@@ -20,7 +17,9 @@ import (
"github.com/iotaledger/goshimmer/plugins/autopeering/types/peer"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/hive.go/events"
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/node"
"github.com/iotaledger/hive.go/parameter"
)
var log = logger.NewLogger("Analysis-Client")
......
......@@ -2,13 +2,13 @@ package peerstorage
import (
"bytes"
"github.com/iotaledger/hive.go/logger"
"sync"
"github.com/iotaledger/goshimmer/packages/database"
"github.com/iotaledger/goshimmer/plugins/autopeering/instances/knownpeers"
"github.com/iotaledger/goshimmer/plugins/autopeering/types/peer"
"github.com/iotaledger/hive.go/events"
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/node"
)
......
package statusscreen
import (
"github.com/iotaledger/hive.go/logger"
"io/ioutil"
"os"
"sync"
......@@ -10,6 +9,7 @@ import (
"github.com/gdamore/tcell"
"github.com/iotaledger/hive.go/daemon"
"github.com/iotaledger/hive.go/events"
"github.com/iotaledger/hive.go/logger"
"github.com/iotaledger/hive.go/node"
"github.com/rivo/tview"
"golang.org/x/crypto/ssh/terminal"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment