Skip to content

Commit 812c2c7

Browse files
chore: update dependencies
1 parent b2b9df1 commit 812c2c7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,7 @@ updates:
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]

go.mod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

utils/context.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

1616
const ContextFileName = "context"

0 commit comments

Comments
 (0)