From 55e0b6e54a7ff0612646648fa3a5d3e7ff557ddb Mon Sep 17 00:00:00 2001 From: Shulhan Date: Mon, 2 Feb 2026 21:37:02 +0700 Subject: 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. --- go.mod | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'go.mod') diff --git a/go.mod b/go.mod index f407bea..f8e0fb9 100644 --- a/go.mod +++ b/go.mod @@ -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 ) -- cgit v1.3