move packer to hashicorp

This commit is contained in:
Matthew Hooker
2017-04-04 13:39:01 -07:00
parent a9bb2328f7
commit 81522dced0
573 changed files with 1047 additions and 1047 deletions
+1 -1
View File
@@ -4,8 +4,8 @@ import (
"fmt"
"io/ioutil"
packerssh "github.com/hashicorp/packer/communicator/ssh"
"github.com/mitchellh/multistep"
packerssh "github.com/mitchellh/packer/communicator/ssh"
"github.com/xanzy/go-cloudstack/cloudstack"
"golang.org/x/crypto/ssh"
)