2024-11-06 21:59:49 +03:00
|
|
|
module github.com/opheugene/mg-bot-api-client-go
|
2021-06-11 14:33:44 +03:00
|
|
|
|
|
|
|
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
|
|
|
|
)
|