diff options
Diffstat (limited to 'benchmark/go.mod')
| -rw-r--r-- | benchmark/go.mod | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/benchmark/go.mod b/benchmark/go.mod index 01e8126..75f27db 100644 --- a/benchmark/go.mod +++ b/benchmark/go.mod @@ -5,5 +5,13 @@ go 1.26.0 require ( github.com/go-gorp/gorp/v3 v3.1.0 github.com/mattn/go-sqlite3 v1.14.42 - go.xyrillian.de/oblast v0.0.0-20260410125639-bce3df549ff4 + go.xyrillian.de/oblast v0.0.0-20260417200949-ba4f55e75e6b + gorm.io/driver/sqlite v1.6.0 + gorm.io/gorm v1.31.1 +) + +require ( + github.com/jinzhu/inflection v1.0.0 // indirect + github.com/jinzhu/now v1.1.5 // indirect + golang.org/x/text v0.20.0 // indirect ) |
