Update hack config

This commit is contained in:
Christoph Petrausch
2020-06-09 16:16:39 +02:00
parent 0a300339af
commit 627c52669a
7 changed files with 126 additions and 20 deletions

16
go.mod
View File

@@ -3,15 +3,15 @@ module github.com/hikhvar/mqtt2prometheus
go 1.14
require (
github.com/beorn7/perks v0.0.0-20180321164747-3a771d992973
github.com/beorn7/perks v1.0.1
github.com/eclipse/paho.mqtt.golang v1.1.1
github.com/golang/protobuf v1.2.0
github.com/golang/protobuf v1.4.0
github.com/matttproud/golang_protobuf_extensions v1.0.1
github.com/patrickmn/go-cache v2.1.0+incompatible
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20180712105110-5c3871d89910
github.com/prometheus/common v0.0.0-20181218105931-67670fe90761
github.com/prometheus/procfs v0.0.0-20181204211112-1dc9a6cbc91a
golang.org/x/net v0.0.0-20181220203305-927f97764cc3
gopkg.in/yaml.v2 v2.2.2
github.com/prometheus/client_golang v1.6.0
github.com/prometheus/client_model v0.2.0
github.com/prometheus/common v0.9.1
github.com/prometheus/procfs v0.0.11
golang.org/x/net v0.0.0-20190613194153-d28f0bde5980
gopkg.in/yaml.v2 v2.2.5
)