File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ require (
9
9
github.com/oracle-samples/gorm-oracle v0.1.0
10
10
github.com/stretchr/testify v1.10.0
11
11
gorm.io/datatypes v1.2.6
12
+ github.com/google/uuid v1.6.0
12
13
)
13
14
14
15
require (
@@ -18,7 +19,6 @@ require (
18
19
github.com/go-logfmt/logfmt v0.6.0 // indirect
19
20
github.com/go-sql-driver/mysql v1.8.1 // indirect
20
21
github.com/godror/knownpb v0.3.0 // indirect
21
- github.com/google/uuid v1.6.0 // indirect
22
22
github.com/jinzhu/inflection v1.0.0 // indirect
23
23
github.com/jinzhu/now v1.1.5 // indirect
24
24
github.com/kr/pretty v0.3.0 // indirect
@@ -31,6 +31,4 @@ require (
31
31
gorm.io/driver/mysql v1.5.6 // indirect
32
32
)
33
33
34
- replace github.com/oracle-samples/gorm-oracle => ../
35
-
36
- // replace github.com/godror/godror => /Users/tinglwang/vscodeWorkspace/godror
34
+ replace github.com/oracle-samples/gorm-oracle => ../
You can’t perform that action at this time.
0 commit comments