api-client-go/go.mod
Neur0toxine 03fc70d679
Switch to go modules & update linter config (#49)
* update linter action config & fix for tests
* removed deprecate linters from the config
* switch to go modules
2021-04-16 14:25:25 +03:00

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
)