Skip to content

Commit 2e9ba5d

Browse files
committed
update go modules
1 parent 0705a46 commit 2e9ba5d

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+1888
-882
lines changed

actionsoidc/actions-oidc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"net/url"
1010
"os"
1111

12-
"github.com/golang-jwt/jwt"
12+
"github.com/golang-jwt/jwt/v5"
1313
)
1414

1515
type ActionsOIDCClient struct {

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/github/actions-oidc-debugger
22

33
go 1.18
44

5-
require github.com/golang-jwt/jwt v3.2.2+incompatible
5+
require github.com/golang-jwt/jwt/v5 v5.2.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/golang-jwt/jwt v3.2.2+incompatible h1:IfV12K8xAKAnZqdXVzCZ+TOjboZ2keLg81eXfW3O+oY=
2-
github.com/golang-jwt/jwt v3.2.2+incompatible/go.mod h1:8pz2t5EyA70fFQQSrl6XZXzqecmYZeUEB8OUGHkxJ+I=
1+
github.com/golang-jwt/jwt/v5 v5.2.2 h1:Rl4B7itRWVtYIHFrSNd7vhTiz9UpLdi6gZhZ3wEeDy8=
2+
github.com/golang-jwt/jwt/v5 v5.2.2/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=

vendor/github.com/golang-jwt/jwt/MIGRATION_GUIDE.md

Lines changed: 0 additions & 22 deletions
This file was deleted.

vendor/github.com/golang-jwt/jwt/README.md

Lines changed: 0 additions & 113 deletions
This file was deleted.

vendor/github.com/golang-jwt/jwt/claims.go

Lines changed: 0 additions & 146 deletions
This file was deleted.

vendor/github.com/golang-jwt/jwt/errors.go

Lines changed: 0 additions & 59 deletions
This file was deleted.

0 commit comments

Comments
 (0)