2020-04-07 16:34:40 +03:00
|
|
|
module github.com/retailcrm/mg-transport-api-client-go
|
|
|
|
|
2024-02-12 14:31:57 +03:00
|
|
|
go 1.22
|
2020-04-07 16:34:40 +03:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/google/go-querystring v1.0.0
|
2024-02-12 14:31:57 +03:00
|
|
|
github.com/stretchr/testify v1.8.1
|
2021-11-22 16:08:53 +03:00
|
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
2024-02-12 14:31:57 +03:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
|
|
github.com/h2non/parth v0.0.0-20190131123155-b4df798d6542 // indirect
|
|
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
2020-04-07 16:34:40 +03:00
|
|
|
)
|