mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-12 04:55:59 +08:00
zap
This commit is contained in:
Vendored
-2
@@ -2,8 +2,6 @@ package cache
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/db/relation"
|
"OpenIM/pkg/common/db/relation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
|
||||||
"context"
|
"context"
|
||||||
"github.com/dtm-labs/rockscache"
|
"github.com/dtm-labs/rockscache"
|
||||||
"github.com/go-redis/redis/v8"
|
"github.com/go-redis/redis/v8"
|
||||||
|
|||||||
Vendored
-1
@@ -3,7 +3,6 @@ package cache
|
|||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/db/relation"
|
"OpenIM/pkg/common/db/relation"
|
||||||
relationTb "OpenIM/pkg/common/db/table/relation"
|
relationTb "OpenIM/pkg/common/db/table/relation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"github.com/dtm-labs/rockscache"
|
"github.com/dtm-labs/rockscache"
|
||||||
|
|||||||
-1
@@ -2,7 +2,6 @@ package cache
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/db/table/unrelation"
|
"OpenIM/pkg/common/db/table/unrelation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"github.com/dtm-labs/rockscache"
|
"github.com/dtm-labs/rockscache"
|
||||||
|
|||||||
Vendored
-1
@@ -3,7 +3,6 @@ package cache
|
|||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/db/relation"
|
"OpenIM/pkg/common/db/relation"
|
||||||
relationTb "OpenIM/pkg/common/db/table/relation"
|
relationTb "OpenIM/pkg/common/db/table/relation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
|
|||||||
Vendored
-1
@@ -3,7 +3,6 @@ package cache
|
|||||||
import (
|
import (
|
||||||
relationTb "OpenIM/pkg/common/db/table/relation"
|
relationTb "OpenIM/pkg/common/db/table/relation"
|
||||||
unrelation2 "OpenIM/pkg/common/db/table/unrelation"
|
unrelation2 "OpenIM/pkg/common/db/table/unrelation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"github.com/dtm-labs/rockscache"
|
"github.com/dtm-labs/rockscache"
|
||||||
|
|||||||
@@ -5,7 +5,6 @@ import (
|
|||||||
"OpenIM/pkg/common/db/obj"
|
"OpenIM/pkg/common/db/obj"
|
||||||
"OpenIM/pkg/common/db/table/relation"
|
"OpenIM/pkg/common/db/table/relation"
|
||||||
"OpenIM/pkg/common/log"
|
"OpenIM/pkg/common/log"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/proto/third"
|
"OpenIM/pkg/proto/third"
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ package relation
|
|||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/constant"
|
"OpenIM/pkg/common/constant"
|
||||||
"OpenIM/pkg/common/db/table/relation"
|
"OpenIM/pkg/common/db/table/relation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ package relation
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/db/table/relation"
|
"OpenIM/pkg/common/db/table/relation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ package relation
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/db/table/relation"
|
"OpenIM/pkg/common/db/table/relation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ package relation
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/db/table/relation"
|
"OpenIM/pkg/common/db/table/relation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ package relation
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/db/table/relation"
|
"OpenIM/pkg/common/db/table/relation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ package relation
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/db/table/relation"
|
"OpenIM/pkg/common/db/table/relation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ package relation
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"OpenIM/pkg/common/db/table/relation"
|
"OpenIM/pkg/common/db/table/relation"
|
||||||
"OpenIM/pkg/common/tracelog"
|
|
||||||
"OpenIM/pkg/utils"
|
"OpenIM/pkg/utils"
|
||||||
"context"
|
"context"
|
||||||
"gorm.io/gorm"
|
"gorm.io/gorm"
|
||||||
|
|||||||
Reference in New Issue
Block a user