mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-15 06:12:01 -06:00
chore: update carbon pkg to v2 latest, bump version
This commit is contained in:
10
go.mod
10
go.mod
@@ -6,7 +6,7 @@ toolchain go1.24.2
|
||||
|
||||
require (
|
||||
github.com/Workiva/go-datastructures v1.1.5
|
||||
github.com/golang-module/carbon v1.7.3
|
||||
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
|
||||
@@ -16,12 +16,8 @@ require (
|
||||
|
||||
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.5.1 // indirect
|
||||
github.com/kr/pretty v0.1.0 // indirect
|
||||
github.com/pmezard/go-difflib v1.0.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
|
||||
gopkg.in/check.v1 v1.0.0-20180628173108-788fd7840127 // indirect
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user