From 26dbc6c905189ec471801447e382473ed5b15073 Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 29 Jul 2022 00:17:28 -0700 Subject: move to https://github.com/seaweedfs/seaweedfs --- weed/filer/postgres/postgres_store.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'weed/filer/postgres/postgres_store.go') diff --git a/weed/filer/postgres/postgres_store.go b/weed/filer/postgres/postgres_store.go index a1e16a92a..ed38babcd 100644 --- a/weed/filer/postgres/postgres_store.go +++ b/weed/filer/postgres/postgres_store.go @@ -5,10 +5,10 @@ import ( "fmt" "time" - "github.com/chrislusf/seaweedfs/weed/filer" - "github.com/chrislusf/seaweedfs/weed/filer/abstract_sql" - "github.com/chrislusf/seaweedfs/weed/util" _ "github.com/lib/pq" + "github.com/seaweedfs/seaweedfs/weed/filer" + "github.com/seaweedfs/seaweedfs/weed/filer/abstract_sql" + "github.com/seaweedfs/seaweedfs/weed/util" ) const ( -- cgit v1.2.3