Initial commit

This commit is contained in:
Dakota Walsh 2026-01-20 10:20:19 +13:00
commit 31f27c5092
4 changed files with 207 additions and 0 deletions

11
go.mod Normal file
View file

@ -0,0 +1,11 @@
module git.nilsu.org/kota/donation-notifications
go 1.25.5
require (
github.com/BurntSushi/toml v1.6.0
github.com/justinas/alice v1.2.0
github.com/throttled/throttled/v2 v2.15.0
)
require github.com/hashicorp/golang-lru v0.5.4 // indirect