File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
module github.com/terraform-linters/tflint-ruleset-aws
2
2
3
3
go 1.24.0
4
-
5
4
require (
6
5
github.com/agext/levenshtein v1.2.2 // indirect
7
6
github.com/dave/dst v0.27.3
@@ -32,7 +31,7 @@ require (
32
31
github.com/hashicorp/terraform-json v0.24.0
33
32
github.com/stretchr/testify v1.10.0
34
33
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53
35
- golang.org/x/net v0.37 .0
34
+ golang.org/x/net v0.38 .0
36
35
)
37
36
38
37
require (
Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 h1:5llv2sWeaMSnA3w2kS57ouQQ4
167
167
golang.org/x/exp v0.0.0-20230425010034-47ecfdc1ba53 /go.mod h1:V1LtkGg67GoY2N1AnLN78QLrzxkLyJw7RJb1gzOOz9w =
168
168
golang.org/x/mod v0.22.0 h1:D4nJWe9zXqHOmWqj4VMOJhvzj7bEZg4wEYa759z1pH4 =
169
169
golang.org/x/mod v0.22.0 /go.mod h1:6SkKJ3Xj0I0BrPOZoBy3bdMptDDU9oJrpohJ3eWZ1fY =
170
- golang.org/x/net v0.37 .0 h1:1zLorHbz+LYj7MQlSf1+2tPIIgibq2eL5xkrGk6f+2c =
171
- golang.org/x/net v0.37 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
170
+ golang.org/x/net v0.38 .0 h1:vRMAPTMaeGqVhG5QyLJHqNDwecKTomGeqbnfZyKlBI8 =
171
+ golang.org/x/net v0.38 .0 /go.mod h1:ivrbrMbzFq5J41QOQh0siUuly180yBYtLp+CKbEaFx8 =
172
172
golang.org/x/sync v0.12.0 h1:MHc5BpPuC30uJk597Ri8TV3CNZcTLu6B6z4lJy+g6Jw =
173
173
golang.org/x/sync v0.12.0 /go.mod h1:1dzgHSNfp02xaA81J2MS99Qcpr2w7fw1gpm99rleRqA =
174
174
golang.org/x/sys v0.0.0-20200116001909-b77594299b42 /go.mod h1:h1NjWce9XRLGQEsW7wpKNCjG9DtNlClVuFLEZdDNbEs =
You can’t perform that action at this time.
0 commit comments