Skip to content

Commit 424f570

Browse files
build(deps): bump github.com/hashicorp/go-getter from 1.7.9 to 1.8.0
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.9 to 1.8.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.7.9...v1.8.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cc39ada commit 424f570

File tree

2 files changed

+22
-1340
lines changed

2 files changed

+22
-1340
lines changed

go.mod

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ require (
2121
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
2222
github.com/fatih/color v1.18.0
2323
github.com/go-git/go-git/v5 v5.16.2
24-
github.com/hashicorp/go-getter v1.7.9
24+
github.com/hashicorp/go-getter v1.8.0
2525
github.com/hashicorp/go-hclog v1.6.3
2626
github.com/hashicorp/go-multierror v1.1.1
2727
github.com/hashicorp/hcl/v2 v2.23.0
@@ -96,16 +96,21 @@ require (
9696
github.com/armon/go-radix v1.0.0 // indirect
9797
github.com/aws/aws-sdk-go v1.55.6 // indirect
9898
github.com/aws/aws-sdk-go-v2 v1.37.1 // indirect
99+
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.10 // indirect
99100
github.com/aws/aws-sdk-go-v2/config v1.30.2 // indirect
100101
github.com/aws/aws-sdk-go-v2/credentials v1.18.2 // indirect
101102
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.1 // indirect
102103
github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.1 // indirect
103104
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.1 // indirect
104105
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
106+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.34 // indirect
105107
github.com/aws/aws-sdk-go-v2/service/ec2 v1.200.0 // indirect
106108
github.com/aws/aws-sdk-go-v2/service/ecs v1.53.8 // indirect
107109
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.0 // indirect
110+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.7.2 // indirect
108111
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.1 // indirect
112+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 // indirect
113+
github.com/aws/aws-sdk-go-v2/service/s3 v1.80.1 // indirect
109114
github.com/aws/aws-sdk-go-v2/service/sso v1.26.1 // indirect
110115
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.31.1 // indirect
111116
github.com/aws/aws-sdk-go-v2/service/sts v1.35.1 // indirect
@@ -180,6 +185,7 @@ require (
180185
github.com/gorilla/mux v1.8.1 // indirect
181186
github.com/gorilla/websocket v1.5.3 // indirect
182187
github.com/grpc-ecosystem/go-grpc-middleware v1.4.0 // indirect
188+
github.com/hashicorp/aws-sdk-go-base/v2 v2.0.0-beta.65 // indirect
183189
github.com/hashicorp/cap v0.9.0 // indirect
184190
github.com/hashicorp/cli v1.1.7 // indirect
185191
github.com/hashicorp/consul-template v0.41.1 // indirect

0 commit comments

Comments
 (0)