Commit b24fe263 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

communicator/ssh: fix bad imports

parent 5fac6c79
......@@ -3,7 +3,7 @@ package ssh
import (
"bufio"
"bytes"
"code.google.com/p/gosshold/ssh"
"code.google.com/p/go.crypto/ssh"
"errors"
"fmt"
"github.com/mitchellh/packer/packer"
......
package ssh
import (
"code.google.com/p/gosshold/ssh"
"code.google.com/p/go.crypto/ssh"
"reflect"
"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