From af11793ca48244eafd7dcdf66ac1dff83995a775 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 26 Dec 2025 21:55:57 +0100 Subject: feat(backend): use custom logger --- go.mod | 1 - 1 file changed, 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 449f906..13cb181 100644 --- a/go.mod +++ b/go.mod @@ -4,7 +4,6 @@ go 1.25.1 require ( github.com/go-chi/chi/v5 v5.2.3 - github.com/go-chi/httplog/v3 v3.2.2 github.com/joho/godotenv v1.5.1 github.com/pelletier/go-toml/v2 v2.2.4 ) -- cgit v1.2.3