Skip to content

Commit a18ba7d

Browse files
Bump github.com/hashicorp/go-getter from 1.7.6 to 1.7.8
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.6 to 1.7.8. - [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.6...v1.7.8) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a94f27e commit a18ba7d

File tree

2 files changed

+737
-25
lines changed

2 files changed

+737
-25
lines changed

go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.23
55
require (
66
github.com/Masterminds/semver/v3 v3.3.0
77
github.com/google/go-cmp v0.6.0
8-
github.com/hashicorp/go-getter v1.7.6
8+
github.com/hashicorp/go-getter v1.7.8
99
github.com/hashicorp/go-version v1.7.0
1010
github.com/hashicorp/hcl/v2 v2.23.0
1111
github.com/hashicorp/terraform-registry-address v0.2.3
@@ -41,7 +41,7 @@ require (
4141
github.com/jmespath/go-jmespath v0.4.0 // indirect
4242
github.com/klauspost/compress v1.15.11 // indirect
4343
github.com/mattn/go-colorable v0.1.12 // indirect
44-
github.com/mattn/go-isatty v0.0.14 // indirect
44+
github.com/mattn/go-isatty v0.0.16 // indirect
4545
github.com/mitchellh/go-homedir v1.1.0 // indirect
4646
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
4747
github.com/mitchellh/go-wordwrap v0.0.0-20150314170334-ad45545899c7 // indirect
@@ -55,13 +55,13 @@ require (
5555
go.opentelemetry.io/otel v1.22.0 // indirect
5656
go.opentelemetry.io/otel/metric v1.22.0 // indirect
5757
go.opentelemetry.io/otel/trace v1.22.0 // indirect
58-
golang.org/x/crypto v0.25.0 // indirect
58+
golang.org/x/crypto v0.32.0 // indirect
5959
golang.org/x/mod v0.19.0 // indirect
60-
golang.org/x/net v0.27.0 // indirect
60+
golang.org/x/net v0.34.0 // indirect
6161
golang.org/x/oauth2 v0.20.0 // indirect
62-
golang.org/x/sync v0.7.0 // indirect
63-
golang.org/x/sys v0.22.0 // indirect
64-
golang.org/x/text v0.16.0 // indirect
62+
golang.org/x/sync v0.10.0 // indirect
63+
golang.org/x/sys v0.29.0 // indirect
64+
golang.org/x/text v0.21.0 // indirect
6565
golang.org/x/time v0.5.0 // indirect
6666
golang.org/x/tools v0.23.0 // indirect
6767
google.golang.org/api v0.162.0 // indirect

0 commit comments

Comments
 (0)