From a6ae65d268d5b147cac317faac6f773a3150fd32 Mon Sep 17 00:00:00 2001 From: Sean Breen Date: Tue, 16 Sep 2025 14:45:44 +0100 Subject: [PATCH] remove unused dependency --- Makefile.tools | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile.tools b/Makefile.tools index 6f745952f..e850a1d02 100644 --- a/Makefile.tools +++ b/Makefile.tools @@ -8,7 +8,6 @@ NFPM = github.com/goreleaser/nfpm/v2/cmd/nfpm@v2.36.1 GOTESTCOVERAGE = github.com/vladopajic/go-test-coverage/v2@v2.10.1 BENCHSTAT = golang.org/x/perf/cmd/benchstat@v0.0.0-20240404204407-f3e401e020e4 BUF = github.com/bufbuild/buf/cmd/buf@v1.30.1 -PROMTAIL = github.com/prometheus/promtail/cmd/promtail@v2.10.0 install-tools: ## Install tool dependencies @echo "Installing Tools" @@ -23,5 +22,4 @@ install-tools: ## Install tool dependencies @$(GOINST) $(GOTESTCOVERAGE) @$(GOINST) $(BENCHSTAT) @$(GOINST) $(BUF) - @$(GOINST) $(PROMTAIL) @$(GORUN) $(LEFTHOOK) install