diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-10-28 08:04:38 +0000 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-10-28 14:09:21 +0200 |
commit | 2aedccc9a953ab283f8b67fd8e00fc72ed92b145 (patch) | |
tree | 67dce3baa3290275a4f5e32c4541c2909a2967a3 /go.mod | |
parent | c10931404f605b88067cb66da7ec333ddeb24cc0 (diff) | |
download | hugo-2aedccc9a953ab283f8b67fd8e00fc72ed92b145.tar.gz hugo-2aedccc9a953ab283f8b67fd8e00fc72ed92b145.zip |
build(deps): bump github.com/getkin/kin-openapi from 0.106.0 to 0.107.0
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.106.0 to 0.107.0.
- [Release notes](https://github.com/getkin/kin-openapi/releases)
- [Commits](https://github.com/getkin/kin-openapi/compare/v0.106.0...v0.107.0)
---
updated-dependencies:
- dependency-name: github.com/getkin/kin-openapi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ require ( github.com/fortytw2/leaktest v1.3.0 github.com/frankban/quicktest v1.14.3 github.com/fsnotify/fsnotify v1.6.0 - github.com/getkin/kin-openapi v0.106.0 + github.com/getkin/kin-openapi v0.107.0 github.com/ghodss/yaml v1.0.0 github.com/gobuffalo/flect v0.3.0 github.com/gobwas/glob v0.2.3 |