File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 5
5
require (
6
6
github.com/fxamacker/cbor/v2 v2.4.0
7
7
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
9
9
github.com/google/go-tpm v0.9.0
10
10
github.com/google/uuid v1.3.0
11
11
github.com/mitchellh/mapstructure v1.5.0
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ github.com/go-webauthn/x v0.1.4 h1:sGmIFhcY70l6k7JIDfnjVBiAAFEssga5lXIUXe0GtAs=
8
8
github.com/go-webauthn/x v0.1.4 /go.mod h1:75Ug0oK6KYpANh5hDOanfDI+dvPWHk788naJVG/37H8 =
9
9
github.com/golang-jwt/jwt/v4 v4.5.0 h1:7cYmW1XlMY7h7ii7UhUyChSgS5wUJEnm9uZVTGqOWzg =
10
10
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 =
11
13
github.com/google/go-tpm v0.9.0 h1:sQF6YqWMi+SCXpsmS3fd21oPy/vSddwZry4JnmltHVk =
12
14
github.com/google/go-tpm v0.9.0 /go.mod h1:FkNVkc6C+IsvDI9Jw1OveJmxGZUUaKxtrpOS47QWKfU =
13
15
github.com/google/uuid v1.3.0 h1:t6JiXgmwXMjEs8VusXIJk2BXHsn+wx8BZdTaoZ5fu7I =
Original file line number Diff line number Diff line change 9
9
"reflect"
10
10
"time"
11
11
12
- "github.com/golang-jwt/jwt/v4 "
12
+ "github.com/golang-jwt/jwt/v5 "
13
13
"github.com/google/uuid"
14
14
"github.com/mitchellh/mapstructure"
15
15
Original file line number Diff line number Diff line change 8
8
"fmt"
9
9
"time"
10
10
11
- "github.com/golang-jwt/jwt/v4 "
11
+ "github.com/golang-jwt/jwt/v5 "
12
12
"github.com/mitchellh/mapstructure"
13
13
14
14
"github.com/go-webauthn/webauthn/metadata"
You can’t perform that action at this time.
0 commit comments