Skip to content

Commit

Permalink
feat: Bump dependencies (#151)
Browse files Browse the repository at this point in the history
- tflint v0.42.2 -> v0.47.0
- tflint aws ruleset v0.19.0 -> v0.25.0
- aws-sdk-go v1.44.307 -> v1.44.312
- chanzuckerberg/go-misc v1.10.2 -> v1.10.4
- github.com/go-git/go-git/v5 v5.8.0 -> v5.8.1
- hashicorp/go-getter v1.7.1 -> v1.7.2
  • Loading branch information
vincenthsh authored Aug 2, 2023
1 parent 6315ab7 commit 16eb7c9
Show file tree
Hide file tree
Showing 26 changed files with 75 additions and 68 deletions.
32 changes: 17 additions & 15 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ replace github.com/spf13/afero => github.com/chanzuckerberg/afero v0.0.0-2019051
require (
github.com/Masterminds/sprig v2.22.0+incompatible
github.com/antzucaro/matchr v0.0.0-20191224151129-ab6ba461ddec
github.com/aws/aws-sdk-go v1.44.307
github.com/aws/aws-sdk-go v1.44.312
github.com/blang/semver v3.5.1+incompatible
github.com/chanzuckerberg/go-misc v1.10.2
github.com/chanzuckerberg/go-misc v1.10.4
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
github.com/fatih/color v1.15.0
github.com/go-errors/errors v1.4.2
github.com/go-git/go-git/v5 v5.8.0
github.com/go-git/go-git/v5 v5.8.1
github.com/google/go-github/v27 v27.0.6
github.com/hashicorp/go-getter v1.7.1
github.com/hashicorp/go-getter v1.7.2
github.com/hashicorp/go-multierror v1.1.1
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/hcl/v2 v2.17.0
Expand Down Expand Up @@ -43,14 +43,15 @@ require (

require (
cloud.google.com/go v0.110.2 // indirect
cloud.google.com/go/compute v1.20.0 // indirect
cloud.google.com/go/compute v1.20.1 // indirect
cloud.google.com/go/compute/metadata v0.2.3 // indirect
cloud.google.com/go/iam v1.1.0 // indirect
cloud.google.com/go/storage v1.30.1 // indirect
dario.cat/mergo v1.0.0 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.0 // indirect
github.com/Microsoft/go-winio v0.5.2 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230528122434-6f98819771a1 // indirect
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/ProtonMail/go-crypto v0.0.0-20230717121422-5aa5874ade95 // indirect
github.com/acomagu/bufpipe v1.0.4 // indirect
github.com/agext/levenshtein v1.2.3 // indirect
github.com/apparentlymart/go-cidr v1.1.0 // indirect
Expand All @@ -76,7 +77,7 @@ require (
github.com/google/s2a-go v0.1.4 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.2.4 // indirect
github.com/googleapis/gax-go/v2 v2.10.0 // indirect
github.com/googleapis/gax-go/v2 v2.11.0 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-hclog v1.2.0 // indirect
Expand All @@ -92,7 +93,7 @@ require (
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/kevinburke/ssh_config v1.2.0 // indirect
github.com/klauspost/compress v1.16.5 // indirect
github.com/klauspost/compress v1.16.6 // indirect
github.com/kr/text v0.2.0 // indirect
github.com/leodido/go-urn v1.2.4 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
Expand All @@ -106,7 +107,7 @@ require (
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/rogpeppe/go-internal v1.9.0 // indirect
github.com/sergi/go-diff v1.2.0 // indirect
github.com/skeema/knownhosts v1.1.1 // indirect
github.com/skeema/knownhosts v1.2.0 // indirect
github.com/ulikunitz/xz v0.5.11 // indirect
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
Expand All @@ -118,20 +119,21 @@ require (
go.uber.org/goleak v1.2.1 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.24.0 // indirect
golang.org/x/crypto v0.10.0 // indirect
golang.org/x/crypto v0.11.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.11.0 // indirect
golang.org/x/oauth2 v0.9.0 // indirect
golang.org/x/net v0.12.0 // indirect
golang.org/x/oauth2 v0.10.0 // indirect
golang.org/x/sys v0.10.0 // indirect
golang.org/x/term v0.10.0 // indirect
golang.org/x/text v0.11.0 // indirect
golang.org/x/tools v0.9.3 // indirect
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
google.golang.org/api v0.125.0 // indirect
google.golang.org/api v0.126.0 // indirect
google.golang.org/appengine v1.6.7 // indirect
google.golang.org/genproto v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20230530153820-e85fd2cbaebc // indirect
google.golang.org/grpc v1.55.0 // indirect
google.golang.org/protobuf v1.30.0 // indirect
google.golang.org/protobuf v1.31.0 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
63 changes: 34 additions & 29 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/templates/.github/workflows/fogg_ci.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- uses: terraform-linters/setup-tflint@v2
name: Setup TFLint
with:
tflint_version: v0.42.2
tflint_version: v0.47.0
- name: Init TFLint
run: tflint --init
- name: tflint
Expand Down
2 changes: 1 addition & 1 deletion templates/templates/repo/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/auth0_provider_yaml/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/bless_provider_yaml/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/circleci/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/github_actions/.github/workflows/fogg_ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/github_actions/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/github_actions_with_iam_role/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/github_provider_yaml/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/okta_provider_yaml/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/remote_backend_yaml/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/snowflake_provider_yaml/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/tfe_config/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/tfe_provider_yaml/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/v2_aws_default_tags/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/v2_aws_ignore_tags/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/v2_full_yaml/.github/workflows/fogg_ci.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion testdata/v2_full_yaml/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/v2_integration_registry/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/v2_minimal_valid_yaml/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/v2_no_aws_provider_yaml/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/v2_tf_registry_module/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}
2 changes: 1 addition & 1 deletion testdata/v2_tf_registry_module_atlantis/.tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ plugin "terraform" {

plugin "aws" {
enabled = true
version = "0.19.0"
version = "0.25.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

0 comments on commit 16eb7c9

Please sign in to comment.