18 lines
554 B
Modula-2
18 lines
554 B
Modula-2
module git.sa.vin/payne8/libsqldb
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/hashicorp/go-multierror v1.1.1
|
|
github.com/tursodatabase/go-libsql v0.0.0-20240429120401-651096bbee0b
|
|
github.com/tursodatabase/libsql-client-go v0.0.0-20240628122535-1c47b26184e8
|
|
)
|
|
|
|
require (
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect
|
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
|
|
nhooyr.io/websocket v1.8.10 // indirect
|
|
)
|