Skip to content

Commit

Permalink
add new mockgen to tools make target
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Oct 21, 2024
1 parent 27e558a commit a2af2c5
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 @@ -5,7 +5,7 @@ run-generators: gen-mocks gen-api gen-protobuf
install-tools:
go install github.com/oapi-codegen/oapi-codegen/v2/cmd/oapi-codegen@v2.4.1
go install google.golang.org/protobuf/cmd/protoc-gen-go@v1.34.2
go install go.uber.org/mock/mockgen@v0.4.0
go install go.uber.org/mock/mockgen@v0.5.0
go install google.golang.org/grpc/cmd/protoc-gen-go-grpc@v1.5.1
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.61.0

Expand Down

0 comments on commit a2af2c5

Please sign in to comment.