File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11module github.com/hashicorp/packer
22
33require (
4+ cloud.google.com/go v0.94.1 // indirect
5+ github.com/Azure/azure-sdk-for-go v57.1.0+incompatible // indirect
6+ github.com/Azure/go-autorest/autorest v0.11.20 // indirect
7+ github.com/Azure/go-autorest/autorest/adal v0.9.15 // indirect
8+ github.com/Azure/go-autorest/autorest/azure/auth v0.5.8 // indirect
9+ github.com/Azure/go-autorest/autorest/azure/cli v0.4.3 // indirect
410 github.com/StackExchange/wmi v1.2.1 // indirect
11+ github.com/aws/aws-sdk-go v1.40.36 // indirect
512 github.com/biogo/hts v0.0.0-20160420073057-50da7d4131a3
613 github.com/cheggaaa/pb v1.0.27
714 github.com/chzyer/readline v0.0.0-20180603132655-2972be24d48e
@@ -75,9 +82,10 @@ require (
7582 github.com/zclconf/go-cty-yaml v1.0.1
7683 golang.org/x/crypto v0.0.0-20210817164053-32db794688a5
7784 golang.org/x/mod v0.5.0
78- golang.org/x/net v0.0.0-20210825183410-e898025ed96a
85+ golang.org/x/net v0.0.0-20210902165921-8d991716f632
7986 golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f
8087 golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
88+ golang.org/x/sys v0.0.0-20210902050250-f475640dd07b // indirect
8189 golang.org/x/tools v0.1.5
8290 google.golang.org/grpc v1.40.0
8391)
You can’t perform that action at this time.
0 commit comments