module github.com/hashicorp/packer-plugin-outscale go 1.16 require ( github.com/antihax/optional v1.0.0 github.com/aws/aws-sdk-go v1.38.57 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/outscale/osc-sdk-go/osc v0.0.0-20210317154930-f27e09c295b2 github.com/zclconf/go-cty v1.8.3 golang.org/x/sys v0.0.0-20210420072515-93ed5bcd2bfe )