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.mod | |
| 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.mod')
| -rw-r--r-- | go.mod | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
