mirror of
https://github.com/jkstack/libagent.git
synced 2025-12-24 12:11:57 +08:00
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
36 lines
1.2 KiB
Modula-2
36 lines
1.2 KiB
Modula-2
module github.com/jkstack/libagent
|
|
|
|
go 1.18
|
|
|
|
replace github.com/kardianos/service => github.com/lwch/service v1.2.1-1
|
|
|
|
require (
|
|
github.com/btcsuite/winsvc v1.0.0
|
|
github.com/containerd/cgroups/v3 v3.0.1
|
|
github.com/dustin/go-humanize v1.0.1
|
|
github.com/gorilla/websocket v1.5.0
|
|
github.com/jkstack/anet v0.0.0-20230207071751-5a225913e4b2
|
|
github.com/jkstack/jkframe v1.5.4
|
|
github.com/kardianos/service v1.2.1
|
|
github.com/opencontainers/runtime-spec v1.0.2
|
|
github.com/shirou/gopsutil/v3 v3.23.1
|
|
)
|
|
|
|
require (
|
|
github.com/cilium/ebpf v0.10.0 // indirect
|
|
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
|
|
github.com/docker/go-units v0.5.0 // indirect
|
|
github.com/go-ole/go-ole v1.2.6 // indirect
|
|
github.com/godbus/dbus/v5 v5.1.0 // indirect
|
|
github.com/klauspost/compress v1.17.3 // indirect
|
|
github.com/lufia/plan9stats v0.0.0-20230110061619-bbe2e5e100de // indirect
|
|
github.com/power-devops/perfstat v0.0.0-20221212215047-62379fc7944b // indirect
|
|
github.com/sirupsen/logrus v1.9.0 // indirect
|
|
github.com/tklauser/go-sysconf v0.3.11 // indirect
|
|
github.com/tklauser/numcpus v0.6.0 // indirect
|
|
github.com/yusufpapurcu/wmi v1.2.2 // indirect
|
|
golang.org/x/sys v0.15.0 // indirect
|
|
google.golang.org/protobuf v1.33.0 // indirect
|
|
gopkg.in/yaml.v3 v3.0.1 // indirect
|
|
)
|