-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathgo.mod
More file actions
28 lines (23 loc) · 924 Bytes
/
Copy pathgo.mod
File metadata and controls
28 lines (23 loc) · 924 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
module github.com/xperimental/netatmo-exporter/v2
go 1.23.0
toolchain go1.24.6
require (
github.com/exzz/netatmo-api-go v0.0.0-20201009073308-a8620474d1ea
github.com/google/go-cmp v0.7.0
github.com/prometheus/client_golang v1.23.0
github.com/sirupsen/logrus v1.9.3
github.com/spf13/pflag v1.0.7
golang.org/x/oauth2 v0.30.0
)
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/cespare/xxhash/v2 v2.3.0 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
github.com/prometheus/client_model v0.6.2 // indirect
github.com/prometheus/common v0.65.0 // indirect
github.com/prometheus/procfs v0.17.0 // indirect
golang.org/x/sys v0.35.0 // indirect
google.golang.org/protobuf v1.36.8 // indirect
)
replace github.com/exzz/netatmo-api-go => github.com/xperimental/netatmo-api-go v0.0.0-20250821142648-e3581057869f