From 1168ac60d3a22c0d354f291fd657ad302df6ec05 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Thu, 2 Oct 2025 18:22:34 +0200 Subject: feat(backend): use httplog --- go.mod | 2 ++ 1 file changed, 2 insertions(+) (limited to 'go.mod') diff --git a/go.mod b/go.mod index a5ede82..35e75ed 100644 --- a/go.mod +++ b/go.mod @@ -6,3 +6,5 @@ require ( github.com/go-chi/chi/v5 v5.2.3 github.com/joho/godotenv v1.5.1 ) + +require github.com/go-chi/httplog/v3 v3.2.2 // indirect -- cgit v1.2.3