fix: logging module

This commit is contained in:
mayur.popli
2025-03-17 23:56:12 +05:30
parent 9722c3bf68
commit 4ada80a361
5 changed files with 576 additions and 0 deletions

7
go.mod
View File

@@ -6,6 +6,13 @@ toolchain go1.23.7
require golang.org/x/crypto v0.36.0
require (
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/rs/zerolog v1.33.0 // indirect
gopkg.in/natefinch/lumberjack.v2 v2.2.1 // indirect
)
require (
golang.org/x/sys v0.31.0 // indirect
gopkg.in/yaml.v2 v2.4.0