rename imports to asim/go-micro (#2051)
This commit is contained in:
@@ -6,10 +6,10 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/micro/go-micro/v3/logger"
|
||||
"github.com/micro/go-micro/v3/runtime"
|
||||
"github.com/micro/go-micro/v3/util/kubernetes/api"
|
||||
"github.com/micro/go-micro/v3/util/kubernetes/client"
|
||||
"github.com/asim/go-micro/v3/logger"
|
||||
"github.com/asim/go-micro/v3/runtime"
|
||||
"github.com/asim/go-micro/v3/util/kubernetes/api"
|
||||
"github.com/asim/go-micro/v3/util/kubernetes/client"
|
||||
)
|
||||
|
||||
// getServices queries kubernetes for services. It gets information from both the pods and the
|
||||
|
||||
Reference in New Issue
Block a user