aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-15 13:44:41 +0200
committerDanilo M. <danix@danix.xyz>2026-09-15 13:44:54 +0200
commitcb273a7561a390f829dbc677d3f3d6e2940dbc2d (patch)
treed0ae644d4f303a99d1652b514a5b24c6902859fb /go.mod
downloadnotifyd-cb273a7561a390f829dbc677d3f3d6e2940dbc2d.tar.gz
notifyd-cb273a7561a390f829dbc677d3f3d6e2940dbc2d.zip
feat: add the module and the notification policy
The policy functions are pure so they are tested without a bus: urgency from the hints, the timeout rule with its urgency defaults, the two stack tag spellings, and the action pair parse.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod7
1 files changed, 7 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..7ca80e2
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,7 @@
+module danix.xyz/notifyd
+
+go 1.27.0
+
+require github.com/godbus/dbus/v5 v5.2.2
+
+require golang.org/x/sys v0.27.0 // indirect