Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-04-05 11:43:44 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-05 14:54:36 +0300
commite0a882fd3b9825dc9a95b83d72fc330dcbbbcce9 (patch)
tree82b20f60eb7086da5a6947b877c80395a300332a /go.mod
parentd0657a436ed9d629ecc2186558504521c30132ee (diff)
build(deps): bump github.com/getkin/kin-openapi from 0.93.0 to 0.94.0
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.93.0 to 0.94.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.93.0...v0.94.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] <support@github.com>
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index a0584edf0..9ae377f28 100644
--- a/go.mod
+++ b/go.mod
@@ -21,7 +21,7 @@ require (
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.14.3
github.com/fsnotify/fsnotify v1.5.1
- github.com/getkin/kin-openapi v0.93.0
+ github.com/getkin/kin-openapi v0.94.0
github.com/ghodss/yaml v1.0.0
github.com/gobuffalo/flect v0.2.4
github.com/gobwas/glob v0.2.3