diff options
| author | Shulhan <m.shulhan@gmail.com> | 2026-02-02 21:57:47 +0700 |
|---|---|---|
| committer | Shulhan <m.shulhan@gmail.com> | 2026-02-02 21:57:47 +0700 |
| commit | 2f56b620fe3267c6fac10f6d5e4a7e857d5e71e7 (patch) | |
| tree | 07ae491e943ac6a7c0d571576f043eef61683e77 /go.mod | |
| parent | af01db92500d1b635bfbf70727a8e7b12ef7fe00 (diff) | |
| download | golang-id-tour-2f56b620fe3267c6fac10f6d5e4a7e857d5e71e7.tar.xz | |
local: add support for socket based activation with systemd
The tour program now can be activated by systemd.socket(5).
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,16 +3,17 @@ module github.com/golang-id/tour go 1.24.0 require ( + git.sr.ht/~shulhan/pakakeh.go v0.60.3-0.20260202092811-1e3bb9be8444 golang.org/x/tools v0.40.0 golang.org/x/tools/godoc v0.1.0-deprecated ) require ( - github.com/google/go-cmp v0.7.0 // indirect github.com/yuin/goldmark v1.7.13 // indirect golang.org/x/mod v0.31.0 // indirect golang.org/x/net v0.48.0 // indirect golang.org/x/sync v0.19.0 // indirect + golang.org/x/sys v0.39.0 // indirect ) //replace golang.org/x/tools => ../../../golang.org/x/tools |
