File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ require (
10
10
github.com/ikeikeikeike/go-sitemap-generator/v2 v2.0.2
11
11
github.com/joho/godotenv v1.5.1
12
12
github.com/stretchr/testify v1.8.4
13
- gorm.io/driver/mysql v1.5.2
13
+ gorm.io/driver/mysql v1.5.4
14
14
gorm.io/driver/sqlite v1.5.5
15
15
gorm.io/gorm v1.25.7-0.20240204074919-46816ad31dde
16
16
)
Original file line number Diff line number Diff line change @@ -134,6 +134,8 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
134
134
gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
135
135
gorm.io/driver/mysql v1.5.2 h1:QC2HRskSE75wBuOxe0+iCkyJZ+RqpudsQtqkp+IMuXs =
136
136
gorm.io/driver/mysql v1.5.2 /go.mod h1:pQLhh1Ut/WUAySdTHwBpBv6+JKcj+ua4ZFx1QQTBzb8 =
137
+ gorm.io/driver/mysql v1.5.4 h1:igQmHfKcbaTVyAIHNhhB888vvxh8EdQ2uSUT0LPcBso =
138
+ gorm.io/driver/mysql v1.5.4 /go.mod h1:9rYxJph/u9SWkWc9yY4XJ1F/+xO0S/ChOmbk3+Z5Tvs =
137
139
gorm.io/driver/sqlite v1.5.4 h1:IqXwXi8M/ZlPzH/947tn5uik3aYQslP9BVveoax0nV0 =
138
140
gorm.io/driver/sqlite v1.5.4 /go.mod h1:qxAuCol+2r6PannQDpOP1FP6ag3mKi4esLnB/jHed+4 =
139
141
gorm.io/driver/sqlite v1.5.5 h1:7MDMtUZhV065SilG62E0MquljeArQZNfJnjd9i9gx3E =
You can’t perform that action at this time.
0 commit comments