updated dependencies

This commit is contained in:
ston1th 2018-09-20 00:18:46 +02:00
commit 62ff59957a
38 changed files with 915 additions and 304 deletions

View file

@ -7,7 +7,7 @@ import (
"crypto/subtle"
"encoding/base64"
"git.giftfish.de/ston1th/gowiki/pkg/log"
"git.giftfish.de/ston1th/jwt"
"git.giftfish.de/ston1th/jwt/v3"
)
const keySize = jwt.KeySize / 2