@@ -6,19 +6,20 @@ require (
6
6
github.com/aws/aws-sdk-go v1.55.5
7
7
github.com/aws/aws-sdk-go-v2/config v1.28.6
8
8
github.com/aws/aws-sdk-go-v2/service/cloudwatchlogs v1.45.0
9
- github.com/gruntwork-io/terratest v0.47.2
9
+ github.com/gruntwork-io/terratest v0.48.0
10
10
github.com/stretchr/testify v1.10.0
11
11
github.com/tidwall/gjson v1.18.0
12
12
)
13
13
14
14
require (
15
- cloud.google.com/go v0.110 .0 // indirect
16
- cloud.google.com/go/compute v1.19.1 // indirect
17
- cloud.google.com/go/compute/metadata v0.2.3 // indirect
18
- cloud.google.com/go/iam v0.13.0 // indirect
19
- cloud.google.com/go/storage v1.28.1 // indirect
15
+ cloud.google.com/go v0.116 .0 // indirect
16
+ cloud.google.com/go/compute v1.28.3 // indirect
17
+ cloud.google.com/go/compute/metadata v0.5.2 // indirect
18
+ cloud.google.com/go/iam v1.2.2 // indirect
19
+ cloud.google.com/go/storage v1.47.0 // indirect
20
20
github.com/agext/levenshtein v1.2.3 // indirect
21
21
github.com/apparentlymart/go-textseg/v13 v13.0.0 // indirect
22
+ github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
22
23
github.com/aws/aws-sdk-go-v2 v1.32.6 // indirect
23
24
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.6.7 // indirect
24
25
github.com/aws/aws-sdk-go-v2/credentials v1.17.47 // indirect
@@ -35,43 +36,47 @@ require (
35
36
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
36
37
github.com/davecgh/go-spew v1.1.1 // indirect
37
38
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
38
- github.com/golang/protobuf v1.5.3 // indirect
39
- github.com/google/go-cmp v0.5.9 // indirect
40
- github.com/google/uuid v1.3 .0 // indirect
41
- github.com/googleapis/enterprise-certificate-proxy v0.2.3 // indirect
42
- github.com/googleapis/gax-go/v2 v2.7.1 // indirect
39
+ github.com/golang/protobuf v1.5.4 // indirect
40
+ github.com/google/go-cmp v0.6.0 // indirect
41
+ github.com/google/uuid v1.6 .0 // indirect
42
+ github.com/googleapis/enterprise-certificate-proxy v0.3.4 // indirect
43
+ github.com/googleapis/gax-go/v2 v2.14.0 // indirect
43
44
github.com/hashicorp/errwrap v1.0.0 // indirect
44
45
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
45
46
github.com/hashicorp/go-getter v1.7.6 // indirect
46
- github.com/hashicorp/go-multierror v1.1.0 // indirect
47
+ github.com/hashicorp/go-getter/v2 v2.2.3 // indirect
48
+ github.com/hashicorp/go-multierror v1.1.1 // indirect
47
49
github.com/hashicorp/go-safetemp v1.0.0 // indirect
48
- github.com/hashicorp/go-version v1.6 .0 // indirect
49
- github.com/hashicorp/hcl/v2 v2.9.1 // indirect
50
- github.com/hashicorp/terraform-json v0.13 .0 // indirect
50
+ github.com/hashicorp/go-version v1.7 .0 // indirect
51
+ github.com/hashicorp/hcl/v2 v2.22.0 // indirect
52
+ github.com/hashicorp/terraform-json v0.23 .0 // indirect
51
53
github.com/jinzhu/copier v0.0.0-20190924061706-b57f9002281a // indirect
52
54
github.com/jmespath/go-jmespath v0.4.0 // indirect
53
- github.com/klauspost/compress v1.15.11 // indirect
55
+ github.com/klauspost/compress v1.16.5 // indirect
54
56
github.com/mattn/go-zglob v0.0.2-0.20190814121620-e3c945676326 // indirect
55
57
github.com/mitchellh/go-homedir v1.1.0 // indirect
56
58
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
57
59
github.com/mitchellh/go-wordwrap v1.0.1 // indirect
58
60
github.com/pmezard/go-difflib v1.0.0 // indirect
59
61
github.com/tidwall/match v1.1.1 // indirect
60
62
github.com/tidwall/pretty v1.2.1 // indirect
61
- github.com/tmccombs/hcl2json v0.3.3 // indirect
63
+ github.com/tmccombs/hcl2json v0.6.4 // indirect
62
64
github.com/ulikunitz/xz v0.5.10 // indirect
63
- github.com/zclconf/go-cty v1.9.1 // indirect
65
+ github.com/zclconf/go-cty v1.15.0 // indirect
64
66
go.opencensus.io v0.24.0 // indirect
65
67
golang.org/x/crypto v0.31.0 // indirect
66
- golang.org/x/net v0.23.0 // indirect
67
- golang.org/x/oauth2 v0.8.0 // indirect
68
+ golang.org/x/mod v0.18.0 // indirect
69
+ golang.org/x/net v0.31.0 // indirect
70
+ golang.org/x/oauth2 v0.24.0 // indirect
71
+ golang.org/x/sync v0.10.0 // indirect
68
72
golang.org/x/sys v0.28.0 // indirect
69
73
golang.org/x/text v0.21.0 // indirect
74
+ golang.org/x/tools v0.22.0 // indirect
70
75
golang.org/x/xerrors v0.0.0-20220907171357-04be3eba64a2 // indirect
71
- google.golang.org/api v0.114 .0 // indirect
76
+ google.golang.org/api v0.206 .0 // indirect
72
77
google.golang.org/appengine v1.6.7 // indirect
73
- google.golang.org/genproto v0.0.0-20230410155749-daa745c078e1 // indirect
74
- google.golang.org/grpc v1.56.3 // indirect
75
- google.golang.org/protobuf v1.33.0 // indirect
78
+ google.golang.org/genproto v0.0.0-20241113202542-65e8d215514f // indirect
79
+ google.golang.org/grpc v1.67.1 // indirect
80
+ google.golang.org/protobuf v1.35.1 // indirect
76
81
gopkg.in/yaml.v3 v3.0.1 // indirect
77
82
)
0 commit comments