From 7b4377ad9d8a7205416df8d6217ef2b010f89481 Mon Sep 17 00:00:00 2001 From: Taras Madan Date: Wed, 22 Jan 2025 16:07:17 +0100 Subject: vendor: delete --- vendor/github.com/chigopher/pathlib/Makefile | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 vendor/github.com/chigopher/pathlib/Makefile (limited to 'vendor/github.com/chigopher/pathlib/Makefile') diff --git a/vendor/github.com/chigopher/pathlib/Makefile b/vendor/github.com/chigopher/pathlib/Makefile deleted file mode 100644 index 262cbaa02..000000000 --- a/vendor/github.com/chigopher/pathlib/Makefile +++ /dev/null @@ -1,23 +0,0 @@ -SHELL=bash - -.PHONY: all -all: fmt mocks test install docker - -.PHONY: fmt -fmt: - go fmt ./... - -.PHONY: test -test: - go test -v -coverprofile=coverage.txt ./... - -.PHONY: test.ci -test.ci: test fmt - -.PHONY: lint -lint: - go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.52.2 run - -.PHONY: clean -clean: - rm -rf mocks \ No newline at end of file -- cgit mrf-deployment