From cb273a7561a390f829dbc677d3f3d6e2940dbc2d Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 15 Sep 2026 13:44:41 +0200 Subject: 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. --- go.mod | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 go.mod (limited to 'go.mod') 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 -- cgit v1.2.3