Skip to content

Commit c6cd903

Browse files
committed
bump the godror version
1 parent 4340423 commit c6cd903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

oracle/oracle.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ import (
5757
"gorm.io/gorm/migrator"
5858
"gorm.io/gorm/schema"
5959
"gorm.io/gorm/utils"
60-
61-
_ "github.com/godror/godror"
6260
)
6361

6462
const DefaultDriverName string = "godror"

tests/go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ require (
2828
)
2929

3030
replace github.com/oracle-samples/gorm-oracle => ../
31+
32+
// replace github.com/godror/godror => /Users/tinglwang/vscodeWorkspace/godror

0 commit comments

Comments
 (0)