forked from getanteon/anteon
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgo.mod
More file actions
34 lines (31 loc) · 1.2 KB
/
go.mod
File metadata and controls
34 lines (31 loc) · 1.2 KB
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
module go.ddosify.com/ddosify
go 1.18
require (
github.com/antchfx/xmlquery v1.3.13
github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
github.com/ddosify/go-faker v0.1.1
github.com/enescakir/emoji v1.0.0
github.com/fatih/color v1.13.0
github.com/google/uuid v1.3.0
github.com/mattn/go-colorable v0.1.12
github.com/shirou/gopsutil/v3 v3.22.12
github.com/tidwall/gjson v1.14.4
golang.org/x/exp v0.0.0-20230108222341-4b8118a2686a
golang.org/x/net v0.8.0
)
require (
github.com/antchfx/xpath v1.2.1 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/groupcache v0.0.0-20200121045136-8c9f03a8e57e // indirect
github.com/jaswdr/faker v1.10.2 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/mattn/go-isatty v0.0.14 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/tidwall/match v1.1.1 // indirect
github.com/tidwall/pretty v1.2.0 // indirect
github.com/tklauser/go-sysconf v0.3.11 // indirect
github.com/tklauser/numcpus v0.6.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/sys v0.6.0 // indirect
golang.org/x/text v0.8.0 // indirect
)