diff --git a/options.go b/options.go index e1c2efc..3c9d125 100644 --- a/options.go +++ b/options.go @@ -6,7 +6,7 @@ import ( "github.com/micro/go-micro/broker" "github.com/micro/go-micro/codec" - "github.com/micro/go-micro/network/transport" + "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"