Use go.uber.org/mock instead of github.com/golang/mock and rerun mock generation

This commit is contained in:
Joshua Casey
2024-03-11 13:42:30 -05:00
parent 135eab037e
commit bc8aebeffe
34 changed files with 122 additions and 79 deletions

View File

@@ -22,9 +22,9 @@ import (
"time"
"github.com/coreos/go-oidc/v3/oidc"
"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"go.uber.org/mock/gomock"
"golang.org/x/oauth2"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/klog/v2"