mirror of
https://github.com/jkstack/libagent.git
synced 2025-12-24 12:11:57 +08:00
36 lines
1.3 KiB
Modula-2
36 lines
1.3 KiB
Modula-2
module github.com/jkstack/libagent
|
|
|
|
go 1.17
|
|
|
|
replace github.com/kardianos/service => github.com/lwch/service v1.2.1-fixtag
|
|
|
|
require (
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/containerd/cgroups v1.0.4
|
|
github.com/dustin/go-humanize v1.0.0
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/jkstack/anet v0.0.0-20220902094756-01577713a50a
|
|
github.com/jkstack/jkframe v1.0.8
|
|
github.com/kardianos/service v1.2.1
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
github.com/shirou/gopsutil v3.21.11+incompatible
|
|
github.com/shirou/gopsutil/v3 v3.22.7
|
|
)
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.9.1 // indirect
|
|
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.1.0 // indirect
|
|
github.com/gogo/protobuf v1.3.2 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20220517141722-cf486979b281 // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20220216144756-c35f1ee13d7c // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.10 // indirect
|
|
github.com/tklauser/numcpus v0.5.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
golang.org/x/sys v0.0.0-20220804214406-8e32c043e418 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|