Explorar el Código

embed: change import path to 'grpc-ecosystem'

Gyu-Ho Lee hace 10 años
padre
commit
b2b98399fb
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      embed/serve.go

+ 1 - 1
embed/serve.go

@@ -29,7 +29,7 @@ import (
 	"github.com/coreos/etcd/pkg/transport"
 
 	"github.com/cockroachdb/cmux"
-	gw "github.com/gengo/grpc-gateway/runtime"
+	gw "github.com/grpc-ecosystem/grpc-gateway/runtime"
 	"golang.org/x/net/context"
 	"google.golang.org/grpc"
 	"google.golang.org/grpc/credentials"