diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-02 21:37:02 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-02-02 21:37:08 +0700 |
| commit | 55e0b6e54a7ff0612646648fa3a5d3e7ff557ddb (patch) | |
| tree | 3f0de6b7e1b2be7fa4627afcc714a7cf0676a3f3 /go.mod | |
| parent | 017a3b749fdb977bb1a99176989a8e148985ade1 (diff) | |
| download | golang-id-web-55e0b6e54a7ff0612646648fa3a5d3e7ff557ddb.tar.xz | |
cmd/www-golangid: implement socket based activation using systemd
This allow running www-golangid only when activated by systemd in
local environment.
While at it, update all dependencies.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 15 |
1 files changed, 8 insertions, 7 deletions
@@ -3,17 +3,18 @@ module github.com/golang-id/web go 1.24.0 require ( - git.sr.ht/~shulhan/ciigo v0.15.2 - git.sr.ht/~shulhan/pakakeh.go v0.60.1 + git.sr.ht/~shulhan/ciigo v0.15.4-0.20260202094016-5c30c1f5d043 + git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444 ) require ( - git.sr.ht/~shulhan/asciidoctor-go v0.7.1 // indirect - github.com/yuin/goldmark v1.7.13 // indirect + git.sr.ht/~shulhan/asciidoctor-go v0.7.3-0.20260124143117-f289b7f13a1d // indirect + github.com/kr/text v0.2.0 // indirect + github.com/yuin/goldmark v1.7.16 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/exp v0.0.0-20251125195548-87e1e737ad39 // indirect - golang.org/x/net v0.47.0 // indirect - golang.org/x/sys v0.38.0 // indirect + golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect + golang.org/x/net v0.49.0 // indirect + golang.org/x/sys v0.40.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
