mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-04 05:33:32 +03:00
change import for gock module
This commit is contained in:
parent
a965982498
commit
141873cc9f
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
- name: Get dependencies
|
||||
run: |
|
||||
go get -v github.com/google/go-querystring/query
|
||||
go get -v github.com/h2non/gock
|
||||
go get -v gopkg.in/h2non/gock.v1
|
||||
go get -v github.com/joho/godotenv
|
||||
go get -v github.com/retailcrm/api-client-go/errs
|
||||
cp .env.dist .env
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
- name: Get dependencies
|
||||
run: |
|
||||
go get -v github.com/google/go-querystring/query
|
||||
go get -v github.com/h2non/gock
|
||||
go get -v gopkg.in/h2non/gock.v1
|
||||
go get -v github.com/joho/godotenv
|
||||
go get -v github.com/retailcrm/api-client-go/errs
|
||||
cp .env.dist .env
|
||||
|
|
|
@ -15,8 +15,8 @@ import (
|
|||
"testing"
|
||||
"time"
|
||||
|
||||
"github.com/h2non/gock"
|
||||
"github.com/joho/godotenv"
|
||||
"gopkg.in/h2non/gock.v1"
|
||||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
|
|
Loading…
Add table
Reference in a new issue