Remove logger and replace it with a library

This commit is contained in:
2025-04-18 12:47:47 +02:00
parent 58586395fb
commit 75bf449bed
13 changed files with 108 additions and 799 deletions

3
go.mod
View File

@@ -1,8 +1,9 @@
module cook
go 1.24.1
go 1.24.2
require (
git.site.quack-lab.dev/dave/cylogger v1.1.1
github.com/bmatcuk/doublestar/v4 v4.8.1
github.com/stretchr/testify v1.10.0
github.com/yuin/gopher-lua v1.1.1