feat(del): adds glob support for deletion
This commit is contained in:
parent
14897ba587
commit
badbf3b6bb
6 changed files with 145 additions and 19 deletions
1
go.mod
1
go.mod
|
|
@ -5,6 +5,7 @@ go 1.25.3
|
|||
require (
|
||||
github.com/agnivade/levenshtein v1.2.1
|
||||
github.com/dgraph-io/badger/v4 v4.8.0
|
||||
github.com/gobwas/glob v0.2.3
|
||||
github.com/google/go-cmdtest v0.4.0
|
||||
github.com/jedib0t/go-pretty/v6 v6.7.0
|
||||
github.com/muesli/go-app-paths v0.2.2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue