Initial commit
This commit is contained in:
commit
31f27c5092
4 changed files with 207 additions and 0 deletions
11
go.mod
Normal file
11
go.mod
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue