diff --git a/codegen/go.mod b/codegen/go.mod index 5268e54..d83eddf 100644 --- a/codegen/go.mod +++ b/codegen/go.mod @@ -5,7 +5,7 @@ go 1.25.7 require ( github.com/iancoleman/strcase v0.3.0 github.com/lmittmann/tint v1.1.3 - github.com/pb33f/libopenapi v0.38.3 + github.com/pb33f/libopenapi v0.38.5 github.com/urfave/cli/v2 v2.27.7 go.yaml.in/yaml/v4 v4.0.0-rc.6 ) diff --git a/codegen/go.sum b/codegen/go.sum index d8c84a8..508e176 100644 --- a/codegen/go.sum +++ b/codegen/go.sum @@ -12,8 +12,8 @@ github.com/lmittmann/tint v1.1.3 h1:Hv4EaHWXQr+GTFnOU4VKf8UvAtZgn0VuKT+G0wFlO3I= github.com/lmittmann/tint v1.1.3/go.mod h1:HIS3gSy7qNwGCj+5oRjAutErFBl4BzdQP6cJZ0NfMwE= github.com/pb33f/jsonpath v0.8.2 h1:Ou4C7zjYClBm97dfZjDCjdZGusJoynv/vrtiEKNfj2Y= github.com/pb33f/jsonpath v0.8.2/go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo= -github.com/pb33f/libopenapi v0.38.3 h1:ToJU49mGkr6IVTPvTY9V0QkzuoS0+HarSOuzHN8z54A= -github.com/pb33f/libopenapi v0.38.3/go.mod h1:8yHl64vr+ICrnzSgiwJmZ54heRqCqrhI/JL1ge+CPIY= +github.com/pb33f/libopenapi v0.38.5 h1:qSJILKRAMp1jPe/auT3tXGhyBqzvZLsawQMA320HVE8= +github.com/pb33f/libopenapi v0.38.5/go.mod h1:8yHl64vr+ICrnzSgiwJmZ54heRqCqrhI/JL1ge+CPIY= github.com/pb33f/ordered-map/v2 v2.3.1 h1:5319HDO0aw4DA4gzi+zv4FXU9UlSs3xGZ40wcP1nBjY= github.com/pb33f/ordered-map/v2 v2.3.1/go.mod h1:qxFQgd0PkVUtOMCkTapqotNgzRhMPL7VvaHKbd1HnmQ= github.com/pb33f/testify v0.1.0 h1:g48/HDU/jn2COspS4nM0scptxiKTJ4DnbX/4ehK6IZ8=