From 6da137cd4ac4068f87780956a666b19ff31fa8f3 Mon Sep 17 00:00:00 2001 From: kolaente Date: Tue, 30 Jun 2020 17:09:18 +0200 Subject: [PATCH] Remove go mod vendor todo from pr template now that we don't keep dependencies in the repo anymore --- .gitea/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitea/pull_request_template.md b/.gitea/pull_request_template.md index bdb0e23393..36228f5af8 100644 --- a/.gitea/pull_request_template.md +++ b/.gitea/pull_request_template.md @@ -5,7 +5,6 @@ # Checklist * [ ] I added or improved tests -* [ ] I pushed new or updated dependencies to the repo using `go mod vendor` * [ ] I added or improved docs for my feature * [ ] Swagger (including `make do-the-swag`) * [ ] Error codes