11 lines
222 B
Modula-2
11 lines
222 B
Modula-2
module github.com/retailcrm/mg-transport-api-client-go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.0.0
|
|
github.com/stretchr/testify v1.4.0
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
|
gopkg.in/yaml.v2 v2.4.0 // indirect
|
|
)
|