cli: update go-binddata, fix realize (close #3588) (#3687)

* use a maintained version of go-binddata, fix error in `realize
start`

* run go mod tidy
This commit is contained in:
Aravind 2020-01-13 15:24:41 +05:30 committed by Shahidh K Muhammed
parent 15b6347bb6
commit 204f02fc62
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@ schema:
commands:
install:
status: true
method: go install
watcher:
paths:
- /

View File

@ -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