json_filter/go.mod

35 lines
1.3 KiB
Modula-2
Raw Normal View History

2023-03-10 21:39:47 +08:00
module git.zhangdeman.cn/zhangdeman/json_filter
2022-07-04 17:50:42 +08:00
2023-12-20 12:21:52 +08:00
go 1.21
toolchain go1.21.5
2022-07-04 17:50:42 +08:00
require (
2023-08-09 10:38:43 +08:00
git.zhangdeman.cn/zhangdeman/easylock v0.0.0-20230731062340-983985c12eda
2023-12-20 12:21:52 +08:00
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
2022-07-04 17:50:42 +08:00
github.com/pkg/errors v0.9.1
2023-08-09 10:38:43 +08:00
github.com/smartystreets/goconvey v1.8.1
2023-12-20 12:21:52 +08:00
github.com/tidwall/gjson v1.17.0
2023-01-01 17:31:25 +08:00
github.com/tidwall/sjson v1.2.5
2023-08-10 17:21:01 +08:00
gopkg.in/yaml.v3 v3.0.1
2022-07-04 17:50:42 +08:00
)
require (
2023-12-20 12:21:52 +08:00
git.zhangdeman.cn/zhangdeman/consts v0.0.0-20230815040024-2b12dd51d19b // indirect
git.zhangdeman.cn/zhangdeman/easymap v0.0.0-20231214080859-68e33b965b7c // indirect
2023-08-09 10:38:43 +08:00
github.com/BurntSushi/toml v1.3.2 // indirect
2022-12-15 12:14:43 +08:00
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
github.com/go-ini/ini v1.67.0 // indirect
2023-08-09 10:38:43 +08:00
github.com/gopherjs/gopherjs v1.17.2 // indirect
2023-01-01 17:31:25 +08:00
github.com/jtolds/gls v4.20.0+incompatible // indirect
2023-05-05 11:42:09 +08:00
github.com/mitchellh/go-homedir v1.1.0 // indirect
2023-06-27 17:49:24 +08:00
github.com/mozillazg/go-pinyin v0.20.0 // indirect
2023-08-10 17:21:01 +08:00
github.com/smarty/assertions v1.15.0 // indirect
2022-07-04 17:50:42 +08:00
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/stretchr/testify v1.8.4 // indirect
2022-07-04 17:50:42 +08:00
github.com/tidwall/match v1.1.1 // indirect
2022-12-15 12:14:43 +08:00
github.com/tidwall/pretty v1.2.1 // indirect
2022-07-04 17:50:42 +08:00
)