upgrade logrus, add logger.Trace support

Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
2022-12-22 10:27:33 +01:00
parent ef9a12d89e
commit 926af303e8
3 changed files with 22 additions and 3 deletions

2
go.mod
View File

@ -27,7 +27,7 @@ require (
github.com/planetscale/vtprotobuf v0.2.0
github.com/prometheus/client_golang v1.11.0
github.com/rs/cors v1.7.0
github.com/sirupsen/logrus v1.8.1
github.com/sirupsen/logrus v1.9.0
github.com/soheilhy/cmux v0.1.5
github.com/spf13/cobra v1.3.0
github.com/spf13/pflag v1.0.5