aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2026-01-20 22:28:36 +0700
committerShulhan <ms@kilabit.info>2026-01-20 22:28:36 +0700
commitd0969869954c299c04ea58ab0fda1eba6a0350da (patch)
tree8d316903a98e384ffb7746819618521eb66683eb /go.mod
parentbf87c6ad4824c7ed1c990aeff2d2883936c1f20a (diff)
downloadlilin-d0969869954c299c04ea58ab0fda1eba6a0350da.tar.xz
all: support sending notification to SMTP server (email)
In the main configuration, lilin.cfg, user now can add "notif" section with kind "smtp" to send notification using user's email. This require renaming "webhook_url" to "remote_url" to minimize duplicate field, so different kind of notif can use the same "remote_url" value.
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 068deae..a19892a 100644
--- a/go.mod
+++ b/go.mod
@@ -8,6 +8,7 @@ go 1.24.0
require git.sr.ht/~shulhan/pakakeh.go v0.60.2
require (
+ golang.org/x/crypto v0.46.0 // indirect
golang.org/x/exp v0.0.0-20251219203646-944ab1f22d93 // indirect
golang.org/x/mod v0.31.0 // indirect
golang.org/x/net v0.48.0 // indirect