packer-cn/builder/digitalocean
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
..
api.go builder/digitalocean: fix response decoding after api changes 2015-01-26 13:19:46 -08:00
api_v1.go add v2 api support 2014-09-05 18:49:37 +04:00
api_v2.go fix using private ip address in digitalocean builder 2014-11-12 22:57:29 +03:00
artifact.go builder/digitalocean: use DigitalOcean image ID for artifact Id(). 2014-11-24 08:14:05 +00:00
artifact_test.go builder/digitalocean: use DigitalOcean image ID for artifact Id(). 2014-11-24 08:14:05 +00:00
builder.go packer: remove ConfigTemplate 2015-05-27 17:56:45 -07:00
builder_test.go builder/digitalocean: fix incorrect printf verb types 2015-02-25 05:29:53 +01:00
ssh.go code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh 2015-05-28 08:17:49 -07:00
step_create_droplet.go builder/digitalocean: interpolation change 2015-05-27 12:50:43 -07:00
step_create_ssh_key.go builder/digitalocean: interpolation change 2015-05-27 12:50:43 -07:00
step_droplet_info.go builder/digitalocean: interpolation change 2015-05-27 12:50:43 -07:00
step_power_off.go builder/digitalocean: interpolation change 2015-05-27 12:50:43 -07:00
step_shutdown.go add v2 api support 2014-09-05 18:49:37 +04:00
step_snapshot.go builder/digitalocean: interpolation change 2015-05-27 12:50:43 -07:00
wait.go add v2 api support 2014-09-05 18:49:37 +04:00