2019-10-03 12:56:03 -07:00
|
|
|
module git.iamthefij.com/iamthefij/minitor-go
|
|
|
|
|
2021-01-08 18:13:34 -05:00
|
|
|
go 1.15
|
2019-10-03 12:56:03 -07:00
|
|
|
|
2019-11-15 11:25:21 -08:00
|
|
|
require (
|
2021-05-10 20:12:18 -07:00
|
|
|
git.iamthefij.com/iamthefij/slog v1.3.0
|
2019-11-15 11:25:21 -08:00
|
|
|
github.com/prometheus/client_golang v1.2.1
|
|
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
|
|
)
|