diff options
Diffstat (limited to 'weed/filer2/postgres/postgres_store.go')
| -rw-r--r-- | weed/filer2/postgres/postgres_store.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/filer2/postgres/postgres_store.go b/weed/filer2/postgres/postgres_store.go index 63d4f0cb2..ffd3d1e01 100644 --- a/weed/filer2/postgres/postgres_store.go +++ b/weed/filer2/postgres/postgres_store.go @@ -4,9 +4,9 @@ import ( "database/sql" "fmt" - "github.com/joeslay/seaweedfs/weed/filer2" - "github.com/joeslay/seaweedfs/weed/filer2/abstract_sql" - "github.com/joeslay/seaweedfs/weed/util" + "github.com/chrislusf/seaweedfs/weed/filer2" + "github.com/chrislusf/seaweedfs/weed/filer2/abstract_sql" + "github.com/chrislusf/seaweedfs/weed/util" _ "github.com/lib/pq" ) |
