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,8 +2,6 @@ module tarpit-analyzer
22
33go 1.24.2
44
5- toolchain go1.24.2
6-
75require (
86 github.com/alecthomas/kong v1.10.0
97 github.com/hako/durafmt v0.0.0-20210608085754-5c1018a4e16b
@@ -13,7 +11,7 @@ require (
1311 github.com/sirupsen/logrus v1.9.3
1412 golang.org/x/text v0.24.0
1513 gorm.io/driver/sqlite v1.5.7
16- gorm.io/gorm v1.25.12
14+ gorm.io/gorm v1.26.0
1715)
1816
1917require (
Original file line number Diff line number Diff line change @@ -214,3 +214,5 @@ gorm.io/gorm v1.25.11 h1:/Wfyg1B/je1hnDx3sMkX+gAlxrlZpn6X0BXRlwXlvHg=
214214gorm.io/gorm v1.25.11 /go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ =
215215gorm.io/gorm v1.25.12 h1:I0u8i2hWQItBq1WfE0o2+WuL9+8L21K9e2HHSTE/0f8 =
216216gorm.io/gorm v1.25.12 /go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ =
217+ gorm.io/gorm v1.26.0 h1:9lqQVPG5aNNS6AyHdRiwScAVnXHg/L/Srzx55G5fOgs =
218+ gorm.io/gorm v1.26.0 /go.mod h1:8Z33v652h4//uMA76KjeDH8mJXPm1QNCYrMeatR0DOE =
You can’t perform that action at this time.
0 commit comments