Neur0toxine
94f238346c
* add processing response from facebook * add receipt message payload * Restore checkFacebookError * add metadata in MessageData * improve optional ProfileFields * Fix conflict with receiving.go while cherry-picking * Add title to payload * Move to Github Actions & new package name * fix for example * remove limit for parallel runs
9 lines
241 B
Modula-2
9 lines
241 B
Modula-2
module github.com/retailcrm/messenger
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/stretchr/testify v1.2.2
|
|
golang.org/x/xerrors v0.0.0-20190717185122-a985d3407aa7
|
|
)
|