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 Jan 6, 2025
1 parent ab8a266 commit bafe476
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 bafe476

Please sign in to comment.