-
-
Notifications
You must be signed in to change notification settings - Fork 195
/
go.mod
46 lines (43 loc) · 1.81 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
module github.com/kitabisa/mubeng
go 1.19
require (
github.com/AlecAivazis/survey/v2 v2.3.7
github.com/briandowns/spinner v1.23.0
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e
github.com/fsnotify/fsnotify v1.6.0
github.com/go-test/deep v1.0.7
github.com/hashicorp/go-retryablehttp v0.7.7
github.com/henvic/httpretty v0.1.2
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
github.com/kardianos/service v1.2.0
github.com/logrusorgru/aurora v2.0.3+incompatible
github.com/mbndr/logo v0.0.1
github.com/projectdiscovery/gologger v1.1.4
github.com/sourcegraph/conc v0.3.0
github.com/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
github.com/valyala/fastrand v1.1.0
github.com/valyala/fasttemplate v1.2.2
h12.io/socks v1.0.3
)
require (
github.com/fatih/color v1.16.0 // indirect
github.com/google/go-cmp v0.5.8 // indirect
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/kballard/go-shellquote v0.0.0-20180428030007-95032a82bc51 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mgutz/ansi v0.0.0-20170206155736-9520e82c474b // indirect
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
github.com/modern-go/reflect2 v1.0.2 // indirect
github.com/valyala/bytebufferpool v1.0.0 // indirect
go.uber.org/atomic v1.10.0 // indirect
go.uber.org/multierr v1.9.0 // indirect
golang.org/x/net v0.0.0-20220722155237-a158d28d115b // indirect
golang.org/x/sys v0.20.0 // indirect
golang.org/x/term v0.1.0 // indirect
golang.org/x/text v0.4.0 // indirect
)