deps: Downgrade github.com/getkin/kin-openapi v0.124.0 => v0.123.0

We have received reports from users of Hugo's `openapi3.Unmarshal` about breaking behavior in the mentioned `kin-openapi` version, so revert for now, pending further investigation.
This commit is contained in:
Bjørn Erik Pedersen
2024-05-08 16:20:16 +02:00
parent 70c13f444e
commit 3c6260f046
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@@ -30,7 +30,7 @@ require (
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.14.6
github.com/fsnotify/fsnotify v1.7.0
github.com/getkin/kin-openapi v0.124.0
github.com/getkin/kin-openapi v0.123.0
github.com/ghodss/yaml v1.0.0
github.com/gobuffalo/flect v1.0.2
github.com/gobwas/glob v0.2.3