feat(deps)!: switch to Uber's maintained fork of gomock (#4)

This commit is contained in:
2023-10-13 12:00:58 +01:00
committed by GitHub
parent 66c83dc12c
commit 0b9ddc09c5
8 changed files with 9 additions and 32 deletions

View File

@@ -4,9 +4,9 @@ import (
"context"
"testing"
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.uber.org/mock/gomock"
)
func TestAny(t *testing.T) {