-
Notifications
You must be signed in to change notification settings - Fork 4
/
go.mod
26 lines (23 loc) · 937 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
module github.com/dsrvlabs/vatz-plugin-sysutil
go 1.18
require (
github.com/dsrvlabs/vatz-proto v0.0.0-20220908182122-4c28400b195f
github.com/dsrvlabs/vatz/sdk v0.0.0-20221115050851-b57167f7a576
github.com/rs/zerolog v1.26.1
github.com/shirou/gopsutil/v3 v3.22.10
golang.org/x/net v0.7.0
google.golang.org/protobuf v1.28.1
)
require (
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/sys v0.5.0 // indirect
golang.org/x/text v0.7.0 // indirect
google.golang.org/genproto v0.0.0-20220822174746-9e6da59bd2fc // indirect
google.golang.org/grpc v1.49.0 // indirect
)