Julien Riou
5ac5f78ae2
This commit introduces the Amazon support with calls to the Product Advertising API (PA API). For now, I was only able to use the "www.amazon.fr" marketplace. I will add more marketplaces when my Amazon Associate accounts will be validated. Signed-off-by: Julien Riou <julien@riou.xyz>
15 lines
436 B
Modula-2
15 lines
436 B
Modula-2
module github.com/jouir/restockbot
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/MontFerret/ferret v0.13.0
|
|
github.com/dghubble/go-twitter v0.0.0-20201011215211-4b180d0cc78d
|
|
github.com/dghubble/oauth1 v0.7.0
|
|
github.com/go-telegram-bot-api/telegram-bot-api/v5 v5.0.0-rc1
|
|
github.com/gorilla/mux v1.8.0
|
|
github.com/sirupsen/logrus v1.8.0
|
|
github.com/spiegel-im-spiegel/pa-api v0.9.0 // indirect
|
|
gorm.io/driver/sqlite v1.1.4
|
|
gorm.io/gorm v1.20.12
|
|
)
|