mirror of
https://github.com/muraenateam/muraena.git
synced 2026-01-23 10:25:35 +00:00
32 lines
1.4 KiB
Modula-2
32 lines
1.4 KiB
Modula-2
module github.com/muraenateam/muraena
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/alecthomas/units v0.0.0-20190910110746-680d30ca3117 // indirect
|
|
github.com/ditashi/jsbeautifier-go v0.0.0-20141206144643-2520a8026a9c
|
|
github.com/dsnet/compress v0.0.1
|
|
github.com/evilsocket/islazy v1.10.5-0.20190426152829-d099e372ac84
|
|
github.com/gocolly/colly v1.2.1-0.20190812112318-8defd40054c5
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
github.com/gomodule/redigo v1.8.2
|
|
github.com/gordonklaus/ineffassign v0.0.0-20190601041439-ed7b1b5ee0f8 // indirect
|
|
github.com/logrusorgru/aurora v0.0.0-20190803045625-94edacc10f9b
|
|
github.com/lucasjones/reggen v0.0.0-20180717132126-cdb49ff09d77
|
|
github.com/lunixbochs/vtclean v1.0.0 // indirect
|
|
github.com/manifoldco/promptui v0.4.1-0.20190709121057-748542ed5f25
|
|
github.com/mattn/go-colorable v0.1.2 // indirect
|
|
github.com/mattn/go-isatty v0.0.9 // indirect
|
|
github.com/mvdan/xurls v1.1.0 // indirect
|
|
github.com/nicksnyder/go-i18n v1.10.1 // indirect
|
|
github.com/oschwald/maxminddb-golang v1.7.0
|
|
github.com/pelletier/go-toml v1.4.0
|
|
github.com/pkg/errors v0.8.1
|
|
golang.org/x/lint v0.0.0-20190909230951-414d861bb4ac // indirect
|
|
golang.org/x/net v0.0.0-20190909003024-a7b16738d86b // indirect
|
|
golang.org/x/tools v0.0.0-20190911151314-feee8acb394c // indirect
|
|
google.golang.org/appengine v1.6.2 // indirect
|
|
gopkg.in/alecthomas/kingpin.v3-unstable v3.0.0-20180810215634-df19058c872c // indirect
|
|
gopkg.in/resty.v1 v1.12.0
|
|
mvdan.cc/xurls v1.1.0
|
|
)
|