diff options
Diffstat (limited to 'internal/regulation/regulator_test.go')
| -rw-r--r-- | internal/regulation/regulator_test.go | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/regulation/regulator_test.go b/internal/regulation/regulator_test.go index 536d674ae..55b783889 100644 --- a/internal/regulation/regulator_test.go +++ b/internal/regulation/regulator_test.go @@ -6,10 +6,10 @@ import (  	"testing"  	"time" -	"github.com/golang/mock/gomock"  	"github.com/stretchr/testify/assert"  	"github.com/stretchr/testify/suite"  	"github.com/valyala/fasthttp" +	"go.uber.org/mock/gomock"  	"github.com/authelia/authelia/v4/internal/configuration/schema"  	"github.com/authelia/authelia/v4/internal/mocks"  | 
