diff --git a/go/greeter_server/main.go b/go/greeter_server/main.go
index 231f5c607ba45e7339c54c6e04147d47685ca8f7..c7fa06ad180a8fc41bb407d17e98db4345021188 100644
--- a/go/greeter_server/main.go
+++ b/go/greeter_server/main.go
@@ -37,7 +37,7 @@ import (
 	"log"
 	"net"
 
-	pb "github.com/grpc-common/go/helloworld"
+	pb "github.com/grpc/grpc-common/go/helloworld"
 	"golang.org/x/net/context"
 	"google.golang.org/grpc"
 )