mirror of
https://github.com/hikhvar/mqtt2prometheus.git
synced 2026-02-14 09:59:52 +00:00
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.11.1) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
15 lines
375 B
Modula-2
15 lines
375 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.11.1
|
|
github.com/prometheus/exporter-toolkit v0.7.3
|
|
github.com/thedevsaddam/gojsonq/v2 v2.5.2
|
|
go.uber.org/zap v1.16.0
|
|
gopkg.in/yaml.v2 v2.4.0
|
|
)
|