diff options
author | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2025-05-28 20:44:40 +0200 |
---|---|---|
committer | vulonkaaz <7442677+vulonkaaz@users.noreply.github.com> | 2025-05-28 20:44:40 +0200 |
commit | c7f9c3edb05ab8dc1819c9686e7a6c4d60c1ba15 (patch) | |
tree | 366711d090bb8907ff688fca75ded27791852c84 /go.mod | |
parent | 1cb6620e8b83946b8d6bc2fe2e7377c4ab09ae92 (diff) |
rate limiting
Diffstat (limited to 'go.mod')
-rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -20,8 +20,10 @@ require ( github.com/mattn/go-colorable v0.1.13 // indirect github.com/mattn/go-isatty v0.0.20 // indirect github.com/mattn/go-runewidth v0.0.15 // indirect + github.com/philhofer/fwd v1.1.2 // indirect github.com/rivo/uniseg v0.2.0 // indirect github.com/stretchr/testify v1.9.0 // indirect + github.com/tinylib/msgp v1.1.8 // indirect github.com/valyala/bytebufferpool v1.0.0 // indirect github.com/valyala/fasthttp v1.54.0 // indirect github.com/valyala/tcplisten v1.0.0 // indirect |