From 998199e7b3664e82e5a1bd67f8eb16aa82b6bbfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 10:51:11 +0000 Subject: [PATCH] chore(deps): bump github.com/pb33f/libopenapi in /internal/cmd/codegen Bumps [github.com/pb33f/libopenapi](https://github.com/pb33f/libopenapi) from 0.36.3 to 0.36.4. - [Release notes](https://github.com/pb33f/libopenapi/releases) - [Commits](https://github.com/pb33f/libopenapi/compare/v0.36.3...v0.36.4) --- updated-dependencies: - dependency-name: github.com/pb33f/libopenapi dependency-version: 0.36.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- internal/cmd/codegen/go.mod | 2 +- internal/cmd/codegen/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/cmd/codegen/go.mod b/internal/cmd/codegen/go.mod index e110b43f..2a676fa3 100644 --- a/internal/cmd/codegen/go.mod +++ b/internal/cmd/codegen/go.mod @@ -4,7 +4,7 @@ go 1.25.0 require ( github.com/lmittmann/tint v1.1.3 - github.com/pb33f/libopenapi v0.36.3 + github.com/pb33f/libopenapi v0.36.4 github.com/urfave/cli/v2 v2.27.7 go.yaml.in/yaml/v4 v4.0.0-rc.4 ) diff --git a/internal/cmd/codegen/go.sum b/internal/cmd/codegen/go.sum index e9b17309..b7493256 100644 --- a/internal/cmd/codegen/go.sum +++ b/internal/cmd/codegen/go.sum @@ -10,8 +10,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.36.3 h1:mScoyT/2ZY2NButTd1KQjtP5BVLv20pPaLti7uhCBw8= -github.com/pb33f/libopenapi v0.36.3/go.mod h1:MsDdUlQ1CdrIDO5v26JfgBxQs7kcaOUEpMP3EqU6bI4= +github.com/pb33f/libopenapi v0.36.4 h1:oGDGjHpCyaj55RG0i0TLB3N3MEGIsGsM1aD7iInfZ8A= +github.com/pb33f/libopenapi v0.36.4/go.mod h1:MsDdUlQ1CdrIDO5v26JfgBxQs7kcaOUEpMP3EqU6bI4= 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/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=