fix: 将 libsql-client-go 作为普通目录提交,而非 gitlink
This commit is contained in:
11
go_modules/libsql-client-go/go.mod
Normal file
11
go_modules/libsql-client-go/go.mod
Normal file
@@ -0,0 +1,11 @@
|
||||
module github.com/tursodatabase/libsql-client-go
|
||||
|
||||
go 1.20
|
||||
|
||||
require (
|
||||
github.com/antlr4-go/antlr/v4 v4.13.0
|
||||
github.com/coder/websocket v1.8.12
|
||||
golang.org/x/sync v0.3.0
|
||||
)
|
||||
|
||||
require golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
|
||||
Reference in New Issue
Block a user