Upgrade dependencies

This commit is contained in:
ErickSkrauch
2023-12-13 17:29:12 +01:00
parent 1543e98b87
commit d678f61df7
15 changed files with 105 additions and 88 deletions

View File

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