Skip to content

Commit 8ca3e60

Browse files
chore(deps): bump github.com/hashicorp/go-getter 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] <support@github.com>
1 parent 6de2235 commit 8ca3e60

File tree

2 files changed

+728
-29
lines changed

2 files changed

+728
-29
lines changed

test/src/go.mod

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ require (
3939
github.com/aws/smithy-go v1.22.5 // indirect
4040
github.com/beorn7/perks v1.0.1 // indirect
4141
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
42-
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
42+
github.com/boombuler/barcode v1.0.1 // indirect
4343
github.com/cespare/xxhash/v2 v2.2.0 // indirect
4444
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
4545
github.com/davecgh/go-spew v1.1.1 // indirect
@@ -64,7 +64,7 @@ require (
6464
github.com/gruntwork-io/go-commons v0.8.0 // indirect
6565
github.com/hashicorp/errwrap v1.0.0 // indirect
6666
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
67-
github.com/hashicorp/go-getter v1.7.5 // indirect
67+
github.com/hashicorp/go-getter v1.7.9 // indirect
6868
github.com/hashicorp/go-multierror v1.1.0 // indirect
6969
github.com/hashicorp/go-safetemp v1.0.0 // indirect
7070
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -80,7 +80,6 @@ require (
8080
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
8181
github.com/matttproud/golang_protobuf_extensions v1.0.4 // indirect
8282
github.com/mitchellh/go-homedir v1.1.0 // indirect
83-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
8483
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
8584
github.com/moby/spdystream v0.2.0 // indirect
8685
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
@@ -101,12 +100,12 @@ require (
101100
github.com/urfave/cli v1.22.2 // indirect
102101
github.com/zclconf/go-cty v1.9.1 // indirect
103102
go.opencensus.io v0.24.0 // indirect
104-
golang.org/x/crypto v0.21.0 // indirect
105-
golang.org/x/net v0.23.0 // indirect
103+
golang.org/x/crypto v0.32.0 // indirect
104+
golang.org/x/net v0.34.0 // indirect
106105
golang.org/x/oauth2 v0.15.0 // indirect
107-
golang.org/x/sys v0.18.0 // indirect
108-
golang.org/x/term v0.18.0 // indirect
109-
golang.org/x/text v0.14.0 // indirect
106+
golang.org/x/sys v0.29.0 // indirect
107+
golang.org/x/term v0.28.0 // indirect
108+
golang.org/x/text v0.21.0 // indirect
110109
golang.org/x/time v0.5.0 // indirect
111110
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
112111
google.golang.org/api v0.126.0 // indirect

0 commit comments

Comments
 (0)