Skip to content

Commit

Permalink
chore: makefile - add tparse to dev tools (#199)
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fiedorowicz <mfiedorowicz@netboxlabs.com>
  • Loading branch information
mfiedorowicz authored Dec 9, 2024
1 parent c10c080 commit 92c3751
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diode-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ install-dev-tools:
@go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest
@go install github.com/vektra/mockery/v2@latest
@go install github.com/sqlc-dev/sqlc/cmd/sqlc@latest
@go install github.com/mfridman/tparse@latest

.PHONY: deps
deps:
Expand Down

0 comments on commit 92c3751

Please sign in to comment.