From 83add3969f4a034b96e77d774d21b2d1576cd3d0 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 26 Apr 2014 12:27:30 -0700 Subject: [PATCH] builder/virtualbox: fix deps --- builder/virtualbox/common/ssh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/virtualbox/common/ssh.go b/builder/virtualbox/common/ssh.go index 385375dc2..41188bf45 100644 --- a/builder/virtualbox/common/ssh.go +++ b/builder/virtualbox/common/ssh.go @@ -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"