Filter files properly

This commit is contained in:
Dan Jones 2023-08-29 10:58:58 -05:00
commit 53b2e169d0
4 changed files with 49 additions and 8 deletions

1
go.mod
View file

@ -5,6 +5,7 @@ go 1.20
require (
github.com/BurntSushi/toml v1.3.2
github.com/adrg/xdg v0.4.0
github.com/akrennmair/slice v0.0.0-20220105203817-49445747ab81
github.com/kirsle/configdir v0.0.0-20170128060238-e45d2f54772f
github.com/spf13/cobra v1.7.0
)