chore: update carbon pkg to v2 latest, bump version

This commit is contained in:
2025-08-01 21:01:51 -05:00
parent d281d70d8c
commit e13fd6ab5b
12 changed files with 31 additions and 102 deletions

10
go.mod
View File

@@ -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
)