Entirely rework logging
This commit is contained in:
16
go.mod
16
go.mod
@@ -2,4 +2,18 @@ module binarysusser
|
||||
|
||||
go 1.24.1
|
||||
|
||||
require github.com/bmatcuk/doublestar/v4 v4.8.1
|
||||
require (
|
||||
git.site.quack-lab.dev/dave/cylogger v1.5.0
|
||||
git.site.quack-lab.dev/dave/cyutils v1.5.0
|
||||
github.com/bmatcuk/doublestar/v4 v4.8.1
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/google/go-cmp v0.5.9 // indirect
|
||||
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