1
0
mirror of synced 2024-11-22 04:56:06 +03:00
mg-transport-api-client-go/go.mod

11 lines
222 B
Modula-2
Raw Normal View History

module github.com/retailcrm/mg-transport-api-client-go
2022-10-28 12:51:58 +03:00
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
2022-07-19 11:33:27 +03:00
gopkg.in/yaml.v2 v2.4.0 // indirect
)