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>2021-07-30 11:14:53 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-07-30 12:10:45 +0300
commit4b7da6a9d720ed5ab4b45d6aa3b0b7af4683d02f (patch)
tree759b29238e79d58ba66c20c096601987b89c7bab /go.mod
parent7907d24ba16fc5a80930c1aabf5144e684ff7f29 (diff)
build(deps): bump github.com/getkin/kin-openapi from 0.67.0 to 0.68.0
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.67.0 to 0.68.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.67.0...v0.68.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 5ceaaca1e..b6d58628d 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.13.0
github.com/fsnotify/fsnotify v1.4.9
- github.com/getkin/kin-openapi v0.67.0
+ github.com/getkin/kin-openapi v0.68.0
github.com/ghodss/yaml v1.0.0
github.com/go-playground/locales v0.13.0
github.com/gobuffalo/flect v0.2.3