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

@@ -2,6 +2,8 @@ module github.com/yusing/godoxy/internal/utils
go 1.25.1
exclude github.com/yusing/goutils v0.4.2
require (
github.com/puzpuzpuz/xsync/v4 v4.2.0
github.com/rs/zerolog v1.34.0