You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mop/go.mod

22 lines
826 B

4 years ago
module github.com/mop-tracker/mop
go 1.15
3 years ago
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
3 years ago
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
3 years ago
)