From 89875be4a5cea6f7b054483417cb6707bb9fc93d Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Fri, 26 Dec 2025 18:19:22 +0100 Subject: refactor(backend): use middleware to handle update stats --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 9c84422..449f906 100644 --- a/go.mod +++ b/go.mod @@ -9,4 +9,4 @@ require ( github.com/pelletier/go-toml/v2 v2.2.4 ) -require github.com/mattn/go-sqlite3 v1.14.32 // indirect +require github.com/mattn/go-sqlite3 v1.14.32 -- cgit v1.2.3