diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-04-17 22:46:09 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-04-17 22:46:28 +0200 |
| commit | c1c8cc2f6b49741d33a83a534d244fc01b0e1b4a (patch) | |
| tree | 4ec9d8b15a4f528fbf3e64060a19d68fe04a2a48 /benchmark/go.mod | |
| parent | ba4f55e75e6b6ebc3ecfc744d94377e6f3417693 (diff) | |
| download | go-oblast-c1c8cc2f6b49741d33a83a534d244fc01b0e1b4a.tar.gz | |
benchmark: add Gorm
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 ) |
