aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/postgres
diff options
context:
space:
mode:
Diffstat (limited to 'weed/filer2/postgres')
-rw-r--r--weed/filer2/postgres/postgres_store.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/weed/filer2/postgres/postgres_store.go b/weed/filer2/postgres/postgres_store.go
index 19d97b443..3bec55def 100644
--- a/weed/filer2/postgres/postgres_store.go
+++ b/weed/filer2/postgres/postgres_store.go
@@ -1,13 +1,13 @@
package postgres
import (
- "fmt"
"database/sql"
+ "fmt"
"github.com/chrislusf/seaweedfs/weed/filer2"
- "github.com/spf13/viper"
- _ "github.com/lib/pq"
"github.com/chrislusf/seaweedfs/weed/filer2/abstract_sql"
+ _ "github.com/lib/pq"
+ "github.com/spf13/viper"
)
const (