File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 2525 - name : Set up Go
2626 uses : actions/setup-go@v4
2727 with :
28- go-version : ' 1.24.4 '
28+ go-version : ' 1.25.1 '
2929
3030 - name : Install Oracle Instant Client
3131 run : |
Original file line number Diff line number Diff line change 11module github.com/oracle-samples/gorm-oracle
22
3- go 1.24.4
3+ go 1.25.1
44
55require (
66 github.com/godror/godror v0.49.3
Original file line number Diff line number Diff line change 11module github.com/oracle-samples/gorm-oracle/tests
22
3- go 1.24.4
3+ go 1.25.1
44
55require gorm.io/gorm v1.31.0
66
@@ -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