From 1044b66ee7180d28ade26c8174f3c5e2e1430b16 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 14 Jul 2026 18:32:39 -0500 Subject: fix: resolve nil-deref crash, CSRF panic, add timeouts + clear CDN-block errors; repoint module to zerolabsco References: https://github.com/zerolabsco/skunky-art/issues/2 --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c17f7e8..664200c 100644 --- a/go.mod +++ b/go.mod @@ -1,3 +1,3 @@ -module git.macaw.me/skunky/devianter +module github.com/zerolabsco/devianter go 1.18 -- cgit v1.2.3