Skip to content
This repository was archived by the owner on Mar 19, 2025. It is now read-only.

Commit cb95bb9

Browse files
fix(deps): update all dependencies
| datasource | package | from | to | | ---------------- | --------------------------------- | ------- | ------- | | github-tags | actions/checkout | v4.1.7 | v4.2.2 | | github-tags | actions/setup-go | v5.0.2 | v5.2.0 | | go | github.com/gruntwork-io/terratest | v0.47.0 | v0.48.1 | | go | github.com/stretchr/testify | v1.9.0 | v1.10.0 | | golang-version | go | 1.22.6 | 1.23.4 | | github-tags | golangci/golangci-lint-action | v6.1.0 | v6.1.1 | | github-tags | opentofu/opentofu | v1.8.1 | v1.8.7 | | github-tags | opentofu/setup-opentofu | v1.0.3 | v1.0.5 | | terraform-module | terraform-aws-modules/kms/aws | 3.1.0 | 3.1.1 | | github-tags | terraform-docs/gh-actions | v1.2.0 | v1.3.0 | | github-tags | terraform-linters/setup-tflint | v4.0.0 | v4.1.0 | | github-tags | terraform-linters/tflint | v0.52.0 | v0.54.0 |
1 parent 6cdd6f2 commit cb95bb9

File tree

5 files changed

+237
-46
lines changed

5 files changed

+237
-46
lines changed

.github/workflows/pre-commit-pr.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
28+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2929

30-
- uses: opentofu/setup-opentofu@ae80d4ecaab946d8f5ff18397fbf6d0686c6d46a # v1.0.3
30+
- uses: opentofu/setup-opentofu@592200bd4b9bbf4772ace78f887668b1aee8f716 # v1.0.5
3131
with:
3232
# renovate: datasource=github-tags depName=opentofu/opentofu versioning=semver
33-
tofu_version: 1.8.1
33+
tofu_version: 1.8.7
3434

3535
- name: tofu init
3636
run: tofu init
@@ -42,18 +42,18 @@ jobs:
4242
run: tofu fmt -recursive
4343

4444
- name: Update Tofu Docs
45-
uses: terraform-docs/gh-actions@e47bfa196e79fa50987ef391be236d9d97b0c786 # v1.2.0
45+
uses: terraform-docs/gh-actions@aeae0038ed47a547e0c0fca5c059d3335f48fb25 # v1.3.0
4646
with:
4747
working-dir: .
4848
output-method: inject
4949
git-push: false
5050
fail-on-diff: true
5151

5252
- name: Setup TFLint
53-
uses: terraform-linters/setup-tflint@19a52fbac37dacb22a09518e4ef6ee234f2d4987 # v4.0.0
53+
uses: terraform-linters/setup-tflint@8093687ecc9dcbfa88d07c103ad4176739a7287e # v4.1.0
5454
with:
5555
# renovate: datasource=github-tags depName=terraform-linters/tflint versioning=semver
56-
tflint_version: v0.52.0
56+
tflint_version: v0.54.0
5757

5858
- name: Show version
5959
run: tflint --version
@@ -72,7 +72,7 @@ jobs:
7272
runs-on: ubuntu-latest
7373
steps:
7474
- name: Checkout repository
75-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
75+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7676

7777
- name: tfsec
7878
uses: aquasecurity/tfsec-action@b466648d6e39e7c75324f25d83891162a721f2d6 # v1.0.3
@@ -85,7 +85,7 @@ jobs:
8585
runs-on: ubuntu-latest
8686
steps:
8787
- name: Checkout repository
88-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
88+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8989

9090
- name: List Directories
9191
run: ls -lsa
@@ -101,7 +101,7 @@ jobs:
101101
runs-on: ubuntu-latest
102102
steps:
103103
- name: Checkout repository
104-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
104+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
105105

106106
- name: Run golangci-lint
107-
uses: golangci/golangci-lint-action@aaa42aa0628b4ae2578232a66b541047968fac86 # v6.1.0
107+
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1

.github/workflows/test-module.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ jobs:
4141
role-duration-seconds: 1800
4242

4343
- name: Checkout repository
44-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
44+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545

4646
- name: Setup Go from go.mod
47-
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
47+
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
4848
with:
4949
go-version-file: go.mod
5050

go.mod

Lines changed: 79 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -2,68 +2,114 @@ module test_test
22

