Revert "Beta feat: migrate from SQLite to PostgreSQL + Redis architecture"

This commit is contained in:
Icyoung
2025-11-04 21:47:58 +08:00
committed by GitHub
parent 726e5bf9be
commit 3e4c415628
14 changed files with 12 additions and 1507 deletions

3
go.mod
View File

@@ -9,8 +9,7 @@ require (
github.com/golang-jwt/jwt/v5 v5.2.0
github.com/google/uuid v1.6.0
github.com/gorilla/websocket v1.5.3
github.com/lib/pq v1.10.9
github.com/mattn/go-sqlite3 v1.14.32
github.com/mattn/go-sqlite3 v1.14.16
github.com/pquerna/otp v1.4.0
github.com/sonirico/go-hyperliquid v0.17.0
golang.org/x/crypto v0.42.0