diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-24 01:56:28 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-24 01:56:28 +0300 |
| commit | ae4cec37e90ecc332cb1e7985e8a471c8efe385b (patch) | |
| tree | 3ad4ab78ef174e4f60b0369b747937054fff8e57 /go.mod | |
| parent | db: update new lp wrs (#88) (diff) | |
| download | lphub-ae4cec37e90ecc332cb1e7985e8a471c8efe385b.tar.gz lphub-ae4cec37e90ecc332cb1e7985e8a471c8efe385b.tar.bz2 lphub-ae4cec37e90ecc332cb1e7985e8a471c8efe385b.zip | |
feat: improved steam authentication (#57)
Former-commit-id: 2119371693f5a64bdaf5abfc6c1a3c66a3191320
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -5,12 +5,12 @@ go 1.19 | |||
| 5 | require ( | 5 | require ( |
| 6 | github.com/gin-gonic/gin v1.8.1 | 6 | github.com/gin-gonic/gin v1.8.1 |
| 7 | github.com/joho/godotenv v1.4.0 | 7 | github.com/joho/godotenv v1.4.0 |
| 8 | github.com/solovev/steam_go v0.0.0-20170222182106-48eb5aae6c50 | ||
| 9 | ) | 8 | ) |
| 10 | 9 | ||
| 11 | require ( | 10 | require ( |
| 12 | github.com/golang-jwt/jwt/v4 v4.4.2 | 11 | github.com/golang-jwt/jwt/v4 v4.4.2 |
| 13 | github.com/google/uuid v1.3.0 | 12 | github.com/google/uuid v1.3.0 |
| 13 | github.com/pektezol/steam_go v1.1.0 | ||
| 14 | github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a | 14 | github.com/swaggo/files v0.0.0-20220728132757-551d4a08d97a |
| 15 | github.com/swaggo/gin-swagger v1.5.3 | 15 | github.com/swaggo/gin-swagger v1.5.3 |
| 16 | github.com/swaggo/swag v1.16.1 | 16 | github.com/swaggo/swag v1.16.1 |