mirror of
https://github.com/trafficlunar/api.git
synced 2026-08-12 12:29:39 +00:00
feat: add httprate
This commit is contained in:
parent
4fd340bf22
commit
488b15083d
3 changed files with 8 additions and 0 deletions
2
go.mod
2
go.mod
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue