11 lines
245 B
Modula-2
11 lines
245 B
Modula-2
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
|