Compare commits

..

No commits in common. "main" and "v0.0.10" have entirely different histories.

4
go.mod
View File

@ -3,8 +3,8 @@ module apigo.cc/gojs/db
go 1.24.0 go 1.24.0
require ( require (
apigo.cc/gojs v0.0.30 apigo.cc/gojs v0.0.28
apigo.cc/gojs/console v0.0.4 apigo.cc/gojs/console v0.0.3
github.com/go-sql-driver/mysql v1.9.3 github.com/go-sql-driver/mysql v1.9.3
github.com/jackc/pgx/v5 v5.7.6 github.com/jackc/pgx/v5 v5.7.6
github.com/ssgo/dao v0.1.13 github.com/ssgo/dao v0.1.13