json_filter/go.mod

29 lines
1.0 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-03-28 18:58:39 +08:00
go 1.18
2022-07-04 17:50:42 +08:00
require (
2023-02-12 18:26:27 +08:00
git.zhangdeman.cn/zhangdeman/easylock v0.0.0-20220627070212-c590a0a1c216
git.zhangdeman.cn/zhangdeman/util v0.0.0-20230211164227-256094968151
github.com/Jeffail/gabs v1.4.0
2022-07-04 17:50:42 +08:00
github.com/pkg/errors v0.9.1
2023-01-01 17:31:25 +08:00
github.com/smartystreets/goconvey v1.7.2
2022-12-15 12:14:43 +08:00
github.com/tidwall/gjson v1.14.4
2023-01-01 17:31:25 +08:00
github.com/tidwall/sjson v1.2.5
2022-07-04 17:50:42 +08:00
)
require (
2022-12-15 12:14:43 +08:00
github.com/axgle/mahonia v0.0.0-20180208002826-3358181d7394 // indirect
2022-12-31 22:03:19 +08:00
github.com/davecgh/go-spew v1.1.1 // indirect
2023-02-12 18:26:27 +08:00
github.com/dgrijalva/jwt-go v3.2.0+incompatible // indirect
2022-12-15 12:14:43 +08:00
github.com/go-ini/ini v1.67.0 // indirect
2023-01-01 17:31:25 +08:00
github.com/gopherjs/gopherjs v0.0.0-20181017120253-0766667cb4d1 // indirect
github.com/jtolds/gls v4.20.0+incompatible // indirect
2022-12-31 22:03:19 +08:00
github.com/pmezard/go-difflib v1.0.0 // indirect
2023-01-01 17:31:25 +08:00
github.com/smartystreets/assertions v1.2.0 // indirect
2022-07-04 17:50:42 +08:00
github.com/spaolacci/murmur3 v1.1.0 // indirect
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
gopkg.in/yaml.v3 v3.0.1 // indirect
)