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-10-17 18:22:39 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-10-19 16:35:31 +0300
commit2706437a7d593b66b0fbad0235dbaf917593971b (patch)
treee2332d300459d0c13eb9d2dc0839e80e2ef01cc9 /go.mod
parentec7c993cfe216b8a3c6fbac85669cefef59778dd (diff)
build(deps): bump github.com/getkin/kin-openapi from 0.78.0 to 0.79.0
Bumps [github.com/getkin/kin-openapi](https://github.com/getkin/kin-openapi) from 0.78.0 to 0.79.0. - [Release notes](https://github.com/getkin/kin-openapi/releases) - [Commits](https://github.com/getkin/kin-openapi/compare/v0.78.0...v0.79.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.mod3
1 files changed, 1 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index cfe1236ae..dbed8a5c9 100644
--- a/go.mod
+++ b/go.mod
@@ -5,7 +5,6 @@ require (
github.com/PuerkitoBio/purell v1.1.1
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
github.com/alecthomas/chroma v0.9.4
- github.com/alecthomas/repr v0.0.0-20181024024818-d37bc2a10ba1 // indirect
github.com/armon/go-radix v1.0.0
github.com/aws/aws-sdk-go v1.40.8
github.com/bep/debounce v1.2.0
@@ -21,7 +20,7 @@ require (
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.13.1
github.com/fsnotify/fsnotify v1.5.1
- github.com/getkin/kin-openapi v0.78.0
+ github.com/getkin/kin-openapi v0.79.0
github.com/ghodss/yaml v1.0.0
github.com/gobuffalo/flect v0.2.3
github.com/gobwas/glob v0.2.3