From 84145e45c50130922fae9055535ab5ea0378e1d4 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Fri, 14 Jan 2022 18:16:05 -0500 Subject: Remove golang vendored directory (#18277) * rm go vendor * fix drone yaml * add to gitignore --- modules/templates/templates_bindata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/templates/templates_bindata.go') diff --git a/modules/templates/templates_bindata.go b/modules/templates/templates_bindata.go index 95f71d0042..5b59e4447e 100644 --- a/modules/templates/templates_bindata.go +++ b/modules/templates/templates_bindata.go @@ -7,4 +7,4 @@ package templates -//go:generate go run -mod=vendor ../../build/generate-bindata.go ../../templates templates bindata.go true +//go:generate go run ../../build/generate-bindata.go ../../templates templates bindata.go true -- cgit v1.2.3