Update to use new logger

This commit is contained in:
2025-07-17 17:18:33 +02:00
parent f1c7825d95
commit 45eae63b12
3 changed files with 72 additions and 42 deletions

17
go.mod
View File

@@ -1,5 +1,18 @@
module steamcmd-api
go 1.23.0
go 1.23.6
require github.com/joho/godotenv v1.5.1
require (
git.site.quack-lab.dev/dave/cylogger v1.3.0
git.site.quack-lab.dev/dave/cyutils v1.0.0
github.com/joho/godotenv v1.5.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/tools v0.4.0 // indirect
mvdan.cc/gofumpt v0.4.0 // indirect
)