fix afero - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 055aa9ff31c8073444117b507a265fb7f6b41144
DIR parent bf0840336dd90c2e32c3882dbeb23f2e9374a16a
HTML Author: drkhsh <me@drkhsh.at>
Date: Wed, 30 Jul 2025 05:01:10 +0200
fix afero
Diffstat:
M go.mod | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/go.mod b/go.mod
@@ -192,6 +192,6 @@ go 1.23.0
replace github.com/fsnotify/fsnotify => github.com/drkhsh/fsnotify-shim v0.0.1
-replace github.com/spf13/afero => git.drkhsh.at/afero v1.14.0-9
+replace github.com/spf13/afero => github.com/drkhsh/afero v1.14.0-9
replace github.com/spf13/viper => github.com/1g0rb0hm/viper v1.7.1