Bump golang-jwt/jwt to v5

Seems this was missed in 109b23966c
This commit is contained in:
Ralf Haferkamp
2024-11-21 17:28:09 +01:00
parent 5c1be18f30
commit 4c8a36f0d4
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ import (
"net/url"
"path"
"github.com/golang-jwt/jwt/v4"
"github.com/golang-jwt/jwt/v5"
"github.com/owncloud/ocis/v2/services/collaboration/pkg/config"
)