File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ require (
1515 github.com/spf13/viper v1.11.0
1616)
1717
18- require github.com/golang-jwt/jwt/v5 v5.2.1 // indirect
18+ require github.com/golang-jwt/jwt/v5 v5.2.1
1919
2020require (
2121 github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
2222 github.com/davecgh/go-spew v1.1.1 // indirect
2323 github.com/fsnotify/fsnotify v1.5.4 // indirect
24- github.com/golang-jwt/jwt/v4 v4.5.1
24+ github.com/golang-jwt/jwt/v4 v4.5.1 // indirect
2525 github.com/hashicorp/hcl v1.0.0 // indirect
2626 github.com/inconshreveable/mousetrap v1.0.0 // indirect
2727 github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import (
1414
1515 getstream "github.com/GetStream/getstream-go/v4"
1616 "github.com/MakeNowJust/heredoc"
17- "github.com/golang-jwt/jwt/v4 "
17+ "github.com/golang-jwt/jwt/v5 "
1818 "github.com/spf13/cobra"
1919
2020 "github.com/GetStream/stream-cli/pkg/config"
You can’t perform that action at this time.
0 commit comments