diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-11 22:58:06 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-04-09 22:18:08 +0700 |
| commit | 3976d893c3015e0c56c47f88acd880646c6fec58 (patch) | |
| tree | 728f419f650db6b936bee903afabe0479c6ae30a /go.mod | |
| parent | e8fbdf75658c2bb88bc9e3bbd8b23c30709d0502 (diff) | |
| download | go-x-proposal-main.tar.xz | |
The www-go-proposal now is served under "/proposal" so no need to
reroute them in proxy.
The "-shutdown-idle" option allow to set the duration when server will
automatically shutting down when no new connections accepted after
specific duration.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -3,8 +3,8 @@ module git.sr.ht/~shulhan/go-x-proposal go 1.25.0 require ( - git.sr.ht/~shulhan/ciigo v0.16.0 - git.sr.ht/~shulhan/pakakeh.go v0.61.0 + git.sr.ht/~shulhan/ciigo v0.16.1-0.20260211155053-00dfc937cec1 + git.sr.ht/~shulhan/pakakeh.go v0.61.1-0.20260211152820-e5a9e1e5314a ) require ( |
