From 0142a462568d96779c8fe0a511d180a4e64854e7 Mon Sep 17 00:00:00 2001 From: Felix Pojtinger Date: Mon, 20 Dec 2021 11:26:06 +0100 Subject: [PATCH] build: Add `go-bindata` to `go:generate` dependencies --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index a8e0379..f31b748 100644 --- a/Makefile +++ b/Makefile @@ -40,5 +40,6 @@ depend: go install github.com/rubenv/sql-migrate/sql-migrate@latest go install github.com/volatiletech/sqlboiler/v4@latest go install github.com/volatiletech/sqlboiler-sqlite3@latest + go install github.com/jteeuwen/go-bindata/go-bindata@latest sql-migrate up -env="production" -config configs/sql-migrate/metadata.yaml go generate ./... \ No newline at end of file