diff --git a/auth/service/proto/auth.pb.micro.go b/auth/service/proto/auth.pb.micro.go index 86ccd75d..6f2e0741 100644 --- a/auth/service/proto/auth.pb.micro.go +++ b/auth/service/proto/auth.pb.micro.go @@ -5,14 +5,14 @@ package go_micro_auth import ( fmt "fmt" - proto "github.com/golang/protobuf/proto" math "math" -) -import ( context "context" - client "github.com/micro/go-micro/client" - server "github.com/micro/go-micro/server" + + proto "github.com/golang/protobuf/proto" + + client "github.com/micro/go-micro/v2/client" + server "github.com/micro/go-micro/v2/server" ) // Reference imports to suppress errors if they are not otherwise used. diff --git a/auth/service/service.go b/auth/service/service.go index 58fb572f..fdac98ca 100644 --- a/auth/service/service.go +++ b/auth/service/service.go @@ -4,9 +4,9 @@ import ( "context" "time" - "github.com/micro/go-micro/client" "github.com/micro/go-micro/v2/auth" pb "github.com/micro/go-micro/v2/auth/service/proto" + "github.com/micro/go-micro/v2/client" ) // NewAuth returns a new instance of the Auth service