generated from SummerSec/template
-
Notifications
You must be signed in to change notification settings - Fork 53
/
go.mod
29 lines (25 loc) · 969 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
23
24
25
26
27
28
29
module github.com/SummerSec/SpringExploit
go 1.13
require (
github.com/corpix/uarand v0.1.1
github.com/fatih/structs v1.1.0
github.com/imroc/req/v3 v3.13.1
github.com/projectdiscovery/mapcidr v0.0.9
github.com/sirupsen/logrus v1.8.1
golang.org/x/sys v0.0.0-20210630005230-0f9fa26af87c // indirect
)
require (
//github.com/apex/log v1.9.0 // indirect
github.com/blang/semver v3.5.1+incompatible
github.com/c-bata/go-prompt v0.2.6
//github.com/c4milo/unpackit v0.1.0 // indirect
//github.com/google/go-github v17.0.0+incompatible // indirect
github.com/google/go-querystring v1.1.0 // indirect
//github.com/gosuri/uilive v0.0.4 // indirect
//github.com/gosuri/uiprogress v0.0.1 // indirect
github.com/panjf2000/ants/v2 v2.5.0
github.com/projectdiscovery/stringsutil v0.0.0-20210804142656-fd3c28dbaafe
github.com/rhysd/go-github-selfupdate v1.2.3
golang.org/x/text v0.3.7
//github.com/tj/go-update v2.2.5-0.20200519121640-62b4b798fd68+incompatible
)