Filter keywords

过滤关键字
This commit is contained in:
谢小军
2020-05-11 15:16:24 +08:00
parent 89ef2282a9
commit a3901e56d2
5 changed files with 47 additions and 46 deletions

4
go.mod
View File

@@ -10,9 +10,9 @@ require (
github.com/leodido/go-urn v1.2.0 // indirect
github.com/nicksnyder/go-i18n/v2 v2.0.3
github.com/spf13/cobra v0.0.5
github.com/xxjwxc/public v0.0.0-20200501040822-aad701d0c120
github.com/xxjwxc/public v0.0.0-20200511060309-118d977ff0ab
golang.org/x/text v0.3.2
gopkg.in/go-playground/assert.v1 v1.2.1 // indirect
gopkg.in/go-playground/validator.v9 v9.30.2
gopkg.in/yaml.v2 v2.2.7 // indirect
gopkg.in/yaml.v3 v3.0.0-20191120175047-4206685974f2
)