feat: add httprate

This commit is contained in:
axolotlmaid 2024-09-25 21:30:44 +01:00
parent 4fd340bf22
commit 488b15083d
3 changed files with 8 additions and 0 deletions

2
go.mod
View file

@ -3,7 +3,9 @@ module backend
go 1.23.1
require (
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/go-chi/chi/v5 v5.1.0 // indirect
github.com/go-chi/httprate v0.14.1 // indirect
github.com/joho/godotenv v1.5.1 // indirect
github.com/lmittmann/tint v1.0.5 // indirect
)