Move testlib to internal

This commit is contained in:
9seconds
2021-04-02 21:32:06 +03:00
parent 2fe04c7c9b
commit 24fdec6694
19 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -10,10 +10,10 @@ import (
"testing"
"time"
"github.com/9seconds/mtg/v2/internal/testlib"
"github.com/9seconds/mtg/v2/ipblocklist"
"github.com/9seconds/mtg/v2/logger"
"github.com/9seconds/mtg/v2/network"
"github.com/9seconds/mtg/v2/testlib"
"github.com/jarcoal/httpmock"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/suite"