1
0
Fork 0
mirror of https://github.com/anyproto/any-sync.git synced 2025-06-08 05:57:03 +09:00

switch to uber/gomock

This commit is contained in:
Sergey Cherepanov 2023-07-10 15:40:56 +02:00
parent 648aa15b55
commit ef128dd33f
No known key found for this signature in database
GPG key ID: 87F8EDE8FBDF637C
46 changed files with 51 additions and 51 deletions

View file

@ -13,7 +13,7 @@ import (
objecttree "github.com/anyproto/any-sync/commonspace/object/tree/objecttree"
treechangeproto "github.com/anyproto/any-sync/commonspace/object/tree/treechangeproto"
treestorage "github.com/anyproto/any-sync/commonspace/object/tree/treestorage"
gomock "github.com/golang/mock/gomock"
gomock "go.uber.org/mock/gomock"
)
// MockObjectTree is a mock of ObjectTree interface.