forked from sensepost/gowitness
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
49 lines (47 loc) · 2.41 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
49
module github.com/sensepost/gowitness
go 1.13
require (
github.com/BurntSushi/toml v0.3.1 // indirect
github.com/corona10/goimagehash v1.0.1
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/elazarl/goproxy v0.0.0-20190911111923-ecfe977594f1 // indirect
github.com/hashicorp/hcl v0.0.0-20171017181929-23c074d0eceb // indirect
github.com/inconshreveable/mousetrap v1.0.0 // indirect
github.com/kr/pretty v0.1.0 // indirect
github.com/magiconair/properties v1.7.3 // indirect
github.com/mattn/go-runewidth v0.0.4 // indirect
github.com/mcuadros/go-version v0.0.0-20171003094716-88e56e02bea1
github.com/mitchellh/go-homedir v0.0.0-20161203194507-b8bc1bf76747
github.com/mitchellh/mapstructure v0.0.0-20171017171808-06020f85339e // indirect
github.com/moul/http2curl v1.0.0 // indirect
github.com/nfnt/resize v0.0.0-20180221191011-83c6a9932646 // indirect
github.com/olekukonko/tablewriter v0.0.1
github.com/onsi/ginkgo v1.10.1 // indirect
github.com/onsi/gomega v1.7.0 // indirect
github.com/parnurzeal/gorequest v0.2.15
github.com/pelletier/go-toml v1.0.1 // indirect
github.com/pkg/errors v0.8.0
github.com/reconquest/barely v0.0.0-20160729074550-0f12e3bb2e13
github.com/reconquest/loreley v0.0.0-20190408221007-9e95b93c818f // indirect
github.com/remeh/sizedwaitgroup v0.0.0-20161123101944-4b44541c9359
github.com/sirupsen/logrus v1.0.3
github.com/smartystreets/goconvey v0.0.0-20190731233626-505e41936337 // indirect
github.com/spf13/afero v0.0.0-20171021110813-5660eeed305f // indirect
github.com/spf13/cast v1.1.0 // indirect
github.com/spf13/cobra v0.0.1
github.com/spf13/jwalterweatherman v0.0.0-20170901151539-12bd96e66386 // indirect
github.com/spf13/pflag v1.0.0 // indirect
github.com/spf13/viper v1.0.0
github.com/stretchr/testify v1.4.0 // indirect
github.com/tidwall/btree v0.0.0-20170113224114-9876f1454cf0 // indirect
github.com/tidwall/buntdb v0.0.0-20170824144000-b67b1b8c1658
github.com/tidwall/gjson v1.0.1 // indirect
github.com/tidwall/grect v0.0.0-20161006141115-ba9a043346eb // indirect
github.com/tidwall/match v1.0.0 // indirect
github.com/tidwall/rtree v0.0.0-20160903213729-d4a8a3d30d57 // indirect
github.com/tomsteele/go-nmap v0.0.0-20181105160706-3b9bafddefee
golang.org/x/net v0.0.0-20190311183353-d8887717615a
gopkg.in/airbrake/gobrake.v2 v2.0.9 // indirect
gopkg.in/check.v1 v1.0.0-20190902080502-41f04d3bba15 // indirect
gopkg.in/gemnasium/logrus-airbrake-hook.v2 v2.1.2 // indirect
)