mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-06 01:15:10 -06:00
listeners working, sunrise/sunset working with string offset
This commit is contained in:
13
go.mod
13
go.mod
@@ -2,4 +2,15 @@ module github.com/saml-dev/gome-assistant
|
||||
|
||||
go 1.19
|
||||
|
||||
require github.com/gorilla/websocket v1.5.0
|
||||
require (
|
||||
github.com/golang-module/carbon v1.6.9
|
||||
github.com/gorilla/websocket v1.5.0
|
||||
)
|
||||
|
||||
require (
|
||||
github.com/gobuffalo/envy v1.7.0 // indirect
|
||||
github.com/gobuffalo/packd v0.3.0 // indirect
|
||||
github.com/gobuffalo/packr v1.30.1 // indirect
|
||||
github.com/joho/godotenv v1.3.0 // indirect
|
||||
github.com/rogpeppe/go-internal v1.3.0 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user