aboutsummaryrefslogtreecommitdiffstats
path: root/go.sum
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.sum
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.sum')
-rw-r--r--go.sum4
1 files changed, 4 insertions, 0 deletions
diff --git a/go.sum b/go.sum
new file mode 100644
index 0000000..5334971
--- /dev/null
+++ b/go.sum
@@ -0,0 +1,4 @@
+github.com/godbus/dbus/v5 v5.2.2 h1:TUR3TgtSVDmjiXOgAAyaZbYmIeP3DPkld3jgKGV8mXQ=
+github.com/godbus/dbus/v5 v5.2.2/go.mod h1:3AAv2+hPq5rdnr5txxxRwiGjPXamgoIHgz9FPBfOp3c=
+golang.org/x/sys v0.27.0 h1:wBqf8DvsY9Y/2P8gAfPDEYNuS30J4lPHJxXSb/nJZ+s=
+golang.org/x/sys v0.27.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=