diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-02 23:11:46 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-04 04:46:49 +0700 |
| commit | 4040e757445faee58544bf65bc5fa65458b56f9d (patch) | |
| tree | f970e8717cfdf60afbb4d19127ef8693cbda83d0 /go.mod | |
| parent | e7e5f54ce3175c6c8ba326c0cc97a13cc9d8fe49 (diff) | |
| download | gorankusu-4040e757445faee58544bf65bc5fa65458b56f9d.tar.xz | |
The internal/cmd/gorankusu now can run using systemd.socket(5).
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
