Skip to content

Commit 9cb3504

Browse files
authored
build(deps): update module github.com/golang-jwt/jwt/v4 to v5 (#152)
Bumps the JWT library. Signed-off-by: CoreFloDev <[email protected]>
1 parent 44d68a6 commit 9cb3504

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.20
55
require (
66
github.com/fxamacker/cbor/v2 v2.4.0
77
github.com/go-webauthn/x v0.1.4
8-
github.com/golang-jwt/jwt/v4 v4.5.0
8+
github.com/golang-jwt/jwt/v5 v5.0.0
99
github.com/google/go-tpm v0.9.0
1010
github.com/google/uuid v1.3.0
1111
github.com/mitchellh/mapstructure v1.5.0

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ github.com/go-webauthn/x v0.1.4 h1:sGmIFhcY70l6k7JIDfnjVBiAAFEssga5lXIUXe0GtAs=
88
github.com/go-webauthn/x v0.1.4/go.mod h1:75Ug0oK6KYpANh5hDOanfDI+dvPWHk788naJVG/37H8=
99
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg=
1010
github.com/golang-jwt/jwt/v4 v4.5.0/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
11+
github.com/golang-jwt/jwt/v5 v5.0.0 h1:1n1XNM9hk7O9mnQoNBGolZvzebBQ7p93ULHRc28XJUE=
12+
github.com/golang-jwt/jwt/v5 v5.0.0/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
1113
github.com/google/go-tpm v0.9.0 h1:sQF6YqWMi+SCXpsmS3fd21oPy/vSddwZry4JnmltHVk=
1214
github.com/google/go-tpm v0.9.0/go.mod h1:FkNVkc6C+IsvDI9Jw1OveJmxGZUUaKxtrpOS47QWKfU=
1315
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I=

metadata/metadata.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"reflect"
1010
"time"
1111

12-
"github.com/golang-jwt/jwt/v4"
12+
"github.com/golang-jwt/jwt/v5"
1313
"github.com/google/uuid"
1414
"github.com/mitchellh/mapstructure"
1515

protocol/attestation_safetynet.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"fmt"
99
"time"
1010

11-
"github.com/golang-jwt/jwt/v4"
11+
"github.com/golang-jwt/jwt/v5"
1212
"github.com/mitchellh/mapstructure"
1313

1414
"github.com/go-webauthn/webauthn/metadata"

0 commit comments

Comments
 (0)