Commit b24fe263 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

communicator/ssh: fix bad imports

parent 5fac6c79
...@@ -3,7 +3,7 @@ package ssh ...@@ -3,7 +3,7 @@ package ssh
import ( import (
"bufio" "bufio"
"bytes" "bytes"
"code.google.com/p/gosshold/ssh" "code.google.com/p/go.crypto/ssh"
"errors" "errors"
"fmt" "fmt"
"github.com/mitchellh/packer/packer" "github.com/mitchellh/packer/packer"
......
package ssh package ssh
import ( import (
"code.google.com/p/gosshold/ssh" "code.google.com/p/go.crypto/ssh"
"reflect" "reflect"
"testing" "testing"
) )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment