diff options
author | Bjørn Erik Pedersen <[email protected]> | 2022-04-18 10:37:58 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2022-04-18 19:17:27 +0200 |
commit | 9b352f04a385703084f7bb116e830e63ac262bc2 (patch) | |
tree | 05a01727b2cf87979e2ad9ffe8ba0cfaddd1601f /go.mod | |
parent | e66e2e9ce5f2036174ecb114b96761ad023d95a1 (diff) | |
download | hugo-9b352f04a385703084f7bb116e830e63ac262bc2.tar.gz hugo-9b352f04a385703084f7bb116e830e63ac262bc2.zip |
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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |