module github.com/hashicorp/packer-plugin-azure go 1.16 require ( github.com/Azure/azure-sdk-for-go v51.2.0+incompatible github.com/Azure/go-autorest/autorest v0.11.19 github.com/Azure/go-autorest/autorest/adal v0.9.14 github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 github.com/Azure/go-autorest/autorest/date v0.3.0 github.com/Azure/go-autorest/autorest/to v0.4.0 github.com/approvals/go-approval-tests v0.0.0-20210131072903-38d0b0ec12b1 github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/dnaeon/go-vcr v1.1.0 // indirect github.com/google/go-cmp v0.5.5 github.com/hashicorp/go-azure-helpers v0.16.5 github.com/hashicorp/hcl/v2 v2.10.0 github.com/hashicorp/packer-plugin-sdk v0.2.3 github.com/masterzen/winrm v0.0.0-20210504160029-28ed956f5227 github.com/mitchellh/mapstructure v1.4.1 github.com/mitchellh/reflectwalk v1.0.2 github.com/stretchr/testify v1.7.0 github.com/zclconf/go-cty v1.8.3 golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83 ) // Incorrect plugin registration for Azure component; see hashicorp/packer-plugin-azure/pull/73 retract v0.0.1