Skip to content

Commit 580fb54

Browse files
deps: bump github.com/pb33f/libopenapi from 0.34.3 to 0.35.1 (#105)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) Bumps [github.com/pb33f/libopenapi](https://github.com/pb33f/libopenapi) from 0.34.3 to 0.35.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pb33f/libopenapi/releases">github.com/pb33f/libopenapi's releases</a>.</em></p> <blockquote> <h2>v0.35.1</h2> <p>A big refactor of the low-level model, after years of growth and organic changes. runs faster and cooler now, fewer allocations, less memory, and less number crunching. runs fewer instructions faster, all for <strong>free.</strong></p> <p>Also fixes a bundling glitch that was keeping old references in play in the model after composed bundling.</p> <p>No breaking changes, no new features.</p> <h2>v0.35.0</h2> <p>The release fixes an issue where <code>$id</code> was being parsed when inside examples. The index module was also heavily refactored to make it easier to read, operate, and understand, a huge cleanup of years of organic growth. Much more to come.</p> <p>No breaking changes, no new features, 7% more efficient.</p> <p><a href="https://github.com/luke-hagar-sp"><code>@​luke-hagar-sp</code></a></p> <h2>v0.34.4</h2> <p>Fixes security issues and patches issues <a href="https://redirect.github.com/pb33f/libopenapi/issues/545">#545</a></p> <p><a href="https://github.com/zhirschtritt"><code>@​zhirschtritt</code></a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pb33f/libopenapi/commit/badb17a26aaf89190194e2fbdb1590b08ef25328"><code>badb17a</code></a> bumping coverage</li> <li><a href="https://github.com/pb33f/libopenapi/commit/85682e1e48ed2be8cac175ce7ced4f2946c9cf5a"><code>85682e1</code></a> fixing nil checks and borked pipeline.</li> <li><a href="https://github.com/pb33f/libopenapi/commit/cda65e2d632670e0af023c1aa34945f935ec991c"><code>cda65e2</code></a> more model refactoring and cleanup.</li> <li><a href="https://github.com/pb33f/libopenapi/commit/10828caacd4b3253ba2fa9fb4ef930d9eaccdd07"><code>10828ca</code></a> working through model performance refactor</li> <li><a href="https://github.com/pb33f/libopenapi/commit/af72cd2a52fae2f3b16ca9f570f646cb6fc82afd"><code>af72cd2</code></a> refactoring schema performance and clarity</li> <li><a href="https://github.com/pb33f/libopenapi/commit/65096b4e066d33bd3c9b5d5d4cbf772d584063a5"><code>65096b4</code></a> fix stale references being returned after bundling</li> <li><a href="https://github.com/pb33f/libopenapi/commit/da443c119275140cde89930b81b855d927fbf2b1"><code>da443c1</code></a> rebased and ported luke's work</li> <li><a href="https://github.com/pb33f/libopenapi/commit/2d7f1c67e45831d6d9ac9233f60a07a1cd128a67"><code>2d7f1c6</code></a> address coverage issues</li> <li><a href="https://github.com/pb33f/libopenapi/commit/c85f4e8951d7197b96c51ac899c435489050a62e"><code>c85f4e8</code></a> OH WINDOWS. PLEASE. STOP BEING STRANGE</li> <li><a href="https://github.com/pb33f/libopenapi/commit/660a62f9fccd506c4d3712adfa005ee4e50e6d46"><code>660a62f</code></a> fixing windows issues.</li> <li>Additional commits viewable in <a href="https://github.com/pb33f/libopenapi/compare/v0.34.3...v0.35.1">compare view</a></li> </ul> </details> <br /> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a1c10c commit 580fb54

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.25.8
44

55
require (
66
github.com/itchyny/gojq v0.12.19
7-
github.com/pb33f/libopenapi v0.34.3
7+
github.com/pb33f/libopenapi v0.35.1
88
github.com/spf13/cobra v1.10.2
99
github.com/spf13/pflag v1.0.10
1010
github.com/tidwall/pretty v1.2.1
@@ -16,8 +16,8 @@ require (
1616
github.com/buger/jsonparser v1.1.2 // indirect
1717
github.com/inconshreveable/mousetrap v1.1.0 // indirect
1818
github.com/itchyny/timefmt-go v0.1.8 // indirect
19-
github.com/pb33f/jsonpath v0.8.1 // indirect
20-
github.com/pb33f/ordered-map/v2 v2.3.0 // indirect
19+
github.com/pb33f/jsonpath v0.8.2 // indirect
20+
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
2121
go.yaml.in/yaml/v4 v4.0.0-rc.4 // indirect
2222
golang.org/x/sync v0.20.0 // indirect
2323
)

go.sum

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ github.com/kr/pretty v0.3.1 h1:flRD4NNwYAUpkphVc1HcthR4KEIFJ65n8Mw5qdRn3LE=
1515
github.com/kr/pretty v0.3.1/go.mod h1:hoEshYVHaxMs3cyo3Yncou5ZscifuDolrwPKZanG3xk=
1616
github.com/kr/text v0.2.0 h1:5Nx0Ya0ZqY2ygV366QzturHI13Jq95ApcVaJBhpS+AY=
1717
github.com/kr/text v0.2.0/go.mod h1:eLer722TekiGuMkidMxC/pM04lWEeraHUUmBw8l2grE=
18-
github.com/pb33f/jsonpath v0.8.1 h1:84C6QRyx6HcSm6PZnsMpcqYot3IsZ+m0n95+0NbBbvs=
19-
github.com/pb33f/jsonpath v0.8.1/go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo=
20-
github.com/pb33f/libopenapi v0.34.3 h1:3D1N56ayc7iOeEnKoy85QDe4tFbg5G1sj2J5UISi4Is=
21-
github.com/pb33f/libopenapi v0.34.3/go.mod h1:sD2REdvz9QSFY9enfFHBCwwwZ41k/86krTM9qtKEBwQ=
22-
github.com/pb33f/ordered-map/v2 v2.3.0 h1:k2OhVEQkhTCQMhAicQ3Z6iInzoZNQ7L9MVomwKBZ5WQ=
23-
github.com/pb33f/ordered-map/v2 v2.3.0/go.mod h1:oe5ue+6ZNhy7QN9cPZvPA23Hx0vMHnNVeMg4fGdCANw=
18+
github.com/pb33f/jsonpath v0.8.2 h1:Ou4C7zjYClBm97dfZjDCjdZGusJoynv/vrtiEKNfj2Y=
19+
github.com/pb33f/jsonpath v0.8.2/go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo=
20+
github.com/pb33f/libopenapi v0.35.1 h1:5BiA6RuBGprosQKyLkG14Q3SHjslarEolbYcx8o8jZ8=
21+
github.com/pb33f/libopenapi v0.35.1/go.mod h1:MsDdUlQ1CdrIDO5v26JfgBxQs7kcaOUEpMP3EqU6bI4=
22+
github.com/pb33f/ordered-map/v2 v2.3.1 h1:5319HDO0aw4DA4gzi+zv4FXU9UlSs3xGZ40wcP1nBjY=
23+
github.com/pb33f/ordered-map/v2 v2.3.1/go.mod h1:qxFQgd0PkVUtOMCkTapqotNgzRhMPL7VvaHKbd1HnmQ=
2424
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
2525
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
2626
github.com/rogpeppe/go-internal v1.9.0 h1:73kH8U+JUqXU8lRuOHeVHaa/SZPifC7BkcraZVejAe8=

0 commit comments

Comments
 (0)