change import

This commit is contained in:
hloeffler 2016-12-19 20:37:23 +01:00
parent 1a9e87f4d3
commit 4f9bbdca20
2 changed files with 2 additions and 2 deletions

@ -6,7 +6,7 @@ import (
b64 "encoding/base64"
"github.com/hloeffler/ssh"
"github.com/gliderlabs/ssh"
)
func main() {

@ -4,7 +4,7 @@ import (
"io"
"log"
"github.com/hloeffler/ssh"
"github.com/gliderlabs/ssh"
)
func main() {