1
0
Fork 0
mirror of https://github.com/anyproto/anytype-heart.git synced 2025-06-07 21:37:04 +09:00
anytype-heart/deps/deps.go
2023-07-17 21:16:43 +02:00

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
)