Skip to content

Commit

Permalink
Resort imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkren committed Jul 15, 2019
1 parent b55c431 commit 15fe824
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
3 changes: 1 addition & 2 deletions cmd/apps/therealssh/therealssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,10 @@ import (
"flag"
"log"

homedir "github.com/mitchellh/go-homedir"
"github.com/sirupsen/logrus"
"github.com/skycoin/skycoin/src/util/logging"

homedir "github.com/mitchellh/go-homedir"

ssh "github.com/skycoin/skywire/internal/therealssh"
"github.com/skycoin/skywire/pkg/app"
)
Expand Down
3 changes: 1 addition & 2 deletions internal/therealssh/channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ import (
"strings"
"sync"

"github.com/skycoin/skycoin/src/util/logging"

"github.com/kr/pty"
"github.com/skycoin/dmsg/cipher"
"github.com/skycoin/skycoin/src/util/logging"

"github.com/skycoin/skywire/pkg/app"
)
Expand Down
3 changes: 1 addition & 2 deletions internal/therealssh/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ import (
"strings"
"time"

"github.com/skycoin/skycoin/src/util/logging"

"github.com/kr/pty"
"github.com/skycoin/dmsg/cipher"
"github.com/skycoin/skycoin/src/util/logging"

"github.com/skycoin/skywire/internal/netutil"
"github.com/skycoin/skywire/pkg/app"
Expand Down
3 changes: 1 addition & 2 deletions internal/therealssh/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@ import (
"net"
"testing"

"github.com/skycoin/skycoin/src/util/logging"

"github.com/skycoin/dmsg/cipher"
"github.com/skycoin/skycoin/src/util/logging"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

Expand Down
3 changes: 1 addition & 2 deletions internal/therealssh/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,8 @@ import (
"log"
"net"

"github.com/skycoin/skycoin/src/util/logging"

"github.com/skycoin/dmsg/cipher"
"github.com/skycoin/skycoin/src/util/logging"

"github.com/skycoin/skywire/pkg/app"
)
Expand Down

0 comments on commit 15fe824

Please sign in to comment.