Skip to content

Commit

Permalink
chore(deps): bump tparse to v0.11.1
Browse files Browse the repository at this point in the history
Signed-off-by: Dominic Evans <[email protected]>
  • Loading branch information
dnwe committed Dec 27, 2024
1 parent 4714324 commit e5d4a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5d4a45

Please sign in to comment.