-
Notifications
You must be signed in to change notification settings - Fork 314
Expand file tree
/
Copy pathgo.mod
More file actions
18 lines (16 loc) · 702 Bytes
/
go.mod
File metadata and controls
18 lines (16 loc) · 702 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
)