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-08-19 11:16:27 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-08-22 13:52:04 +0300
commitf70165242b98e3ee182fbac08bf2893a7f09e961 (patch)
treef21e6269e4e0a96e81d8ea8eb8b65d5de644b0f9 /go.mod
parentbc0743ed8eafc3c2d9b21a1e8f1b05d64b85e8ba (diff)
build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.4.9 to 1.5.0. - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/master/CHANGELOG.md) - [Commits](https://github.com/fsnotify/fsnotify/compare/v1.4.9...v1.5.0) --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify 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 d28bfba64..f65d6d761 100644
--- a/go.mod
+++ b/go.mod
@@ -20,7 +20,7 @@ require (
github.com/evanw/esbuild v0.12.17
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.13.0
- github.com/fsnotify/fsnotify v1.4.9
+ github.com/fsnotify/fsnotify v1.5.0
github.com/getkin/kin-openapi v0.74.0
github.com/ghodss/yaml v1.0.0
github.com/gobuffalo/flect v0.2.3