prepare v4
Some checks failed
lint / lint (pull_request) Failing after 1m43s
test / test (pull_request) Successful in 3m14s

This commit is contained in:
2025-02-27 22:45:32 +03:00
parent 707476bbd4
commit a9bbe17047
22 changed files with 188 additions and 566 deletions

View File

@@ -7,8 +7,8 @@ import (
"fmt"
"github.com/99designs/gqlgen/graphql"
"go.unistack.org/micro/v3/logger"
"go.unistack.org/micro/v3/store"
"go.unistack.org/micro/v4/logger"
"go.unistack.org/micro/v4/store"
)
var _ graphql.Cache = (*cacheWrapper)(nil)