forked from hashicorp/packer-plugin-azure
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
26 lines (24 loc) · 1.02 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.18
github.com/Azure/go-autorest/autorest/adal v0.9.13
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.0
github.com/hashicorp/hcl/v2 v2.10.0
github.com/hashicorp/packer-plugin-sdk v0.2.0
github.com/masterzen/winrm v0.0.0-20201030141608-56ca5c5f2380
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.2
golang.org/x/crypto v0.0.0-20210220033148-5ea612d1eb83
)