Replace mock module with go.uber.org/mock (#1673)

Signed-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
Signed-off-by: James Humphries <james@james-humphries.co.uk>
Co-authored-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>
This commit is contained in:
James Humphries
2025-01-10 13:29:20 +00:00
committed by GitHub
parent 7435a49e4a
commit c1f1008723
19 changed files with 274 additions and 172 deletions

View File

@@ -9,9 +9,9 @@
package tools
import (
_ "github.com/golang/mock/mockgen"
_ "github.com/mitchellh/gox"
_ "github.com/nishanths/exhaustive"
_ "go.uber.org/mock/mockgen"
_ "golang.org/x/tools/cmd/stringer"
_ "google.golang.org/grpc/cmd/protoc-gen-go-grpc"
_ "honnef.co/go/tools/cmd/staticcheck"