packer-cn/common
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
..
json common/json: add Unmarshal with method with syntax errors 2013-08-09 16:50:24 -07:00
ssh code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh 2015-05-28 08:17:49 -07:00
uuid Simplifies the implementation of common/uuid 2013-10-23 23:05:02 +01:00
config.go Merge pull request #2121 from josharian/no-scrub-empty 2015-05-27 20:17:51 -07:00
config_test.go common: remove unused config methods 2015-05-27 14:58:09 -07:00
download.go HTTPDownloader uses UserAgent from DownloadConfig 2014-01-09 08:41:34 -08:00
download_test.go HTTPDownloader uses UserAgent from DownloadConfig 2014-01-09 08:41:34 -08:00
multistep_debug.go common: clarify debug mode [GH-907] 2014-03-12 21:40:27 -07:00
packer_config.go common: PackerConfig understands user vars 2013-08-09 15:57:08 -07:00
step_connect_ssh.go code.google.com/p/go.crypto/ssh -> golang.org/x/crypto/ssh 2015-05-28 08:17:49 -07:00
step_connect_ssh_test.go rename builder/common to common since it is generally useful 2013-08-01 12:11:54 -07:00
step_create_floppy.go Allow wildcards and directories for floppy_files parameter 2014-04-29 12:27:34 -07:00
step_create_floppy_test.go common: fix formatting directives in tests 2015-02-25 05:43:18 +01:00
step_download.go Remove version from "packer" package 2014-10-27 20:51:34 -07:00
step_download_test.go common: Add new StepDownload to DRY up downloads 2013-08-15 17:46:40 -07:00
step_provision.go builder/docker: ctrl-C works during provisioning 2013-11-12 16:24:16 +00:00
step_provision_test.go rename builder/common to common since it is generally useful 2013-08-01 12:11:54 -07:00