aboutsummaryrefslogtreecommitdiff
path: root/weed/query/json/query_json.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/query/json/query_json.go')
-rw-r--r--weed/query/json/query_json.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/query/json/query_json.go b/weed/query/json/query_json.go
index 46f3b1b56..7492205be 100644
--- a/weed/query/json/query_json.go
+++ b/weed/query/json/query_json.go
@@ -3,7 +3,7 @@ package json
import (
"strconv"
- "github.com/chrislusf/seaweedfs/weed/query/sqltypes"
+ "github.com/seaweedfs/seaweedfs/weed/query/sqltypes"
"github.com/tidwall/gjson"
"github.com/tidwall/match"
)