mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-09 08:07:36 -06:00
10 lines
151 B
Modula-2
10 lines
151 B
Modula-2
module github.com/saml-dev/gome-assistant
|
|
|
|
go 1.19
|
|
|
|
require nhooyr.io/websocket v1.8.7
|
|
|
|
require (
|
|
github.com/klauspost/compress v1.10.3 // indirect
|
|
)
|