added the notify module

This commit is contained in:
2026-01-24 20:35:40 +11:00
parent 0c3d4ef095
commit 65e8bd07e1
14 changed files with 2728 additions and 0 deletions

11
notify/go.mod Normal file
View File

@@ -0,0 +1,11 @@
module git.haelnorr.com/h/golib/notify
go 1.25.5
require github.com/stretchr/testify v1.11.1
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)