diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-27 01:15:02 +0300 |
|---|---|---|
| committer | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2022-10-27 01:15:02 +0300 |
| commit | dd2cba4c76e5d764e3405e7111674126d454c6ed (patch) | |
| tree | 769449f3b839a78fdc305fc65ac055a57c2e6757 /go.mod | |
| parent | delete funcs.go - not needed (diff) | |
| download | lphub-dd2cba4c76e5d764e3405e7111674126d454c6ed.tar.gz lphub-dd2cba4c76e5d764e3405e7111674126d454c6ed.tar.bz2 lphub-dd2cba4c76e5d764e3405e7111674126d454c6ed.zip | |
(#2) go jwt package
Diffstat (limited to 'go.mod')
| -rw-r--r-- | go.mod | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -10,6 +10,8 @@ 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 | ||
| 14 | |||
| 13 | require ( | 15 | require ( |
| 14 | github.com/gin-contrib/sse v0.1.0 // indirect | 16 | github.com/gin-contrib/sse v0.1.0 // indirect |
| 15 | github.com/go-playground/locales v0.14.0 // indirect | 17 | github.com/go-playground/locales v0.14.0 // indirect |