Skip to content

Commit 98c8176

Browse files
dependabot[bot]iTanken
authored andcommitted
⬆️ Bump gorm.io/gorm from 1.25.12 to 1.26.1
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.12 to 1.26.1. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.25.12...v1.26.1) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-version: 1.26.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d8732c8 commit 98c8176

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ go 1.18
55
require (
66
github.com/emirpasic/gods v1.18.1
77
github.com/sijms/go-ora/v2 v2.8.24
8-
gorm.io/gorm v1.25.12
8+
gorm.io/gorm v1.26.1
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
14+
golang.org/x/text v0.20.0 // indirect
1515
)
1616

1717
exclude (

0 commit comments

Comments
 (0)