mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-22 21:06:03 +03:00
10 lines
170 B
Modula-2
10 lines
170 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
|
||
|
gopkg.in/h2non/gock.v1 v1.0.16
|
||
|
)
|