Compare commits

..

6 Commits

Author SHA1 Message Date
116eed51e3 Merge branch 'v3' into hasql-v3
Some checks failed
test / test (pull_request) Failing after 15m45s
lint / lint (pull_request) Failing after 15m58s
coverage / build (pull_request) Failing after 16m10s
2025-09-20 23:01:14 +03:00
e09c34c691 split files
Some checks failed
coverage / build (pull_request) Failing after 4m6s
test / test (pull_request) Failing after 16m18s
lint / lint (pull_request) Failing after 16m37s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2025-09-20 23:00:57 +03:00
ffd5e416c8 split files
Some checks failed
lint / lint (pull_request) Failing after 3m56s
test / test (pull_request) Failing after 15m58s
coverage / build (pull_request) Failing after 16m18s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2025-09-20 22:58:33 +03:00
vtolstov
3cef42f776 Apply Code Coverage Badge
Some checks failed
coverage / build (pull_request) Successful in 2m14s
lint / lint (pull_request) Failing after 2m40s
test / test (pull_request) Failing after 17m12s
2025-09-19 08:44:33 +00:00
4de9431df0 initial cluster sql support
Some checks failed
test / test (push) Failing after 19m49s
coverage / build (push) Failing after 19m59s
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2025-09-19 11:39:26 +03:00
19e3288b1d initial cluster sql support
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
2025-09-19 11:39:03 +03:00

2
go.mod
View File

@@ -1,6 +1,6 @@
module go.unistack.org/micro/v3
go 1.24.0
go 1.23.0
require (
dario.cat/mergo v1.0.1