Skip to content

Commit 4864019

Browse files
Bump github.com/hashicorp/go-getter from 1.7.5 to 1.7.9 in /test/src
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.5 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.5...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] <[email protected]>
1 parent 5942309 commit 4864019

2 files changed

Lines changed: 725 additions & 40 deletions

File tree

test/src/go.mod

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.0
77
require (
88
// Known security flaws in terratest dependencies prior to v0.40.15
99
github.com/gruntwork-io/terratest v0.40.20
10-
github.com/stretchr/testify v1.8.1
10+
github.com/stretchr/testify v1.8.3
1111
)
1212

1313
require (
@@ -19,7 +19,7 @@ require (
1919
cloud.google.com/go v0.110.0 // indirect
2020
cloud.google.com/go/compute/metadata v0.3.0 // indirect
2121
cloud.google.com/go/iam v0.13.0 // indirect
22-
cloud.google.com/go/storage v1.28.1 // indirect
22+
cloud.google.com/go/storage v1.29.0 // indirect
2323
github.com/agext/levenshtein v1.2.3 // indirect
2424
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
2525
github.com/aws/aws-sdk-go v1.44.122 // indirect
@@ -47,7 +47,7 @@ require (
4747
github.com/gruntwork-io/go-commons v0.13.3 // indirect
4848
github.com/hashicorp/errwrap v1.1.0 // indirect
4949
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
50-
github.com/hashicorp/go-getter v1.7.5 // indirect
50+
github.com/hashicorp/go-getter v1.7.9 // indirect
5151
github.com/hashicorp/go-multierror v1.1.1 // indirect
5252
github.com/hashicorp/go-safetemp v1.0.0 // indirect
5353
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -62,7 +62,6 @@ require (
6262
github.com/mailru/easyjson v0.7.7 // indirect
6363
github.com/mattn/go-zglob v0.0.3 // indirect
6464
github.com/mitchellh/go-homedir v1.1.0 // indirect
65-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
6665
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
6766
github.com/moby/spdystream v0.2.0 // indirect
6867
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -77,13 +76,13 @@ require (
7776
github.com/urfave/cli/v2 v2.14.0 // indirect
7877
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
7978
github.com/zclconf/go-cty v1.11.0 // indirect
79+
go.opencensus.io v0.24.0 // indirect
8080
golang.org/x/net v0.38.0 // indirect
81+
golang.org/x/oauth2 v0.27.0 // indirect
8182
golang.org/x/sys v0.31.0 // indirect
8283
golang.org/x/term v0.30.0 // indirect
8384
golang.org/x/text v0.23.0 // indirect
84-
go.opencensus.io v0.24.0 // indirect
85-
golang.org/x/oauth2 v0.27.0 // indirect
86-
golang.org/x/time v0.0.0-20220722155302-e5dcc9cfc0b9 // indirect
85+
golang.org/x/time v0.3.0 // indirect
8786
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
8887
google.golang.org/api v0.114.0 // indirect
8988
google.golang.org/appengine v1.6.7 // indirect

0 commit comments

Comments
 (0)