Skip to content

Commit 6e237e1

Browse files
Bump github.com/hashicorp/go-getter from 1.7.4 to 1.7.9 in /e2e
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.7.4 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.4...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 5f9bd9d commit 6e237e1

File tree

2 files changed

+714
-17
lines changed

2 files changed

+714
-17
lines changed

e2e/go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ require (
125125
github.com/gtank/merlin v0.1.1 // indirect
126126
github.com/gtank/ristretto255 v0.1.2 // indirect
127127
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
128-
github.com/hashicorp/go-getter v1.7.4 // indirect
128+
github.com/hashicorp/go-getter v1.7.9 // indirect
129129
github.com/hashicorp/go-hclog v1.5.0 // indirect
130130
github.com/hashicorp/go-immutable-radix v1.3.1 // indirect
131131
github.com/hashicorp/go-metrics v0.5.3 // indirect
@@ -222,14 +222,14 @@ require (
222222
go.opentelemetry.io/otel/sdk v1.31.0 // indirect
223223
go.opentelemetry.io/otel/trace v1.31.0 // indirect
224224
go.uber.org/multierr v1.11.0 // indirect
225-
golang.org/x/crypto v0.31.0 // indirect
225+
golang.org/x/crypto v0.32.0 // indirect
226226
golang.org/x/exp v0.0.0-20240404231335-c0f41cb1a7a0 // indirect
227227
golang.org/x/mod v0.17.0 // indirect
228-
golang.org/x/net v0.30.0 // indirect
228+
golang.org/x/net v0.34.0 // indirect
229229
golang.org/x/oauth2 v0.22.0 // indirect
230230
golang.org/x/sync v0.10.0 // indirect
231-
golang.org/x/sys v0.28.0 // indirect
232-
golang.org/x/term v0.27.0 // indirect
231+
golang.org/x/sys v0.29.0 // indirect
232+
golang.org/x/term v0.28.0 // indirect
233233
golang.org/x/text v0.21.0 // indirect
234234
golang.org/x/time v0.5.0 // indirect
235235
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect

0 commit comments

Comments
 (0)