Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/plexusone/api-style-spec
go 1.26.3

require (
github.com/daveshanley/vacuum v0.29.4
github.com/daveshanley/vacuum v0.29.6
github.com/fsnotify/fsnotify v1.10.1
github.com/grokify/mogo v0.74.6
github.com/invopop/jsonschema v0.14.0
Expand Down Expand Up @@ -61,8 +61,8 @@ require (
github.com/pb33f/doctor v0.0.78 // indirect
github.com/pb33f/jsonpath v0.8.2 // indirect
github.com/pb33f/libasyncapi v0.0.1 // indirect
github.com/pb33f/libopenapi v0.38.1 // indirect
github.com/pb33f/libopenapi-validator v0.13.11 // indirect
github.com/pb33f/libopenapi v0.38.3 // indirect
github.com/pb33f/libopenapi-validator v0.13.13 // indirect
github.com/pb33f/ordered-map/v2 v2.3.1 // indirect
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
github.com/rivo/uniseg v0.4.7 // indirect
Expand Down
12 changes: 6 additions & 6 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSs
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc h1:U9qPSI2PIWSS1VwoXQT9A3Wy9MM3WgvqSxFWenqJduM=
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/daveshanley/vacuum v0.29.4 h1:ENF+cMchEJQzV1ESGUhIxNjzPRjMx++5jK8ZpOaFVak=
github.com/daveshanley/vacuum v0.29.4/go.mod h1:G9YshOL0NJ8j/f6XFGWroWHgZY614rAV9rFx3kcGUBs=
github.com/daveshanley/vacuum v0.29.6 h1:229rq/+82Nf11y2/LNvG+ahHidFgoS0r/Q4E387yT04=
github.com/daveshanley/vacuum v0.29.6/go.mod h1:xsS7ipSbJAULxeLNXWLCLwKCMVSEDNeGfncIlKeMJms=
github.com/dlclark/regexp2 v1.4.0/go.mod h1:2pZnwuY/m+8K6iRw6wQdMtk+rH5tNGR1i55kozfMjCc=
github.com/dlclark/regexp2 v1.7.0/go.mod h1:DHkYz0B9wPfa6wondMfaivmHpzrQ3v9q8cnmRbL6yW8=
github.com/dlclark/regexp2 v1.12.0 h1:0j4c5qQmnC6XOWNjP3PIXURXN2gWx76rd3KvgdPkCz8=
Expand Down Expand Up @@ -134,10 +134,10 @@ github.com/pb33f/jsonpath v0.8.2 h1:Ou4C7zjYClBm97dfZjDCjdZGusJoynv/vrtiEKNfj2Y=
github.com/pb33f/jsonpath v0.8.2/go.mod h1:zBV5LJW4OQOPatmQE2QdKpGQJvhDTlE5IEj6ASaRNTo=
github.com/pb33f/libasyncapi v0.0.1 h1:dy0FYKaHBJvxszFYkJ1Wr8n57Ocg0i7r6LjSYTjCtD8=
github.com/pb33f/libasyncapi v0.0.1/go.mod h1:BTOAuvd1BfDpu/xA2sSynmREy6gh9uyTilalCVozehw=
github.com/pb33f/libopenapi v0.38.1 h1:F4mlPaex6MugO1DoGjIy8lnevyzclfGX5lWZrT9LszE=
github.com/pb33f/libopenapi v0.38.1/go.mod h1:OIh31Zxvw3z0OnLGKqhnVlSQ80swwddph1+xedWZjdU=
github.com/pb33f/libopenapi-validator v0.13.11 h1:nDSVkytreBfbInOWpZniLqU478OzG5ByTdZNQNWEQYc=
github.com/pb33f/libopenapi-validator v0.13.11/go.mod h1:NT3LuzRgHWsn83T0qEd+h68wCor7zhb3umFHAMj5Xpg=
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-validator v0.13.13 h1:RZk8CUsZ1x0yObHPY7KP+VKiW3iyLE65yOup0Elxfr0=
github.com/pb33f/libopenapi-validator v0.13.13/go.mod h1:KWbtcurMJX/VZkorPidKRrWQpFjRk4teAO9aYwKu4fY=
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=
Expand Down
Loading