-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathgo.mod
More file actions
21 lines (18 loc) · 667 Bytes
/
go.mod
File metadata and controls
21 lines (18 loc) · 667 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
module github.com/cch123/gogctuner
go 1.17
require (
github.com/containerd/cgroups v1.1.0
github.com/shirou/gopsutil v3.21.11+incompatible
)
require (
github.com/coreos/go-systemd/v22 v22.3.2 // indirect
github.com/docker/go-units v0.4.0 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/godbus/dbus/v5 v5.0.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/opencontainers/runtime-spec v1.0.2 // 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.0.0-20220503163025-988cb79eb6c6 // indirect
)