We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36168c8 commit 08e83bdCopy full SHA for 08e83bd
1 file changed
go.mod
@@ -45,6 +45,7 @@ require (
45
github.com/go-resty/resty/v2 v2.17.2
46
github.com/go-webauthn/webauthn v0.13.4
47
github.com/golang-jwt/jwt/v4 v4.5.2
48
+ github.com/golang-jwt/jwt/v5 v5.3.1
49
github.com/google/uuid v1.6.0
50
github.com/gorilla/websocket v1.5.3
51
github.com/halalcloud/golang-sdk-lite v0.0.0-20251105081800-78cbb6786c38
@@ -228,7 +229,6 @@ require (
228
229
github.com/go-sql-driver/mysql v1.7.0 // indirect
230
github.com/go-webauthn/x v0.1.23 // indirect
231
github.com/goccy/go-json v0.10.5 // indirect
- github.com/golang-jwt/jwt/v5 v5.3.1 // indirect
232
github.com/golang/protobuf v1.5.4 // indirect
233
github.com/golang/snappy v0.0.4 // indirect
234
github.com/google/go-tpm v0.9.5 // indirect
0 commit comments