Resolves #4. Fix Gopkg.toml structure, update all outdated dependencies, use middlewares introduced in gorilla/mux 1.6.1, replace gopkg.in/h2non/gock.v1 with it's GitHub link github.com/h2non/gock

This commit is contained in:
ErickSkrauch
2019-05-01 01:47:55 +03:00
parent 8aeb1929b5
commit a81c6fc9f8
6 changed files with 63 additions and 57 deletions

View File

@@ -4,8 +4,8 @@ import (
"net/http"
"testing"
"github.com/h2non/gock"
testify "github.com/stretchr/testify/assert"
"gopkg.in/h2non/gock.v1"
)
func TestSignedTexturesResponse(t *testing.T) {