Skip to content

Commit 393af00

Browse files
committed
bump the godror version
1 parent 5075778 commit 393af00

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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
type Config struct {

tests/go.mod

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ go 1.24.4
55
require gorm.io/gorm v1.30.0
66

77
require (
8+
github.com/godror/godror v0.49.3-0.20250906170529-3508331278dd
89
github.com/oracle-samples/gorm-oracle v0.0.1
910
github.com/stretchr/testify v1.10.0
1011
)
@@ -13,7 +14,6 @@ require (
1314
github.com/VictoriaMetrics/easyproto v0.1.4 // indirect
1415
github.com/davecgh/go-spew v1.1.1 // indirect
1516
github.com/go-logfmt/logfmt v0.6.0 // indirect
16-
github.com/godror/godror v0.49.0 // indirect
1717
github.com/godror/knownpb v0.3.0 // indirect
1818
github.com/jinzhu/inflection v1.0.0 // indirect
1919
github.com/jinzhu/now v1.1.5 // indirect
@@ -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)