aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2026-02-05 03:44:01 +0700
committerShulhan <m.shulhan@gmail.com>2026-04-09 22:18:08 +0700
commit30ca2a3a36351bcfeca7cfc8b6b367016046f0e4 (patch)
tree0917ab4ab06f1c5e210c729fda6444af2f93af02 /go.mod
parent287f76df1ad3591e54bfb7f0c53888bb8784fc9d (diff)
downloadgo-x-proposal-30ca2a3a36351bcfeca7cfc8b6b367016046f0e4.tar.xz
go.mod: update ciigo
The latest ciigo support redirecting request for .adoc or .md to the HTML file.
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 f14d729..a95251f 100644
--- a/go.mod
+++ b/go.mod
@@ -3,7 +3,7 @@ module git.sr.ht/~shulhan/go-x-proposal
go 1.25.0
require (
- git.sr.ht/~shulhan/ciigo v0.15.4-0.20260203211706-b447e8991270
+ git.sr.ht/~shulhan/ciigo v0.15.4-0.20260204204034-aba22ce712d1
git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444
)