update go mod

This commit is contained in:
2023-12-20 12:21:52 +08:00
parent 024f35ac67
commit 3b77b6fbd8
2 changed files with 21 additions and 7 deletions

16
go.mod
View File

@ -1,22 +1,24 @@
module git.zhangdeman.cn/zhangdeman/json_filter
go 1.20
go 1.21
toolchain go1.21.5
require (
git.zhangdeman.cn/zhangdeman/easylock v0.0.0-20230731062340-983985c12eda
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20230811032817-e6ad534a9a10
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230811070456-d6a489d5860b
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20230811071513-cfc46e8d82e1
git.zhangdeman.cn/zhangdeman/serialize v0.0.0-20231201104703-2a8ebdc5697a
git.zhangdeman.cn/zhangdeman/util v0.0.0-20231014142840-445c6407db92
git.zhangdeman.cn/zhangdeman/wrapper v0.0.0-20231206133222-a427bc63c50f
github.com/pkg/errors v0.9.1
github.com/smartystreets/goconvey v1.8.1
github.com/tidwall/gjson v1.16.0
github.com/tidwall/gjson v1.17.0
github.com/tidwall/sjson v1.2.5
gopkg.in/yaml.v3 v3.0.1
)
require (
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20230811030300-6f850372c88c // indirect
git.zhangdeman.cn/zhangdeman/easymap v0.0.0-20230307094841-e437ba87af10 // indirect
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20230815040024-2b12dd51d19b // indirect
git.zhangdeman.cn/zhangdeman/easymap v0.0.0-20231214080859-68e33b965b7c // indirect
github.com/BurntSushi/toml v1.3.2 // indirect
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
github.com/go-ini/ini v1.67.0 // indirect