
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 3s
Signed-off-by: Jan Tytgat <jan.tytgat@corelayer.eu>
28 lines
871 B
Modula-2
28 lines
871 B
Modula-2
module embeddedSql
|
|
|
|
go 1.24.2
|
|
|
|
toolchain go1.24.3
|
|
|
|
require (
|
|
git.flexabyte.io/flexabyte/go-kit v0.0.0-20250521190905-eff54c777985
|
|
github.com/golang-migrate/migrate/v4 v4.18.3
|
|
)
|
|
|
|
require (
|
|
github.com/dustin/go-humanize v1.0.1 // indirect
|
|
github.com/google/uuid v1.6.0 // indirect
|
|
github.com/hashicorp/errwrap v1.1.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/mattn/go-isatty v0.0.20 // indirect
|
|
github.com/ncruces/go-strftime v0.1.9 // indirect
|
|
github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec // indirect
|
|
go.uber.org/atomic v1.11.0 // indirect
|
|
golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6 // indirect
|
|
golang.org/x/sys v0.33.0 // indirect
|
|
modernc.org/libc v1.65.7 // indirect
|
|
modernc.org/mathutil v1.7.1 // indirect
|
|
modernc.org/memory v1.11.0 // indirect
|
|
modernc.org/sqlite v1.37.1 // indirect
|
|
)
|