aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2025-12-26 18:19:22 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2025-12-26 18:33:00 +0100
commit89875be4a5cea6f7b054483417cb6707bb9fc93d (patch)
tree2ca490fa90abaf51bc8b64d5625260ace8b3e4de /go.mod
parentfe398b348f716bb50b7452d4712f517aa6f1587c (diff)
refactor(backend): use middleware to handle update stats
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod2
1 files changed, 1 insertions, 1 deletions
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