initial hasql support
Some checks failed
test / test (pull_request) Failing after 19m47s
lint / lint (pull_request) Failing after 19m59s
coverage / build (pull_request) Failing after 20m4s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-09-18 14:34:48 +03:00
parent f9d2c14597
commit 2886a7fe8a
4 changed files with 679 additions and 1 deletions

3
go.mod
View File

@@ -1,6 +1,6 @@
module go.unistack.org/micro/v4
go 1.22.0
go 1.24
require (
dario.cat/mergo v1.0.1
@@ -17,6 +17,7 @@ require (
go.uber.org/automaxprocs v1.6.0
go.unistack.org/micro-proto/v4 v4.1.0
golang.org/x/sync v0.10.0
golang.yandex/hasql/v2 v2.1.0
google.golang.org/grpc v1.69.4
google.golang.org/protobuf v1.36.3
)