Skip to content

Commit 56b8c80

Browse files
committed
Upgrading dependencies
1 parent fe72275 commit 56b8c80

File tree

4 files changed

+195
-18
lines changed

4 files changed

+195
-18
lines changed

.tflint.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugin "aws" {
22
enabled = true
3-
version = "0.15.0"
3+
version = "0.17.1"
44
source = "github.com/terraform-linters/tflint-ruleset-aws"
55
}
66

.tool-versions

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
terraform 1.2.7
2-
golang 1.18.5
1+
terraform 1.3.1
2+
golang 1.19.2
33
ripgrep 13.0.0
4-
tflint 0.39.3
5-
github-cli 2.14.4
4+
tflint 0.41.0
5+
github-cli 2.17.0
66
fd 8.4.0
77
terraform-docs 0.16.0

tests/go.mod

Lines changed: 18 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,36 @@ module github.com/pbs/terraform-aws-elasticache-redis-standalone-module
33
go 1.13
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.76 // indirect
6+
cloud.google.com/go/compute v1.10.0 // indirect
7+
cloud.google.com/go/iam v0.5.0 // indirect
8+
cloud.google.com/go/storage v1.27.0 // indirect
9+
github.com/aws/aws-sdk-go v1.44.113
1010
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
1111
github.com/golang/snappy v0.0.4 // indirect
12+
github.com/google/go-cmp v0.5.9 // indirect
13+
github.com/googleapis/enterprise-certificate-proxy v0.2.0 // indirect
1214
github.com/googleapis/gax-go/v2 v2.5.1 // indirect
13-
github.com/gruntwork-io/terratest v0.40.19
15+
github.com/gruntwork-io/terratest v0.40.22
1416
github.com/hashicorp/errwrap v1.1.0 // indirect
1517
github.com/hashicorp/go-getter v1.6.2 // indirect
1618
github.com/hashicorp/go-multierror v1.1.1 // indirect
1719
github.com/hashicorp/go-version v1.6.0 // indirect
18-
github.com/hashicorp/hcl/v2 v2.13.0 // indirect
20+
github.com/hashicorp/hcl/v2 v2.14.1 // indirect
1921
github.com/hashicorp/terraform-json v0.14.0 // indirect
2022
github.com/jinzhu/copier v0.3.5 // indirect
21-
github.com/klauspost/compress v1.15.9 // indirect
23+
github.com/klauspost/compress v1.15.11 // indirect
2224
github.com/mattn/go-zglob v0.0.3 // indirect
2325
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2426
github.com/stretchr/testify v1.8.0
2527
github.com/tmccombs/hcl2json v0.3.4 // indirect
2628
github.com/ulikunitz/xz v0.5.10 // indirect
27-
golang.org/x/crypto v0.0.0-20220722155217-630584e8d5aa // 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-20220811171246-fbc7d0a398ab // indirect
31-
google.golang.org/api v0.92.0 // indirect
32-
google.golang.org/genproto v0.0.0-20220812140447-cec7f5303424 // indirect
29+
github.com/zclconf/go-cty v1.11.0 // indirect
30+
golang.org/x/crypto v0.0.0-20221005025214-4161e89ecf1b // indirect
31+
golang.org/x/net v0.0.0-20221004154528-8021a29435af // indirect
32+
golang.org/x/oauth2 v0.0.0-20221006150949-b44042a4b9c1 // indirect
33+
golang.org/x/sys v0.0.0-20221006211917-84dc82d7e875 // indirect
34+
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
35+
google.golang.org/api v0.98.0 // indirect
36+
google.golang.org/genproto v0.0.0-20220930163606-c98284e70a91 // indirect
37+
google.golang.org/grpc v1.50.0 // indirect
3338
)

0 commit comments

Comments
 (0)