build(all): migrate to go.uber.org/mock (#22315)

This commit is contained in:
Shude Li
2024-10-21 09:58:09 +00:00
committed by GitHub
parent 64e6d882c6
commit fc91e76354
154 changed files with 781 additions and 667 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ hubl:
#? mocks: Generate mock file
mocks: $(MOCKS_DIR)
@go install github.com/golang/mock/mockgen@v1.6.0
@go install go.uber.org/mock/mockgen@v0.5.0
sh ./scripts/mockgen.sh
.PHONY: mocks