diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-27 01:15:55 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-27 01:15:55 +0300 |
| commit | 12c6c8eebd6727af0db7e9f9904b1caa5023e1b0 (patch) | |
| tree | 841c2cabaea83f8eae0a95ff9755f14e205a0b2c | |
| parent | (#2) go jwt package (diff) | |
| download | lphub-12c6c8eebd6727af0db7e9f9904b1caa5023e1b0.tar.gz lphub-12c6c8eebd6727af0db7e9f9904b1caa5023e1b0.tar.bz2 lphub-12c6c8eebd6727af0db7e9f9904b1caa5023e1b0.zip | |
(#2) go jwt package
| -rw-r--r-- | go.mod | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -10,7 +10,7 @@ require ( | |||
| 10 | github.com/solovev/steam_go v0.0.0-20170222182106-48eb5aae6c50 | 10 | github.com/solovev/steam_go v0.0.0-20170222182106-48eb5aae6c50 |
| 11 | ) | 11 | ) |
| 12 | 12 | ||
| 13 | require github.com/golang-jwt/jwt/v4 v4.4.2 // indirect | 13 | require github.com/golang-jwt/jwt/v4 v4.4.2 |
| 14 | 14 | ||
| 15 | require ( | 15 | require ( |
| 16 | github.com/gin-contrib/sse v0.1.0 // indirect | 16 | github.com/gin-contrib/sse v0.1.0 // indirect |