diff --git a/options.go b/options.go index 65d82fc..6a5e07f 100644 --- a/options.go +++ b/options.go @@ -9,7 +9,7 @@ import ( "github.com/micro/go-micro/registry" "github.com/micro/go-micro/server" "github.com/micro/go-micro/server/debug" - "github.com/micro/go-micro/transport" + "github.com/micro/go-micro/network/transport" "google.golang.org/grpc" "google.golang.org/grpc/encoding" )