From 4040e757445faee58544bf65bc5fa65458b56f9d Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 2 Feb 2026 23:11:46 +0700 Subject: cmd/gorankusu: implement socket based activation with systemd The internal/cmd/gorankusu now can run using systemd.socket(5). --- go.mod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index efd67e6..a73615d 100644 --- a/go.mod +++ b/go.mod @@ -6,14 +6,14 @@ module git.sr.ht/~shulhan/gorankusu go 1.24.0 require ( - git.sr.ht/~shulhan/ciigo v0.15.3 - git.sr.ht/~shulhan/pakakeh.go v0.60.2 + git.sr.ht/~shulhan/ciigo v0.15.4-0.20260202094016-5c30c1f5d043 + git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444 github.com/tsenart/vegeta/v12 v12.13.0 golang.org/x/tools v0.40.0 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.7.2 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d // indirect github.com/influxdata/tdigest v0.0.1 // indirect github.com/josharian/intern v1.0.0 // indirect github.com/kr/text v0.2.0 // indirect -- cgit v1.3