update all

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-27 01:24:35 +03:00
parent 5a63953d3f
commit a6b5ee450f
87 changed files with 1461 additions and 1179 deletions

View File

@@ -3,10 +3,10 @@ package service
import (
"testing"
httpcli "github.com/unistack-org/micro-client-http/v3"
httpsrv "github.com/unistack-org/micro-server-http/v3"
"github.com/unistack-org/micro/v3"
"github.com/unistack-org/micro/v3/server"
httpcli "go.unistack.org/micro-client-http/v3"
httpsrv "go.unistack.org/micro-server-http/v3"
"go.unistack.org/micro/v3"
"go.unistack.org/micro/v3/server"
)
func TestHTTPService(t *testing.T) {
@@ -18,5 +18,4 @@ func TestHTTPService(t *testing.T) {
if err := svc.Init(); err != nil {
t.Fatal(err)
}
}