Skip to content

Commit d542c78

Browse files
committed
update modules and go version
1 parent 251ed34 commit d542c78

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

go.mod

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
11
module github.com/elfranne/sensu-top-process
22

33
go 1.24.4
4+
5+
require (
6+
github.com/sensu/core/v2 v2.20.0
7+
github.com/sensu/sensu-plugin-sdk v0.19.0
8+
github.com/shirou/gopsutil/v3 v3.24.5
9+
)
10+
11+
require (
12+
github.com/blang/semver/v4 v4.0.0 // indirect
13+
github.com/coreos/go-semver v0.3.1 // indirect
14+
github.com/echlebek/timeproxy v1.0.0 // indirect
15+
github.com/fsnotify/fsnotify v1.4.7 // indirect
16+
github.com/go-ole/go-ole v1.2.6 // indirect
17+
github.com/gogo/protobuf v1.3.2 // indirect
18+
github.com/golang-jwt/jwt/v4 v4.4.3 // indirect
19+
github.com/golang/protobuf v1.5.3 // indirect
20+
github.com/google/go-cmp v0.6.0 // indirect
21+
github.com/google/uuid v1.3.1 // indirect
22+
github.com/hashicorp/hcl v1.0.0 // indirect
23+
github.com/inconshreveable/mousetrap v1.0.0 // indirect
24+
github.com/lufia/plan9stats v0.0.0-20211012122336-39d0f177ccd0 // indirect
25+
github.com/magiconair/properties v1.8.1 // indirect
26+
github.com/mitchellh/mapstructure v1.1.2 // indirect
27+
github.com/pelletier/go-toml v1.2.0 // indirect
28+
github.com/power-devops/perfstat v0.0.0-20210106213030-5aafc221ea8c // indirect
29+
github.com/robertkrimen/otto v0.0.0-20221006114523-201ab5b34f52 // indirect
30+
github.com/robfig/cron/v3 v3.0.1 // indirect
31+
github.com/sensu/sensu-api-tools v0.1.0 // indirect
32+
github.com/sensu/sensu-licensing/v2 v2.2.1 // indirect
33+
github.com/shoenig/go-m1cpu v0.1.6 // indirect
34+
github.com/sirupsen/logrus v1.9.3 // indirect
35+
github.com/spf13/afero v1.1.2 // indirect
36+
github.com/spf13/cast v1.3.0 // indirect
37+
github.com/spf13/cobra v1.4.0 // indirect
38+
github.com/spf13/jwalterweatherman v1.0.0 // indirect
39+
github.com/spf13/pflag v1.0.5 // indirect
40+
github.com/spf13/viper v1.7.0 // indirect
41+
github.com/subosito/gotenv v1.2.0 // indirect
42+
github.com/tklauser/go-sysconf v0.3.12 // indirect
43+
github.com/tklauser/numcpus v0.6.1 // indirect
44+
github.com/yusufpapurcu/wmi v1.2.4 // indirect
45+
go.etcd.io/etcd/api/v3 v3.5.10 // indirect
46+
golang.org/x/net v0.17.0 // indirect
47+
golang.org/x/sys v0.20.0 // indirect
48+
golang.org/x/text v0.13.0 // indirect
49+
google.golang.org/genproto v0.0.0-20231030173426-d783a09b4405 // indirect
50+
google.golang.org/genproto/googleapis/api v0.0.0-20231030173426-d783a09b4405 // indirect
51+
google.golang.org/genproto/googleapis/rpc v0.0.0-20231030173426-d783a09b4405 // indirect
52+
google.golang.org/grpc v1.59.0 // indirect
53+
google.golang.org/protobuf v1.31.0 // indirect
54+
gopkg.in/ini.v1 v1.51.0 // indirect
55+
gopkg.in/sourcemap.v1 v1.0.5 // indirect
56+
gopkg.in/yaml.v2 v2.4.0 // indirect
57+
)

0 commit comments

Comments
 (0)