packer-cn/vendor/golang.org/x/crypto
Adrien Delorme ed091163be
HCL2 Parse packer.required_plugins block + packer init (#10304)
This adds the new `required_plugins` block to be nested under the packer block.

Example:
```hcl
packer {
  required_plugins {
    aws = {
      version = ">= 2.7.0"
      source = "azr/aws"
    }
    azure = ">= 2.7.0"
  }
}
```

For example on darwin_amd64 Packer will install those under :
* "${PACKER_HOME_DIR}/plugin/github.com/azr/amazon/packer-plugin-amazon_2.7.0_x5.0_darwin_amd64"
* "${PACKER_HOME_DIR}/plugin/github.com/hashicorp/azure/packer-plugin-azure_2.7.0_x5.0_darwin_amd64_x5"

+ docs
+ tests
2021-02-02 18:05:04 +01:00
..
bcrypt Hcl2 input variables, local variables and functions (#8588) 2020-02-06 11:49:21 +01:00
blowfish Hcl2 input variables, local variables and functions (#8588) 2020-02-06 11:49:21 +01:00
cast5 HCL2 Parse packer.required_plugins block + packer init (#10304) 2021-02-02 18:05:04 +01:00
chacha20 fix vendoring 2021-01-07 15:44:58 -08:00
curve25519 fix vendoring 2021-01-07 15:44:58 -08:00
ed25519 update go-ntlmssp dependency to fix upstream bug affecting winrm users 2019-11-15 13:08:38 -08:00
internal/subtle fix vendoring 2021-01-07 15:45:16 -08:00
md4 update azure sdk version 2019-04-25 02:28:30 +00:00
openpgp HCL2 Parse packer.required_plugins block + packer init (#10304) 2021-02-02 18:05:04 +01:00
pbkdf2 update consul and vault dependencies (#9205) 2020-05-11 15:26:01 -04:00
pkcs12 fix vendoring 2021-01-07 15:44:58 -08:00
poly1305 fix vendoring 2021-01-07 15:44:58 -08:00
ssh fix vendoring 2021-01-07 15:44:58 -08:00
AUTHORS Use the hashicorp/go-getter to download files 2019-03-13 12:11:58 +01:00
CONTRIBUTORS Use the hashicorp/go-getter to download files 2019-03-13 12:11:58 +01:00
LICENSE Vendor all dependencies 2016-02-04 17:33:36 -08:00
PATENTS Vendor all dependencies 2016-02-04 17:33:36 -08:00