build: switch mockgen to Uber fork

This commit is contained in:
Vincent Bernat
2024-01-14 10:33:17 +01:00
parent 98b603b652
commit 0792290316
13 changed files with 18 additions and 15 deletions

View File

@@ -10,7 +10,7 @@ import (
"akvorado/common/helpers"
"github.com/golang/mock/gomock"
"go.uber.org/mock/gomock"
)
func TestRefreshFlowsTables(t *testing.T) {