changed module name

This commit is contained in:
2026-01-01 14:18:31 +11:00
parent 201af4af7a
commit 46e67cb345
3 changed files with 5 additions and 3 deletions

14
hlog/go.mod Normal file
View File

@@ -0,0 +1,14 @@
module git.haelnorr.com/h/golib/hlog
go 1.25.5
require (
github.com/pkg/errors v0.9.1
github.com/rs/zerolog v1.34.0
)
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
golang.org/x/sys v0.12.0 // indirect
)