get more proper SSH package usage in

This commit is contained in:
Mitchell Hashimoto 2014-04-26 11:23:26 -07:00
parent b24fe263da
commit fa339fc275
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
package qemu
import (
gossh "code.google.com/p/gosshold/ssh"
gossh "code.google.com/p/go.crypto/ssh"
"fmt"
"github.com/mitchellh/multistep"
"github.com/mitchellh/packer/communicator/ssh"

View File

@ -1,7 +1,7 @@
package common
import (
gossh "code.google.com/p/gosshold/ssh"
gossh "code.google.com/p/go.crypto/ssh"
"errors"
"fmt"
"github.com/mitchellh/multistep"