mirror of
https://github.com/maintell/webBenchmark.git
synced 2026-04-22 00:29:14 +08:00
2\ show total bytes of network nic. 3\ add default target by a very big file Signed-off-by: maintell <maintell@gmail.com>
19 lines
702 B
Modula-2
19 lines
702 B
Modula-2
module github.com/maintell/webBenchmark
|
|
|
|
go 1.16
|
|
|
|
require (
|
|
github.com/EDDYCJY/fake-useragent v0.2.0
|
|
github.com/PuerkitoBio/goquery v1.6.1 // indirect
|
|
github.com/StackExchange/wmi v0.0.0-20210224194228-fe8f1750fd46 // indirect
|
|
github.com/apoorvam/goterminal v0.0.0-20180523175556-614d345c47e5
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
|
github.com/liushuochen/gotable v0.0.0-20220408160921-3255800d3de2
|
|
github.com/mattn/go-isatty v0.0.12 // indirect
|
|
github.com/miekg/dns v1.1.43
|
|
github.com/shirou/gopsutil v3.21.4+incompatible
|
|
github.com/stretchr/testify v1.7.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.6 // indirect
|
|
golang.org/x/sys v0.0.0-20210514084401-e8d321eab015 // indirect
|
|
)
|