refactor: replace custom ignore logic with doublestar glob matching, improve logging, and update deps to use github.com/bmatcuk/doublestar/v4 while removing unused modules
This commit is contained in:
3
go.mod
3
go.mod
@@ -4,7 +4,7 @@ go 1.23.6
|
||||
|
||||
require (
|
||||
git.site.quack-lab.dev/dave/cylogger v1.3.0
|
||||
git.site.quack-lab.dev/dave/cyutils v1.1.3
|
||||
github.com/bmatcuk/doublestar/v4 v4.9.1
|
||||
github.com/djherbis/times v1.6.0
|
||||
)
|
||||
|
||||
@@ -13,7 +13,6 @@ require (
|
||||
github.com/hexops/valast v1.5.0 // indirect
|
||||
golang.org/x/mod v0.7.0 // indirect
|
||||
golang.org/x/sys v0.3.0 // indirect
|
||||
golang.org/x/time v0.12.0 // indirect
|
||||
golang.org/x/tools v0.4.0 // indirect
|
||||
mvdan.cc/gofumpt v0.4.0 // indirect
|
||||
)
|
||||
|
Reference in New Issue
Block a user