1
0

initial commit

Signed-off-by: dragonflylee <dragonflylee@outlook.com>
This commit is contained in:
2023-08-22 12:56:35 +08:00
commit 1a5dbfcd0d
8 changed files with 383 additions and 0 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module auth
go 1.16
require (
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/gorilla/handlers v1.5.1
)