Swap imports to use joeslay

This commit is contained in:
j.laycock
2019-09-02 11:28:40 +01:00
parent 1e62a2b233
commit 595a1beff0
238 changed files with 723 additions and 723 deletions

View File

@@ -4,9 +4,9 @@ import (
"database/sql"
"fmt"
"github.com/chrislusf/seaweedfs/weed/filer2"
"github.com/chrislusf/seaweedfs/weed/filer2/abstract_sql"
"github.com/chrislusf/seaweedfs/weed/util"
"github.com/joeslay/seaweedfs/weed/filer2"
"github.com/joeslay/seaweedfs/weed/filer2/abstract_sql"
"github.com/joeslay/seaweedfs/weed/util"
_ "github.com/lib/pq"
)