mirror of
https://github.com/muraenateam/muraena.git
synced 2026-01-23 02:24:05 +00:00
48 lines
1.9 KiB
Modula-2
48 lines
1.9 KiB
Modula-2
module github.com/muraenateam/muraena
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
|
|
github.com/dsnet/compress v0.0.1
|
|
github.com/evilsocket/islazy v1.11.0
|
|
github.com/fsnotify/fsnotify v1.7.0
|
|
github.com/gocolly/colly/v2 v2.1.0
|
|
github.com/gomodule/redigo v1.8.9
|
|
github.com/icza/abcsort v0.0.0-20230330133725-d6ace6446f81
|
|
github.com/kellydunn/golang-geo v0.7.0
|
|
github.com/logrusorgru/aurora v2.0.3+incompatible
|
|
github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
|
|
github.com/manifoldco/promptui v0.9.0
|
|
github.com/oschwald/geoip2-golang v1.9.0
|
|
github.com/pelletier/go-toml v1.9.5
|
|
github.com/pkg/errors v0.9.1
|
|
gopkg.in/resty.v1 v1.12.0
|
|
mvdan.cc/xurls/v2 v2.5.0
|
|
)
|
|
|
|
require (
|
|
github.com/PuerkitoBio/goquery v1.8.1 // indirect
|
|
github.com/andybalholm/cascadia v1.3.2 // indirect
|
|
github.com/antchfx/htmlquery v1.3.0 // indirect
|
|
github.com/antchfx/xmlquery v1.3.18 // indirect
|
|
github.com/antchfx/xpath v1.2.5 // indirect
|
|
github.com/chzyer/readline v1.5.1 // indirect
|
|
github.com/erikstmartin/go-testdb v0.0.0-20160219214506-8d10e4a1bae5 // indirect
|
|
github.com/gobwas/glob v0.2.3 // indirect
|
|
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
|
|
github.com/golang/protobuf v1.5.3 // indirect
|
|
github.com/kennygrant/sanitize v1.2.4 // indirect
|
|
github.com/kylelemons/go-gypsy v1.0.0 // indirect
|
|
github.com/lib/pq v1.10.9 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.12.0 // indirect
|
|
github.com/saintfish/chardet v0.0.0-20230101081208-5e3ef4b5456d // indirect
|
|
github.com/temoto/robotstxt v1.1.2 // indirect
|
|
github.com/ziutek/mymysql v1.5.4 // indirect
|
|
golang.org/x/net v0.17.0 // indirect
|
|
golang.org/x/sys v0.14.0 // indirect
|
|
golang.org/x/text v0.14.0 // indirect
|
|
golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 // indirect
|
|
google.golang.org/appengine v1.6.8 // indirect
|
|
google.golang.org/protobuf v1.31.0 // indirect
|
|
)
|