Skip to content

Commit 0ed8bb2

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 76751e4 commit 0ed8bb2

File tree

2 files changed

+719
-28
lines changed

2 files changed

+719
-28
lines changed

test/src/go.mod

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ require (
2222
github.com/davecgh/go-spew v1.1.1 // indirect
2323
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2424
github.com/golang/protobuf v1.5.3 // indirect
25-
github.com/google/go-cmp v0.5.9 // indirect
25+
github.com/google/go-cmp v0.6.0 // indirect
2626
github.com/google/uuid v1.3.0 // indirect
2727
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
2828
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
2929
github.com/hashicorp/errwrap v1.0.0 // indirect
3030
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
31-
github.com/hashicorp/go-getter v1.7.5 // indirect
31+
github.com/hashicorp/go-getter v1.7.9 // indirect
3232
github.com/hashicorp/go-multierror v1.1.0 // indirect
3333
github.com/hashicorp/go-safetemp v1.0.0 // indirect
3434
github.com/hashicorp/go-version v1.6.0 // indirect
@@ -40,25 +40,23 @@ require (
4040
github.com/kr/pretty v0.3.1 // indirect
4141
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
4242
github.com/mitchellh/go-homedir v1.1.0 // indirect
43-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
4443
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
4544
github.com/pmezard/go-difflib v1.0.0 // indirect
4645
github.com/rogpeppe/go-internal v1.10.0 // indirect
4746
github.com/tmccombs/hcl2json v0.3.3 // indirect
4847
github.com/ulikunitz/xz v0.5.10 // indirect
4948
github.com/zclconf/go-cty v1.9.1 // indirect
5049
go.opencensus.io v0.24.0 // indirect
51-
golang.org/x/crypto v0.21.0 // indirect
52-
golang.org/x/net v0.23.0 // indirect
50+
golang.org/x/crypto v0.32.0 // indirect
51+
golang.org/x/net v0.34.0 // indirect
5352
golang.org/x/oauth2 v0.8.0 // indirect
54-
golang.org/x/sys v0.18.0 // indirect
55-
golang.org/x/text v0.14.0 // indirect
53+
golang.org/x/sys v0.29.0 // indirect
54+
golang.org/x/text v0.21.0 // indirect
5655
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
5756
google.golang.org/api v0.114.0 // indirect
5857
google.golang.org/appengine v1.6.7 // indirect
5958
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
6059
google.golang.org/grpc v1.56.3 // indirect
6160
google.golang.org/protobuf v1.33.0 // indirect
62-
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
6361
gopkg.in/yaml.v3 v3.0.1 // indirect
6462
)

0 commit comments

Comments
 (0)