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-08-17 10:43:14 +05:00

8 lines
321 B
Go

package deps
import (
_ "github.com/pseudomuto/protoc-gen-doc/extensions/google_api_http"
_ "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
)