mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 01:40:26 -05:00
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. |
||
|---|---|---|
| .. | ||
| access_config.go | ||
| access_config_test.go | ||
| artifact.go | ||
| artifact_test.go | ||
| builder.go | ||
| builder_test.go | ||
| image_config.go | ||
| image_config_test.go | ||
| run_config.go | ||
| run_config_test.go | ||
| server.go | ||
| ssh.go | ||
| step_allocate_ip.go | ||
| step_create_image.go | ||
| step_key_pair.go | ||
| step_run_source_server.go | ||
| step_wait_for_rackconnect.go | ||