first commit

This commit is contained in:
2020-01-15 13:35:30 +01:00
commit c9cd268366
15 changed files with 1884 additions and 0 deletions

20
go.mod Normal file
View File

@@ -0,0 +1,20 @@
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/mailru/easyjson v0.7.0
github.com/maki5/gokogiri v0.0.0-20191003120346-46b5f56d0756
github.com/microcosm-cc/bluemonday v1.0.2
github.com/robfig/cron v1.2.0
github.com/robfig/cron/v3 v3.0.1
github.com/spf13/viper v1.6.1
gopkg.in/xmlpath.v2 v2.0.0-20150820204837-860cbeca3ebc
mvdan.cc/xurls/v2 v2.1.0
)