mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-06 01:15:10 -06:00
25 lines
695 B
Modula-2
25 lines
695 B
Modula-2
module github.com/Xevion/go-ha
|
|
|
|
go 1.21
|
|
|
|
require (
|
|
github.com/Workiva/go-datastructures v1.1.5
|
|
github.com/golang-module/carbon v1.7.1
|
|
github.com/gorilla/websocket v1.5.0
|
|
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/gobuffalo/envy v1.10.2 // indirect
|
|
github.com/gobuffalo/packd v1.0.2 // indirect
|
|
github.com/gobuffalo/packr v1.30.1 // indirect
|
|
github.com/joho/godotenv v1.4.0 // indirect
|
|
github.com/pmezard/go-difflib v1.0.0 // indirect
|
|
github.com/rogpeppe/go-internal v1.9.0 // indirect
|
|
golang.org/x/net v0.33.0 // indirect
|
|
)
|