Skip to content

Commit 7aa8c9f

Browse files
authored
remove unused dependency (#1278)
1 parent 7588fcf commit 7aa8c9f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Makefile.tools

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ NFPM = github.com/goreleaser/nfpm/v2/cmd/[email protected]
88
GOTESTCOVERAGE = github.com/vladopajic/go-test-coverage/[email protected]
99
BENCHSTAT = golang.org/x/perf/cmd/[email protected]
1010
BUF = github.com/bufbuild/buf/cmd/[email protected]
11-
PROMTAIL = github.com/prometheus/promtail/cmd/[email protected]
1211

1312
install-tools: ## Install tool dependencies
1413
@echo "Installing Tools"
@@ -23,5 +22,4 @@ install-tools: ## Install tool dependencies
2322
@$(GOINST) $(GOTESTCOVERAGE)
2423
@$(GOINST) $(BENCHSTAT)
2524
@$(GOINST) $(BUF)
26-
@$(GOINST) $(PROMTAIL)
2725
@$(GORUN) $(LEFTHOOK) install

0 commit comments

Comments
 (0)