diff options
| author | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-07-23 17:52:10 -0700 |
|---|---|---|
| committer | Jeff Halter <868228+jhalter@users.noreply.github.com> | 2024-07-23 17:54:36 -0700 |
| commit | 23c1295a4d9b13fdb955d2041a49b9b5d6daa060 (patch) | |
| tree | 13baf607d05e1fde8a150b304342d44b79e1a7d2 /go.mod | |
| parent | 318eb6bc17ee406e26c1cfe0835409fd446bad75 (diff) | |
Add client connection rate limit
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ) |