From e5d4a45ad3b3b095e015fe99ee8a47f3166af52b Mon Sep 17 00:00:00 2001 From: Dominic Evans Date: Fri, 27 Dec 2024 16:10:24 +0100 Subject: [PATCH] chore(deps): bump tparse to v0.11.1 Signed-off-by: Dominic Evans --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7cefc2a2c..ba6f46e41 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ FILES := $(shell find . -name '*.go' -type f -not -name '*.pb.go' -not -name TESTS := $(shell find . -name '*.go' -type f -not -name '*.pb.go' -not -name '*_generated.go' -name '*_test.go') $(GOBIN)/tparse: - GOBIN=$(GOBIN) go install github.com/mfridman/tparse@v0.11.1 + GOBIN=$(GOBIN) go install github.com/mfridman/tparse@v0.16.0 get: $(GO) get ./... $(GO) mod verify