diff options
| author | Shulhan <ms@kilabit.info> | 2024-04-04 22:17:20 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-04-04 22:17:58 +0700 |
| commit | 949be8394e52c188dc57b2dea5128d23df398245 (patch) | |
| tree | a0bec91f77d28425912c2a16c57b77192b1d75ca /go.mod | |
| parent | aed750e52ceccc18e3143995d43b0b1de21055b9 (diff) | |
| download | ciigo-0.12.0.tar.xz | |
Release ciigo v0.12.0 (2024-04-04)v0.12.0
=== New features
* all: add server option to automatically generate index HTML
If the requested path is directory and no "index.html" file exist in
that directory, ciigo server will render list of files as "index.html"
automatically.
=== Chores
* all: replace module "share" with "pakakeh.go"
The "share" module has been moved to new repository with new name at
"https://sr.ht/~shulhan/pakakeh.go".
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -6,15 +6,15 @@ module git.sr.ht/~shulhan/ciigo go 1.21 require ( - git.sr.ht/~shulhan/asciidoctor-go v0.5.2-0.20240305110034-dc67158aeeb6 - git.sr.ht/~shulhan/pakakeh.go v0.53.2-0.20240315075343-713d51e4792f - github.com/yuin/goldmark v1.7.0 + git.sr.ht/~shulhan/asciidoctor-go v0.5.2 + git.sr.ht/~shulhan/pakakeh.go v0.54.0 + github.com/yuin/goldmark v1.7.1 github.com/yuin/goldmark-meta v1.1.0 ) require ( - golang.org/x/net v0.22.0 // indirect - golang.org/x/sys v0.18.0 // indirect + golang.org/x/net v0.23.0 // indirect + golang.org/x/sys v0.19.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
