mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-07 21:37:04 +09:00
Fix imports
This commit is contained in:
parent
e48faa6340
commit
09dfa3ce03
3 changed files with 3 additions and 3 deletions
|
@ -10,11 +10,11 @@ import (
|
|||
|
||||
"github.com/anyproto/anytype-heart/core/block/simple"
|
||||
"github.com/anyproto/anytype-heart/core/block/simple/dataview"
|
||||
"github.com/anyproto/anytype-heart/core/domain"
|
||||
"github.com/anyproto/anytype-heart/pb"
|
||||
"github.com/anyproto/anytype-heart/pkg/lib/pb/model"
|
||||
"github.com/anyproto/anytype-heart/util/pbtypes"
|
||||
|
||||
"github.com/anyproto/anytype-heart/core/domain"
|
||||
. "github.com/anyproto/anytype-heart/tests/blockbuilder"
|
||||
)
|
||||
|
||||
|
|
|
@ -12,10 +12,10 @@ import (
|
|||
"github.com/samber/lo"
|
||||
"golang.org/x/exp/slices"
|
||||
|
||||
"github.com/anyproto/anytype-heart/core/domain"
|
||||
"github.com/anyproto/anytype-heart/pkg/lib/localstore/addr"
|
||||
"github.com/anyproto/anytype-heart/util/strutil"
|
||||
|
||||
"github.com/anyproto/anytype-heart/core/domain"
|
||||
. "github.com/dave/jennifer/jen"
|
||||
)
|
||||
|
||||
|
|
|
@ -5,12 +5,12 @@ package tests
|
|||
import (
|
||||
"github.com/gogo/protobuf/types"
|
||||
|
||||
"github.com/anyproto/anytype-heart/core/domain"
|
||||
"github.com/anyproto/anytype-heart/pb"
|
||||
"github.com/anyproto/anytype-heart/pkg/lib/bundle"
|
||||
"github.com/anyproto/anytype-heart/pkg/lib/pb/model"
|
||||
"github.com/anyproto/anytype-heart/util/pbtypes"
|
||||
|
||||
"github.com/anyproto/anytype-heart/core/domain"
|
||||
. "github.com/anyproto/anytype-heart/tests/blockbuilder"
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue