netatmo-exporter/go.mod

17 lines
700 B
Modula-2

module github.com/xperimental/netatmo-exporter
require (
github.com/beorn7/perks v0.0.0-20160804104726-4c0e84591b9a
github.com/exzz/netatmo-api-go v0.0.0-20171026152754-41589231f446
github.com/golang/protobuf v1.0.0
github.com/matttproud/golang_protobuf_extensions v1.0.0
github.com/prometheus/client_golang v0.8.0
github.com/prometheus/client_model v0.0.0-20171117100541-99fa1f4be8e5
github.com/prometheus/common v0.0.0-20180110214958-89604d197083
github.com/prometheus/procfs v0.0.0-20180212145926-282c8707aa21
github.com/spf13/pflag v1.0.0
golang.org/x/net v0.0.0-20180216171745-136a25c244d3
golang.org/x/oauth2 v0.0.0-20180207181906-543e37812f10
google.golang.org/appengine v1.0.0
)