From b1af8fd87760b34e3ff2fd3bda38f211815a0473 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 07dbdc029..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 -run=NONE -bench=. -benchmem ./... - -.PHONY: test lint bench -.DEFAULT_GOAL := all -- cgit v1.3