mirror of
https://github.com/steinhobelgruen/netatmo-exporter.git
synced 2024-11-21 17:03:56 +00:00
12 lines
314 B
Modula-2
12 lines
314 B
Modula-2
module github.com/xperimental/netatmo-exporter
|
|
|
|
go 1.14
|
|
|
|
require (
|
|
github.com/exzz/netatmo-api-go v0.0.0-20171026152754-41589231f446
|
|
github.com/prometheus/client_golang v1.7.0
|
|
github.com/sirupsen/logrus v1.6.0
|
|
github.com/spf13/pflag v1.0.5
|
|
golang.org/x/oauth2 v0.0.0-20200107190931-bf48bf16ab8d // indirect
|
|
)
|