10 lines
178 B
Modula-2
10 lines
178 B
Modula-2
module git.iamthefij.com/iamthefij/minitor-go
|
|
|
|
go 1.15
|
|
|
|
require (
|
|
git.iamthefij.com/iamthefij/slog v1.3.0
|
|
github.com/prometheus/client_golang v1.2.1
|
|
gopkg.in/yaml.v2 v2.2.4
|
|
)
|