@@ -20,7 +20,6 @@ require (
2020 github.com/hashicorp/terraform-plugin-mux v0.20.0
2121 github.com/hashicorp/terraform-plugin-sdk/v2 v2.37.0
2222 github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
23- github.com/oapi-codegen/oapi-codegen/v2 v2.5.0
2423 github.com/oapi-codegen/runtime v1.1.2
2524 github.com/stretchr/testify v1.11.0
2625 go.uber.org/mock v0.6.0
@@ -287,6 +286,7 @@ require (
287286 github.com/multiformats/go-multibase v0.2.0 // indirect
288287 github.com/multiformats/go-multihash v0.2.3 // indirect
289288 github.com/multiformats/go-varint v0.0.7 // indirect
289+ github.com/oapi-codegen/oapi-codegen/v2 v2.5.0 // indirect
290290 github.com/oasdiff/yaml v0.0.0-20250309154309-f31be36b4037 // indirect
291291 github.com/oasdiff/yaml3 v0.0.0-20250309153720-d2182401db90 // indirect
292292 github.com/oklog/run v1.1.0 // indirect
@@ -339,7 +339,7 @@ require (
339339 github.com/titanous/rocacheck v0.0.0-20171023193734-afe73141d399 // indirect
340340 github.com/tomnomnom/linkheader v0.0.0-20180905144013-02ca5825eb80 // indirect
341341 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
343343 github.com/vbatts/tar-split v0.12.1 // indirect
344344 github.com/vmihailenco/msgpack v4.0.4+incompatible // indirect
345345 github.com/vmihailenco/msgpack/v5 v5.4.1 // indirect
0 commit comments