File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 66 interval : ' daily'
77 open-pull-requests-limit : 20
88 rebase-strategy : auto
9+ groups :
10+ all :
11+ name : ' All dependencies'
12+ update_types : [all]
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ require (
1010 github.com/fatih/color v1.18.0
1111 github.com/go-errors/errors v1.5.1
1212 github.com/go-jose/go-jose/v4 v4.0.1
13- github.com/golang-jwt/jwt v3.2.2+incompatible
1413 github.com/golang-jwt/jwt/v5 v5.2.2
1514 github.com/google/uuid v1.6.0
1615 github.com/gorilla/websocket v1.5.3
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import (
1010 "strings"
1111 "time"
1212
13- "github.com/golang-jwt/jwt"
13+ "github.com/golang-jwt/jwt/v5 "
1414)
1515
1616const ContextFileName = "context"
You can’t perform that action at this time.
0 commit comments