refactor: replace logrus with log/slog

This commit is contained in:
rramiachraf 2024-05-02 21:29:50 +01:00
parent 56c745d6f5
commit c940b4a2cd
18 changed files with 120 additions and 70 deletions

1
go.mod
View file

@ -11,7 +11,6 @@ require (
github.com/caffix/cloudflare-roundtripper v0.0.0-20181218223503-4c29d231c9cb
github.com/gorilla/handlers v1.5.2
github.com/gorilla/mux v1.8.1
github.com/sirupsen/logrus v1.9.3
)
require (