@@ -20,7 +20,6 @@ require (
20
20
github.com/hashicorp/terraform-plugin-mux v0.20.0
21
21
github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
22
22
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
23
- github.com/oapi-codegen/oapi-codegen/v2 v2.5.0
24
23
github.com/oapi-codegen/runtime v1.1.2
25
24
github.com/stretchr/testify v1.11.0
26
25
go.uber.org/mock v0.6.0
@@ -287,6 +286,7 @@ require (
287
286
github.com/multiformats/go-multibase v0.2.0 // indirect
288
287
github.com/multiformats/go-multihash v0.2.3 // indirect
289
288
github.com/multiformats/go-varint v0.0.7 // indirect
289
+ github.com/oapi-codegen/oapi-codegen/v2 v2.5.0 // indirect
290
290
github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
291
291
github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
292
292
github.com/oklog/run v1.1.0 // indirect
@@ -339,7 +339,7 @@ require (
339
339
github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
340
340
github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
341
341
github.com/transparency-dev/merkle v0.0.2 // indirect
342
- github.com/ulikunitz/xz v0.5.12 // indirect
342
+ github.com/ulikunitz/xz v0.5.14 // indirect
343
343
github.com/vbatts/tar-split v0.12.1 // indirect
344
344
github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
345
345
github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
0 commit comments