33
go 1.21
44

5-
toolchain go1.22.6
5+
toolchain go1.23.4
66

77
require (
8-
github.com/gruntwork-io/terratest v0.47.0
9-
github.com/stretchr/testify v1.9.0
8+
github.com/gruntwork-io/terratest v0.48.1
9+
github.com/stretchr/testify v1.10.0
1010
)
1111

1212
require (
13-
cloud.google.com/go v0.110.0 // indirect
14-
cloud.google.com/go/compute v1.19.1 // indirect
15-
cloud.google.com/go/compute/metadata v0.2.3 // indirect
16-
cloud.google.com/go/iam v0.13.0 // indirect
17-
cloud.google.com/go/storage v1.28.1 // indirect
13+
cloud.google.com/go v0.116.0 // indirect
14+
cloud.google.com/go/compute v1.28.3 // indirect
15+
cloud.google.com/go/compute/metadata v0.5.2 // indirect
16+
cloud.google.com/go/iam v1.2.2 // indirect
17+
cloud.google.com/go/storage v1.47.0 // indirect
18+
filippo.io/edwards25519 v1.1.0 // indirect
1819
github.com/agext/levenshtein v1.2.3 // indirect
1920
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
21+
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
2022
github.com/aws/aws-sdk-go v1.44.122 // indirect
23+
github.com/aws/aws-sdk-go-v2 v1.32.5 // indirect
24+
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
25+
github.com/aws/aws-sdk-go-v2/config v1.28.5 // indirect
26+
github.com/aws/aws-sdk-go-v2/credentials v1.17.46 // indirect
27+
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.20 // indirect
28+
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.17.41 // indirect
29+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.24 // indirect
30+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.24 // indirect
31+
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.1 // indirect
32+
github.com/aws/aws-sdk-go-v2/internal/v4a v1.3.24 // indirect
33+
github.com/aws/aws-sdk-go-v2/service/acm v1.30.6 // indirect
34+
github.com/aws/aws-sdk-go-v2/service/autoscaling v1.51.0 // indirect
35+
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.44.0 // indirect
36+
github.com/aws/aws-sdk-go-v2/service/dynamodb v1.37.1 // indirect
37+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.193.0 // indirect
38+
github.com/aws/aws-sdk-go-v2/service/ecr v1.36.6 // indirect
39+
github.com/aws/aws-sdk-go-v2/service/ecs v1.52.0 // indirect
40+
github.com/aws/aws-sdk-go-v2/service/iam v1.38.1 // indirect
41+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.1 // indirect
42+
github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.4.5 // indirect
43+
github.com/aws/aws-sdk-go-v2/service/internal/endpoint-discovery v1.10.5 // indirect
44+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.5 // indirect
45+
github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.5 // indirect
46+
github.com/aws/aws-sdk-go-v2/service/kms v1.37.6 // indirect
47+
github.com/aws/aws-sdk-go-v2/service/lambda v1.69.0 // indirect
48+
github.com/aws/aws-sdk-go-v2/service/rds v1.91.0 // indirect
49+
github.com/aws/aws-sdk-go-v2/service/route53 v1.46.2 // indirect
50+
github.com/aws/aws-sdk-go-v2/service/s3 v1.69.0 // indirect
51+
github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.34.6 // indirect
52+
github.com/aws/aws-sdk-go-v2/service/sns v1.33.6 // indirect
53+
github.com/aws/aws-sdk-go-v2/service/sqs v1.37.1 // indirect
54+
github.com/aws/aws-sdk-go-v2/service/ssm v1.56.0 // indirect
55+
github.com/aws/aws-sdk-go-v2/service/sso v1.24.6 // indirect
56+
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.28.5 // indirect
57+
github.com/aws/aws-sdk-go-v2/service/sts v1.33.1 // indirect
58+
github.com/aws/smithy-go v1.22.1 // indirect
2159
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
2260
github.com/boombuler/barcode v1.0.1-0.20190219062509-6c824513bacc // indirect
23-
github.com/cpuguy83/go-md2man/v2 v2.0.0 // indirect
61+
github.com/cpuguy83/go-md2man/v2 v2.0.5 // indirect
2462
github.com/davecgh/go-spew v1.1.1 // indirect
2563
github.com/go-errors/errors v1.0.2-0.20180813162953-d98b870cc4e0 // indirect
26-
github.com/go-sql-driver/mysql v1.4.1 // indirect
64+
github.com/go-sql-driver/mysql v1.8.1 // indirect
2765
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
28-
github.com/golang/protobuf v1.5.3 // indirect
29-
github.com/google/go-cmp v0.5.9 // indirect
30-
github.com/google/uuid v1.3.0 // indirect
31-
github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
32-
github.com/googleapis/gax-go/v2 v2.7.1 // indirect
66+
github.com/golang/protobuf v1.5.4 // indirect
67+
github.com/google/go-cmp v0.6.0 // indirect
68+
github.com/google/uuid v1.6.0 // indirect
69+
github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
70+
github.com/googleapis/gax-go/v2 v2.14.0 // indirect
3371
github.com/gruntwork-io/go-commons v0.8.0 // indirect
3472
github.com/hashicorp/errwrap v1.0.0 // indirect
3573
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
3674
github.com/hashicorp/go-getter v1.7.5 // indirect
37-
github.com/hashicorp/go-multierror v1.1.0 // indirect
75+
github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
76+
github.com/hashicorp/go-multierror v1.1.1 // indirect
3877
github.com/hashicorp/go-safetemp v1.0.0 // indirect
39-
github.com/hashicorp/go-version v1.6.0 // indirect
40-
github.com/hashicorp/hcl/v2 v2.9.1 // indirect
41-
github.com/hashicorp/terraform-json v0.13.0 // indirect
78+
github.com/hashicorp/go-version v1.7.0 // indirect
79+
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
80+
github.com/hashicorp/terraform-json v0.23.0 // indirect
81+
github.com/jackc/pgpassfile v1.0.0 // indirect
82+
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 // indirect
83+
github.com/jackc/pgx/v5 v5.7.1 // indirect
84+
github.com/jackc/puddle/v2 v2.2.2 // indirect
4285
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
4386
github.com/jmespath/go-jmespath v0.4.0 // indirect
44-
github.com/klauspost/compress v1.15.11 // indirect
87+
github.com/klauspost/compress v1.16.5 // indirect
4588
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
4689
github.com/mitchellh/go-homedir v1.1.0 // indirect
4790
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
4891
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
4992
github.com/pmezard/go-difflib v1.0.0 // indirect
50-
github.com/pquerna/otp v1.2.0 // indirect
93+
github.com/pquerna/otp v1.4.0 // indirect
5194
github.com/russross/blackfriday/v2 v2.1.0 // indirect
52-
github.com/tmccombs/hcl2json v0.3.3 // indirect
95+
github.com/tmccombs/hcl2json v0.6.4 // indirect
5396
github.com/ulikunitz/xz v0.5.10 // indirect
54-
github.com/urfave/cli v1.22.2 // indirect
55-
github.com/zclconf/go-cty v1.9.1 // indirect
97+
github.com/urfave/cli v1.22.16 // indirect
98+
github.com/zclconf/go-cty v1.15.0 // indirect
5699
go.opencensus.io v0.24.0 // indirect
57-
golang.org/x/crypto v0.21.0 // indirect
58-
golang.org/x/net v0.23.0 // indirect
59-
golang.org/x/oauth2 v0.8.0 // indirect
60-
golang.org/x/sys v0.18.0 // indirect
61-
golang.org/x/text v0.14.0 // indirect
100+
golang.org/x/crypto v0.29.0 // indirect
101+
golang.org/x/mod v0.18.0 // indirect
102+
golang.org/x/net v0.31.0 // indirect
103+
golang.org/x/oauth2 v0.24.0 // indirect
104+
golang.org/x/sync v0.9.0 // indirect
105+
golang.org/x/sys v0.27.0 // indirect
106+
golang.org/x/text v0.20.0 // indirect
107+
golang.org/x/tools v0.22.0 // indirect
62108
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
63-
google.golang.org/api v0.114.0 // indirect
109+
google.golang.org/api v0.206.0 // indirect
64110
google.golang.org/appengine v1.6.7 // indirect
65-
google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
66-
google.golang.org/grpc v1.56.3 // indirect
67-
google.golang.org/protobuf v1.33.0 // indirect
111+
google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
112+
google.golang.org/grpc v1.67.1 // indirect
113+
google.golang.org/protobuf v1.35.1 // indirect
68114
gopkg.in/yaml.v3 v3.0.1 // indirect
69115
)

0 commit comments

Comments
 (0)