aboutsummaryrefslogtreecommitdiff
path: root/backend/go.mod
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-19 16:28:00 +0300
committerArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2024-10-19 16:28:00 +0300
commitbe5313fa0092688cea04f7f1f115574765847c22 (patch)
treed3760749ffb6942577afe92182f6fdbd3aa89d4b /backend/go.mod
parentbackend: optimize create record (diff)
downloadlphub-be5313fa0092688cea04f7f1f115574765847c22.tar.gz
lphub-be5313fa0092688cea04f7f1f115574765847c22.tar.bz2
lphub-be5313fa0092688cea04f7f1f115574765847c22.zip
backend: fix run ranks
Diffstat (limited to 'backend/go.mod')
-rw-r--r--backend/go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/go.mod b/backend/go.mod
index f6eef48..ae50685 100644
--- a/backend/go.mod
+++ b/backend/go.mod
@@ -8,6 +8,7 @@ require (
8) 8)
9 9
10require ( 10require (
11 github.com/gin-contrib/cors v1.7.2
11 github.com/golang-jwt/jwt/v4 v4.5.0 12 github.com/golang-jwt/jwt/v4 v4.5.0
12 github.com/google/uuid v1.6.0 13 github.com/google/uuid v1.6.0
13 github.com/pektezol/steam_go v1.1.2 14 github.com/pektezol/steam_go v1.1.2