diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-15 13:44:41 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-15 13:44:54 +0200 |
| commit | cb273a7561a390f829dbc677d3f3d6e2940dbc2d (patch) | |
| tree | d0ae644d4f303a99d1652b514a5b24c6902859fb /go.sum | |
| download | notifyd-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.sum | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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= |
