mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 12:56:04 +03:00
11 lines
227 B
Modula-2
11 lines
227 B
Modula-2
module github.com/retailcrm/api-client-go
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/joho/godotenv v1.3.0
|
|
golang.org/x/xerrors v0.0.0-20191204190536-9bdfabe68543
|
|
gopkg.in/h2non/gock.v1 v1.0.16
|
|
)
|