From 3ac1ee16f377d31a0fb80c8dae28b6239ac4229e Mon Sep 17 00:00:00 2001 From: Terin Stock Date: Sun, 9 Mar 2025 17:47:56 +0100 Subject: [chore] remove vendor --- vendor/github.com/go-playground/form/v4/Makefile | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 vendor/github.com/go-playground/form/v4/Makefile (limited to 'vendor/github.com/go-playground/form/v4/Makefile') diff --git a/vendor/github.com/go-playground/form/v4/Makefile b/vendor/github.com/go-playground/form/v4/Makefile deleted file mode 100644 index 0ff37bce2..000000000 --- a/vendor/github.com/go-playground/form/v4/Makefile +++ /dev/null @@ -1,13 +0,0 @@ -all: lint test bench - -lint: - golangci-lint run --timeout 5m - -test: - go test -covermode=atomic -race ./... - -bench: - go test -bench=. -benchmem ./... - -.PHONY: test lint bench -.DEFAULT_GOAL := all -- cgit v1.3