diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-31 22:37:31 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-31 22:37:31 +0300 |
| commit | d7da8f133146de4fba1db13bfbc63242c917f817 (patch) | |
| tree | 319e5216b05e279149e26c3b5cb50e6c88773e27 /backend/go.mod | |
| parent | backend: better auth check, audit logging (diff) | |
| download | lphub-d7da8f133146de4fba1db13bfbc63242c917f817.tar.gz lphub-d7da8f133146de4fba1db13bfbc63242c917f817.tar.bz2 lphub-d7da8f133146de4fba1db13bfbc63242c917f817.zip | |
backend: add rate limiting
Diffstat (limited to 'backend/go.mod')
| -rw-r--r-- | backend/go.mod | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/go.mod b/backend/go.mod index f6eef48..17308f3 100644 --- a/backend/go.mod +++ b/backend/go.mod | |||
| @@ -14,6 +14,7 @@ require ( | |||
| 14 | github.com/swaggo/files v1.0.1 | 14 | github.com/swaggo/files v1.0.1 |
| 15 | github.com/swaggo/gin-swagger v1.6.0 | 15 | github.com/swaggo/gin-swagger v1.6.0 |
| 16 | github.com/swaggo/swag v1.16.3 | 16 | github.com/swaggo/swag v1.16.3 |
| 17 | golang.org/x/time v0.6.0 | ||
| 17 | ) | 18 | ) |
| 18 | 19 | ||
| 19 | require ( | 20 | require ( |