migrated to new logging module from golibh

This commit is contained in:
2025-12-31 20:26:13 +11:00
parent 1d9af44d0a
commit 03095448d6
4 changed files with 9 additions and 87 deletions

5
go.mod
View File

@@ -1,6 +1,6 @@
module projectreshoot
go 1.24.0
go 1.25.5
require (
github.com/a-h/templ v0.3.833
@@ -10,13 +10,14 @@ require (
github.com/mattn/go-sqlite3 v1.14.24
github.com/pkg/errors v0.9.1
github.com/pressly/goose/v3 v3.24.1
github.com/rs/zerolog v1.33.0
github.com/rs/zerolog v1.34.0
github.com/stretchr/testify v1.10.0
golang.org/x/crypto v0.33.0
modernc.org/sqlite v1.35.0
)
require (
git.haelnorr.com/haelnorr/golibh/logger v0.0.0-20251231092003-201af4af7a28 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/dustin/go-humanize v1.0.1 // indirect
github.com/mattn/go-colorable v0.1.14 // indirect