1
0
mirror of synced 2024-11-21 20:46:05 +03:00
mg-transport-api-client-go/go.mod
Neur0toxine 1306d648f6
Mock data in tests (#76)
* mock all data in tests
* update test matrix config
2021-11-22 16:08:53 +03:00

10 lines
185 B
Modula-2

module github.com/retailcrm/mg-transport-api-client-go
go 1.11
require (
github.com/google/go-querystring v1.0.0
github.com/stretchr/testify v1.4.0
gopkg.in/h2non/gock.v1 v1.1.2
)