update protobuf

This commit is contained in:
Willy Kloucek
2021-10-14 15:56:19 +02:00
parent db2c4d8bb1
commit cbac7e0052
8 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package proto
import (
"context"
"github.com/golang/protobuf/ptypes/empty"
empty "github.com/golang/protobuf/ptypes/empty"
"go-micro.dev/v4/client"
)