mirror of
https://github.com/anyproto/anytype-heart.git
synced 2025-06-07 21:37:04 +09:00
8 lines
321 B
Go
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
|
|
)
|