Skip to content

Commit 38a5e89

Browse files
build(deps): bump github.com/hashicorp/go-getter from 1.5.11 to 1.7.0
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.11 to 1.7.0. - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.5.11...v1.7.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7f8d681 commit 38a5e89

2 files changed

Lines changed: 294 additions & 43 deletions

File tree

go.mod

Lines changed: 17 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
github.com/Azure/azure-sdk-for-go v64.0.0+incompatible
77
github.com/Azure/go-autorest/autorest v0.11.26
88
github.com/adrg/xdg v0.2.3
9-
github.com/aws/aws-sdk-go v1.43.34
9+
github.com/aws/aws-sdk-go v1.44.122
1010
github.com/chr4/pwgen v1.1.0
1111
github.com/cycloidio/mxwriter v1.0.4
1212
github.com/cycloidio/tfdocs v0.0.0-20220809201117-e73e2388cfa8
@@ -31,16 +31,18 @@ require (
3131
github.com/stretchr/testify v1.7.0
3232
github.com/vmware/govmomi v0.28.0
3333
github.com/zclconf/go-cty v1.10.0
34-
google.golang.org/api v0.61.0
35-
google.golang.org/grpc v1.45.0
34+
google.golang.org/api v0.100.0
35+
google.golang.org/grpc v1.50.1
3636
gopkg.in/yaml.v2 v2.4.0
3737
)
3838

3939
require (
4040
bitbucket.org/creachadair/stringset v0.0.8 // indirect
41-
cloud.google.com/go v0.97.0 // indirect
41+
cloud.google.com/go v0.104.0 // indirect
4242
cloud.google.com/go/bigtable v1.10.1 // indirect
43-
cloud.google.com/go/storage v1.16.0 // indirect
43+
cloud.google.com/go/compute v1.10.0 // indirect
44+
cloud.google.com/go/iam v0.5.0 // indirect
45+
cloud.google.com/go/storage v1.27.0 // indirect
4446
github.com/Azure/go-autorest v14.2.0+incompatible // indirect
4547
github.com/Azure/go-autorest/autorest/adal v0.9.18 // indirect
4648
github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 // indirect
@@ -72,16 +74,10 @@ require (
7274
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
7375
github.com/btubbs/datetime v0.1.0 // indirect
7476
github.com/cenkalti/backoff v2.2.1+incompatible // indirect
75-
github.com/census-instrumentation/opencensus-proto v0.2.1 // indirect
76-
github.com/cespare/xxhash/v2 v2.1.1 // indirect
77-
github.com/cncf/udpa/go v0.0.0-20210930031921-04548b0d99d4 // indirect
78-
github.com/cncf/xds/go v0.0.0-20211011173535-cb28da3451f1 // indirect
7977
github.com/coreos/go-systemd v0.0.0-20190620071333-e64a0ec8b42a // indirect
8078
github.com/coreos/pkg v0.0.0-20180928190104-399ea9e2e55f // indirect
8179
github.com/davecgh/go-spew v1.1.1 // indirect
8280
github.com/dimchansky/utfbom v1.1.1 // indirect
83-
github.com/envoyproxy/go-control-plane v0.9.10-0.20210907150352-cf90f659a021 // indirect
84-
github.com/envoyproxy/protoc-gen-validate v0.1.0 // indirect
8581
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
8682
github.com/fatih/color v1.12.0 // indirect
8783
github.com/fsnotify/fsnotify v1.4.9 // indirect
@@ -93,10 +89,10 @@ require (
9389
github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b // indirect
9490
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
9591
github.com/golang/protobuf v1.5.2 // indirect
96-
github.com/golang/snappy v0.0.3 // indirect
97-
github.com/google/go-cmp v0.5.7 // indirect
92+
github.com/google/go-cmp v0.5.9 // indirect
9893
github.com/google/uuid v1.3.0 // indirect
99-
github.com/googleapis/gax-go/v2 v2.1.1 // indirect
94+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
95+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
10096
github.com/grpc-ecosystem/go-grpc-middleware v1.3.0 // indirect
10197
github.com/hashicorp/aws-cloudformation-resource-schema-sdk-go v0.16.0 // indirect
10298
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.14 // indirect
@@ -105,14 +101,14 @@ require (
105101
github.com/hashicorp/errwrap v1.1.0 // indirect
106102
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
107103
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
108-
github.com/hashicorp/go-getter v1.5.11 // indirect
104+
github.com/hashicorp/go-getter v1.7.0 // indirect
109105
github.com/hashicorp/go-hclog v1.2.0 // indirect
110106
github.com/hashicorp/go-multierror v1.1.1 // indirect
111107
github.com/hashicorp/go-plugin v1.4.3 // indirect
112108
github.com/hashicorp/go-retryablehttp v0.7.0 // indirect
113109
github.com/hashicorp/go-safetemp v1.0.0 // indirect
114110
github.com/hashicorp/go-uuid v1.0.3 // indirect
115-
github.com/hashicorp/go-version v1.4.0 // indirect
111+
github.com/hashicorp/go-version v1.6.0 // indirect
116112
github.com/hashicorp/hc-install v0.3.1 // indirect
117113
github.com/hashicorp/hcl v1.0.0 // indirect
118114
github.com/hashicorp/logutils v1.0.0 // indirect
@@ -124,7 +120,7 @@ require (
124120
github.com/hashicorp/yamux v0.0.0-20210316155119-a95892c5f864 // indirect
125121
github.com/inconshreveable/mousetrap v1.0.0 // indirect
126122
github.com/jmespath/go-jmespath v0.4.0 // indirect
127-
github.com/klauspost/compress v1.13.1 // indirect
123+
github.com/klauspost/compress v1.15.11 // indirect
128124
github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 // indirect
129125
github.com/kylelemons/godebug v1.1.0 // indirect
130126
github.com/magiconair/properties v1.8.1 // indirect
@@ -165,13 +161,13 @@ require (
165161
golang.org/x/crypto v0.0.0-20220411220226-7b82a4e95df4 // indirect
166162
golang.org/x/mod v0.6.0-dev.0.20220419223038-86c51ed26bb4 // indirect
167163
golang.org/x/net v0.7.0 // indirect
168-
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 // indirect
164+
golang.org/x/oauth2 v0.1.0 // indirect
169165
golang.org/x/sys v0.5.0 // indirect
170166
golang.org/x/text v0.7.0 // indirect
171-
golang.org/x/xerrors v0.0.0-20220609144429-65e65417b02f // indirect
167+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
172168
google.golang.org/appengine v1.6.7 // indirect
173-
google.golang.org/genproto v0.0.0-20211118181313-81c1377c94b1 // indirect
174-
google.golang.org/protobuf v1.28.0 // indirect
169+
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
170+
google.golang.org/protobuf v1.28.1 // indirect
175171
gopkg.in/ini.v1 v1.66.2 // indirect
176172
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
177173
)

0 commit comments

Comments
 (0)