http-server-status/go.mod
Renovate Bot f9cfe434a4
Some checks failed
/ Release (push) Has been cancelled
chore(deps): update module gopkg.in/yaml.v2 to v3
2024-08-23 23:15:35 +00:00

17 lines
363 B
Modula-2

module http-server-status
go 1.17
require (
github.com/mackerelio/go-osstat v0.2.5
github.com/rs/zerolog v1.25.0
github.com/shirou/gopsutil v3.21.8+incompatible
gopkg.in/yaml.v2 v2.4.0
gopkg.in/yaml.v3 v3.0.1
)
require (
github.com/StackExchange/wmi v1.2.1 // indirect
github.com/go-ole/go-ole v1.2.5 // indirect
golang.org/x/sys v0.20.0 // indirect
)