From 5a9627ee9da72bca2c39a1401292be0c3eaef52d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 16:05:31 +0000 Subject: [PATCH] chore(deps): bump github.com/pb33f/libopenapi in /codegen Bumps [github.com/pb33f/libopenapi](https://github.com/pb33f/libopenapi) from 0.36.0 to 0.36.1. - [Release notes](https://github.com/pb33f/libopenapi/releases) - [Commits](https://github.com/pb33f/libopenapi/compare/v0.36.0...v0.36.1) --- updated-dependencies: - dependency-name: github.com/pb33f/libopenapi dependency-version: 0.36.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- codegen/go.mod | 2 +- codegen/go.sum | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/codegen/go.mod b/codegen/go.mod index 5744a5d..9a3ff01 100644 --- a/codegen/go.mod +++ b/codegen/go.mod @@ -3,7 +3,7 @@ module github.com/sumup/sumup-dotnet/codegen go 1.25.0 require ( - github.com/pb33f/libopenapi v0.36.0 + github.com/pb33f/libopenapi v0.36.1 go.yaml.in/yaml/v4 v4.0.0-rc.4 ) diff --git a/codegen/go.sum b/codegen/go.sum index 3f44e7b..d263908 100644 --- a/codegen/go.sum +++ b/codegen/go.sum @@ -6,8 +6,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38= 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.0 h1:kQ73f8H0iXOj9naLxwYbKmgOBBXonJIsQbIztYjQ2lc= -github.com/pb33f/libopenapi v0.36.0/go.mod h1:MsDdUlQ1CdrIDO5v26JfgBxQs7kcaOUEpMP3EqU6bI4= +github.com/pb33f/libopenapi v0.36.1 h1:CNZ52e+/W9fA1kAgL8EePDQQrKPfN9+HdLR6XAxUEpw= +github.com/pb33f/libopenapi v0.36.1/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=