Commit fa339fc2 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

get more proper SSH package usage in

parent b24fe263
package qemu package qemu
import ( import (
gossh "code.google.com/p/gosshold/ssh" gossh "code.google.com/p/go.crypto/ssh"
"fmt" "fmt"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
"github.com/mitchellh/packer/communicator/ssh" "github.com/mitchellh/packer/communicator/ssh"
......
package common package common
import ( import (
gossh "code.google.com/p/gosshold/ssh" gossh "code.google.com/p/go.crypto/ssh"
"errors" "errors"
"fmt" "fmt"
"github.com/mitchellh/multistep" "github.com/mitchellh/multistep"
......
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