支持jwt

This commit is contained in:
2023-08-10 17:30:49 +08:00
parent 0948cd51c0
commit 1019189ca7
4 changed files with 76 additions and 2 deletions

2
go.mod
View File

@ -4,4 +4,6 @@ go 1.20
require (
github.com/ddliu/go-httpclient v0.7.1
github.com/dgrijalva/jwt-go/v4 v4.0.0-preview1
github.com/mssola/user_agent v0.6.0
)