update go mod

This commit is contained in:
2023-02-06 11:40:05 +08:00
parent 4a5f73bb02
commit 4db7e68aa6
2 changed files with 3 additions and 1 deletions

2
go.mod
View File

@ -3,7 +3,7 @@ module git.zhangdeman.cn/zhangdeman/filter
go 1.17
require (
git.zhangdeman.cn/zhangdeman/util v0.0.0-20221021061434-e68b22a6e106
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230113095943-b4b3e261e0c4
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.7.2
github.com/tidwall/gjson v1.14.4