diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-18 14:53:46 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-18 14:53:46 +0300 |
| commit | 71b0a39fa6cb564c96f822c37fe862f230ba8629 (patch) | |
| tree | d30792078469134037bd4d6b93040273c9d39cbf /backend/go.mod | |
| parent | backend: increase file limit to 500mb (diff) | |
| download | lphub-71b0a39fa6cb564c96f822c37fe862f230ba8629.tar.gz lphub-71b0a39fa6cb564c96f822c37fe862f230ba8629.tar.bz2 lphub-71b0a39fa6cb564c96f822c37fe862f230ba8629.zip | |
backend: 200mb file limit, hide debug commands
Diffstat (limited to 'backend/go.mod')
| -rw-r--r-- | backend/go.mod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/go.mod b/backend/go.mod index ae50685..f6eef48 100644 --- a/backend/go.mod +++ b/backend/go.mod | |||
| @@ -8,7 +8,6 @@ require ( | |||
| 8 | ) | 8 | ) |
| 9 | 9 | ||
| 10 | require ( | 10 | require ( |
| 11 | github.com/gin-contrib/cors v1.7.2 | ||
| 12 | github.com/golang-jwt/jwt/v4 v4.5.0 | 11 | github.com/golang-jwt/jwt/v4 v4.5.0 |
| 13 | github.com/google/uuid v1.6.0 | 12 | github.com/google/uuid v1.6.0 |
| 14 | github.com/pektezol/steam_go v1.1.2 | 13 | github.com/pektezol/steam_go v1.1.2 |