summaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2022-01-14 18:16:05 -0500
committerGitHub <noreply@github.com>2022-01-14 18:16:05 -0500
commit84145e45c50130922fae9055535ab5ea0378e1d4 (patch)
treefce077a5ae462840bb876ace79aca42abab29ed7 /modules
parent2b16ca7c773de278ba01f122dc6f9f43d7534c52 (diff)
downloadgitea-84145e45c50130922fae9055535ab5ea0378e1d4.tar.gz
gitea-84145e45c50130922fae9055535ab5ea0378e1d4.zip
Remove golang vendored directory (#18277)
* rm go vendor * fix drone yaml * add to gitignore
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