Resolves #27. Replace import of the gock with gopkg.in/h2non/gock.v1

This commit is contained in:
ErickSkrauch
2020-08-21 18:12:31 +03:00
parent 37cc8cda32
commit 60774b6b72
4 changed files with 15 additions and 13 deletions

View File

@@ -6,7 +6,8 @@ import (
. "net/url"
"testing"
"github.com/h2non/gock"
"gopkg.in/h2non/gock.v1"
"github.com/stretchr/testify/mock"
"github.com/stretchr/testify/suite"
)