mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-07 21:37:04 +09:00
8 lines
287 B
Go
8 lines
287 B
Go
package deps
|
|
|
|
import (
|
|
_ "github.com/golang/mock/sample"
|
|
_ "github.com/vektra/mockery/v2/cmd"
|
|
// _ "github.com/ahmetb/govvv" // import govvv so it can be installed with make setup-go
|
|
_ "golang.org/x/mobile/bind" // import gomobile so it will be installed with make setup-gomobile
|
|
)
|