update mod

This commit is contained in:
2022-05-14 14:01:21 +08:00
parent 0d6f8a8cec
commit a3186886fc
5 changed files with 418 additions and 4 deletions

6
go.mod
View File

@@ -1,3 +1,9 @@
module git.zhangdeman.cn/zhangdeman/util
go 1.17
require (
github.com/pkg/errors v0.9.1
github.com/spaolacci/murmur3 v1.1.0
gopkg.in/yaml.v2 v2.4.0
)