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

@@ -4,7 +4,8 @@ import (
"net/http"
"testing"
"github.com/h2non/gock"
"gopkg.in/h2non/gock.v1"
testify "github.com/stretchr/testify/assert"
)