diff --git a/options.go b/options.go index 3c9d125..65d82fc 100644 --- a/options.go +++ b/options.go @@ -6,10 +6,10 @@ import ( "github.com/micro/go-micro/broker" "github.com/micro/go-micro/codec" - "github.com/micro/go-micro/transport" "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" "google.golang.org/grpc" "google.golang.org/grpc/encoding" )