2019-10-03 19:56:03 +00:00
|
|
|
module git.iamthefij.com/iamthefij/minitor-go
|
|
|
|
|
2023-04-18 23:02:04 +00:00
|
|
|
go 1.17
|
2019-10-03 19:56:03 +00:00
|
|
|
|
2019-11-15 19:25:21 +00:00
|
|
|
require (
|
2021-05-11 03:12:18 +00:00
|
|
|
git.iamthefij.com/iamthefij/slog v1.3.0
|
2019-11-15 19:25:21 +00:00
|
|
|
github.com/prometheus/client_golang v1.2.1
|
|
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
|
|
)
|
2023-04-18 23:02:04 +00:00
|
|
|
|
|
|
|
require (
|
|
|
|
github.com/beorn7/perks v1.0.1 // indirect
|
|
|
|
github.com/cespare/xxhash/v2 v2.1.0 // indirect
|
|
|
|
github.com/golang/protobuf v1.3.2 // indirect
|
|
|
|
github.com/matttproud/golang_protobuf_extensions v1.0.1 // indirect
|
|
|
|
github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 // indirect
|
|
|
|
github.com/prometheus/common v0.7.0 // indirect
|
|
|
|
github.com/prometheus/procfs v0.0.5 // indirect
|
|
|
|
golang.org/x/sys v0.0.0-20191010194322-b09406accb47 // indirect
|
|
|
|
)
|