chore: update dependencies

This commit is contained in:
2025-08-01 20:57:25 -05:00
parent 8fe6bc0cff
commit d281d70d8c
2 changed files with 23 additions and 14 deletions

15
go.mod
View File

@@ -1,11 +1,13 @@
module github.com/Xevion/go-ha
go 1.21
go 1.23.0
toolchain go1.24.2
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/golang-module/carbon v1.7.3
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
@@ -17,8 +19,9 @@ require (
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/joho/godotenv v1.5.1 // 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
github.com/rogpeppe/go-internal v1.14.1 // indirect
golang.org/x/mod v0.21.0 // indirect
golang.org/x/net v0.42.0 // indirect
)