8000 remove unused dependency (#1278) · nginx/agent@7aa8c9f · GitHub
[go: up one dir, main page]

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/nfpm@v2.36.1
88
GOTESTCOVERAGE = github.com/vladopajic/go-test-coverage/v2@v2.10.1
99
BENCHSTAT = golang.org/x/perf/cmd/benchstat@v0.0.0-20240404204407-f3e401e020e4
1010
BUF = github.com/bufbuild/buf/cmd/buf@v1.30.1
11-
PROMTAIL = github.com/prometheus/promtail/cmd/promtail@v2.10.0
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)
0