2020-04-07 16:34:40 +03:00
|
|
|
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
|
2021-11-22 16:08:53 +03:00
|
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
2020-04-07 16:34:40 +03:00
|
|
|
)
|