From 707773135606ab2b67c63b5bac770d898a906770 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Mon, 24 Jun 2019 20:58:05 -0600 Subject: [PATCH] add missing -mod=vendor --- cmd/install/install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/install/install.go b/cmd/install/install.go index 0c6a838..4a40854 100644 --- a/cmd/install/install.go +++ b/cmd/install/install.go @@ -1,4 +1,4 @@ -//go:generate go run github.com/UnnoTed/fileb0x b0x.toml +//go:generate go run -mod=vendor github.com/UnnoTed/fileb0x b0x.toml // I'm prototyping this out to be useful for more than just watchdog // hence there are a few unnecessary things for the sake of the trying it out