diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-05 03:44:01 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-04-09 22:18:08 +0700 |
| commit | 30ca2a3a36351bcfeca7cfc8b6b367016046f0e4 (patch) | |
| tree | 0917ab4ab06f1c5e210c729fda6444af2f93af02 /go.mod | |
| parent | 287f76df1ad3591e54bfb7f0c53888bb8784fc9d (diff) | |
| download | go-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.mod | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ) |
