37 lines
1.3 KiB
Modula-2
37 lines
1.3 KiB
Modula-2
module peach
|
|
|
|
go 1.22.7
|
|
|
|
toolchain go1.23.0
|
|
|
|
require (
|
|
github.com/grpc-ecosystem/grpc-gateway/v2 v2.5.0
|
|
github.com/infobloxopen/protoc-gen-gorm v1.1.4
|
|
github.com/payne8/go-libsql-dual-driver v0.2.3
|
|
github.com/rs/cors v1.11.1
|
|
google.golang.org/genproto v0.0.0-20250212204824-5a70512c5d8b
|
|
google.golang.org/genproto/googleapis/api v0.0.0-20250124145028-65684f501c47
|
|
google.golang.org/grpc v1.69.4
|
|
google.golang.org/protobuf v1.36.5
|
|
gorm.io/driver/sqlite v1.5.7
|
|
gorm.io/gorm v1.25.12
|
|
)
|
|
|
|
require (
|
|
github.com/antlr4-go/antlr/v4 v4.13.0 // indirect
|
|
github.com/hashicorp/errwrap v1.0.0 // indirect
|
|
github.com/hashicorp/go-multierror v1.1.1 // indirect
|
|
github.com/jinzhu/inflection v1.0.0 // indirect
|
|
github.com/jinzhu/now v1.1.5 // indirect
|
|
github.com/libsql/sqlite-antlr4-parser v0.0.0-20240327125255-dbf53b6cbf06 // indirect
|
|
github.com/mattn/go-sqlite3 v1.14.22 // indirect
|
|
github.com/tursodatabase/go-libsql v0.0.0-20240429120401-651096bbee0b // indirect
|
|
github.com/tursodatabase/libsql-client-go v0.0.0-20240628122535-1c47b26184e8 // indirect
|
|
golang.org/x/exp v0.0.0-20240325151524-a685a6edb6d8 // indirect
|
|
golang.org/x/net v0.34.0 // indirect
|
|
golang.org/x/sys v0.29.0 // indirect
|
|
golang.org/x/text v0.21.0 // indirect
|
|
google.golang.org/genproto/googleapis/rpc v0.0.0-20250124145028-65684f501c47 // indirect
|
|
nhooyr.io/websocket v1.8.10 // indirect
|
|
)
|