Skip to content

Commit b658aa0

Browse files
Bump github.com/hashicorp/go-getter from 1.6.2 to 1.7.0 in /test (#16)
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.6.2 to 1.7.0. - [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.6.2...v1.7.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5cf4f0e commit b658aa0

File tree

2 files changed

+191
-49
lines changed

2 files changed

+191
-49
lines changed

test/go.mod

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,32 +3,17 @@ module github.com/umotif-public/terraform-aws-backup/test
33
go 1.15
44

55
require (
6-
cloud.google.com/go v0.103.0 // indirect
7-
cloud.google.com/go/compute v1.8.0 // indirect
8-
cloud.google.com/go/storage v1.25.0 // indirect
9-
github.com/aws/aws-sdk-go v1.44.79 // indirect
10-
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
116
github.com/golang/snappy v0.0.4 // indirect
12-
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
137
github.com/gruntwork-io/terratest v0.40.20
148
github.com/hashicorp/errwrap v1.1.0 // indirect
15-
github.com/hashicorp/go-getter v1.6.2 // indirect
9+
github.com/hashicorp/go-getter v1.7.0 // indirect
1610
github.com/hashicorp/go-multierror v1.1.1 // indirect
17-
github.com/hashicorp/go-version v1.6.0 // indirect
1811
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
1912
github.com/hashicorp/terraform-json v0.14.0 // indirect
2013
github.com/jinzhu/copier v0.3.5 // indirect
21-
github.com/klauspost/compress v1.15.9 // indirect
2214
github.com/mattn/go-zglob v0.0.3 // indirect
23-
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2415
github.com/stretchr/testify v1.8.0
2516
github.com/tmccombs/hcl2json v0.3.4 // indirect
26-
github.com/ulikunitz/xz v0.5.10 // indirect
2717
golang.org/x/crypto v0.0.0-20220817201139-bc19a97f63c8 // indirect
28-
golang.org/x/net v0.0.0-20220812174116-3211cb980234 // indirect
29-
golang.org/x/oauth2 v0.0.0-20220808172628-8227340efae7 // indirect
30-
golang.org/x/sys v0.0.0-20220817070843-5a390386f1f2 // indirect
31-
google.golang.org/api v0.93.0 // indirect
32-
google.golang.org/genproto v0.0.0-20220817144833-d7fd3f11b9b1 // indirect
3318
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c // indirect
3419
)

0 commit comments

Comments
 (0)