Files
simpleorm/go.mod
T
gdulai 01336bb911
Go Tests / test (push) Failing after 6s
Implement DML func and related tests
2026-05-04 21:33:29 +02:00

9 lines
158 B
AMPL

module simpleorm
go 1.26.2
require (
github.com/mattn/go-sqlite3 v1.14.44
gitlab.com/gdulai/simpleloglvl v0.0.0-20260418080844-d5cca4888d97 // indirect
)