chore(tests): migrate to use go.uber.org/mock instead of github.com/golang/mock

This commit is contained in:
Quentin McGaw
2026-07-19 13:16:15 +00:00
parent e7b304d0b4
commit 08e0403d2b
53 changed files with 492 additions and 382 deletions
+1 -1
View File
@@ -8,11 +8,11 @@ import (
"testing"
"time"
gomock "github.com/golang/mock/gomock"
"github.com/qdm12/gluetun/internal/netlink"
"github.com/qdm12/gluetun/internal/pmtud/constants"
"github.com/qdm12/gluetun/internal/pmtud/ip"
"github.com/stretchr/testify/require"
gomock "go.uber.org/mock/gomock"
)
func Test_runTest(t *testing.T) {