9 lines
143 B
Modula-2
9 lines
143 B
Modula-2
module github.com/easyai/easyai-ai-gateway/apps/api
|
|
|
|
go 1.23
|
|
|
|
require (
|
|
github.com/golang-jwt/jwt/v5 v5.2.2
|
|
github.com/jackc/pgx/v5 v5.7.2
|
|
)
|