2019-10-03 19:56:03 +00:00
|
|
|
module git.iamthefij.com/iamthefij/minitor-go
|
|
|
|
|
2021-01-08 23:13:34 +00:00
|
|
|
go 1.15
|
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
|
|
|
|
)
|