muraena/go.mod
Giuseppe Trotta 728d3454ed
Bump dependencies 📈
2021-06-06 19:48:07 +02:00

39 lines
1.6 KiB
Modula-2

module github.com/muraenateam/muraena
go 1.14
require (
github.com/PuerkitoBio/goquery v1.6.1 // indirect
github.com/antchfx/xmlquery v1.3.6 // indirect
github.com/antchfx/xpath v1.2.0 // indirect
github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
github.com/dsnet/compress v0.0.1
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
github.com/evilsocket/islazy v1.10.6
github.com/fsnotify/fsnotify v1.4.9
github.com/gocolly/colly/v2 v2.1.0
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/gomodule/redigo v1.8.4
github.com/icza/abcsort v0.0.0-20200205092219-4432c47095bf
github.com/kellydunn/golang-geo v0.7.0
github.com/kylelemons/go-gypsy v1.0.0 // indirect
github.com/lib/pq v1.10.2 // indirect
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
github.com/lunixbochs/vtclean v1.0.0 // indirect
github.com/manifoldco/promptui v0.8.0
github.com/mattn/go-colorable v0.1.8 // indirect
github.com/mattn/go-isatty v0.0.13 // indirect
github.com/oschwald/geoip2-golang v1.5.0
github.com/pelletier/go-toml v1.9.2
github.com/pkg/errors v0.9.1
github.com/temoto/robotstxt v1.1.2 // indirect
github.com/ziutek/mymysql v1.5.4 // indirect
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 // indirect
golang.org/x/sys v0.0.0-20210603125802-9665404d3644 // indirect
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
google.golang.org/appengine v1.6.7 // indirect
gopkg.in/resty.v1 v1.12.0
mvdan.cc/xurls/v2 v2.2.0
)