From 80adfde3c830f734eb186a294f9d856c2df81593 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Tue, 3 Feb 2026 18:47:14 +0100 Subject: fix(dom): remove trailing slash for void element was never required for html --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index 57f1eb7..92fbe80 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module git.anhgelus.world/anhgelus/small-web go 1.25.1 require ( - github.com/go-chi/chi/v5 v5.2.3 + github.com/go-chi/chi/v5 v5.2.4 github.com/pelletier/go-toml/v2 v2.2.4 ) -require github.com/mattn/go-sqlite3 v1.14.32 +require github.com/mattn/go-sqlite3 v1.14.33 -- cgit v1.2.3