Skip to content

Commit a8bb37f

Browse files
chore(deps): bump github.com/hashicorp/go-getter from 1.4.0 to 1.7.5
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.4.0 to 1.7.5. - [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.4.0...v1.7.5) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 095e8fe commit a8bb37f

File tree

275 files changed

+74017
-11444
lines changed

Some content is hidden

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

275 files changed

+74017
-11444
lines changed

go.mod

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ require (
66
cloud.google.com/go/iam v1.0.0 // indirect
77
github.com/ProtonMail/go-crypto v0.0.0-20230923063757-afb1ddc0824c
88
github.com/agext/levenshtein v1.2.3 // indirect
9-
github.com/aws/aws-sdk-go v1.36.30
9+
github.com/aws/aws-sdk-go v1.44.122
1010
github.com/beevik/etree v1.2.0
1111
github.com/bflad/tfproviderlint v0.14.0
1212
github.com/client9/misspell v0.3.4
@@ -201,7 +201,7 @@ require (
201201
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
202202
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
203203
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
204-
github.com/hashicorp/go-getter v1.4.0 // indirect
204+
github.com/hashicorp/go-getter v1.7.5 // indirect
205205
github.com/hashicorp/go-hclog v1.2.1 // indirect
206206
github.com/hashicorp/go-plugin v1.4.4 // indirect
207207
github.com/hashicorp/go-safetemp v1.0.0 // indirect
@@ -232,6 +232,7 @@ require (
232232
github.com/kisielk/errcheck v1.6.3 // indirect
233233
github.com/kisielk/gotool v1.0.0 // indirect
234234
github.com/kkHAIKE/contextcheck v1.1.4 // indirect
235+
github.com/klauspost/compress v1.15.11 // indirect
235236
github.com/kulti/thelper v0.6.3 // indirect
236237
github.com/kunwardeep/paralleltest v1.0.6 // indirect
237238
github.com/kyoh86/exportloopref v0.1.11 // indirect
@@ -313,7 +314,7 @@ require (
313314
github.com/timonwong/loggercheck v0.9.4 // indirect
314315
github.com/tomarrell/wrapcheck/v2 v2.8.1 // indirect
315316
github.com/tommy-muehle/go-mnd/v2 v2.5.1 // indirect
316-
github.com/ulikunitz/xz v0.5.5 // indirect
317+
github.com/ulikunitz/xz v0.5.10 // indirect
317318
github.com/ultraware/funlen v0.0.3 // indirect
318319
github.com/ultraware/whitespace v0.0.5 // indirect
319320
github.com/uudashr/gocognit v1.0.6 // indirect

go.sum

+1,300-26
Large diffs are not rendered by default.

vendor/github.com/aws/aws-sdk-go/aws/awsutil/prettify.go

+11-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/awsutil/string_value.go

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/client/client.go

+7-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/client/logger.go

+13-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/client/metadata/client_info.go

+10-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/config.go

+26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/context_1_5.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/context_1_9.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/context_background_1_5.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/context_background_1_7.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/corehandlers/handlers.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.5.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/credentials/context_background_go1.7.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.5.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/credentials/context_go1.9.go

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/doc.go

+60
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/os.go

+10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vendor/github.com/aws/aws-sdk-go/aws/credentials/ssocreds/os_windows.go

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)