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:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-08-23 19:20:29 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2021-08-23 19:20:29 +0300
commit5a46eefbc6da3463b796ada8d15902be197455a3 (patch)
tree9bd08042e8d4c8e3dbc6ba8b2c3f29fe24a6d66d /go.mod
parent7a15edafe240471c072d3548b72ccda0271ffd8f (diff)
Revert "build(deps): bump github.com/fsnotify/fsnotify from 1.4.9 to 1.5.0"
This reverts commit f70165242b98e3ee182fbac08bf2893a7f09e961. Closes #8920
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 aa63bd274..536b4582a 100644
--- a/go.mod
+++ b/go.mod
@@ -20,7 +20,7 @@ require (
github.com/evanw/esbuild v0.12.22
github.com/fortytw2/leaktest v1.3.0
github.com/frankban/quicktest v1.13.0
- github.com/fsnotify/fsnotify v1.5.0
+ github.com/fsnotify/fsnotify v1.4.9
github.com/getkin/kin-openapi v0.74.0
github.com/ghodss/yaml v1.0.0
github.com/gobuffalo/flect v0.2.3