Skip to content

Commit 0982e3a

Browse files
Update module gorm.io/gorm ( v1.25.12 → v1.30.3 )
| datasource | package | from | to | | ---------- | ------------ | -------- | ------- | | go | gorm.io/gorm | v1.25.12 | v1.30.3 | Signed-off-by: Davide Rutigliano <[email protected]>
1 parent 5506d3e commit 0982e3a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/backend/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
golang.org/x/crypto v0.37.0
1515
gorm.io/driver/postgres v1.5.11
1616
gorm.io/driver/sqlite v1.5.7
17-
gorm.io/gorm v1.25.12
17+
gorm.io/gorm v1.30.3
1818
)
1919

2020
require (

src/backend/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,6 @@ gorm.io/driver/sqlite v1.5.7 h1:8NvsrhP0ifM7LX9G4zPB97NwovUakUxc+2V2uuf3Z1I=
133133
gorm.io/driver/sqlite v1.5.7/go.mod h1:U+J8craQU6Fzkcvu8oLeAQmi50TkwPEhHDEjQZXDah4=
134134
gorm.io/gorm v1.25.12 h1:I0u8i2hWQItBq1WfE0o2+WuL9+8L21K9e2HHSTE/0f8=
135135
gorm.io/gorm v1.25.12/go.mod h1:xh7N7RHfYlNc5EmcI/El95gXusucDrQnHXe0+CgWcLQ=
136+
gorm.io/gorm v1.30.3 h1:QiG8upl0Sg9ba2Zatfjy0fy4It2iNBL2/eMdvEkdXNs=
137+
gorm.io/gorm v1.30.3/go.mod h1:8Z33v652h4//uMA76KjeDH8mJXPm1QNCYrMeatR0DOE=
136138
nullprogram.com/x/optparse v1.0.0/go.mod h1:KdyPE+Igbe0jQUrVfMqDMeJQIJZEuyV7pjYmp6pbG50=

0 commit comments

Comments
 (0)