Update imports and references for containerd
This updates the references and imports for the move into the containerd org. Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -5,7 +5,7 @@ package ttrpc.example.v1;
|
||||
import "google/protobuf/empty.proto";
|
||||
import "gogoproto/gogo.proto";
|
||||
|
||||
option go_package = "github.com/stevvooe/ttrpc/example;example";
|
||||
option go_package = "github.com/containerd/ttrpc/example;example";
|
||||
|
||||
service Example {
|
||||
rpc Method1(Method1Request) returns (Method1Response);
|
||||
|
||||
Reference in New Issue
Block a user