upgrade vulnerable deps

upgrade gin and switch dgrijalva/jwt-go to golang-jwt/jwt.
This commit is contained in:
Harvey Tindall
2021-07-27 10:08:01 +01:00
parent 5aaab7904f
commit 1a6b0d2b6e
5 changed files with 38 additions and 12 deletions

2
api.go
View File

@@ -8,8 +8,8 @@ import (
"sync"
"time"
"github.com/dgrijalva/jwt-go"
"github.com/gin-gonic/gin"
"github.com/golang-jwt/jwt"
"github.com/hrfee/mediabrowser"
"github.com/itchyny/timefmt-go"
"github.com/lithammer/shortuuid/v3"