From 01c9402eacfd64ae7f771bdbbd0044364c6dbe47 Mon Sep 17 00:00:00 2001 From: Jay Date: Mon, 22 Feb 2021 10:59:31 +0800 Subject: [PATCH] fix missing dep --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 514c153..dbbbefc 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ .PHONY: clean build build: - GO111MODULE=off go get -u github.com/otakukaze/go-bindata/... + GO111MODULE=off go get -u github.com/go-bindata/go-bindata/... go-bindata -pkg schema -ignore .git -o module/schema/static.go schema/ GOOS=linux go build -o mtfosbot -ldflags "-s -w" .