Skip to content

Commit 40a2c0f

Browse files
committed
fix minor issues in tests/go.mod
1 parent 6322d93 commit 40a2c0f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tests/go.mod

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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

1415
require (
@@ -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 => ../

0 commit comments

Comments
 (0)