2019-06-09 12:42:12 +03:00
|
|
|
module github.com/Neur0toxine/bash.im-telegram-bot
|
|
|
|
|
|
|
|
go 1.12
|
|
|
|
|
|
|
|
require (
|
2019-06-09 20:16:14 +03:00
|
|
|
github.com/PuerkitoBio/goquery v1.5.0 // indirect
|
|
|
|
github.com/antchfx/htmlquery v1.0.0 // indirect
|
|
|
|
github.com/antchfx/xmlquery v1.0.0 // indirect
|
|
|
|
github.com/antchfx/xpath v1.0.0 // indirect
|
2019-06-09 12:42:12 +03:00
|
|
|
github.com/go-telegram-bot-api/telegram-bot-api v4.6.4+incompatible
|
2019-06-09 20:16:14 +03:00
|
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
|
|
github.com/gocolly/colly v1.2.0
|
2019-06-09 12:42:12 +03:00
|
|
|
github.com/joho/godotenv v1.3.0
|
2019-06-09 20:16:14 +03:00
|
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect
|
|
|
|
github.com/saintfish/chardet v0.0.0-20120816061221-3af4cd4741ca // indirect
|
2019-06-09 12:42:12 +03:00
|
|
|
github.com/technoweenie/multipartstreamer v1.0.1 // indirect
|
2019-06-09 20:16:14 +03:00
|
|
|
github.com/temoto/robotstxt v0.0.0-20180810133444-97ee4a9ee6ea // indirect
|
|
|
|
golang.org/x/net v0.0.0-20190607181551-461777fb6f67 // indirect
|
|
|
|
google.golang.org/appengine v1.6.1 // indirect
|
2019-06-09 12:42:12 +03:00
|
|
|
)
|