支持提取指定的值到一个字段,形成列表

This commit is contained in:
2023-01-02 22:12:48 +08:00
parent 123c22e8b2
commit 3dff92188f
4 changed files with 60 additions and 42 deletions

3
go.mod
View File

@ -22,8 +22,5 @@ require (
github.com/spaolacci/murmur3 v1.1.0 // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.1 // indirect
golang.org/x/mod v0.7.0 // indirect
golang.org/x/sys v0.3.0 // indirect
golang.org/x/tools v0.4.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)