From 59a9627c99356602b1e93d40a87ec042faa8fb14 Mon Sep 17 00:00:00 2001 From: Odonax Date: Wed, 29 Apr 2026 21:44:21 +0200 Subject: [PATCH] Quick fixed a name mismatch in a file --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.mod b/go.mod index 52ce2c0..2a8eb01 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,5 @@ -module 192.168.1.180/odonax/filehost-home +module 192.168.1.180/odonax/filehost-athome go 1.26.2 -require github.com/mattn/go-sqlite3 v1.14.44 // indirect +require github.com/mattn/go-sqlite3 v1.14.44