builder/virtualbox: fix deps

This commit is contained in:
Mitchell Hashimoto 2014-04-26 12:27:30 -07:00
parent 91574c3a60
commit 83add3969f
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
package common
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"