2023-06-30 09:59:25 +03:00
|
|
|
module github.com/libsql/go-libsql
|
|
|
|
|
|
|
|
go 1.20
|
2023-08-05 11:30:28 +02:00
|
|
|
|
2024-01-29 15:27:42 +01:00
|
|
|
require (
|
|
|
|
github.com/antlr/antlr4/runtime/Go/antlr/v4 v4.0.0-20230512164433-5d1fd1a340c9
|
|
|
|
github.com/libsql/sqlite-antlr4-parser v0.0.0-20230802215326-5cb5bb604475
|
2024-01-29 16:24:58 +01:00
|
|
|
golang.org/x/sync v0.6.0
|
2024-01-29 15:27:42 +01:00
|
|
|
gotest.tools v2.2.0+incompatible
|
|
|
|
)
|
2023-08-05 11:30:28 +02:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/go-cmp v0.5.9 // indirect
|
|
|
|
github.com/pkg/errors v0.9.1 // indirect
|
2024-01-29 15:27:42 +01:00
|
|
|
golang.org/x/exp v0.0.0-20220722155223-a9213eeb770e // indirect
|
2023-08-05 11:30:28 +02:00
|
|
|
)
|