Bump getkin/kin-openapi from `v0.123.0` to `v0.127.0`
Description of the PR
- Bump getkin/kin-openapi from
v0.123.0 to v0.127.0
- Should replace https://github.com/guacsec/guac/pull/2066 because of CI checks.
PR Checklist
- [ ] All commits have a Developer Certificate of Origin (DCO) -- they are generated using
-s flag to git commit.
- [ ] All new changes are covered by tests
- [ ] If GraphQL schema is changed,
make generate has been run
- [ ] If GraphQL schema is changed, GraphQL client updates/additions have been made
- [ ] If OpenAPI spec is changed,
make generate has been run
- [ ] If ent schema is changed,
make generate has been run
- [ ] If
collectsub protobuf has been changed, make proto has been run
- [ ] All CI checks are passing (tests and formatting)
- [ ] All dependent PRs have already been merged