-
Notifications
You must be signed in to change notification settings - Fork 169
/
go.mod
48 lines (45 loc) · 1.88 KB
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
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.9.2
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
golang.org/x/net v0.22.0
gopkg.in/resty.v1 v1.12.0
mvdan.cc/xurls/v2 v2.5.0
)
require (
github.com/PuerkitoBio/goquery v1.9.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.4 // 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/sys v0.18.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.33.0 // indirect
)