refactor: migration auth api to v1

This commit is contained in:
Steven
2023-06-20 16:33:36 +08:00
parent 20884e9370
commit 6004a2f657
13 changed files with 428 additions and 251 deletions

2
go.mod
View File

@@ -64,6 +64,8 @@ require (
)
require (
github.com/golang-jwt/jwt/v4 v4.5.0
github.com/pkg/errors v0.9.1
golang.org/x/mod v0.8.0
modernc.org/sqlite v1.23.1
)