From 204f02fc62414c210c6893cbb4b9a2f0bc4c6bf2 Mon Sep 17 00:00:00 2001 From: Aravind Date: Mon, 13 Jan 2020 15:24:41 +0530 Subject: [PATCH] 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 --- cli/.realize.yaml | 1 + cli/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cli/.realize.yaml b/cli/.realize.yaml index 5fcbe5ddd4e..d9f9d4a319c 100755 --- a/cli/.realize.yaml +++ b/cli/.realize.yaml @@ -23,6 +23,7 @@ schema: commands: install: status: true + method: go install watcher: paths: - / diff --git a/cli/Makefile b/cli/Makefile index a7fd6b82ba7..42c15904ed5 100644 --- a/cli/Makefile +++ b/cli/Makefile @@ -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