feat: use nested log formatter

This commit is contained in:
Revincx
2022-10-14 17:22:34 +08:00
parent b26cd4cecd
commit c788df35fd
3 changed files with 15 additions and 3 deletions

3
go.mod
View File

@@ -10,6 +10,7 @@ require (
)
require (
github.com/antonfisher/nested-logrus-formatter v1.3.1 // indirect
github.com/fsnotify/fsnotify v1.5.4 // indirect
github.com/hashicorp/hcl v1.0.0 // indirect
github.com/magiconair/properties v1.8.6 // indirect
@@ -21,7 +22,7 @@ require (
github.com/spf13/jwalterweatherman v1.1.0 // indirect
github.com/spf13/pflag v1.0.5 // indirect
github.com/subosito/gotenv v1.4.1 // indirect
golang.org/x/sys v0.0.0-20220908164124-27713097b956 // indirect
golang.org/x/sys v0.0.0-20221013171732-95e765b1cc43 // indirect
golang.org/x/text v0.3.7 // indirect
gopkg.in/ini.v1 v1.67.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect