-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgo.mod
32 lines (28 loc) · 1.16 KB
/
go.mod
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
29
30
31
32
module github.com/sighmon/homekit-powerwall
go 1.21.5
require (
github.com/brutella/hap v0.0.28
github.com/foogod/go-powerwall v0.2.0
github.com/prometheus/client_golang v1.18.0
)
replace github.com/foogod/go-powerwall => github.com/sighmon/go-powerwall v0.0.0-20240116104430-7e4a9dc82d72
require (
github.com/beorn7/perks v1.0.1 // indirect
github.com/brutella/dnssd v1.2.10 // indirect
github.com/cespare/xxhash/v2 v2.2.0 // indirect
github.com/go-chi/chi v1.5.4 // indirect
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
github.com/miekg/dns v1.1.54 // indirect
github.com/prometheus/client_model v0.5.0 // indirect
github.com/prometheus/common v0.45.0 // indirect
github.com/prometheus/procfs v0.12.0 // indirect
github.com/tadglines/go-pkgs v0.0.0-20210623144937-b983b20f54f9 // indirect
github.com/xiam/to v0.0.0-20200126224905-d60d31e03561 // indirect
golang.org/x/crypto v0.14.0 // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.15.0 // indirect
golang.org/x/text v0.13.0 // indirect
golang.org/x/tools v0.9.1 // indirect
google.golang.org/protobuf v1.31.0 // indirect
)