mirror of
https://github.com/linka-cloud/grpc.git
synced 2025-06-22 01:02:29 +00:00
rename module grpc-toolkit
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
This commit is contained in:
@ -17,8 +17,8 @@ import (
|
||||
"github.com/google/uuid"
|
||||
"google.golang.org/grpc/resolver"
|
||||
|
||||
"go.linka.cloud/grpc/registry"
|
||||
resolver2 "go.linka.cloud/grpc/resolver"
|
||||
"go.linka.cloud/grpc-toolkit/registry"
|
||||
resolver2 "go.linka.cloud/grpc-toolkit/resolver"
|
||||
)
|
||||
|
||||
var (
|
||||
|
@ -5,7 +5,7 @@ import (
|
||||
|
||||
"github.com/stretchr/testify/assert"
|
||||
|
||||
"go.linka.cloud/grpc/registry"
|
||||
"go.linka.cloud/grpc-toolkit/registry"
|
||||
)
|
||||
|
||||
func TestRegistry(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user