From df7e460c1471311586ba7705e16e1d50f0a009d7 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Thu, 5 Feb 2026 05:12:37 +0700 Subject: go.mod: update module ciigo and pakakeh.go The latest ciigo support redirecting request for .adoc or .md to the HTML file. The latest pakakeh.go changes redirect for HandleFS to use canonical directory end with "/" and with HTTP status 301 instead of 303. --- go.mod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index c268e0c..0fed7ea 100644 --- a/go.mod +++ b/go.mod @@ -3,8 +3,8 @@ module github.com/golang-id/web go 1.24.0 require ( - git.sr.ht/~shulhan/ciigo v0.15.4-0.20260203211706-b447e8991270 - git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444 + git.sr.ht/~shulhan/ciigo v0.15.4-0.20260204204034-aba22ce712d1 + git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260205122905-fad13afac8b5 ) require ( -- cgit v1.3