Skip to content

Commit a8054d5

Browse files
Bump github.com/hashicorp/go-getter from 1.5.3 to 1.7.0
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.5.3 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.3...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 c29885d commit a8054d5

File tree

1,024 files changed

+151298
-68733
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,024 files changed

+151298
-68733
lines changed

go.mod

+30-25
Original file line numberDiff line numberDiff line change
@@ -13,65 +13,70 @@ require (
1313
)
1414

1515
require (
16-
cloud.google.com/go v0.65.0 // indirect
17-
cloud.google.com/go/storage v1.10.0 // indirect
16+
cloud.google.com/go/compute v1.10.0 // indirect
17+
cloud.google.com/go/iam v0.5.0 // indirect
18+
github.com/google/uuid v1.3.0 // indirect
19+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
20+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
21+
)
22+
23+
require (
24+
cloud.google.com/go v0.104.0 // indirect
25+
cloud.google.com/go/storage v1.27.0 // indirect
1826
github.com/agext/levenshtein v1.2.2 // indirect
1927
github.com/apparentlymart/go-textseg v1.0.0 // indirect
2028
github.com/apparentlymart/go-textseg/v12 v12.0.0 // indirect
2129
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
22-
github.com/aws/aws-sdk-go v1.37.0 // indirect
30+
github.com/aws/aws-sdk-go v1.44.122 // indirect
2331
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2432
github.com/davecgh/go-spew v1.1.1 // indirect
2533
github.com/gofrs/flock v0.8.1 // indirect
26-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
27-
github.com/golang/protobuf v1.4.2 // indirect
28-
github.com/google/go-cmp v0.5.6 // indirect
29-
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
34+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
35+
github.com/golang/protobuf v1.5.2 // indirect
36+
github.com/google/go-cmp v0.5.9 // indirect
37+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
3038
github.com/hashicorp/errwrap v1.0.0 // indirect
3139
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
3240
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
33-
github.com/hashicorp/go-getter v1.5.3 // indirect
41+
github.com/hashicorp/go-getter v1.7.0 // indirect
3442
github.com/hashicorp/go-hclog v0.15.0 // indirect
3543
github.com/hashicorp/go-plugin v1.4.1 // indirect
3644
github.com/hashicorp/go-safetemp v1.0.0 // indirect
3745
github.com/hashicorp/go-uuid v1.0.1 // indirect
38-
github.com/hashicorp/go-version v1.3.0
46+
github.com/hashicorp/go-version v1.6.0
3947
github.com/hashicorp/hcl/v2 v2.8.2 // indirect
4048
github.com/hashicorp/logutils v1.0.0 // indirect
4149
github.com/hashicorp/terraform-json v0.12.0 // indirect
4250
github.com/hashicorp/terraform-plugin-go v0.3.0 // indirect
4351
github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d // indirect
4452
github.com/jmespath/go-jmespath v0.4.0 // indirect
45-
github.com/jstemmer/go-junit-report v0.9.1 // indirect
46-
github.com/klauspost/compress v1.11.2 // indirect
53+
github.com/klauspost/compress v1.15.11 // indirect
4754
github.com/mattn/go-colorable v0.1.4 // indirect
4855
github.com/mattn/go-isatty v0.0.10 // indirect
4956
github.com/mitchellh/copystructure v1.2.0 // indirect
5057
github.com/mitchellh/go-homedir v1.1.0 // indirect
51-
github.com/mitchellh/go-testing-interface v1.0.4 // indirect
58+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
5259
github.com/mitchellh/go-wordwrap v1.0.0 // indirect
5360
github.com/mitchellh/mapstructure v1.1.2 // indirect
5461
github.com/mitchellh/reflectwalk v1.0.2 // indirect
5562
github.com/oklog/run v1.0.0 // indirect
5663
github.com/oracle/oci-go-sdk/v65 v65.30.0
5764
github.com/pmezard/go-difflib v1.0.0 // indirect
5865
github.com/sony/gobreaker v0.5.0 // indirect
59-
github.com/ulikunitz/xz v0.5.8 // indirect
66+
github.com/ulikunitz/xz v0.5.10 // indirect
6067
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
6168
github.com/zclconf/go-cty v1.8.4 // indirect
62-
go.opencensus.io v0.22.4 // indirect
69+
go.opencensus.io v0.23.0 // indirect
6370
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
64-
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
65-
golang.org/x/net v0.0.0-20211015210444-4f30a5c0130f // indirect
66-
golang.org/x/oauth2 v0.0.0-20200902213428-5d25da1a8d43 // indirect
67-
golang.org/x/sys v0.0.0-20220209214540-3681064d5158 // indirect
68-
golang.org/x/text v0.3.7 // indirect
69-
golang.org/x/tools v0.1.11 // indirect
70-
google.golang.org/api v0.34.0 // indirect
71-
google.golang.org/appengine v1.6.6 // indirect
72-
google.golang.org/genproto v0.0.0-20200904004341-0bd0a958aa1d // indirect
73-
google.golang.org/grpc v1.32.0 // indirect
74-
google.golang.org/protobuf v1.25.0 // indirect
71+
golang.org/x/net v0.1.0 // indirect
72+
golang.org/x/oauth2 v0.1.0 // indirect
73+
golang.org/x/sys v0.1.0 // indirect
74+
golang.org/x/text v0.4.0 // indirect
75+
google.golang.org/api v0.100.0 // indirect
76+
google.golang.org/appengine v1.6.7 // indirect
77+
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
78+
google.golang.org/grpc v1.50.1 // indirect
79+
google.golang.org/protobuf v1.28.1 // indirect
7580
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c // indirect
7681
)
7782

0 commit comments

Comments
 (0)