diff --git a/cmd/apps/skychat/chat.go b/cmd/apps/skychat/chat.go index 82452ac68..43c136b53 100644 --- a/cmd/apps/skychat/chat.go +++ b/cmd/apps/skychat/chat.go @@ -18,6 +18,7 @@ import ( "github.com/skycoin/dmsg/cipher" "github.com/skycoin/skycoin/src/util/logging" + "github.com/skycoin/skywire/internal/netutil" "github.com/skycoin/skywire/pkg/app" "github.com/skycoin/skywire/pkg/routing" diff --git a/pkg/app/log.go b/pkg/app/log.go index e4cd0fe55..740c84a70 100644 --- a/pkg/app/log.go +++ b/pkg/app/log.go @@ -1,9 +1,10 @@ package app import ( - "github.com/skycoin/skycoin/src/util/logging" "io" "time" + + "github.com/skycoin/skycoin/src/util/logging" ) // NewLogger is like (a *App) LoggerFromArguments but with appName as parameter, instead of diff --git a/pkg/app/log_store_test.go b/pkg/app/log_store_test.go index 5219efe24..f58405790 100644 --- a/pkg/app/log_store_test.go +++ b/pkg/app/log_store_test.go @@ -5,9 +5,10 @@ import ( "os" "time" - "github.com/stretchr/testify/require" "io/ioutil" "testing" + + "github.com/stretchr/testify/require" ) func TestLogStore(t *testing.T) { diff --git a/pkg/app/log_test.go b/pkg/app/log_test.go index df3fc0d69..e74caac6d 100644 --- a/pkg/app/log_test.go +++ b/pkg/app/log_test.go @@ -2,13 +2,14 @@ package app import ( "fmt" - "github.com/skycoin/skycoin/src/util/logging" - "github.com/stretchr/testify/require" "io" "io/ioutil" "os" "testing" "time" + + "github.com/skycoin/skycoin/src/util/logging" + "github.com/stretchr/testify/require" ) func TestWriteLog(t *testing.T) { diff --git a/pkg/transport/manager_test.go b/pkg/transport/manager_test.go index 854810295..0d01dc90d 100644 --- a/pkg/transport/manager_test.go +++ b/pkg/transport/manager_test.go @@ -12,6 +12,7 @@ import ( "github.com/skycoin/skywire/pkg/routing" "github.com/skycoin/skywire/pkg/transport" + "github.com/skycoin/skywire/pkg/transport/dmsg" "github.com/google/uuid" "github.com/skycoin/dmsg/cipher" diff --git a/pkg/visor/rpc_test.go b/pkg/visor/rpc_test.go index dc3ae5e4d..58f601c37 100644 --- a/pkg/visor/rpc_test.go +++ b/pkg/visor/rpc_test.go @@ -9,9 +9,10 @@ import ( "time" "github.com/skycoin/dmsg/cipher" - "github.com/skycoin/skywire/pkg/app" "github.com/stretchr/testify/assert" "github.com/stretchr/testify/require" + + "github.com/skycoin/skywire/pkg/app" ) /*