mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +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:
|
commands:
|
||||||
install:
|
install:
|
||||||
status: true
|
status: true
|
||||||
|
method: go install
|
||||||
watcher:
|
watcher:
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
|
@ -20,7 +20,7 @@ ifndef HAS_GOX
|
|||||||
go get github.com/mitchellh/gox
|
go get github.com/mitchellh/gox
|
||||||
endif
|
endif
|
||||||
ifndef HAS_BINDATA
|
ifndef HAS_BINDATA
|
||||||
go get github.com/hasura/go-bindata/go-bindata
|
go get github.com/kevinburke/go-bindata/...
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# build cli locally, for all given platform/arch
|
# build cli locally, for all given platform/arch
|
||||||
|
Loading…
Reference in New Issue
Block a user