Files
hw-fbbot/go.mod
2020-01-15 15:36:20 +01:00

17 lines
499 B
Modula-2

module git.deineagentur.com/Jomaar/fbBot
go 1.13
require (
github.com/PuerkitoBio/goquery v1.5.0
github.com/chromedp/cdproto v0.0.0-20191114225735-6626966fbae4
github.com/chromedp/chromedp v0.5.2
github.com/fsnotify/fsnotify v1.4.7
github.com/jbowtie/gokogiri v0.0.0-20190301021639-37f655d3078f
github.com/lunny/html2md v0.0.0-20181018071239-7d234de44546
github.com/microcosm-cc/bluemonday v1.0.2
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/viper v1.6.1
mvdan.cc/xurls/v2 v2.1.0
)