Setup domain rate limiter at secondary domain level

This commit is contained in:
2023-12-29 18:06:43 -06:00
parent c86a80fcc0
commit a04a434a65
3 changed files with 62 additions and 0 deletions

1
go.mod
View File

@@ -29,5 +29,6 @@ require (
golang.org/x/exp v0.0.0-20220303212507-bbda1eaf7a17 // indirect
golang.org/x/net v0.7.0 // indirect
golang.org/x/sys v0.12.0 // indirect
golang.org/x/time v0.5.0 // indirect
google.golang.org/protobuf v1.28.1 // indirect
)