mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-13 19:33:55 +03:00
* use a maintained version of go-binddata, fix error in `realize start` * run go mod tidy
This commit is contained in:
parent
15b6347bb6
commit
204f02fc62
@ -23,6 +23,7 @@ schema:
|
||||
commands:
|
||||
install:
|
||||
status: true
|
||||
method: go install
|
||||
watcher:
|
||||
paths:
|
||||
- /
|
||||
|
@ -20,7 +20,7 @@ ifndef HAS_GOX
|
||||
go get github.com/mitchellh/gox
|
||||
endif
|
||||
ifndef HAS_BINDATA
|
||||
go get github.com/hasura/go-bindata/go-bindata
|
||||
go get github.com/kevinburke/go-bindata/...
|
||||
endif
|
||||
|
||||
# build cli locally, for all given platform/arch
|
||||
|
Loading…
Reference in New Issue
Block a user