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-05-14 14:46:16 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-05-14 16:01:01 +0300
commitc2fa0a33209da7cfd9a09f8fc528415578a9edf8 (patch)
tree353d96681793e6c6c5af94e1189bc5e2cf84a85e /go.mod
parent48ea24f89a184e9aeac21211816644f34d2dd073 (diff)
build(deps): bump github.com/fsnotify/fsnotify from 1.5.3 to 1.5.4
Bumps [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) from 1.5.3 to 1.5.4. - [Release notes](https://github.com/fsnotify/fsnotify/releases) - [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md) - [Commits](https://github.com/fsnotify/fsnotify/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: github.com/fsnotify/fsnotify dependency-type: direct:production update-type: version-update:semver-patch ... 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 cb14d0522..0bd9cf233 100644
--- a/go.mod
+++ b/go.mod
@@ -22,7 +22,7 @@ require (
github.com/evanw/esbuild v0.14.39
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.14.3
- github.com/fsnotify/fsnotify v1.5.3
+ github.com/fsnotify/fsnotify v1.5.4
github.com/getkin/kin-openapi v0.94.0
github.com/ghodss/yaml v1.0.0
github.com/gobuffalo/flect v0.2.5