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 7b3bdca commit cce56eeCopy full SHA for cce56ee
go.mod
@@ -5,12 +5,13 @@ go 1.18
5
require (
6
github.com/emirpasic/gods v1.18.1
7
github.com/sijms/go-ora/v2 v2.8.19
8
- gorm.io/gorm v1.25.10
+ gorm.io/gorm v1.25.11
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
15
16
17
exclude (
0 commit comments