Add weather service

This commit is contained in:
2021-12-12 12:43:43 -08:00
parent 90936d8900
commit db8f03dee7
4 changed files with 237 additions and 4 deletions

1
go.mod
View File

@@ -3,6 +3,7 @@ module go.arsenm.dev/infinitime
go 1.16
require (
github.com/fxamacker/cbor/v2 v2.3.0
github.com/godbus/dbus/v5 v5.0.3
github.com/muka/go-bluetooth v0.0.0-20211122080231-b99792bbe62a
)