Skip to content

Commit 0ff9562

Browse files
build(deps): bump github.com/hashicorp/go-getter in /examples/tests (#4)
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.6.1 to 1.7.5. - [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.1...v1.7.5) --- 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 ff9ea1f commit 0ff9562

File tree

2 files changed

+408
-71
lines changed

2 files changed

+408
-71
lines changed

examples/tests/go.mod

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@ module playgroundtech/terraform-aws-github-actions-oidc
22

33
go 1.19
44

5-
require github.com/gruntwork-io/terratest v0.41.7
5+
require (
6+
github.com/gruntwork-io/terratest v0.41.7
7+
github.com/stretchr/testify v1.7.0
8+
)
69

710
require (
8-
cloud.google.com/go v0.83.0 // indirect
9-
cloud.google.com/go/storage v1.10.0 // indirect
11+
cloud.google.com/go v0.104.0 // indirect
12+
cloud.google.com/go/compute v1.10.0 // indirect
13+
cloud.google.com/go/iam v0.5.0 // indirect
14+
cloud.google.com/go/storage v1.27.0 // indirect
1015
github.com/agext/levenshtein v1.2.3 // indirect
1116
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
12-
github.com/aws/aws-sdk-go v1.40.56 // indirect
17+
github.com/aws/aws-sdk-go v1.44.122 // indirect
1318
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
1419
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
1520
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
@@ -19,60 +24,56 @@ require (
1924
github.com/go-logr/logr v0.2.0 // indirect
2025
github.com/go-sql-driver/mysql v1.4.1 // indirect
2126
github.com/gogo/protobuf v1.3.2 // indirect
22-
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
27+
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
2328
github.com/golang/protobuf v1.5.2 // indirect
24-
github.com/golang/snappy v0.0.3 // indirect
29+
github.com/google/go-cmp v0.5.9 // indirect
2530
github.com/google/gofuzz v1.1.0 // indirect
26-
github.com/google/uuid v1.2.0 // indirect
27-
github.com/googleapis/gax-go/v2 v2.0.5 // indirect
31+
github.com/google/uuid v1.3.0 // indirect
32+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
33+
github.com/googleapis/gax-go/v2 v2.6.0 // indirect
2834
github.com/googleapis/gnostic v0.4.1 // indirect
2935
github.com/gruntwork-io/go-commons v0.8.0 // indirect
3036
github.com/hashicorp/errwrap v1.0.0 // indirect
3137
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
32-
github.com/hashicorp/go-getter v1.6.1 // indirect
38+
github.com/hashicorp/go-getter v1.7.5 // indirect
3339
github.com/hashicorp/go-multierror v1.1.0 // indirect
3440
github.com/hashicorp/go-safetemp v1.0.0 // indirect
35-
github.com/hashicorp/go-version v1.3.0 // indirect
41+
github.com/hashicorp/go-version v1.6.0 // indirect
3642
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
3743
github.com/hashicorp/terraform-json v0.13.0 // indirect
3844
github.com/imdario/mergo v0.3.11 // indirect
3945
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
4046
github.com/jmespath/go-jmespath v0.4.0 // indirect
4147
github.com/json-iterator/go v1.1.11 // indirect
42-
github.com/jstemmer/go-junit-report v0.9.1 // indirect
43-
github.com/klauspost/compress v1.13.0 // indirect
48+
github.com/klauspost/compress v1.15.11 // indirect
4449
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
4550
github.com/mitchellh/go-homedir v1.1.0 // indirect
46-
github.com/mitchellh/go-testing-interface v1.0.0 // indirect
51+
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
4752
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
4853
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
4954
github.com/modern-go/reflect2 v1.0.1 // indirect
5055
github.com/pmezard/go-difflib v1.0.0 // indirect
5156
github.com/pquerna/otp v1.2.0 // indirect
5257
github.com/russross/blackfriday/v2 v2.1.0 // indirect
5358
github.com/spf13/pflag v1.0.5 // indirect
54-
github.com/stretchr/testify v1.7.0 // indirect
5559
github.com/tmccombs/hcl2json v0.3.3 // indirect
56-
github.com/ulikunitz/xz v0.5.8 // indirect
60+
github.com/ulikunitz/xz v0.5.10 // indirect
5761
github.com/urfave/cli v1.22.2 // indirect
5862
github.com/zclconf/go-cty v1.9.1 // indirect
5963
go.opencensus.io v0.23.0 // indirect
60-
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
61-
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616 // indirect
62-
golang.org/x/mod v0.4.2 // indirect
63-
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
64-
golang.org/x/oauth2 v0.0.0-20210514164344-f6687ab2804c // indirect
65-
golang.org/x/sys v0.0.0-20220517195934-5e4e11fc645e // indirect
66-
golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 // indirect
67-
golang.org/x/text v0.3.6 // indirect
64+
golang.org/x/crypto v0.0.0-20210921155107-089bfa567519 // indirect
65+
golang.org/x/net v0.1.0 // indirect
66+
golang.org/x/oauth2 v0.1.0 // indirect
67+
golang.org/x/sys v0.1.0 // indirect
68+
golang.org/x/term v0.1.0 // indirect
69+
golang.org/x/text v0.4.0 // indirect
6870
golang.org/x/time v0.0.0-20200630173020-3af7569d3a1e // indirect
69-
golang.org/x/tools v0.1.2 // indirect
70-
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
71-
google.golang.org/api v0.47.0 // indirect
71+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
72+
google.golang.org/api v0.100.0 // indirect
7273
google.golang.org/appengine v1.6.7 // indirect
73-
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
74-
google.golang.org/grpc v1.38.0 // indirect
75-
google.golang.org/protobuf v1.26.0 // indirect
74+
google.golang.org/genproto v0.0.0-20221025140454-527a21cfbd71 // indirect
75+
google.golang.org/grpc v1.50.1 // indirect
76+
google.golang.org/protobuf v1.28.1 // indirect
7677
gopkg.in/inf.v0 v0.9.1 // indirect
7778
gopkg.in/yaml.v2 v2.4.0 // indirect
7879
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect

0 commit comments

Comments
 (0)