summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/options/options_bindata.go2
-rw-r--r--modules/public/public_bindata.go2
-rw-r--r--modules/templates/templates_bindata.go2
3 files changed, 3 insertions, 3 deletions
diff --git a/modules/options/options_bindata.go b/modules/options/options_bindata.go
index 64da772c6f..921e15ab38 100644
--- a/modules/options/options_bindata.go
+++ b/modules/options/options_bindata.go
@@ -7,4 +7,4 @@
package options
-//go:generate go run -mod=vendor ../../build/generate-bindata.go ../../options options bindata.go
+//go:generate go run ../../build/generate-bindata.go ../../options options bindata.go
diff --git a/modules/public/public_bindata.go b/modules/public/public_bindata.go
index c5485b7cc0..25c3c0d2a1 100644
--- a/modules/public/public_bindata.go
+++ b/modules/public/public_bindata.go
@@ -7,4 +7,4 @@
package public
-//go:generate go run -mod=vendor ../../build/generate-bindata.go ../../public public bindata.go true
+//go:generate go run ../../build/generate-bindata.go ../../public public bindata.go true
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