module github.com/hashicorp/packer-plugin-amazon go 1.16 require ( github.com/aws/aws-sdk-go v1.38.25 github.com/google/go-cmp v0.5.6 github.com/hashicorp/aws-sdk-go-base v0.7.1 github.com/hashicorp/go-cleanhttp v0.5.2 github.com/hashicorp/go-multierror v1.1.1 github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/packer-plugin-sdk v0.2.3 github.com/hashicorp/vault/api v1.1.0 github.com/stretchr/testify v1.7.0 github.com/zclconf/go-cty v1.8.3 golang.org/x/sys v0.0.0-20210319071255-635bc2c9138d )