chore(go.mod): mod tidy and exclude problematic v0.4.2 of goutils

This commit is contained in:
yusing
2025-09-29 17:58:44 +08:00
parent 45b16abd68
commit 80862bcd2e
6 changed files with 34 additions and 5 deletions

View File

@@ -4,6 +4,8 @@ go 1.25.1
replace github.com/yusing/godoxy/internal/utils => ../internal/utils
exclude github.com/yusing/goutils v0.4.2
require (
github.com/gorilla/mux v1.8.1
github.com/yusing/goutils v0.4.1