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:
Michael Crosby
2018-06-27 17:32:37 -04:00
parent 530a70d668
commit 4b957e7112
6 changed files with 32 additions and 50 deletions

View File

@@ -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);