move to micro v4

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2023-05-07 19:26:50 +03:00
parent 279853ccb5
commit e1f18b0a9b
4 changed files with 15 additions and 160 deletions

View File

@@ -5,10 +5,10 @@ import (
"context"
"testing"
"go.unistack.org/micro/v3/client"
"go.unistack.org/micro/v3/codec"
"go.unistack.org/micro/v3/meter"
"go.unistack.org/micro/v3/meter/wrapper"
"go.unistack.org/micro/v4/client"
"go.unistack.org/micro/v4/codec"
"go.unistack.org/micro/v4/meter"
"go.unistack.org/micro/v4/meter/wrapper"
)
func TestBuildName(t *testing.T) {