@@ -5,27 +5,27 @@ go 1.24.1
5
5
require (
6
6
github.com/Masterminds/semver v1.5.0
7
7
github.com/getkin/kin-openapi v0.111.0
8
- github.com/google/go-cmp v0.6 .0
8
+ github.com/google/go-cmp v0.7 .0
9
9
github.com/hashicorp/go-hclog v1.6.3
10
- github.com/hashicorp/go-plugin v1.6.2
10
+ github.com/hashicorp/go-plugin v1.6.3
11
11
github.com/hashicorp/go-version v1.7.0
12
- github.com/hashicorp/hc-install v0.9.1
12
+ github.com/hashicorp/hc-install v0.9.2
13
13
github.com/hashicorp/hcl/v2 v2.23.0
14
- github.com/hashicorp/terraform-exec v0.22 .0
15
- github.com/hashicorp/terraform-json v0.24 .0
14
+ github.com/hashicorp/terraform-exec v0.23 .0
15
+ github.com/hashicorp/terraform-json v0.25 .0
16
16
github.com/hashicorp/terraform-plugin-docs v0.16.0
17
17
github.com/hashicorp/terraform-plugin-framework v1.13.0
18
- github.com/hashicorp/terraform-plugin-go v0.26 .0
18
+ github.com/hashicorp/terraform-plugin-go v0.27 .0
19
19
github.com/hashicorp/terraform-plugin-log v0.9.0
20
- github.com/hashicorp/terraform-plugin-mux v0.17 .0
21
- github.com/hashicorp/terraform-plugin-sdk/v2 v2.36 .0
22
- github.com/hashicorp/terraform-plugin-testing v1.11 .0
20
+ github.com/hashicorp/terraform-plugin-mux v0.19 .0
21
+ github.com/hashicorp/terraform-plugin-sdk/v2 v2.37 .0
22
+ github.com/hashicorp/terraform-plugin-testing v1.13 .0
23
23
github.com/jinzhu/copier v0.3.5
24
24
github.com/mitchellh/go-homedir v1.1.0
25
25
github.com/mitchellh/hashstructure v1.1.0
26
26
github.com/robfig/cron v1.2.0
27
27
github.com/stretchr/testify v1.8.3
28
- golang.org/x/mod v0.22 .0
28
+ golang.org/x/mod v0.24 .0
29
29
k8s.io/api v0.28.6
30
30
k8s.io/apiextensions-apiserver v0.28.6
31
31
k8s.io/apimachinery v0.28.6
@@ -40,11 +40,11 @@ require (
40
40
github.com/Masterminds/goutils v1.1.1 // indirect
41
41
github.com/Masterminds/semver/v3 v3.2.0 // indirect
42
42
github.com/Masterminds/sprig/v3 v3.2.3 // indirect
43
- github.com/ProtonMail/go-crypto v1.1.3 // indirect
43
+ github.com/ProtonMail/go-crypto v1.1.6 // indirect
44
44
github.com/apparentlymart/go-textseg/v15 v15.0.0 // indirect
45
45
github.com/armon/go-radix v1.0.0 // indirect
46
46
github.com/bgentry/speakeasy v0.1.0 // indirect
47
- github.com/cloudflare/circl v1.3.7 // indirect
47
+ github.com/cloudflare/circl v1.6.0 // indirect
48
48
github.com/emicklei/go-restful/v3 v3.10.1 // indirect
49
49
github.com/google/gnostic-models v0.6.8 // indirect
50
50
github.com/hashicorp/go-retryablehttp v0.7.7 // indirect
@@ -60,9 +60,9 @@ require (
60
60
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
61
61
github.com/vmihailenco/tagparser/v2 v2.0.0 // indirect
62
62
golang.org/x/exp v0.0.0-20230809150735-7b3493d9a819 // indirect
63
- golang.org/x/sync v0.11 .0 // indirect
63
+ golang.org/x/sync v0.14 .0 // indirect
64
64
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
65
- google.golang.org/genproto/googleapis/rpc v0.0.0-20241015192408-796eee8c2d53 // indirect
65
+ google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a // indirect
66
66
)
67
67
68
68
require (
@@ -90,11 +90,11 @@ require (
90
90
github.com/hashicorp/errwrap v1.1.0 // indirect
91
91
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
92
92
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
93
- github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
93
+ github.com/hashicorp/go-cty v1.5.0
94
94
github.com/hashicorp/go-multierror v1.1.1 // indirect
95
95
github.com/hashicorp/go-uuid v1.0.3 // indirect
96
96
github.com/hashicorp/logutils v1.0.0 // indirect
97
- github.com/hashicorp/terraform-registry-address v0.2.4 // indirect
97
+ github.com/hashicorp/terraform-registry-address v0.2.5 // indirect
98
98
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
99
99
github.com/hashicorp/yamux v0.1.1 // indirect
100
100
github.com/imdario/mergo v0.3.15 // indirect
@@ -126,16 +126,16 @@ require (
126
126
github.com/xlab/treeprint v1.2.0 // indirect
127
127
github.com/zclconf/go-cty v1.16.2
128
128
go.starlark.net v0.0.0-20230525235612-a134d8f9ddca // indirect
129
- golang.org/x/crypto v0.35 .0 // indirect
130
- golang.org/x/net v0.36 .0 // indirect
131
- golang.org/x/oauth2 v0.23 .0 // indirect
132
- golang.org/x/sys v0.30 .0 // indirect
133
- golang.org/x/term v0.29 .0 // indirect
134
- golang.org/x/text v0.22 .0 // indirect
129
+ golang.org/x/crypto v0.38 .0 // indirect
130
+ golang.org/x/net v0.39 .0 // indirect
131
+ golang.org/x/oauth2 v0.26 .0 // indirect
132
+ golang.org/x/sys v0.33 .0 // indirect
133
+ golang.org/x/term v0.32 .0 // indirect
134
+ golang.org/x/text v0.25 .0 // indirect
135
135
golang.org/x/time v0.3.0 // indirect
136
136
google.golang.org/appengine v1.6.8 // indirect
137
- google.golang.org/grpc v1.69.4
138
- google.golang.org/protobuf v1.36.3 // indirect
137
+ google.golang.org/grpc v1.72.1
138
+ google.golang.org/protobuf v1.36.6 // indirect
139
139
gopkg.in/inf.v0 v0.9.1 // indirect
140
140
gopkg.in/yaml.v2 v2.4.0 // indirect
141
141
gopkg.in/yaml.v3 v3.0.1 // indirect
0 commit comments