mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 18:09:53 +00:00
17 lines
488 B
Modula-2
17 lines
488 B
Modula-2
module github.com/hikhvar/mqtt2prometheus
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/eclipse/paho.mqtt.golang v1.3.5
|
|
github.com/go-kit/kit v0.10.0
|
|
github.com/patrickmn/go-cache v2.1.0+incompatible
|
|
github.com/prometheus/client_golang v1.7.1
|
|
github.com/prometheus/exporter-toolkit v0.5.1
|
|
github.com/prometheus/procfs v0.6.0 // indirect
|
|
github.com/thedevsaddam/gojsonq/v2 v2.5.2
|
|
go.uber.org/zap v1.16.0
|
|
golang.org/x/sys v0.0.0-20210324051608-47abb6519492 // indirect
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|