Skip to content

Commit cce56ee

Browse files
dependabot[bot]iTanken
authored andcommitted
⬆️ Bump gorm.io/gorm from 1.25.10 to 1.25.11
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.10 to 1.25.11. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.25.10...v1.25.11) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7b3bdca commit cce56ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@ go 1.18
55
require (
66
github.com/emirpasic/gods v1.18.1
77
github.com/sijms/go-ora/v2 v2.8.19
8-
gorm.io/gorm v1.25.10
8+
gorm.io/gorm v1.25.11
99
)
1010

1111
require (
1212
github.com/jinzhu/inflection v1.0.0 // indirect
1313
github.com/jinzhu/now v1.1.5 // indirect
14+
golang.org/x/text v0.14.0 // indirect
1415
)
1516

1617
exclude (

0 commit comments

Comments
 (0)