mirror of
https://github.com/Xevion/banner.git
synced 2025-12-15 12:11:11 -06:00
Add stack tracing to logger, use Stack on all fatal/error logs
This commit is contained in:
1
go.mod
1
go.mod
@@ -13,6 +13,7 @@ require (
|
||||
github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f // indirect
|
||||
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
|
||||
github.com/redis/go-redis/v9 v9.3.1 // indirect
|
||||
github.com/rs/zerolog v1.31.0 // indirect
|
||||
github.com/samber/lo v1.39.0 // indirect
|
||||
|
||||
Reference in New Issue
Block a user