feat(dep): add fsearch for file searching
This commit is contained in:
parent
a905cef533
commit
23067cad81
5 changed files with 48 additions and 63 deletions
3
go.mod
3
go.mod
|
@ -10,9 +10,10 @@ require (
|
|||
github.com/gin-gonic/gin v1.7.3
|
||||
github.com/go-playground/validator/v10 v10.9.0 // indirect
|
||||
github.com/golang/protobuf v1.5.2 // indirect
|
||||
github.com/ihexxa/fsearch v0.1.2 // indirect
|
||||
github.com/ihexxa/gocfg v0.0.1
|
||||
github.com/ihexxa/multipart v0.0.0-20210916083128-8584a3f00d1d
|
||||
github.com/ihexxa/q-radix/v3 v3.0.4 // indirect
|
||||
github.com/ihexxa/q-radix/v3 v3.0.5
|
||||
github.com/jessevdk/go-flags v1.4.0
|
||||
github.com/json-iterator/go v1.1.11 // indirect
|
||||
github.com/mattn/go-isatty v0.0.13 // indirect
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue