2021-09-20 09:28:00 +00:00
|
|
|
module http-server-status
|
|
|
|
|
|
|
|
go 1.17
|
|
|
|
|
|
|
|
require (
|
2024-08-23 23:10:47 +00:00
|
|
|
github.com/mackerelio/go-osstat v0.2.5
|
2024-08-23 23:15:31 +00:00
|
|
|
github.com/rs/zerolog v1.33.0
|
2021-09-20 09:28:00 +00:00
|
|
|
github.com/shirou/gopsutil v3.21.8+incompatible
|
2021-09-20 10:38:41 +00:00
|
|
|
gopkg.in/yaml.v2 v2.4.0
|
2021-09-20 09:28:00 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/StackExchange/wmi v1.2.1 // indirect
|
|
|
|
github.com/go-ole/go-ole v1.2.5 // indirect
|
2024-08-23 23:15:31 +00:00
|
|
|
github.com/mattn/go-colorable v0.1.13 // indirect
|
|
|
|
github.com/mattn/go-isatty v0.0.19 // indirect
|
2024-08-23 23:10:47 +00:00
|
|
|
golang.org/x/sys v0.20.0 // indirect
|
2021-09-20 09:28:00 +00:00
|
|
|
)
|