We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8732c8 commit 98c8176Copy full SHA for 98c8176
go.mod
@@ -5,13 +5,13 @@ go 1.18
5
require (
6
github.com/emirpasic/gods v1.18.1
7
github.com/sijms/go-ora/v2 v2.8.24
8
- gorm.io/gorm v1.25.12
+ gorm.io/gorm v1.26.1
9
)
10
11
12
github.com/jinzhu/inflection v1.0.0 // indirect
13
github.com/jinzhu/now v1.1.5 // indirect
14
- golang.org/x/text v0.14.0 // indirect
+ golang.org/x/text v0.20.0 // indirect
15
16
17
exclude (
0 commit comments