mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 09:59:52 +00:00
7
go.mod
7
go.mod
@@ -3,10 +3,13 @@ module github.com/hikhvar/mqtt2prometheus
|
||||
go 1.14
|
||||
|
||||
require (
|
||||
github.com/dvyukov/go-fuzz v0.0.0-20210103155950-6a8e9d1f2415 // indirect
|
||||
github.com/eclipse/paho.mqtt.golang v1.1.1
|
||||
github.com/go-kit/kit v0.10.0
|
||||
github.com/patrickmn/go-cache v2.1.0+incompatible
|
||||
github.com/prometheus/client_golang v1.6.0
|
||||
github.com/prometheus/client_golang v1.7.1
|
||||
github.com/prometheus/exporter-toolkit v0.5.1
|
||||
github.com/thedevsaddam/gojsonq/v2 v2.5.2
|
||||
go.uber.org/zap v1.16.0
|
||||
gopkg.in/yaml.v2 v2.2.5
|
||||
gopkg.in/yaml.v2 v2.4.0
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user