mirror of
https://github.com/retailcrm/mg-bot-api-client-go.git
synced 2024-11-21 12:26:06 +03:00
11 lines
212 B
Modula-2
11 lines
212 B
Modula-2
|
module github.com/retailcrm/mg-bot-api-client-go
|
||
|
|
||
|
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.0
|
||
|
)
|