aboutsummaryrefslogtreecommitdiff
path: root/go.mod
diff options
context:
space:
mode:
authorJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-23 17:52:10 -0700
committerJeff Halter <868228+jhalter@users.noreply.github.com>2024-07-23 17:54:36 -0700
commit23c1295a4d9b13fdb955d2041a49b9b5d6daa060 (patch)
tree13baf607d05e1fde8a150b304342d44b79e1a7d2 /go.mod
parent318eb6bc17ee406e26c1cfe0835409fd446bad75 (diff)
Add client connection rate limit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
index 378e229..65a454d 100644
--- a/go.mod
+++ b/go.mod
@@ -7,6 +7,7 @@ require (
github.com/stretchr/testify v1.9.0
golang.org/x/crypto v0.25.0
golang.org/x/text v0.16.0
+ golang.org/x/time v0.5.0
gopkg.in/natefinch/lumberjack.v2 v2.2.1
gopkg.in/yaml.v3 v3.0.1
)