update to never micro-proto, generate openapi

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2021-10-23 02:55:43 +03:00
parent 763ca7ff90
commit 59ee7bc1de
6 changed files with 721 additions and 12 deletions

View File

@@ -4,8 +4,8 @@ import (
"fmt"
"strings"
api_options "github.com/unistack-org/micro-proto/api"
openapiv2_options "github.com/unistack-org/micro-proto/openapiv2"
api_options "go.unistack.org/micro-proto/v3/api"
openapiv2_options "go.unistack.org/micro-proto/v3/openapiv2"
"google.golang.org/protobuf/compiler/protogen"
"google.golang.org/protobuf/proto"
)