module github.com/mop-tracker/mop go 1.15 require ( github.com/Knetic/govaluate v3.0.0+incompatible github.com/PuerkitoBio/goquery v1.8.1 // indirect github.com/antchfx/htmlquery v1.3.0 // indirect github.com/antchfx/xmlquery v1.3.16 // indirect github.com/eclipse/paho.mqtt.golang v1.4.2 // indirect github.com/eiannone/keyboard v0.0.0-20200508000154-caf4b762e807 github.com/gobwas/glob v0.2.3 // indirect github.com/gocolly/colly v1.2.0 // indirect github.com/kennygrant/sanitize v1.2.4 // indirect github.com/mattn/go-runewidth v0.0.13 // indirect github.com/nsf/termbox-go v1.1.1 github.com/olekukonko/tablewriter v0.0.5 // indirect github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect github.com/temoto/robotstxt v1.1.2 // indirect google.golang.org/appengine v1.6.7 // indirect )