File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
6462type Config struct {
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ go 1.24.4
55require gorm.io/gorm v1.30.0
66
77require (
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
3030replace github.com/oracle-samples/gorm-oracle => ../
31+
32+ // replace github.com/godror/godror => /Users/tinglwang/vscodeWorkspace/godror
You can’t perform that action at this time.
0 commit comments