changed module name
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
module git.haelnorr.com/haelnorr/golibh/logger
|
||||
module git.haelnorr.com/h/golib/hlog
|
||||
|
||||
go 1.25.5
|
||||
|
||||
require github.com/rs/zerolog v1.34.0
|
||||
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
|
||||
github.com/pkg/errors v0.9.1 // indirect
|
||||
golang.org/x/sys v0.12.0 // indirect
|
||||
)
|
||||
Reference in New Issue
Block a user