update go mod

This commit is contained in:
2023-08-15 12:25:59 +08:00
parent d6a489d586
commit b34984be74
2 changed files with 0 additions and 22 deletions

9
go.mod
View File

@@ -3,16 +3,7 @@ module git.zhangdeman.cn/zhangdeman/util
go 1.20
require (
github.com/Jeffail/gabs v1.4.0
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394
github.com/mitchellh/go-homedir v1.1.0
github.com/mozillazg/go-pinyin v0.20.0
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0
github.com/tidwall/gjson v1.14.4
)
require (
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
)