mirror of
https://github.com/retailcrm/api-client-go.git
synced 2024-11-21 20:36:03 +03:00
Neur0toxine
97b1abf470
* refactor library and upgrade version * remove useless environment variable * remove unsupported versions from go.mod * fixes for error handling & data types * different improvements for errors * fixes for types and tests * better coverage, fix error with the unmarshalers
11 lines
208 B
Modula-2
11 lines
208 B
Modula-2
module github.com/retailcrm/api-client-go/v2
|
|
|
|
go 1.13
|
|
|
|
require (
|
|
github.com/google/go-querystring v1.1.0
|
|
github.com/joho/godotenv v1.3.0
|
|
github.com/stretchr/testify v1.7.0
|
|
gopkg.in/h2non/gock.v1 v1.1.2
|
|
)
|