mirror of
https://github.com/retailcrm/api-client-go.git
synced 2025-04-08 19:42:06 +00:00
* update linter action config & fix for tests * removed deprecate linters from the config * switch to go modules
9 lines
170 B
Modula-2
9 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
|
|
)
|