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>2022-04-18 11:37:58 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2022-04-18 20:17:27 +0300
commit9b352f04a385703084f7bb116e830e63ac262bc2 (patch)
tree05a01727b2cf87979e2ad9ffe8ba0cfaddd1601f /go.mod
parente66e2e9ce5f2036174ecb114b96761ad023d95a1 (diff)
Fix syncing of /static regression
As introduced in Hugo `v0.76.1`. And add a proper test for it. Fixes #9794 Closes #9788
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 397be1fad..2ec35fc1d 100644
--- a/go.mod
+++ b/go.mod
@@ -12,7 +12,7 @@ require (
github.com/bep/godartsass v0.14.0
github.com/bep/golibsass v1.0.0
github.com/bep/gowebp v0.1.0
- github.com/bep/overlayfs v0.5.0
+ github.com/bep/overlayfs v0.6.0
github.com/bep/tmc v0.5.1
github.com/clbanning/mxj/v2 v2.5.5
github.com/cli/safeexec v1.0.0