Skip to content

Commit 9202a96

Browse files
chore(deps): bump github.com/hashicorp/go-getter in /test/integration
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.6 to 1.7.9. - [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.9) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-version: 1.7.9 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e6eb36 commit 9202a96

File tree

2 files changed

+731
-25
lines changed

2 files changed

+731
-25
lines changed

test/integration/go.mod

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ require (
3636
github.com/gruntwork-io/terratest v0.47.1 // indirect
3737
github.com/hashicorp/errwrap v1.1.0 // indirect
3838
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
39-
github.com/hashicorp/go-getter v1.7.6 // indirect
39+
github.com/hashicorp/go-getter v1.7.9 // indirect
4040
github.com/hashicorp/go-multierror v1.1.1 // indirect
4141
github.com/hashicorp/go-safetemp v1.0.0 // indirect
4242
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -62,14 +62,14 @@ require (
6262
github.com/ulikunitz/xz v0.5.11 // indirect
6363
github.com/zclconf/go-cty v1.14.4 // indirect
6464
go.opencensus.io v0.24.0 // indirect
65-
golang.org/x/crypto v0.21.0 // indirect
65+
golang.org/x/crypto v0.32.0 // indirect
6666
golang.org/x/mod v0.21.0 // indirect
67-
golang.org/x/net v0.23.0 // indirect
67+
golang.org/x/net v0.34.0 // indirect
6868
golang.org/x/oauth2 v0.12.0 // indirect
69-
golang.org/x/sync v0.4.0 // indirect
70-
golang.org/x/sys v0.18.0 // indirect
71-
golang.org/x/text v0.14.0 // indirect
72-
golang.org/x/tools v0.13.0 // indirect
69+
golang.org/x/sync v0.10.0 // indirect
70+
golang.org/x/sys v0.29.0 // indirect
71+
golang.org/x/text v0.21.0 // indirect
72+
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
7373
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
7474
google.golang.org/api v0.138.0 // indirect
7575
google.golang.org/appengine v1.6.8 // indirect

0 commit comments

Comments
 (0)