mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-09 17:45:03 +09:00
switch to uber/gomock
This commit is contained in:
parent
648aa15b55
commit
ef128dd33f
46 changed files with 51 additions and 51 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
app "github.com/anyproto/any-sync/app"
|
||||
objecttree "github.com/anyproto/any-sync/commonspace/object/tree/objecttree"
|
||||
treemanager "github.com/anyproto/any-sync/commonspace/object/treemanager"
|
||||
gomock "github.com/golang/mock/gomock"
|
||||
gomock "go.uber.org/mock/gomock"
|
||||
)
|
||||
|
||||
// MockTreeManager is a mock of TreeManager interface.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue