10 lines
184 B
Modula-2
10 lines
184 B
Modula-2
|
module github.com/yeya24/promlinter
|
||
|
|
||
|
go 1.14
|
||
|
|
||
|
require (
|
||
|
github.com/prometheus/client_golang v1.7.1
|
||
|
github.com/prometheus/client_model v0.2.0
|
||
|
gopkg.in/alecthomas/kingpin.v2 v2.2.6
|
||
|
)
|