File tree Expand file tree Collapse file tree 9 files changed +9
-10
lines changed Expand file tree Collapse file tree 9 files changed +9
-10
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ import (
6
6
"io"
7
7
"log"
8
8
9
+ "github.com/charmbracelet/ssh"
9
10
"github.com/docker/docker/api/types"
10
11
"github.com/docker/docker/api/types/container"
11
12
"github.com/docker/docker/client"
12
13
"github.com/docker/docker/pkg/stdcopy"
13
- "github.com/gliderlabs/ssh"
14
14
)
15
15
16
16
func main () {
Original file line number Diff line number Diff line change 9
9
"syscall"
10
10
"unsafe"
11
11
12
- "github.com/gliderlabs /ssh"
12
+ "github.com/charmbracelet /ssh"
13
13
"github.com/creack/pty"
14
14
)
15
15
Original file line number Diff line number Diff line change 5
5
"io"
6
6
"log"
7
7
8
- "github.com/gliderlabs /ssh"
8
+ "github.com/charmbracelet /ssh"
9
9
gossh "golang.org/x/crypto/ssh"
10
10
)
11
11
Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ import (
4
4
"io"
5
5
"log"
6
6
7
- "github.com/gliderlabs /ssh"
7
+ "github.com/charmbracelet /ssh"
8
8
)
9
9
10
10
func main () {
11
-
12
11
log .Println ("starting ssh server on port 2222..." )
13
12
14
13
forwardHandler := & ssh.ForwardedTCPHandler {}
Original file line number Diff line number Diff line change 6
6
"io/ioutil"
7
7
"log"
8
8
9
- "github.com/gliderlabs /ssh"
9
+ "github.com/charmbracelet /ssh"
10
10
"github.com/pkg/sftp"
11
11
)
12
12
Original file line number Diff line number Diff line change 5
5
"io"
6
6
"log"
7
7
8
- "github.com/gliderlabs /ssh"
8
+ "github.com/charmbracelet /ssh"
9
9
)
10
10
11
11
func main () {
Original file line number Diff line number Diff line change 4
4
"log"
5
5
"time"
6
6
7
- "github.com/gliderlabs /ssh"
7
+ "github.com/charmbracelet /ssh"
8
8
)
9
9
10
10
var (
Original file line number Diff line number Diff line change 4
4
"io"
5
5
"io/ioutil"
6
6
7
- "github.com/gliderlabs /ssh"
7
+ "github.com/charmbracelet /ssh"
8
8
)
9
9
10
10
func ExampleListenAndServe () {
Original file line number Diff line number Diff line change 1
- module github.com/gliderlabs /ssh
1
+ module github.com/charmbracelet /ssh
2
2
3
3
go 1.12
4
4
You can’t perform that action at this time.
0 commit comments