File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ package tests
22
33import (
44 "fmt"
5- "github.com/joho/godotenv"
65 "os"
76
7+ "github.com/joho/godotenv"
88 "gorm.io/driver/mysql"
99 "gorm.io/driver/postgres"
1010 "gorm.io/gorm"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ module tests
33go 1.24.0
44
55require (
6- gitee .com/golang-package /carbon/v2 v2.6.6
6+ github .com/dromara /carbon/v2 v2.6.5
77 github.com/joho/godotenv v1.5.1
88 github.com/stretchr/testify v1.10.0
99 gorm.io/driver/mysql v1.5.7
Original file line number Diff line number Diff line change 11package tests
22
33import (
4- "gitee .com/golang-package /carbon/v2"
4+ "github .com/dromara /carbon/v2"
55 "gorm.io/gorm"
66)
77
Original file line number Diff line number Diff line change 44 "encoding/json"
55 "testing"
66
7- "gitee .com/golang-package /carbon/v2"
7+ "github .com/dromara /carbon/v2"
88 "github.com/stretchr/testify/suite"
99)
1010
Original file line number Diff line number Diff line change 44 "encoding/json"
55 "testing"
66
7- "gitee .com/golang-package /carbon/v2"
7+ "github .com/dromara /carbon/v2"
88 "github.com/stretchr/testify/suite"
99)
1010
You can’t perform that action at this time.
0 commit comments