diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2023-09-24 09:07:29 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-09-24 09:07:29 +0300 |
| commit | 55dab08a96d7b5c9906985fd18653f081a7251b3 (patch) | |
| tree | 4058cdeb04f939b92d7fb190095126bf1116f747 /go.mod | |
| parent | feat: improved steam authentication (#57) (diff) | |
| download | lphub-55dab08a96d7b5c9906985fd18653f081a7251b3.tar.gz lphub-55dab08a96d7b5c9906985fd18653f081a7251b3.tar.bz2 lphub-55dab08a96d7b5c9906985fd18653f081a7251b3.zip | |
feat: specify using proxy for steam auth (#57)
Former-commit-id: 84db4a66f15d1d15b49729c0f3e85b7789e32c79
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@ require ( | |||
| 10 | require ( | 10 | require ( |
| 11 | github.com/golang-jwt/jwt/v4 v4.4.2 | 11 | github.com/golang-jwt/jwt/v4 v4.4.2 |
| 12 | github.com/google/uuid v1.3.0 | 12 | github.com/google/uuid v1.3.0 |
| 13 | github.com/pektezol/steam_go v1.1.0 | 13 | github.com/pektezol/steam_go v1.1.1 |
| 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 |