mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-09 14:07:24 -06:00
chore: update dependencies
This commit is contained in:
15
go.mod
15
go.mod
@@ -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
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user