10 lines
241 B
Modula-2
10 lines
241 B
Modula-2
|
module github.com/prometheus/node_exporter/docs/node-mixin
|
||
|
|
||
|
go 1.15
|
||
|
|
||
|
require (
|
||
|
github.com/google/go-jsonnet v0.16.0
|
||
|
github.com/jsonnet-bundler/jsonnet-bundler v0.4.0
|
||
|
github.com/prometheus/prometheus v1.8.2-0.20200805170718-983ebb4a5133
|
||
|
)
|