Skip to content

Commit c29b767

Browse files
fix: promote golang-jwt/jwt to direct dependency in go.mod
The httpclient utility imports jwt/v4 directly, so it should be listed as a direct dependency rather than indirect to satisfy go mod tidy. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 5107a47 commit c29b767

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ require (
88
github.com/MakeNowJust/heredoc v1.0.0
99
github.com/cheynewallace/tabby v1.1.1
1010
github.com/gizak/termui/v3 v3.1.0
11+
github.com/golang-jwt/jwt/v4 v4.4.1
1112
github.com/gorilla/websocket v1.5.0
1213
github.com/spf13/cobra v1.4.0
1314
github.com/spf13/pflag v1.0.5
@@ -18,7 +19,6 @@ require (
1819
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
1920
github.com/davecgh/go-spew v1.1.1 // indirect
2021
github.com/fsnotify/fsnotify v1.5.4 // indirect
21-
github.com/golang-jwt/jwt/v4 v4.4.1 // indirect
2222
github.com/hashicorp/hcl v1.0.0 // indirect
2323
github.com/inconshreveable/mousetrap v1.0.0 // indirect
2424
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect

0 commit comments

Comments
 (0)