update all

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2022-05-17 01:41:44 +03:00
parent d9dff28c7e
commit 97e91f1ca1
13 changed files with 363 additions and 151 deletions

View File

@@ -5,9 +5,9 @@ import (
"fmt"
"testing"
"github.com/unistack-org/micro/v3/client"
"github.com/unistack-org/micro/v3/codec"
"github.com/unistack-org/micro/v3/server"
"go.unistack.org/micro/v3/client"
"go.unistack.org/micro/v3/codec"
"go.unistack.org/micro/v3/server"
)
type Handler struct {
@@ -76,5 +76,4 @@ func TestValidator(t *testing.T) {
if err := srv.Stop(); err != nil {
t.Fatal(err)
}
}