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 (
99 github.com/oracle-samples/gorm-oracle v0.1.0
1010 github.com/stretchr/testify v1.10.0
1111 gorm.io/datatypes v1.2.6
12+ github.com/google/uuid v1.6.0
1213)
1314
1415require (
@@ -18,7 +19,6 @@ require (
1819 github.com/go-logfmt/logfmt v0.6.0 // indirect
1920 github.com/go-sql-driver/mysql v1.8.1 // indirect
2021 github.com/godror/knownpb v0.3.0 // indirect
21- github.com/google/uuid v1.6.0 // indirect
2222 github.com/jinzhu/inflection v1.0.0 // indirect
2323 github.com/jinzhu/now v1.1.5 // indirect
2424 github.com/kr/pretty v0.3.0 // indirect
@@ -31,6 +31,4 @@ require (
3131 gorm.io/driver/mysql v1.5.6 // indirect
3232)
3333
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