turso
This commit is contained in:
5
go.mod
5
go.mod
@ -2,8 +2,13 @@ module himbot
|
||||
|
||||
go 1.23
|
||||
|
||||
require github.com/tursodatabase/go-libsql v0.0.0-20241011135853-3effbb6dea5c
|
||||
|
||||
require (
|
||||
github.com/antlr4-go/antlr/v4 v4.13.1 // indirect
|
||||
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240721121621-c0bdc870f11c // indirect
|
||||
golang.org/x/crypto v0.28.0 // indirect
|
||||
golang.org/x/exp v0.0.0-20241009180824-f66d83c29e7c // indirect
|
||||
golang.org/x/sys v0.26.0 // indirect
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user