Skip to content

Commit 32da281

Browse files
feat: feeds v3 imports
1 parent f026b86 commit 32da281

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

2020
require (
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

pkg/cmd/feeds/imports/imports.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)