forked from kitabisa/mubeng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
go.mod
22 lines (20 loc) · 810 Bytes
/
go.mod
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
module ktbs.dev/mubeng
go 1.15
require (
github.com/AlecAivazis/survey/v2 v2.2.12
github.com/briandowns/spinner v1.15.0
github.com/elazarl/goproxy v0.0.0-20210110162100-a92cc753f88e
github.com/go-test/deep v1.0.7
github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
github.com/hashicorp/go-version v1.3.0 // indirect
github.com/henvic/httpretty v0.0.6
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/tcnksm/go-latest v0.0.0-20170313132115-e3007ae9052e
golang.org/x/net v0.0.0-20210614182718-04defd469f4e // indirect
h12.io/socks v1.0.3
)