Skip to content

Commit

Permalink
bump to github.com/golang-jwt/jwt/v5
Browse files Browse the repository at this point in the history
  • Loading branch information
gdams committed Feb 17, 2025
1 parent 2df77d0 commit 64d3035
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion gitcmd/gitcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"strings"
"time"

"github.com/golang-jwt/jwt/v4"
"github.com/golang-jwt/jwt/v5"
"github.com/microsoft/go-infra/executil"
"github.com/microsoft/go-infra/stringutil"
)
Expand Down
3 changes: 1 addition & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ go 1.22.0
require (
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3
github.com/go-test/deep v1.1.1
github.com/golang-jwt/jwt/v4 v4.5.1
github.com/golang-jwt/jwt/v5 v5.0.0
github.com/google/go-github/v65 v65.0.0
github.com/microsoft/azure-devops-go-api/azuredevops v1.0.0-b5
golang.org/x/crypto v0.33.0
Expand All @@ -20,7 +20,6 @@ require (
)

require (
github.com/golang-jwt/jwt/v5 v5.0.0 // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/google/uuid v1.3.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
Expand Down
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3 h1:H5xDQaE3Xow
github.com/AzureAD/microsoft-authentication-library-for-go v1.3.3/go.mod h1:wP83P5OoQ5p6ip3ScPr0BAq0BvuPAvacpEuSzyouqAI=
github.com/go-test/deep v1.1.1 h1:0r/53hagsehfO4bzD2Pgr/+RgHqhmf+k1Bpse2cTu1U=
github.com/go-test/deep v1.1.1/go.mod h1:5C2ZWiW0ErCdrYzpqxLbTX7MG14M9iiw8DgHncVwcsE=
github.com/golang-jwt/jwt/v4 v4.5.1 h1:JdqV9zKUdtaa9gdPlywC3aeoEsR681PlKC+4F5gQgeo=
github.com/golang-jwt/jwt/v4 v4.5.1/go.mod h1:m21LjoU+eqJr34lmDMbreY2eSTRJ1cv77w39/MY0Ch0=
github.com/golang-jwt/jwt/v5 v5.0.0 h1:1n1XNM9hk7O9mnQoNBGolZvzebBQ7p93ULHRc28XJUE=
github.com/golang-jwt/jwt/v5 v5.0.0/go.mod h1:pqrtFR0X4osieyHYxtmOUWsAWrfe1Q5UVIyoH402zdk=
github.com/google/go-cmp v0.5.2/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
Expand Down
3 changes: 2 additions & 1 deletion sync/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,8 @@ func BindFlags(workingDirectory string) *Flags {
"The type of Git auth to inject into URLs for fetch/push access. String options:\n"+
" none - Leave GitHub URLs as they are. Git may use HTTPS authentication in this case.\n"+
" ssh - Change the GitHub URL to SSH format.\n"+
" pat - Add the 'github-user' and 'github-pat' values into the URL.\n"),
" pat - Add the 'github-user' and 'github-pat' values into the URL.\n"+
" app - Add the 'github-app-id', 'github-app-installation', and 'github-app-private-key' values into the URL.\n"),
}
}

Expand Down

0 comments on commit 64d3035

Please sign in to comment.