Fixup import paths

This commit is contained in:
Asim
2015-05-05 19:05:06 +01:00
parent 480165695c
commit 45a619c2c6
12 changed files with 41 additions and 33 deletions

View File

@@ -5,10 +5,10 @@ import (
"text/tabwriter"
"text/template"
"github.com/asim/go-micro/registry"
"github.com/asim/go-micro/server"
"github.com/asim/go-micro/store"
"github.com/codegangsta/cli"
"github.com/myodc/go-micro/registry"
"github.com/myodc/go-micro/server"
"github.com/myodc/go-micro/store"
)
var (