diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-19 18:11:01 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2024-10-19 18:11:01 +0300 |
| commit | fc238b4f66f3bba701fd2caec9bec3ff8cb67529 (patch) | |
| tree | 0464d98f0b03f70871e2e8a5ba6990a2ea2cbaab /backend/go.mod | |
| parent | backend: fix run ranks (diff) | |
| download | lphub-fc238b4f66f3bba701fd2caec9bec3ff8cb67529.tar.gz lphub-fc238b4f66f3bba701fd2caec9bec3ff8cb67529.tar.bz2 lphub-fc238b4f66f3bba701fd2caec9bec3ff8cb67529.zip | |
stop pushing local changes idiot
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 |