packer-cn/builder/qemu
jszwedko b1497b951c code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh
code.google.com/p/go.crypto/ssh is now at golang.org/x/crypto/ssh as of
https://code.google.com/p/go/source/detail?spec=svn.crypto.69e2a90ed92d03812364aeb947b7068dc42e561e&repo=crypto&r=8fec09c61d5d66f460d227fd1df3473d7e015bc6

Using the code.google.com import redirects properly, but runs into
issues if you try to use a subpackage of `ssh`, e.g. `agent` which
refers to golang.org/x/crypto/ssh causing conflicts if your types expect
code.google.com/p/go.crypto/ssh.

This is a precursor to a PR for #1066.
2015-05-28 08:17:49 -07:00
..
artifact.go fmt 2014-10-28 08:43:19 -07:00
builder.go Merge pull request #2120 from vtolstov/discard 2015-05-27 20:18:11 -07:00
builder_test.go builder/qemu: fix incorrect printf verb type 2015-02-25 05:43:17 +01:00
driver.go builder/qemu: catch early exits of qemu 2013-11-05 22:03:43 -08:00
ssh.go code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh 2015-05-28 08:17:49 -07:00
step_boot_wait.go bulder/qemu: convert interpolation 2015-05-27 13:39:43 -07:00
step_configure_vnc.go bulder/qemu: convert interpolation 2015-05-27 13:39:43 -07:00
step_copy_disk.go bulder/qemu: convert interpolation 2015-05-27 13:39:43 -07:00
step_create_disk.go bulder/qemu: convert interpolation 2015-05-27 13:39:43 -07:00
step_forward_ssh.go bulder/qemu: convert interpolation 2015-05-27 13:39:43 -07:00
step_http_server.go bulder/qemu: convert interpolation 2015-05-27 13:39:43 -07:00
step_prepare_output_dir.go bulder/qemu: convert interpolation 2015-05-27 13:39:43 -07:00
step_resize_disk.go bulder/qemu: convert interpolation 2015-05-27 13:39:43 -07:00
step_run.go Merge pull request #2120 from vtolstov/discard 2015-05-27 20:18:11 -07:00
step_shutdown.go bulder/qemu: convert interpolation 2015-05-27 13:39:43 -07:00
step_type_boot_command.go bulder/qemu: convert interpolation 2015-05-27 13:39:43 -07:00
step_wait_for_shutdown.go builder/qemu: simplify driver, make things more Go-like 2013-11-05 21:40:49 -08:00