Skip to content

Commit 01a260a

Browse files
committed
update go mods to use dev versions
1 parent 1bc0511 commit 01a260a

2 files changed

Lines changed: 36 additions & 77 deletions

File tree

go.mod

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
module github.com/hashicorp/packer
22

33
require (
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
)

0 commit comments

Comments
 (0)