@@ -3,20 +3,19 @@ module github.com/terraform-linters/tflint-ruleset-opa
3
3
go 1.24.0
4
4
5
5
require (
6
- github.com/google/go-cmp v0.6 .0
6
+ github.com/google/go-cmp v0.7 .0
7
7
github.com/hashicorp/go-hclog v1.6.3
8
8
github.com/hashicorp/hcl/v2 v2.23.0
9
9
github.com/liamg/memoryfs v1.6.0
10
10
github.com/mitchellh/go-homedir v1.1.0
11
- github.com/open-policy-agent/opa v0.70 .0
11
+ github.com/open-policy-agent/opa v1.2 .0
12
12
github.com/terraform-linters/tflint-plugin-sdk v0.22.0
13
13
github.com/zclconf/go-cty v1.16.2
14
14
)
15
15
16
16
require (
17
- github.com/OneOfOne/xxhash v1.2.8 // indirect
18
17
github.com/agext/levenshtein v1.2.1 // indirect
19
- github.com/agnivade/levenshtein v1.2.0 // indirect
18
+ github.com/agnivade/levenshtein v1.2.1 // indirect
20
19
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
21
20
github.com/beorn7/perks v1.0.1 // indirect
22
21
github.com/cespare/xxhash/v2 v2.3.0 // indirect
@@ -38,31 +37,32 @@ require (
38
37
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
39
38
github.com/oklog/run v1.0.0 // indirect
40
39
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2 // indirect
41
- github.com/prometheus/client_golang v1.20.5 // indirect
40
+ github.com/prometheus/client_golang v1.21.0 // indirect
42
41
github.com/prometheus/client_model v0.6.1 // indirect
43
- github.com/prometheus/common v0.55 .0 // indirect
42
+ github.com/prometheus/common v0.62 .0 // indirect
44
43
github.com/prometheus/procfs v0.15.1 // indirect
45
44
github.com/rcrowley/go-metrics v0.0.0-20200313005456-10cdbea86bc0 // indirect
46
45
github.com/sirupsen/logrus v1.9.3 // indirect
47
- github.com/tchap/go-patricia/v2 v2.3.1 // indirect
46
+ github.com/tchap/go-patricia/v2 v2.3.2 // indirect
48
47
github.com/vmihailenco/msgpack/v5 v5.3.5 // indirect
49
48
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
50
49
github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb // indirect
51
50
github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 // indirect
52
51
github.com/yashtewari/glob-intersection v0.2.0 // indirect
53
- go.opentelemetry.io/otel v1.31.0 // indirect
54
- go.opentelemetry.io/otel/metric v1.31.0 // indirect
55
- go.opentelemetry.io/otel/sdk v1.31.0 // indirect
56
- go.opentelemetry.io/otel/trace v1.31.0 // indirect
52
+ go.opentelemetry.io/auto/sdk v1.1.0 // indirect
53
+ go.opentelemetry.io/otel v1.34.0 // indirect
54
+ go.opentelemetry.io/otel/metric v1.34.0 // indirect
55
+ go.opentelemetry.io/otel/sdk v1.34.0 // indirect
56
+ go.opentelemetry.io/otel/trace v1.34.0 // indirect
57
57
golang.org/x/mod v0.22.0 // indirect
58
- golang.org/x/net v0.34 .0 // indirect
59
- golang.org/x/sync v0.10 .0 // indirect
60
- golang.org/x/sys v0.29 .0 // indirect
61
- golang.org/x/text v0.21 .0 // indirect
58
+ golang.org/x/net v0.35 .0 // indirect
59
+ golang.org/x/sync v0.11 .0 // indirect
60
+ golang.org/x/sys v0.30 .0 // indirect
61
+ golang.org/x/text v0.22 .0 // indirect
62
62
golang.org/x/tools v0.29.0 // indirect
63
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
64
- google.golang.org/grpc v1.69.2 // indirect
65
- google.golang.org/protobuf v1.36.2 // indirect
63
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250115164207-1a7da9e5054f // indirect
64
+ google.golang.org/grpc v1.70.0 // indirect
65
+ google.golang.org/protobuf v1.36.3 // indirect
66
66
gopkg.in/yaml.v3 v3.0.1 // indirect
67
67
sigs.k8s.io/yaml v1.4.0 // indirect
68
68
)
0 commit comments