mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-05 23:15:07 -06:00
24 lines
583 B
Modula-2
24 lines
583 B
Modula-2
module github.com/Xevion/go-ha
|
|
|
|
go 1.23.0
|
|
|
|
toolchain go1.24.2
|
|
|
|
require (
|
|
github.com/Workiva/go-datastructures v1.1.5
|
|
github.com/dromara/carbon/v2 v2.6.11
|
|
github.com/gorilla/websocket v1.5.3
|
|
github.com/nathan-osman/go-sunrise v1.1.0
|
|
github.com/stretchr/testify v1.10.0
|
|
gopkg.in/yaml.v3 v3.0.1
|
|
resty.dev/v3 v3.0.0-beta.3
|
|
)
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
github.com/kr/pretty v0.1.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
golang.org/x/net v0.42.0 // indirect
|
|
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
|
)
|