Skip to content

Commit

Permalink
moved therealssh to pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
ivcosla committed Aug 9, 2019
1 parent 993f0f9 commit d4fb2f1
Show file tree
Hide file tree
Showing 18 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/apps/therealssh-client/therealssh-client.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"log"
"net/http"

ssh "github.com/skycoin/skywire/internal/therealssh"
"github.com/skycoin/skywire/pkg/app"
ssh "github.com/skycoin/skywire/pkg/therealssh"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/apps/therealssh/therealssh.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (

"github.com/mitchellh/go-homedir"

ssh "github.com/skycoin/skywire/internal/therealssh"
"github.com/skycoin/skywire/pkg/app"
ssh "github.com/skycoin/skywire/pkg/therealssh"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion cmd/therealssh-cli/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/spf13/cobra"
"golang.org/x/crypto/ssh/terminal"

ssh "github.com/skycoin/skywire/internal/therealssh"
ssh "github.com/skycoin/skywire/pkg/therealssh"
)

var rpcAddr string
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d4fb2f1

Please sign in to comment.