aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2026-02-11 22:58:06 +0700
committerShulhan <m.shulhan@gmail.com>2026-04-09 22:18:08 +0700
commit3976d893c3015e0c56c47f88acd880646c6fec58 (patch)
tree728f419f650db6b936bee903afabe0479c6ae30a /go.mod
parente8fbdf75658c2bb88bc9e3bbd8b23c30709d0502 (diff)
downloadgo-x-proposal-main.tar.xz
cmd/www-go-proposal: add base path and option to shutdown idle durationHEADmain
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.mod4
1 files changed, 2 insertions, 2 deletions
diff --git a/go.mod b/go.mod
index 1ef474f..34df661 100644
--- a/go.mod
+++ b/go.mod
@@ -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 (