diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-02 21:19:05 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-02 21:19:12 +0700 |
| commit | a6e71dc31738c4a003dae9f9547348968beeefc4 (patch) | |
| tree | cf9690d67f9f5eacab8e2b2d1ec7e6109d77e06f /go.mod | |
| parent | 1f4ead1b7488cc17d735d228e151d42c1ab7d10f (diff) | |
| download | awwan-a6e71dc31738c4a003dae9f9547348968beeefc4.tar.xz | |
internal/cmd/www-awwan: implement socket based activation using systemd
This allow us to run www-awwan only when its activated in the local
environment.
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -6,24 +6,24 @@ module git.sr.ht/~shulhan/awwan 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/evanw/esbuild v0.27.2 ) 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/kr/text v0.2.0 // indirect - github.com/yuin/goldmark v1.7.13 // indirect + github.com/yuin/goldmark v1.7.16 // indirect github.com/yuin/goldmark-meta v1.1.0 // indirect - golang.org/x/crypto v0.46.0 // indirect - golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect - golang.org/x/mod v0.31.0 // indirect - golang.org/x/net v0.48.0 // indirect + golang.org/x/crypto v0.47.0 // indirect + golang.org/x/exp v0.0.0-20260112195511-716be5621a96 // indirect + golang.org/x/mod v0.32.0 // indirect + golang.org/x/net v0.49.0 // indirect golang.org/x/sync v0.19.0 // indirect - golang.org/x/sys v0.39.0 // indirect - golang.org/x/term v0.38.0 // indirect - golang.org/x/tools v0.40.0 // indirect + golang.org/x/sys v0.40.0 // indirect + golang.org/x/term v0.39.0 // indirect + golang.org/x/tools v0.41.0 // indirect gopkg.in/yaml.v2 v2.4.0 // indirect ) |
